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
This should be doable with once-per-process semantics as we have in cucumber-js. So for --test-isolation=none it would be just once, and by default it would be once per process, meaning once per feature file since this is how Node.js does the split.