We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8288062 commit 8659ad0Copy full SHA for 8659ad0
README.md
@@ -89,6 +89,12 @@ The following software are required:
89
npm install
90
```
91
92
-<!-- USAGE EXAMPLES>
+<!-- USAGE EXAMPLES-->
93
94
## 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