iti-ict / wakamiti

BDD testing tool using step libraries
https://iti-ict.github.io/wakamiti/
Mozilla Public License 2.0
33 stars 5 forks source link

Stop execution if wakamiti error is thrown #252

Open mgalbis opened 5 months ago

mgalbis commented 5 months ago

Sometimes, errors are triggered in Wakamiti (ERROR) that are unrelated to application failures (FAILED). The execution doesn't stop until all scenarios have finished running, and it doesn't make much sense to continue if Wakamiti configuration errors are occurring.

It is proposed to include a configuration parameter that allows terminating the execution if any Wakamiti error occurs or to terminate it by default.