Skip to content

tassioplima/Selenium

Repository files navigation

Automation Project Selenium

Automation project with Java + Gradle and GitHub Action (CI) doing the remote web test, GithubPages to deploy Allure Serve to see test results, PageObject and PageFactory structure.

GitHub Workflow Status (with event) Allure Report

Configuration:

  • Java JDK +17

Running test:

./gradlew test --tests "WikipediaTest"

Running with different web drivers:

./gradlew test --tests "WikipediaTest" -DBROWSER=chrome
./gradlew test --tests "WikipediaTest" -DBROWSER=firefox

Running headless:

./gradlew test --tests "WikipediaTest" -DBROWSER=chrome -DHEADLESS=true

Building Allure report

To build a report, and browse it use the following command:

./gradlew allureServe

Github Pages with Allure report results: ALLURE

img.png

About

Automation project with selenium

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages