create-playwright-pom-start 1.0.6 → 1.0.7
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 +4 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -35,7 +35,10 @@ npx playwright-pom
|
|
|
35
35
|
|
|
36
36
|
Or scaffold in a subfolder: `npx playwright-pom my-project`
|
|
37
37
|
|
|
38
|
-
To **add more pages** to an existing project, run from the project root:
|
|
38
|
+
To **add more pages** to an existing project, run from the project root:
|
|
39
|
+
```bash
|
|
40
|
+
npx playwright-pom add pages
|
|
41
|
+
```
|
|
39
42
|
|
|
40
43
|
## Flow
|
|
41
44
|
|