app icon indicating copy to clipboard operation
app copied to clipboard

Use Playwright as E2E test runner

Open efstajas opened this issue 2 years ago • 0 comments

Currently, we're writing Playwright E2E tests, but use Vitest as our test runner for both unit- and E2E-tests. Vitest is excellent for unit testing, but when using it as a test runner for Playwright tests, certain Playwright features like the test inspector and codegen functionality don't work.

efstajas avatar Nov 09 '22 15:11 efstajas