test server configured with proper headers
This commit is contained in:
parent
bf028677a3
commit
66b24c84de
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
@ -136,7 +136,7 @@ jobs:
|
|||||||
CHROME_PATH: chrome
|
CHROME_PATH: chrome
|
||||||
run: |
|
run: |
|
||||||
# Start test server with proper headers
|
# Start test server with proper headers
|
||||||
npm run serve &
|
npm run serve -- --headers '{"Cross-Origin-Opener-Policy": "same-origin", "Cross-Origin-Embedder-Policy": "require-corp"}' &
|
||||||
|
|
||||||
# Run tests with configured Chrome flags
|
# Run tests with configured Chrome flags
|
||||||
npx mocha-headless-chrome \
|
npx mocha-headless-chrome \
|
||||||
|
Loading…
Reference in New Issue
Block a user