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
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,9 @@ Template for [aquality-selenium-java](https://github.com/aquality-automation/aqu
27
27
Scenarios from feature files can be executed with TestNG plugin for IDE (Intellij Idea, Eclipse)
28
28
or with Maven command ```mvn clean test``` where you can specify all necessary arguments.
29
29
30
+
If executed with Maven, tests will be run in ```4``` threads. To change the amount of threads add ```-Ddata.provider.thread.count``` property to the command.
31
+
E.g. ```mvn clean test -Ddata.provider.thread.count=10```.
32
+
30
33
### Reporting
31
34
Allure Framework is used as a reporting tool. Report data will be placed in ```target/allure-results/``` folder (you can change it in ```allure.properties``` file).
0 commit comments