dnihze/maestro-test-action
Simple step to run Maestro tests with GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| env | Meastro environment variables, support | no | "" |
| flow | Meastro flow or directory | no | — |
| report | JUnit report destination | no | maestro/reports/test.xml |
| screenshots-dir | Relative or absolute path to where screenshots should be stored | no | maestro/screenshots |
| version | Maestro CLI version | no | latest |
Outputs
| name | description |
|---|---|
| report | Absolute path to JUnit test report |
| screenshots-dir | Absolute path to maestro screenshots placements |