sidharthv96/Playwright test report
Run playwright tests and report failures in each pull request.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | A github access token | yes | ${{ github.token }} |
| test-script | A custom npm script to get coverage | no | npx playwright test --reporter=json,line |
| working-directory | Custom working directory | no | — |
| icons | Which icons to use. Available choices: emoji, ascii | no | emoji |
| annotations | What type of annotations show. Options: none, failed-tests, all | no | all |
| package-manager | Which package manager to use; can be either `npm` or `yarn` | no | npm |
| skip-step | `none` for running all steps, `install` to skip installing dependencies or `all` to skip installing dependencies and running the test script | no | none |
| custom-title | Sets the title of the coverage report comment in Github. | no | — |
| coverage-file | Path to file the a previously generated report.json file. (bypasses running the test again) | no | — |
Outputs
no outputs