Skip to content

Commit 9b6f938

Browse files
Update README.md file
1 parent a98b4f8 commit 9b6f938

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,25 @@ Install all the necessary dependency using npm :
99

1010
```
1111
npm install
12+
```
13+
14+
### Run the test
15+
16+
```
17+
npm run test
18+
```
19+
or
20+
```
21+
npx playwright test
22+
```
23+
24+
### Generate the report
25+
26+
```
27+
npm run report
28+
```
29+
or
30+
31+
```
32+
npx playwright show-report
1233
```

0 commit comments

Comments
 (0)