create-playwright-pom-start 1.0.17 → 1.0.19
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 +1 -1
- package/index.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -18,7 +18,7 @@ npm init playwright-pom-start
|
|
|
18
18
|
|
|
19
19
|
## Table of Contents
|
|
20
20
|
|
|
21
|
-
1. 💡 [Why
|
|
21
|
+
1. 💡 [Why Playwright POM?](#why-use-this)
|
|
22
22
|
2. 🚀 [Getting started](#getting-started)
|
|
23
23
|
- 2.1 [New project](#new-project)
|
|
24
24
|
- 2.2 [Add pages to an existing project](#add-pages-to-an-existing-project)
|
package/index.js
CHANGED
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.19",
|
|
4
4
|
"description": "Scaffold a Playwright POM project (run via npm init playwright-pom-start)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"playwright",
|
|
@@ -30,6 +30,6 @@
|
|
|
30
30
|
"url": "https://github.com/GabrielDali/pom-pw-js.git"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"playwright-pom": "1.0.
|
|
33
|
+
"playwright-pom": "1.0.13"
|
|
34
34
|
}
|
|
35
35
|
}
|