Skip to content

billmeyer/simple-rdc-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sauce Demo Test Suite

To execute the full test suite, simply run:

$ mvn test

And each scenario will execute.

Scenario breakdown

Feature Scenario Smoke Test Regression Test End to End
login Verify valid users can sign in Yes Yes No
login Verify locked out user gets locked out message No Yes No
login Verify invalid users cannot sign in No Yes No
orders Place a single item in the shopping cart Yes Yes No
orders Place multiple items in the shopping cart No Yes No
orders Validate Order Totals No Yes No

Tags

Tags are defined to allow execution of specific Features and Scenarios.

Example: Execute smoke tests for tests related to orders:

$ mvn test "-Dcucumber.options=--tags '@orders and @smoke1'" -f pom.xml   

Example: Execute regression tests for tests related to login:

$ mvn test "-Dcucumber.options=--tags '@login and @regression1'" -f pom.xml   

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors