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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,13 @@ Template for [aquality-selenium-java](https://github.com/aquality-automation/aqu
7
7
8
8
### Project structure
9
9
10
-
-*aquality-selenium-template* - project related part with PageObjects, models and utilities
11
-
-**configuration/**: classes that used to fetch project config from [src/test/resources/environment](./aqulity-selenium-template/src/main/resources/environment) folder
10
+
-**aquality-selenium-template** - project related part with PageObjects, models and utilities
11
+
-**configuration/**: classes that used to fetch project config from [src/main/resources/environment](https://github.com/aquality-automation/aquality-selenium-java-template/tree/feature/new-structure/aquality-selenium-template/src/main/resources/environment) folder
12
12
-**forms/**: Page Objects
13
13
-**models/**: classes that represent data models of the application under the test (POJO classes)
14
14
-**utilities/**: util classes
15
-
-**src/test/resources/**: resource files such as configurations and test data
16
-
-*aquality-selenium-template-cucumber* - Cucumber implementation of tests
15
+
-**src/main/resources/**: resource files such as configurations and test data
16
+
-*aquality-selenium-template-cucumber* - Cucumber implementation of the tests
17
17
-**features/**: Cucumber feature files with test scenarios
@@ -22,9 +22,9 @@ Template for [aquality-selenium-java](https://github.com/aquality-automation/aqu
22
22
23
23
### Configuration
24
24
25
-
[settings.json](./aqulity-selenium-template/src/main/resources/settings.json) file contains settings of Aquality Selenium library. Additional information you can find [here](https://github.com/aquality-automation/aquality-selenium-java/blob/master/Documentation.en.md).
25
+
[settings.json](https://github.com/aquality-automation/aquality-selenium-java-template/tree/feature/new-structure/aquality-selenium-template/src/main/resources/settings.json) file contains settings of Aquality Selenium library. Additional information you can find [here](https://github.com/aquality-automation/aquality-selenium-java/blob/master/Documentation.en.md).
26
26
27
-
[allure.properties](./aqulity-selenium-template/src/main/resources/allure.properties) is a part of Allure Report configuration. See details [here](https://docs.qameta.io/allure/).
27
+
[allure.properties](https://github.com/aquality-automation/aquality-selenium-java-template/tree/feature/new-structure/aquality-selenium-template/src/main/resources/allure.properties) is a part of Allure Report configuration. See details [here](https://docs.qameta.io/allure/).
28
28
29
29
### Tests execution
30
30
@@ -33,6 +33,6 @@ or with Maven command ```mvn clean test``` where you can specify all necessary a
33
33
34
34
### Reporting
35
35
36
-
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](./aqulity-selenium-template/src/main/resources/allure.properties) file).
36
+
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).
37
37
38
38
Run maven command ```mvn allure:serve``` to build and open report in web browser.
0 commit comments