create-playwright-pom-start 1.0.3 → 1.0.4

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 +16 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -16,9 +16,7 @@ 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
19
 
21
- ![JavaScript based output example](https://raw.githubusercontent.com/GabrielDali/pom-pw-js/main/assets/01.png)
22
20
 
23
21
  You’ll be prompted for:
24
22
 
@@ -73,6 +71,22 @@ Or scaffold in a subfolder: `npx playwright-pom my-project`
73
71
  - Converted to PascalCase + `Page` (e.g. `checkout` → `CheckoutPage`, `userProfile` → `UserProfilePage`).
74
72
  - Invalid tokens and existing files are skipped (reported in the console).
75
73
 
74
+ **JavaScript based output project structure**
75
+
76
+ ![JavaScript based output project structure](https://raw.githubusercontent.com/GabrielDali/pom-pw-js/main/assets/01.png)
77
+
78
+ **JavaScript based output created page example**
79
+
80
+ ![JavaScript based output created page example](https://raw.githubusercontent.com/GabrielDali/pom-pw-js/main/assets/02.png)
81
+
82
+ **TypeScript based output project structure**
83
+
84
+ ![TypeScript based output project structure](https://raw.githubusercontent.com/GabrielDali/pom-pw-js/main/assets/03.png)
85
+
86
+ **TypeScript based output created page example**
87
+
88
+ ![TypeScript based output created page example](https://raw.githubusercontent.com/GabrielDali/pom-pw-js/main/assets/04.png)
89
+
76
90
  ## Repository & docs
77
91
 
78
92
  - **GitHub:** [github.com/GabrielDali/pom-pw-js](https://github.com/GabrielDali/playwright-pom)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-playwright-pom-start",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Scaffold a Playwright POM project (run via npm init playwright-pom-start)",
5
5
  "keywords": [
6
6
  "playwright",