Skip to content

Commit 1c7fa6e

Browse files
author
Pavel Anihimovsky
committed
Update README
1 parent d150b70 commit 1c7fa6e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ Template for [aquality-selenium-java](https://github.com/aquality-automation/aqu
77

88
### Project structure
99

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
1212
- **forms/**: Page Objects
1313
- **models/**: classes that represent data models of the application under the test (POJO classes)
1414
- **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
1717
- **features/**: Cucumber feature files with test scenarios
1818
- **hooks/**: Cucumber [hooks](https://cucumber.io/docs/cucumber/api/#hooks)
1919
- **runners/**: Cucumber test runners
@@ -22,9 +22,9 @@ Template for [aquality-selenium-java](https://github.com/aquality-automation/aqu
2222

2323
### Configuration
2424

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).
2626

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/).
2828

2929
### Tests execution
3030

@@ -33,6 +33,6 @@ or with Maven command ```mvn clean test``` where you can specify all necessary a
3333

3434
### Reporting
3535

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).
3737

3838
Run maven command ```mvn allure:serve``` to build and open report in web browser.

0 commit comments

Comments
 (0)