Testwatcher facility? #1897
steckerhalter
started this conversation in
General
Replies: 1 comment 3 replies
-
|
Gauge does not have this feature. As a workaround you could add a script to detect a failure exit code after a Gauge run to trigger another program. You could also use the xml/json reporting plugin to parse the result and detect failures. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi... I'm using Gauge with Kotlin at the moment.
Previously I have been using JUnit5 where I could execute code for example when failure occurred: https://junit.org/junit5/docs/5.5.1/api/org/junit/jupiter/api/extension/TestWatcher.html
Is there a similar facility in Gauge I could use?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions