To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorConfiguration
As a tester I want to define global
and local configurations in order to
reuse them in multiple test scenarios
- Background
-
- Given
-
the following global HTTP client configuration:
Name Value URL http://localhost:8882 Method POST Path /config Body {"hello": "world"} Authorization Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ== Headers {"Version": "0.1.0"} Content-Type application/json Query key=value&another=value
- Scenarios
-
- simple configuration request
-
- When
- I send the request
- Then
- response status code should be 202
- And
- response header "Content-Type" should be equal "application/json"
- And
-
response body should be equal:
{"config": true}
- And
- flush global configuration
Last published over 7 years ago by h2non.