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

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -