You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 31, 2018. It is now read-only.
When some test failed.I would like to terminate the script. Can I terminate next test?
`
eval(globals.postmanBDD);
describe('Get customer info', () => {
it('should return a 200 response', () => {
response.should.have.status(200);
// in case of status, not 200. I would like to terminate the test.
});
// There isn't run this.
it('test 2', () => {
});