Replies: 1 comment 2 replies
-
Hmm, What about |
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 execute some custom reporting after all convenience tests have finished. How can I hook into the teardown method in order to achieve this? I have already tried to add
async
andawait
statements but could not manage to wait for the execution manually. Sorry for the newbiew question....Beta Was this translation helpful? Give feedback.
All reactions