actions-marketplace-validations/Playwright report comment
Report Playwright test results as pull request comments
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The GitHub access token | no | ${{ github.token }} |
| report-file | Path to the generated json report file | yes | — |
| report-tag | Tag reports to distinguish test runs in the same workflow instead of overwriting | no | — |
| report-url | URL to the generated html report, if uploaded | no | — |
| pr-number | The pull request number to comment on. Only required if the action is run outside a pull request context. | no | — |
| create-comment | Create a pull request comment with the test result summary | no | true |
| comment-title | Customize the title of the pull request comment | no | Playwright test results |
| custom-info | Additional information to include in the summary comment, markdown-formatted | no | — |
| job-summary | Create a job summary comment for the workflow run | no | false |
| icon-style | The icons to use: octicons or emoji | no | octicons |
| test-command | The command used to run the tests | no | — |
| footer | Additional content to add to the comment below the test report | no | "" |
Outputs
| name | description |
|---|---|
| summary | The rendered markdown summary of the test report |
| comment-id | The ID of the comment that was created or updated |
| report-data | The raw data of the test report |