We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14f854b commit c5f09f6Copy full SHA for c5f09f6
1 file changed
.github/actions/acceptance-test/action.yml
@@ -46,7 +46,7 @@ runs:
46
run: |
47
yarn install --frozen-lockfile
48
npx testcafe \
49
- 'chrome:headless --ignore-certificate-errors --allow-insecure-localhost' \
+ 'chrome:headless --ignore-certificate-errors --allow-insecure-localhost --disable-features=LocalNetworkAccessChecks' \
50
--hostname localhost \
51
--base-url http://localhost:8080 \
52
tests/*Tests.js \
0 commit comments