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
If it helps in the short term you can always wrap your before/after hooks and tests inside a tagged describe? Or did you have a scenario where you wanted to have different tags on the before/after hooks within the same block?
If it helps in the short term you can always wrap your before/after hooks and tests inside a tagged describe? Or did you have a scenario where you wanted to have different tags on the before/after hooks within the same block?
A good use case for this is to have some beforeEach steps tagged as DataCreation, allowing you to enable or disable manual data creation at will.
It would be nice to have before and beforeEach also be able to respect tags
The text was updated successfully, but these errors were encountered: