diff --git a/README.md b/README.md index f80b6bc..ddc3f70 100644 --- a/README.md +++ b/README.md @@ -61,13 +61,3 @@ These are the other scripts defined in `package.json`. | `pnpm test:e2e` | Run end-to-end tests (can add `--headed` and/or `--debug`) | | `pnpm codegen` | Generate end-to-end tests with codegen | | `pnpm run deploy` | Deploy to Github pages | - -FYI - when running Playwright end-to-end tests, there may be flakey firefox-specific tests: - -``` -page.goto: NS_ERROR_CONNECTION_REFUSED -=========================== logs =========================== -navigating to "http://localhost:5173/", waiting until "load" -``` - -This maybe an only Windows problem. Workaround is to execute end-to-end tests with just Chrome: `pnpm test -- --project=chromium` diff --git a/playwright.config.ts b/playwright.config.ts index 55981fa..39557bb 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -51,12 +51,13 @@ const config: PlaywrightTestConfig = { }, }, - { - name: "firefox", - use: { - ...devices["Desktop Firefox"], - }, - }, + // Tests in Firefox seems to be flakey + // { + // name: "firefox", + // use: { + // ...devices["Desktop Firefox"], + // }, + // }, { name: "webkit",