/sauce-lab-the-internet

A test automation framework for Sauce Labs - Elemental Selenium - The Internet project

Primary LanguageJava

Sample Selenium / Java Test Automation Framework

Example test automation framework for Sauce Labs - Elemental Selenium - The Internet project._

Contains:

  • Page Object Model pattern
  • Concurrency for running tests in multiple threads
  • Command line parameters to specify browser and test classes to run
  • CI/CD through Github Actions with automatic Allure report generation and deployment to Github Pages

Utilizes the following technologies:

  • Java 19
  • Selenium
  • JUnit 5
  • AssertJ
  • Allure Reports
  • Github Actions