Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qmetry/qaf-blank-project-maven
automation project skeleton using Maven to start with
https://github.com/qmetry/qaf-blank-project-maven
maven skeleton
Last synced: about 1 month ago
JSON representation
automation project skeleton using Maven to start with
- Host: GitHub
- URL: https://github.com/qmetry/qaf-blank-project-maven
- Owner: qmetry
- License: gpl-3.0
- Created: 2016-08-01T12:54:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-09T16:21:17.000Z (about 1 year ago)
- Last Synced: 2023-12-09T17:28:51.108Z (about 1 year ago)
- Topics: maven, skeleton
- Language: CSS
- Homepage: https://qmetry.github.io/qaf
- Size: 694 KB
- Stars: 4
- Watchers: 6
- Forks: 35
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# qaf-blank-project-maven
This is automation project skeleton to start with using MAVEN. Please refer to [documentation](https://qmetry.github.io/qaf/) for more help.
### Intro
This is sample project with Maven directory structure:
* The `config` directory contains `testng.xml` file, and is a placeholder for configuration files.
* The `resources` directory contains all required resources including properties files and data files, and is a placeholder for other resources.
* The `src` directory contains all java files and is a placeholder for other java files.
* The `test-results` directory contains result files.
* The `scenarios` directory is the default placeholder for all the scenario files.
To change dependencies check `pom.xml`.
### Run
To run the project, from command prompt go to project home and run:
mvn clean test
Open `dashboard.htm` to view results.
Note: This sample project uses chrome driver, and it requires chrome driver binary. You need to download it and set `webdriver.chrome.driver` property in `application.properties` file with driver binary path.
### More
For more details, see https://qmetry.github.io/qaf/.
Thanks,
QAS Team