all tests not running when using before #23179
Unanswered
mlaw93
asked this question in
Questions and Help
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
when I used before not all tests run, only the first IT runs.
Example
when I check by running test in ui, I see that for test2 this is all I get in the steps run....
If I change it to beforeEach, then everything runs as expected (but obviously, testing is slower due to the extra logins)
Beta Was this translation helpful? Give feedback.
All reactions