BAEL-4783 rename module and fix indents

This commit is contained in:
Trixi Turny
2021-04-19 20:25:33 +01:00
parent c49ffcc3cd
commit af9cc0deb9
21 changed files with 792 additions and 0 deletions
@@ -0,0 +1,7 @@
@api
Feature: Health check
Scenario: Should have a working health check
When I make a GET call on /status
Then I should receive 200 response status code
And should receive a non-empty body
@@ -0,0 +1,10 @@
@ui
Feature: UI - Random Number Generator
Scenario: Successfully generate a random number
Given we are expecting a random number between min and max
And I am on random-number-generator page
When I enter min 1
And I enter max 10
And I press Generate button
Then I should receive a random number between 1 and 10
@@ -0,0 +1 @@
cucumber.plugin=pretty, json:target/cucumber/cucumber.json