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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,9 +28,9 @@ Scenarios from feature files can be executed with TestNG plugin for IDE (Intelli
28
28
or with Maven command ```mvn clean test``` where you can specify all necessary arguments.
29
29
30
30
### Reporting
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).
31
+
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).
32
32
33
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
-
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).
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