estruyf/Playwright Issue Creator
This GitHub Action creates issues for failed tests in Playwright.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The GitHub token to create the issues. | no | ${{ github.token }} |
| report-path | The path to the Playwright report file. | yes | — |
| issue-prefix | The prefix for the issue title. | no | — |
| issue-labels | The labels to add to the issue (comma-separated). | no | — |
| issue-footer | The footer to add to the issue. | no | > This issue was created by the Playwright Issue Creator action. |
| issue-assignees | The assignees to add to the issue (comma-separated). | no | — |
| add-project-label | Add the project label to the issue. | no | — |
| add-comment | Add a comment to the issue if the issue already exists. | no | — |
| close-on-success | Close the issue when the next test run is successful. | no | — |
| close-on-success-msg | The message to add when closing the issue. | no | This issue was automatically closed after the test passed. |
| job-summary | Add the issue information to the job summary. | no | — |
| quite | Do not log the issue creation. | no | — |
Outputs
no outputs