Skip to content

Commit

Permalink
Add base-url param to action run
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoet-jh committed Apr 25, 2024
1 parent 08b0117 commit d0efb8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/acceptance-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ runs:
npx testcafe \
'chrome:headless --ignore-certificate-errors --allow-insecure-localhost' \
--hostname localhost \
--base-url http://localhost:8080 \
tests/*Tests.js \
--selector-timeout ${{ inputs.timeouts}} \
--assertion-timeout ${{ inputs.timeouts}} \
Expand Down

0 comments on commit d0efb8f

Please sign in to comment.