Skip to content

Commit

Permalink
一旦 chromium 限定にする
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Sep 8, 2024
1 parent 0ac8fde commit bb16d1b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
- run: pnpm exec playwright install chromium --with-deps
- run: pnpm exec playwright test --project=chromium
16 changes: 8 additions & 8 deletions playwright.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit bb16d1b

Please sign in to comment.