cucumber parallel features

This commit is contained in:
DOHA
2018-10-10 20:39:45 +03:00
parent 22c9996047
commit ee1e3eea89
3 changed files with 72 additions and 19 deletions
@@ -0,0 +1,10 @@
Feature: Testing a REST API
Users should be able to submit GET and POST requests to a web service, represented by WireMock
Scenario: Data Upload to a web service
When users upload data on a project
Then the server should handle it and return a success status
Scenario: Data retrieval from a web service
When users want to get information on the Cucumber project
Then the requested data is returned