get total tests result in AfterSuite? #2205
vzakharchuk
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have compound gauge tags to execute many specs during one run and I am wondering if it's possible to get the final results of the execution.
Maybe it's possible to get the total test suite to result in Gauge hook?
I am looking for smth like:
@AfterSuite public void afterSuite(ExecutionContext context) { if (context.hasFailedTests)) {....}
Beta Was this translation helpful? Give feedback.
All reactions