Requirements:
- Java version 8;
- Maven - latest version;
- Clone repository by command:
git clone https://github.com/amork/qa.git
- Go to ParleyPro Autotests directory
- Use this command to run Basics suite:
mvn clean test -Dsurefire.suiteXmlFiles=./src/test/java/suites/Basics.xml
- To generate Allure reports, run:
mvn allure:serve
Note:
Look for "ParleyPro Autotests" folder.
"parley-tests" was written by different person.
Refer to ParleyPro Autotests/ParleyAutotestsDemo.mp4 for video demonstration of running tests.