-
Notifications
You must be signed in to change notification settings - Fork 498
fix: use vite dev during e2e dev #39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This makes some sense as all browsers that Cypress supports are modern browsers.
🤔 But on the other hand, unlike webpack, vite dev
and vite build
outputs differ greatly. Unit tests can't cover these differences.
So I would prefer to use E2E tests to make sure the build works correctly. Speed isn't much of a concern here.
Superseded by #183
We now have a test:e2e:dev
command to use the dev server and run the tests interactively.
No description provided.