Example project developed to perform automated tests on the website SwagLabs
- Clone this repository to your local machine using the command below:
$ git clone https://github.com/bitsplz/Selenium-SwagLabs.git
Execute the command to run all tests in the project
$ mvn clean test
OR
Execute the xml runner to run all tests in the project
- Selenium WebDriver
- Java
- Maven
- Page Object Model
- To view allure report, execute the following command:
$ allure serve allure-results
- To view testNg report of test, access the file: /test-output/emailable-report.html