Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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.
- Host: GitHub
- URL: https://github.com/jmr85/saucedemo-selenium-java
- Owner: jmr85
- Created: 2024-07-13T23:19:21.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-22T13:55:05.000Z (4 months ago)
- Last Synced: 2024-10-13T07:41:00.608Z (3 months ago)
- Topics: java, jenkins, jenkins-pipeline, jenkinsfile, log4j, maven, pageobject-pattern, pageobjectfactory, pageobjectmodel, selenium, selenium-java, slf4j, slf4j-log4j, testng-framework
- Language: Java
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SauceDemo Automated Testing with Selenium and Java
## Run Test
```cmd
mvn test -Dsurefire.suiteXmlFiles=PurchaseOrderTest.xml
```