Skip to content

Commit b096bf2

Browse files
chore: fix readme and add new run command
1 parent ac2caf7 commit b096bf2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ await register.registerAs("[email protected]", "Name", "password", "password");
6060
- Node.js installed
6161
- Dependencies installed with:
6262
```
63-
npm install
63+
npm run setup
6464
```
6565

6666
## Notes

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"version": "1.0.0",
44
"description": "automation test patterns",
55
"main": "index.js",
6-
"scripts": {},
6+
"scripts": {
7+
"setup": "npm install && npx playwright install"
8+
},
79
"author": "Alex Alexandre Alves",
810
"license": "ISC",
911
"devDependencies": {

0 commit comments

Comments
 (0)