diff --git a/.github/workflows/cleanup-e2e-reports.yml b/.github/workflows/cleanup-e2e-reports.yml index 97e9cd712..a5dfe4188 100644 --- a/.github/workflows/cleanup-e2e-reports.yml +++ b/.github/workflows/cleanup-e2e-reports.yml @@ -130,7 +130,7 @@ jobs: -

Fresco E2E Test Reports

+

🎭 Fresco E2E Test Reports

No failed test reports available.

@@ -163,7 +163,7 @@ jobs: -

Fresco E2E Test Reports

+

🎭 Fresco E2E Test Reports

Failed test reports by PR:

$(cat index.html.tmp) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 9dcbf280c..96847c1ce 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -114,6 +114,37 @@ jobs: cp -r new-report/playwright-report/* merged/pr-${{ github.event.pull_request.number }}/ # Generate index page listing all reports + cat > merged/index.html << 'EOF' + + + + + + Fresco E2E Test Reports + + + +

🎭 Fresco E2E Test Reports

+

Failed test reports by PR:

+ + + + + EOF + + # Create a simple directory listing echo "