Skip to content

Commit 0ea53f7

Browse files
committed
update playwright config
1 parent 2e82e9e commit 0ea53f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

epicshop/playwright.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ export default defineConfig({
2626
contextOptions: {
2727
ignoreHTTPErrors: true,
2828
},
29+
// ignore 404 errors for resources
30+
bypassCSP: true,
2931
},
3032

3133
projects: [

0 commit comments

Comments
 (0)