Skip to content

Commit

Permalink
Update github-actions-usetrace-integration-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dservidie authored Jul 16, 2024
1 parent ff3898c commit 95713dd
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,15 @@ jobs:
uses: tarmac/usetrace-github-action@v1
with:
# Required parameters
trigger-type: project # Options: 'trace' or 'project')"
trigger-id: ZoMdcx6weAAXXca7VhlygnfF8lGO5Pmo # Id of a test Project

#trigger-type: ${{ vars.USETRACE_TRIGGER_TYPE }} # Options: 'trace' or 'project')"
#trigger-id: ${{ vars.USETRACE_TRIGGER_ID }} # Id of the build to trigger.
trigger-type: ${{ vars.USETRACE_TRIGGER_TYPE }} # Options: 'trace' or 'project')"
trigger-id: ${{ vars.USETRACE_TRIGGER_ID }} # Id of the build to trigger.

# Optional parameters
browsers: chrome # Coma separated list of browsers (ex: 'chrome, firefox').
base-url: https://ja.wikipedia.org/ # baseUrl to execute against (defaults to the project baseUrl)"

# Project Only Optional (only if trigger-type: project)
# tags: flaky # Coma separated list of tags. Only traces with those tags would be run (by default runs all traces)"

fail-on-failed-traces: false # We tell the action that we don't want the workflow to fail if some Trace fails. That way you can handle the failures with your logic.
build-timeout-seconds: 120

Expand Down

0 comments on commit 95713dd

Please sign in to comment.