https://github.com/royki/qaframework
UI And API Automation Test
https://github.com/royki/qaframework
groovy java selenium-webdriver soapui
Last synced: about 1 year ago
JSON representation
UI And API Automation Test
- Host: GitHub
- URL: https://github.com/royki/qaframework
- Owner: royki
- Created: 2018-02-17T13:54:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-12T15:33:29.000Z (almost 8 years ago)
- Last Synced: 2025-01-24T05:41:11.442Z (about 1 year ago)
- Topics: groovy, java, selenium-webdriver, soapui
- Homepage:
- Size: 11.5 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Steps to follow
- `git clone https://github.com/royki/QAFramework.git`
#### _Checkout API Branch_
- `git checkout apiAdidas`
- _Run the testsuite in Local_
- `cd apiAdidas`
- `mvn clean test`
- _Check the testsuite result_
- Check `{$repo}/src/target/site/junit-noframes.html` file
#### _Checkout UI Branch_
- `git checkout uiAdidas`
- _Run the testsuite in Local_
- `cd uiAdidas`
- `mvn clean site`
- _Check the testsuite result_
- Check `{$dir}/src/target/site/surefire-report.html` file