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
Post a Comment