Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jmr85/saucedemo-selenium-java

Automated Test Repository for SauceDemo with Selenium and Java This repository contains a set of automated tests for the SauceDemo website (https://www.saucedemo.com/) using Selenium WebDriver and Java.
https://github.com/jmr85/saucedemo-selenium-java

java jenkins jenkins-pipeline jenkinsfile log4j maven pageobject-pattern pageobjectfactory pageobjectmodel selenium selenium-java slf4j slf4j-log4j testng-framework

Last synced: 4 days ago
JSON representation

Automated Test Repository for SauceDemo with Selenium and Java This repository contains a set of automated tests for the SauceDemo website (https://www.saucedemo.com/) using Selenium WebDriver and Java.

Awesome Lists containing this project

README

        

# SauceDemo Automated Testing with Selenium and Java

## Run Test
```cmd
mvn test -Dsurefire.suiteXmlFiles=PurchaseOrderTest.xml
```