You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...because we need the tests to run in a specific order (this is used for e2e automation tests, not unit tests) and the setup need to run first, and the tear down needs to run last.
The text was updated successfully, but these errors were encountered:
We have test code along the lines of:
...and I'd like to nest a step() within a step(), but nested steps aren't called. Instead of
...we see:
Would it be possible to add the ability to nest step() within another step() to this library?
We can't use describe() for grouping the categories, like so...
...because we need the tests to run in a specific order (this is used for e2e automation tests, not unit tests) and the setup need to run first, and the tear down needs to run last.
The text was updated successfully, but these errors were encountered: