Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 208 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 208 Bytes

Tech Challenge

How to Run tests

API tests

mvn clean verify -Dcucumber.filter.tags="@api-test"

UI tests

mvn clean verify -Dcucumber.filter.tags="@ui-test"

Both API and UI

mvn clean verify