Skip to content

Commit 8659ad0

Browse files
committed
Read Me
1 parent 8288062 commit 8659ad0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@ The following software are required:
8989
npm install
9090
```
9191

92-
<!-- USAGE EXAMPLES>
92+
<!-- USAGE EXAMPLES-->
9393

9494
## Usage
95+
96+
1. For Browser Configuration, change required parameters in "playwright.config.ts".
97+
2. For execution entire test suite on all available browsers simultaneously execute:
98+
```JS
99+
npm run test
100+
```

0 commit comments

Comments
 (0)