-
Notifications
You must be signed in to change notification settings - Fork 37
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
Playwright #1153
Playwright #1153
Conversation
Done by running `npm init playwright@latest`. Install playwright and added some example tests
Otherwise there is a Node error
- remove comments - only run test in Chromium browser - use testDir to ./src/e2e - run local server before starting tests
so that we can use `npx playwright test --ui` for dev
Preview build will be at |
That is the version where running vite as web server doesn't cause hanging. We can now revert back to using vite for running webserver.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please can you move playwright from package.json dependencies to dev dependencies and remove puppeteer and related packages?
Some other comments inline.
Removes E2E config for vitest/vite
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks.
No description provided.