create-playwright-pom-start 1.0.1 → 1.0.3
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.
- package/README.md +8 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -16,6 +16,10 @@ Or with a project name:
|
|
|
16
16
|
npm init playwright-pom-start my-playwright-project
|
|
17
17
|
```
|
|
18
18
|
|
|
19
|
+
**JavaScript based output example**
|
|
20
|
+
|
|
21
|
+

|
|
22
|
+
|
|
19
23
|
You’ll be prompted for:
|
|
20
24
|
|
|
21
25
|
1. **Language** — JavaScript or TypeScript (arrow keys + Enter). Default is JS.
|
|
@@ -71,9 +75,10 @@ Or scaffold in a subfolder: `npx playwright-pom my-project`
|
|
|
71
75
|
|
|
72
76
|
## Repository & docs
|
|
73
77
|
|
|
74
|
-
- **GitHub:** [github.com/GabrielDali/
|
|
78
|
+
- **GitHub:** [github.com/GabrielDali/pom-pw-js](https://github.com/GabrielDali/playwright-pom)
|
|
75
79
|
- **Main package (playwright-pom):** [npmjs.com/package/playwright-pom](https://www.npmjs.com/package/playwright-pom)
|
|
76
80
|
|
|
77
|
-
##
|
|
81
|
+
## Author & license
|
|
78
82
|
|
|
79
|
-
|
|
83
|
+
**Author:** [Gabriel Dali](https://www.linkedin.com/in/gabriel-dali-qa/)
|
|
84
|
+
**License:** MIT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-playwright-pom-start",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Scaffold a Playwright POM project (run via npm init playwright-pom-start)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"playwright",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"license": "MIT",
|
|
28
28
|
"repository": {
|
|
29
29
|
"type": "git",
|
|
30
|
-
"url": "https://github.com/GabrielDali/
|
|
30
|
+
"url": "https://github.com/GabrielDali/pom-pw-js.git"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"playwright-pom": "1.0.0-beta.3"
|