The friday-selenium framework based on Page Object Model, Selenium, TestNG using Java.
The framework uses:
- Java
- Selenium
- TestNG
- ExtentReport
- Log4j
- circleCI Integration
• Clone the repository. • Open command prompt and go to project directory. • Run mvn clean install -Dbrowser=chrome • By default tests are run using Google Chrome. Browser Example Chrome -Dbrowser=chrome Firefox -Dbrowser=firefox Edge - Dbrowser=edge
The framework gives report in two ways,
- Log - In file
logfile.log
. - A html report - Which is generated using extent reports, under the folder
ExtentReports
.