beforeAll & afterAll ignored #1257
Unanswered
daniellasha
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Are you stuck with |
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
-
See in example code below, I have an 'AutomationTests' class which runs several test specs 'Tests1' and 'Tests2'.
I need 'Tests1' and 'Tests2' to run their beforeAll and afterAll methods at beginning & end of tests, however they are ignored.
I need a way to trigger beforeAll => is => afterAll.
Beta Was this translation helpful? Give feedback.
All reactions