This repository has been designed for Applitools Holiday Shopping Hackathon.
The project uses the following languages and frameworks:
- Java 11 as the programming language
- TestNG as the test framework
- Selenium WebDriver as the web browser automation framework
- Apache Maven as the build automation tool
- WebDriverManager as the Selenium binaries manager
- Applitools Eyes SDK for visual testing
- Applitools API Key has been stored in the system environment variables.
- To run the tests on the specific version, use the following command:
mvn clean test -Durl="https://demo.applitools.com/tlcHackathonMasterV2.html"
.
Acceptable versions are: V1 production version, Dev-branch version, and Final production version.
By default, the tests will be running onV1 production version
.
Vica Markosyan