- Java (jdk 1.8 or higher)
- Maven (version 3.6.0)
- Java
- Maven
- Selenium WebDriver
- TestNG
- JavaFaker
- Page Object Pattern
- Page Factory
Use the following command:
git clone https://github.com/dydom/selenium-framework-practice.gitConfiguration file is available in project directory:
\src\main\java\configuration\Configuration.properties
Used parameters:
- applicationAddress - URL address of tested application
- browser - Browser type chosen for testing. Supported browsers: CHROME, FIREFOX
Use the following commands to run all tests:
cd <project_directory_path>
mvn test