We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf02867 commit 66b24c8Copy full SHA for 66b24c8
.github/workflows/CI.yml
@@ -136,7 +136,7 @@ jobs:
136
CHROME_PATH: chrome
137
run: |
138
# Start test server with proper headers
139
- npm run serve &
+ npm run serve -- --headers '{"Cross-Origin-Opener-Policy": "same-origin", "Cross-Origin-Embedder-Policy": "require-corp"}' &
140
141
# Run tests with configured Chrome flags
142
npx mocha-headless-chrome \
0 commit comments