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
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,23 +7,24 @@ Template for [aquality-selenium-java](https://github.com/aquality-automation/aqu
7
7
8
8
### Project structure
9
9
10
-
-**src/test/java/aquality/selenium/template/**
11
-
-**configuration/**: classes that used to fetch project config from [src/test/resources/environment](./src/test/resources/environment) folder
12
-
-**models/**: classes that represent data models of the application under the test (POJO classes)
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
[settings.json](./src/test/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](./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
26
26
-
[allure.properties](./src/test/resources/allure.properties) is a part of Allure Report configuration. See details [here](https://docs.qameta.io/allure/).
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
28
28
29
### Tests execution
29
30
@@ -32,6 +33,6 @@ or with Maven command ```mvn clean test``` where you can specify all necessary a
32
33
33
34
### Reporting
34
35
35
-
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](./src/test/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](./aqulity-selenium-template/src/main/resources/allure.properties) file).
36
37
37
38
Run maven command ```mvn allure:serve``` to build and open report in web browser.
Copy file name to clipboardExpand all lines: aquality-selenium-template-cucumber/src/test/java/aquality/selenium/template/cucumber/hooks/BrowserHooks.java
Copy file name to clipboardExpand all lines: aquality-selenium-template-cucumber/src/test/java/aquality/selenium/template/cucumber/runners/TestRunner.java
Copy file name to clipboardExpand all lines: aquality-selenium-template-cucumber/src/test/java/aquality/selenium/template/cucumber/stepdefinitions/DemoSteps.java
Copy file name to clipboardExpand all lines: aquality-selenium-template-cucumber/src/test/java/aquality/selenium/template/cucumber/transformations/TypeRegistryConfiguration.java
Copy file name to clipboardExpand all lines: aquality-selenium-template-cucumber/src/test/java/aquality/selenium/template/cucumber/transformations/datatables/ContactUsTransformer.java
0 commit comments