We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95c46a0 commit c195430Copy full SHA for c195430
1 file changed
.github/actions/acceptance-test/action.yml
@@ -55,8 +55,7 @@ runs:
55
run: |
56
yarn install --frozen-lockfile
57
npx testcafe \
58
- 'chrome:headless --ignore-certificate-errors --allow-insecure-localhost \
59
- --disable-features=LocalNetworkAccessChecks' \
+ 'chrome:headless --ignore-certificate-errors --allow-insecure-localhost --disable-features=LocalNetworkAccessChecks' \
60
--hostname localhost \
61
--base-url http://localhost:8080 \
62
tests/*Tests.js \
0 commit comments