/ss-at

SS.lv web test project

Primary LanguageJava

ss-at

Build Status A sample UI testing project using following tech stack:

Running tests from command line

Tests can be executed with following commands. In sequence:

./gradlew clean runCukeTests

In parallel:

./gradlew clean runCukeTestsInParallel

Reporting

Cucumber report path will be visible in console output after test task execution.
Allure report can be opened with following command:

./gradlew allureServe