Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include testNG project structure into README.md #46

Merged
merged 3 commits into from
Apr 15, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
[![Quality Gate](https://sonarcloud.io/api/project_badges/measure?project=aquality-automation_aquality-selenium-java-template&metric=alert_status)](https://sonarcloud.io/dashboard?id=aquality-automation_aquality-selenium-java-template)
[![Allure report](https://github.com/aquality-automation/aquality-selenium-java-template/actions/workflows/test-with-allure-report.yml/badge.svg)](https://aquality-automation.github.io/aquality-selenium-java-template/)

# This template provides example projects for TestNG and Cucumber. To use it, you need to delete the unused module.
# The Allure report is also used. If you don't need it, also delete it from the code.
aqualityAutomation marked this conversation as resolved.
Show resolved Hide resolved

# Aquality Selenium Template Project
Template for [aquality-selenium-java](https://github.com/aquality-automation/aquality-selenium-java) library.

Expand All @@ -18,6 +21,10 @@ Template for [aquality-selenium-java](https://github.com/aquality-automation/aqu
- **runners/**: Cucumber test runners
- **stepdefinitions/**: step definition classes
- **transformations/**: Cucumber [data transformations](https://cucumber.io/docs/cucumber/configuration/)
- **aquality-selenium-template-testng** - TestNG implementation of the tests
- **steps/**: step classes
- **utilities/**: utils for testNG, such as JsonDataProvider and ModuleFactory
- **tests/**: classes with test methods
aqualityAutomation marked this conversation as resolved.
Show resolved Hide resolved

### Configuration
[settings.json](https://github.com/aquality-automation/aquality-selenium-java-template/blob/master/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/wiki/Overview-(English)).
Expand Down