Skip to content

Commit

Permalink
support running safari locally
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Dec 6, 2024
1 parent 268ed4d commit 31b36ef
Show file tree
Hide file tree
Showing 3 changed files with 7,010 additions and 5,672 deletions.
1 change: 1 addition & 0 deletions cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ export default defineConfig({
e2e: {
specPattern: 'cypress/e2e/**/*.cy.{js,ts}',
},
experimentalWebKitSupport: true,
})
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
"localStorage": "1.0.4",
"msw": "^1.3.3",
"node-fetch": "^2.6.11",
"playwright-webkit": "^1.49.0",
"posthog-js": "link:",
"preact-render-to-string": "^6.3.1",
"prettier": "^2.7.1",
Expand Down Expand Up @@ -130,5 +131,6 @@
"@rrweb/[email protected]": "patches/@[email protected]",
"@rrweb/[email protected]": "patches/@[email protected]"
}
}
},
"packageManager": "[email protected]+sha512.c8180b3fbe4e4bca02c94234717896b5529740a6cbadf19fa78254270403ea2f27d4e1d46a08a0f56c89b63dc8ebfd3ee53326da720273794e6200fcf0d184ab"
}
Loading

0 comments on commit 31b36ef

Please sign in to comment.