diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 41ee833..079911d 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -84,6 +84,6 @@ jobs: SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_URL }} SLACK_CHANNEL: "#playwright-test-reports" SLACK_USERNAME: Playwright GitHub Actions - SLACK_TITLE: Test results are available in Artifacts section of below link as html-report ${{ steps.artifact_link.outputs.artifact_url }}. + SLACK_TITLE: Test results are available in Artifacts section of below link as html-report [Report Link](${{ steps.artifact_link.outputs.artifact_url }}). # This step should always run, even if previous steps fail if: always() \ No newline at end of file