Skip to content

skip: raise exception to stop code execution

Filip Pokryvka requested to merge fp/skip_raise into main

Catch the special type of exception and do not throw it in before_scenario, and in after_step change step from failed to skipped.

Merge request reports