Skip to content

Commit 0c7b931

Browse files
Sanket.MSanket.M
authored andcommitted
2 parents 9ab8ae6 + 5219042 commit 0c7b931

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 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
@@ -487,5 +487,6 @@ In this section, we will run the test cases to test the internally hosted websit
487487
- Understand how many parallel sessions you need by using our [Parallel Test Calculator](https://www.browserstack.com/automate/parallel-calculator?ref=github)
488488
- For testing public web applications behind IP restriction, [Inbound IP Whitelisting](https://www.browserstack.com/local-testing/inbound-ip-whitelisting) can be enabled with the [BrowserStack Enterprise](https://www.browserstack.com/enterprise) offering
489489
490-
[comment]: <> (## Open Issues)
491-
- Gradle run is still having issues
490+
491+
## Open Issues
492+
- Parallel thread count is not working via gradle command line arguments & gradle profiles , the thread count can be updated directly from the testng runner file

0 commit comments

Comments
 (0)