Before all and after all implementation #26890
roshnidevadiga
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
Uh oh!
There was an error while loading. Please reload this page.
-
I want some APIs to be called before all my test cases across multiple spec files are executed. Similarly I want some APIs to be called after all of these test cases are executed. I created a file with before and after block and included this in my support.e2e.js file. Now this gets executed once for every spec file. This is not what I want. Can anyone help?
Beta Was this translation helpful? Give feedback.
All reactions