-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Thanks for the project. Some feedback
- I discovered that when used with React one needs to disable HMR to get correct coverage with Playwright
// https://vitejs.dev/config/ export default defineConfig({ server: { hmr: false, } })
- Running tests against dev server is 20% slower than running against production build. But I wasn't able to produce "correct" report for production build (with source maps). Correct in this case means - the one which can be merged with unit tests coverage. It looks good, but when I merge it with unit tests coverage - numbers are wrong.
Metadata
Metadata
Assignees
Labels
No labels