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
I think we should consider (and try) loading each test into a new iframe - the reason being that when the app fiddles around with the URL you can't just refresh to run the test again. It would also help to ensure the app is always run in a clean state i.e. no event handlers hanging around.
We could also (possibly) run more than one test at a time??
I think this can easily be implemented inside the mount component
The text was updated successfully, but these errors were encountered:
I think we should consider (and try) loading each test into a new iframe - the reason being that when the app fiddles around with the URL you can't just refresh to run the test again. It would also help to ensure the app is always run in a clean state i.e. no event handlers hanging around.
We could also (possibly) run more than one test at a time??
I think this can easily be implemented inside the mount component
The text was updated successfully, but these errors were encountered: