-
-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
Is there a plan to support running the tests in a browser with a built-in browser runner?
Scenario: In a VueJS project, we can mount components which will be the subject under test, then have the full context of a browser to interact with them and test how they behave and render.
It's a little more than unit testing, but far from E2E.
I'd rather keep using a real browser instead of moving to virtual DOM options, so a transition would be smoother.