BAEL-4783 rename module and fix indents
This commit is contained in:
+7
@@ -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
|
||||
+10
@@ -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
|
||||
Reference in New Issue
Block a user