create-playwright-pom-start 1.0.19 → 1.0.20

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,7 +11,7 @@
11
11
  </p>
12
12
  </div>
13
13
 
14
- Install the package and run
14
+
15
15
  ```bash
16
16
  npm init playwright-pom-start
17
17
  ```
@@ -31,8 +31,8 @@ npm init playwright-pom-start
31
31
 
32
32
  ## 💡 Why Playwright POM?
33
33
 
34
- - **Zero setup time:** One command creates your entire framework structure, folders, base classes, config files. No more copy-pasting from old projects.
35
- - **Smart and flexible:** Installs Playwright if needed, lets you pick JavaScript or TypeScript, and scaffolds page classes on the spot or later. Yes, batteries included.
34
+ - **Zero setup time:** One command creates your entire framework structure, folders, base classes, config files. No more manual setup or copy-pasting from old projects.
35
+ - **Smart and flexible:** Installs Playwright if needed, lets you pick JavaScript or TypeScript, and scaffolds page classes on the spot or later. **Yes, batteries included.**
36
36
  - **Works with existing projects:** Already have a Playwright repo? Add new page objects anytime without touching your current setup.
37
37
 
38
38
  > **Note:** All generated code uses ES module syntax (import/export). No require(), no CommonJS.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-playwright-pom-start",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
4
4
  "description": "Scaffold a Playwright POM project (run via npm init playwright-pom-start)",
5
5
  "keywords": [
6
6
  "playwright",