diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73eb767..1458202 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,5 +22,5 @@ jobs: - run: pnpm --version - run: pnpm install - run: pnpm run build - - run: pnpm exec playwright install - - run: pnpm exec playwright test \ No newline at end of file + - run: pnpm exec playwright install chromium --with-deps + - run: pnpm exec playwright test --project=chromium \ No newline at end of file diff --git a/playwright.config.mts b/playwright.config.mts index 71a4210..763cf07 100644 --- a/playwright.config.mts +++ b/playwright.config.mts @@ -12,15 +12,15 @@ export default defineConfig({ use: { ...devices['Desktop Chrome'] }, }, - { - name: 'firefox', - use: { ...devices['Desktop Firefox'] }, - }, + // { + // name: 'firefox', + // use: { ...devices['Desktop Firefox'] }, + // }, - { - name: 'webkit', - use: { ...devices['Desktop Safari'] }, - }, + // { + // name: 'webkit', + // use: { ...devices['Desktop Safari'] }, + // }, ], webServer: { command: 'pnpm run dev --port 5173',