Skip to content

Commit d0efb8f

Browse files
committed
Add base-url param to action run
1 parent 08b0117 commit d0efb8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/acceptance-test/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ runs:
4242
npx testcafe \
4343
'chrome:headless --ignore-certificate-errors --allow-insecure-localhost' \
4444
--hostname localhost \
45+
--base-url http://localhost:8080 \
4546
tests/*Tests.js \
4647
--selector-timeout ${{ inputs.timeouts}} \
4748
--assertion-timeout ${{ inputs.timeouts}} \

0 commit comments

Comments
 (0)