Skip to content

Commit

Permalink
my mac is too old for playwright to test safari, lol
Browse files Browse the repository at this point in the history
  • Loading branch information
tjheffner committed May 28, 2024
1 parent 92c873c commit 34f2345
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

test:
needs: prepare
name: Run Playwright tests against Netlify deployment
name: Run tests against PR environment
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
Expand Down
16 changes: 8 additions & 8 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ export default defineConfig({
use: { ...devices['Desktop Firefox'] },
},

{
name: 'webkit',
use: { ...devices['Desktop Safari'] },
},
// {
// name: 'webkit',
// use: { ...devices['Desktop Safari'] },
// },

/* Test against mobile viewports. */
{
name: 'Mobile Chrome',
use: { ...devices['Pixel 5'] },
},
{
name: 'Mobile Safari',
use: { ...devices['iPhone 12'] },
},
// {
// name: 'Mobile Safari',
// use: { ...devices['iPhone 12'] },
// },

/* Test against branded browsers. */
// {
Expand Down

0 comments on commit 34f2345

Please sign in to comment.