Doubts with usage #127
|
Hi, I have some questions about the usage of this framework. Some features I can't find in the docs so I'm curious if there is a way to do them:
Thank you very much, |
Replies: 2 comments
|
To stop a test from continuing you must instantiate like this: |
|
Hi, thanks for asking.
As already answered, using httpexpect.NewRequireReporter (or your custom reporter) is the right way to do it.
There is no way to do it out of the box. There was a PR but it was not finished: #73. I've created an issue: #85. |
Hi, thanks for asking.
As already answered, using httpexpect.NewRequireReporter (or your custom reporter) is the right way to do it.
There is no way to do it out of the box. There was a PR but it was not finished: #73. I've created an issue: #85.