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
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ The Selenium tests are run on different platforms like on-prem, docker and Brows
18
18
19
19
- Clone the repository
20
20
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.
22
22
23
23
- Ensure you have the following dependencies installed on the machine
24
24
- Java >= 8
@@ -68,7 +68,7 @@ For all the parallel run configuration profiles, you can configure the maximum p
68
68
69
69
[docker-compose.yml](docker-compose.yml)
70
70
71
-
scale = 4
71
+
GRID_MAX_SESSION = 5
72
72
73
73
- BrowserStack
74
74
@@ -91,7 +91,7 @@ This infrastructure points to running the tests on your own machine using a brow
91
91
92
92
## Prerequisites
93
93
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.
95
95
96
96
Note: The ChromeDriver version must match the Chrome browser version on your machine.
97
97
@@ -487,5 +487,6 @@ In this section, we will run the test cases to test the internally hosted websit
487
487
- Understand how many parallel sessions you need by using our [Parallel Test Calculator](https://www.browserstack.com/automate/parallel-calculator?ref=github)
488
488
- 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
489
489
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