diff --git a/.github/workflows/lint_test.yml b/.github/workflows/lint_test.yml index 0438c98..fc7864e 100644 --- a/.github/workflows/lint_test.yml +++ b/.github/workflows/lint_test.yml @@ -79,7 +79,7 @@ jobs: env: PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: true - - name: Install chromium + - name: Install browser run: yarn playwright install --with-deps ${{ matrix.browser }} - name: Run tests diff --git a/playwright.config.ts b/playwright.config.ts index 384057a..be0cc9c 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -3,11 +3,11 @@ import { defineConfig, devices } from '@playwright/test'; export default defineConfig({ testDir: 'test', use: { - baseURL: 'http://localhost:5175', + baseURL: 'http://localhost:5173', }, webServer: { - command: 'yarn dev', - url: 'http://localhost:5175', + command: 'yarn vite', + url: 'http://localhost:5173', reuseExistingServer: !process.env.CI, }, projects: [