Skip to content

Commit

Permalink
Update playwright.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuankai619 authored Sep 23, 2024
1 parent d5f2c43 commit bb401ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
</style></head><body><h1>Playwright Traces</h1><ul>" > deploy-zip-files/index.html
find deploy-zip-files/ -name 'trace.zip' -type f | while read file; do
relpath=${file#deploy-zip-files/}
url="https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/$relpath"
url="https://${{ github.repository_owner }}.github.io/LLM-Generated-web-and-Playwright-E2E-Testing/$relpath"
trace_url="https://trace.playwright.dev/?trace=$url"
echo "<li><a href='$trace_url'>$relpath</a></li>" >> deploy-zip-files/index.html
done
Expand All @@ -163,4 +163,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: deploy-zip-files/
keep_files: true
keep_files: true

0 comments on commit bb401ce

Please sign in to comment.