Error managementΒΆ
Todo
Documentation needed for error management:
By default, errors break the test execution (assertions or any exception).
Except for known errors.
Except when the
--continue-on-erroroption orScenarioConfig.Key.CONTINUE_ON_ERRORconfiguration is set.