gemini-testing/Testplane action
GitHub action for Testplane
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| cwd | Relative directory to run Testplane in | no | . |
| package-manager | Package manager, used in the project (one of "npm", "pnpm", "yarn") | no | npm |
| html-report-prefix | Html-reporter report path prefix | no | testplane-reports |
| config-path | Testplane custom config path | no | "" |
| storybook | If enabled, uses @testplane/storybook plugin tests | no | "" |
| set | Comma separated list of sets to test | no | "" |
| browser | Comma separated list of browsers to test | no | "" |
| grep | Grep expression to specify tests to launch | no | "" |
Outputs
| name | description |
|---|---|
| html-report-path | Path to html report, generated by html-reporter |
| exit-code | Testplane run exit code |