andrcuns / ss-at

SS.lv web test project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

SS.lv web test project


Languages

Language:Java 57.9%Language:XSLT 37.9%Language:Gherkin 4.2%