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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ or with Maven command ```mvn clean test``` where you can specify all necessary a
30
30
### Reporting
31
31
Allure Framework is used as a reporting tool. Report data will be places in ```target/allure-results/``` folder (you can change it in ```allure.properties``` file).
32
32
33
-
Run maven command ```mvn allure:serve``` to build and open report in web browser.
33
+
Run maven command ```mvn allure:serve``` to build and open report in web browser. To generate report in CI use corresponding plugin for your system.
34
34
35
35
### License
36
36
Library's source code is made available under the [Apache 2.0 license](https://github.com/aquality-automation/aquality-selenium-java-template/blob/master/LICENSE).
0 commit comments