We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a295bcf commit 4e34403Copy full SHA for 4e34403
src/test/java/resources/mockserver.feature
@@ -6,12 +6,8 @@ Feature: Testing the startup and working of mockserver
6
Given I can inject MockServer
7
And I can start mock server
8
Then I should be able to get instance of mock server
9
- And I can stop mock server
10
11
Scenario: MS-002 Mockserver stub test
12
- Given I will assign a port to mock server
13
- Given I can inject MockServer
14
- And I can start mock server
15
And I can register the stub with "/testMockServer" endpoint for "POST" request with status of 200
16
When I make the "POST" request to "/testMockServer" endpoint with expected status of 200
17
Then I should be able to verify that the "POST" method to "/testMockServer" endpoint received 1 request
0 commit comments