Skip to content

docs: document test artifacts convention for Playwright#35

Merged
fey merged 1 commit into
masterfrom
docs/playwright-artifacts-convention
May 22, 2026
Merged

docs: document test artifacts convention for Playwright#35
fey merged 1 commit into
masterfrom
docs/playwright-artifacts-convention

Conversation

@fey

@fey fey commented May 22, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Adds a Test Artifacts Convention section to README explaining that tests must write artifacts to /project/tmp/artifacts/ inside the Docker container
  • Shows the required docker-compose.yml volume mount (. :/project)
  • Includes an example playwright.config.js with correct output paths for traces and HTML report

Why

The action already uploads {mountPath}/source/tmp/artifacts/** as the test-results artifact, but this convention was undocumented. Without it, project authors would have to guess where Playwright should write its output.

🤖 Generated with Claude Code

Explains that tests must write to /project/tmp/artifacts/ inside the
container so the action can upload them as the test-results artifact.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@fey fey merged commit 0e97d42 into master May 22, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant