Skip to content

stoichoandreev/bdd

Repository files navigation

RUN BDD UI TESTS

To run all End-to-End tests written with Cucumber and BDD execute :

./gradlew connectedCheck -Pcucumber -Ptags="@e2e"

also run ./gradlew connectedCheck -Pcucumber -Ptags="@smoke" to run all smoke BDD tests

To run individual feature test execute :

./gradlew connectedCheck -Pcucumber -Pscenario="Successful login"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published