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-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@ This repo contains samples for running junit-5 playwright tests on browserstack.
7
7
* Update credentials in the `browserstack.yml` file with your [BrowserStack Username and Access Key](https://www.browserstack.com/accounts/settings).
8
8
9
9
## Running tests:
10
-
* To run a sample tests, run `mvn test -P sample`.
11
-
* To run local tests, run `mvn test -P local`.
10
+
* To run a sample tests, run `mvn test -P sample-test`.
11
+
* To run local tests, run `mvn test -P sample-local-test`.
12
12
13
13
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