We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98e3ccb commit c45ddebCopy full SHA for c45ddeb
.ibm/pipelines/utils.sh
@@ -629,7 +629,7 @@ run_tests() {
629
local url="${4:-}"
630
631
if ! grep -q "name: \"${playwright_project}\"" "${DIR}/../../e2e-tests/playwright.config.ts" 2> /dev/null; then
632
- logging::warn "Playwright project '${playwright_project}' may not exist in config"
+ log::warn "Playwright project '${playwright_project}' may not exist in config"
633
return 1
634
fi
635
0 commit comments