We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ffccf2 commit b8bbf1dCopy full SHA for b8bbf1d
.github/workflows/e2e.yml
@@ -58,8 +58,7 @@ jobs:
58
LOCAL_FOLDER="playwright-report"
59
60
REPORT_URL="$BUCKET_PUBLIC_ENDPOINT/$S3_FOLDER"
61
- echo "URL: $REPORT_URL"
62
- echo "::notice::Playwright report: $REPORT_URL"
+ echo "::notice::Playwright report: $REPORT_URL/index.html"
63
echo "REPORT_URL=$REPORT_URL" >> "$GITHUB_OUTPUT"
64
65
# Add PR number to title in index.html
0 commit comments