Replies: 1 comment 2 replies
-
You can try using the
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to run all the scenarios for a feature spec for my Android mobile app (with gauge-java) without closing it on each scenario, using the BeforeSpec hook.
The problem if a scenario fails, the application will get stuck on the error screen.
This screen does not have access to be able to disconnect or close the application.
This causes all remaining scenarios in the spec to fail (false bugs).
How to make the application restart only when a scenario fails ?
Beta Was this translation helpful? Give feedback.
All reactions