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
* To run the test, execute command `mvn clean test`
18
+
## Notes
19
+
Presently the repo is configured to trigger 40 parallels. If you would like to change the number, you will have to update in three places
20
+
* To trigger 80 tests in parallel, you can update the parallelsPerPlatform: 80 in the yml file . This can be updated to any number within your parallel license limit.
21
+
* Update the dataProviderThreadCount to 80 in pom.xml
22
+
```
23
+
<property>
24
+
<name>dataproviderthreadcount</name>
25
+
<value>80</value>
26
+
</property>
27
+
```
28
+
* Update the thread-count to 80 in the config/appium.testng xml file
0 commit comments