From 673846094ff5cb8bc365ab6ec6bcdbcd8065962f Mon Sep 17 00:00:00 2001 From: Daniel Servidie Date: Tue, 9 Jul 2024 20:14:05 -0300 Subject: [PATCH] Update github-actions-usetrace-integration-test.yml --- .github/workflows/github-actions-usetrace-integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions-usetrace-integration-test.yml b/.github/workflows/github-actions-usetrace-integration-test.yml index 6d2b09b..bae8005 100644 --- a/.github/workflows/github-actions-usetrace-integration-test.yml +++ b/.github/workflows/github-actions-usetrace-integration-test.yml @@ -23,7 +23,7 @@ jobs: # Optional parameters browsers: chrome, firefox 127 # Coma separated list of browsers (ex: 'chrome, firefox'). You can specify a version of the browser this way: 'chrome 126, internet explorer 11' (version must be specified for internet explorer) - baseUrl: https://de.wikipedia.org/ # baseUrl to execute against (defaults to the project baseUrl)" + base-url: https://de.wikipedia.org/ # baseUrl to execute against (defaults to the project baseUrl)" # Project Only Optional (only if trigger-type: project) tags: someothertag, smoke, flaky # Coma separated list of tags. Only traces with those tags would be run (by default runs all traces)"