Skip to content

feedback #1

@stereobooster

Description

@stereobooster

Thanks for the project. Some feedback

  1. 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,
      }
    })
  2. 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions