playwright-praman 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,9 +2,12 @@
2
2
 
3
3
  > AI-First SAP UI5 Test Automation Platform for Playwright
4
4
 
5
- [![CI](https://github.com/mrkanitkar/playwright-praman/actions/workflows/ci.yml/badge.svg)](https://github.com/mrkanitkar/playwright-praman/actions/workflows/ci.yml)
5
+ > [!NOTE]
6
+ > **Coming soon for actual use.** The package scaffold is published; full functionality is under active development.
7
+
8
+ [![CI](https://github.com/mrkanitkar/playwright-praman/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/mrkanitkar/playwright-praman/actions/workflows/ci.yml)
6
9
  [![npm](https://img.shields.io/npm/v/playwright-praman)](https://www.npmjs.com/package/playwright-praman)
7
- [![License](https://img.shields.io/npm/l/playwright-praman)](./LICENSE)
10
+ [![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](./LICENSE)
8
11
 
9
12
  | | Windows | macOS | Linux |
10
13
  |---|---|---|---|
@@ -99,4 +102,4 @@ docker run --rm -v $(pwd):/app -w /app mcr.microsoft.com/playwright:v1.52.0-nobl
99
102
 
100
103
  ## License
101
104
 
102
- [MIT](./LICENSE)
105
+ [Apache-2.0](./LICENSE)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "playwright-praman",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "AI-First SAP UI5 Test Automation Platform for Playwright",
5
5
  "author": "support@zestest.in",
6
6
  "license": "Apache-2.0",
@@ -170,5 +170,5 @@
170
170
  "bugs": {
171
171
  "url": "https://github.com/mrkanitkar/playwright-praman/issues"
172
172
  },
173
- "homepage": "https://github.com/mrkanitkar/playwright-praman#readme"
173
+ "homepage": "https://mrkanitkar.github.io/playwright-praman/"
174
174
  }