Skip to content

Selenium testing framework with reporting and automated testing with GitHub actions

Notifications You must be signed in to change notification settings

DNI9/SeleniumAutomationFramework

Repository files navigation

Selenium Automation Framework

Selenium testing framework with reporting and automated testing with GitHub actions

Allure report screenshot

Run locally

Run test with chrome (default) browser

mvn clean test

Run tests with firefox browser

mvn clean test -Dbrowser=FIREFOX

Open allure reports

allure serve target/allure-results

Run on CI server

Github actions is already setup to run on every push, check actions tab.

Pass the CI flag to run in headless mode

mvn -B clean test -DCI=true

About

Selenium testing framework with reporting and automated testing with GitHub actions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published