Closed bjuric closed 5 years ago
This PR introduces the following assertion modes through the following Gwen setting:
gwen.assertion.mode
hard
soft
sustained
Assertions modes for Gwen
This PR introduces the following assertion modes through the following Gwen setting:
gwen.assertion.mode
hard
to halt execution on first assertion error and report failure (default)soft
to collect all assertion errors and continue execution whilst reporting them as failuressustained
to collect all assertion errors and continue execution without reporting them as failuresExample Reports
Hard assertions (default)
Soft assertions
Sustained assertions