You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,13 +12,10 @@
12
12
13
13
## Running your tests
14
14
15
-
- To run your first test, run `npx playwright test`
15
+
- To run a sample test, run `npm run sample-test`
16
16
17
17
## Run tests on locally hosted websites
18
-
* Set `browserstack.local:true` in `browserstack.config.js`
19
-
* uncomment line 22,23,24 where we are triggring BrowserStackLocal language binding
20
-
* Add test file inside tests directory
21
-
* Run `npx playwright test`
18
+
* Run `npm run sample-local-test`
22
19
23
20
Understand how many parallel sessions you need by using our [Parallel Test Calculator](https://www.browserstack.com/automate/parallel-calculator?ref=github)
0 commit comments