Skip to content

Commit fc02912

Browse files
Update README.md
1 parent ad5b6f0 commit fc02912

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The Selenium tests are run on different platforms like on-prem, docker and Brows
1818

1919
- Clone the repository
2020

21-
- For this infrastructure configuration (i.e on-premise), create the `drivers` folder at `/src/test/resources` and ensure that the ChromeDriver executable is placed in the `/src/test/resources/drivers` folder.
21+
- For this infrastructure configuration (i.e on-premise) ensure that the ChromeDriver executable is placed in the `/src/test/resources/` folder.
2222

2323
- Ensure you have the following dependencies installed on the machine
2424
- Java >= 8
@@ -68,7 +68,7 @@ For all the parallel run configuration profiles, you can configure the maximum p
6868

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

71-
scale = 4
71+
GRID_MAX_SESSION = 5
7272

7373
- BrowserStack
7474

@@ -91,7 +91,7 @@ This infrastructure points to running the tests on your own machine using a brow
9191
9292
## Prerequisites
9393
94-
- For this infrastructure configuration (i.e on-premise), create the `drivers` folder at `/src/test/resources` and ensure that the ChromeDriver executable is placed in the `/src/test/resources/drivers` folder.
94+
- For this infrastructure configuration (i.e on-premise) ensure that the ChromeDriver executable is placed in the `/src/test/resources/` folder.
9595
9696
Note: The ChromeDriver version must match the Chrome browser version on your machine.
9797

0 commit comments

Comments
 (0)