Skip to content

Commit e50878d

Browse files
Update README.md
1 parent 0c7b931 commit e50878d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ For all the parallel run configuration profiles, you can configure the maximum p
6868

6969
[docker-compose.yml](docker-compose.yml)
7070

71+
NODE_MAX_INSTANCES = 5
7172
GRID_MAX_SESSION = 5
73+
7274

7375
- BrowserStack
7476

@@ -361,7 +363,7 @@ In this section, we will run the tests in parallel on multiple browsers on Brows
361363
362364
Maven:
363365
```sh
364-
mvn compile exec:java -P bstack-parallel-browsers
366+
mvn test -P bstack-parallel-browsers
365367
```
366368
367369
Gradle:
@@ -456,7 +458,7 @@ In this section, we will run the test cases to test the internally hosted websit
456458
457459
Maven:
458460
```sh
459-
mvn compile exec:java -P bstack-local-parallel-browsers
461+
mvn test -P bstack-local-parallel-browsers
460462
```
461463
462464
Gradle:

0 commit comments

Comments
 (0)