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, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
To stop a test from continuing you must instantiate like this:
|
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
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.