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 collaboratorErrors
As a tester
I want to verify different testing errors behaviors
- Scenarios
-
- cannot resolve host
-
- Given
- a server url http://invalid.host:8888
- When
- perform the request
- Then
- should fail due to "not found" error
- connection refused
-
- Given
- a server url http://localhost:8888
- When
- perform the request
- Then
- should fail due to "refuse" error
- request error
-
- Given
- a server url http://localhost:8888
- When
- perform the request
- Then
- should fail due to an error
Last published over 7 years ago by h2non.