integration testing - nightwatch - terminate all test suits when a single test fails -


is there way (e.g. flag) terminate whole nightwatch tests when single failed test occur? or @ least status code test failed, within program?

thanks!

in "test_settings" section of nightwatch.json, add following entry:

"end_session_on_fail": true

it looks promising.


Comments

Popular posts from this blog

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -