fix problem with rerunning behave tests
I removed the "stop" option, because that would lead to only 1 failed test being retried. Any test that would have run after the failed test will not run the first time (because "stop" was true) *and* not be added to the rerun (because they didn't fail).
Loading
Please register or sign in to comment