therussiankid92/Github Action Test Automation
Bring the power of test automation to your actions and workflows
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| assertion | assertion to be performed (eg should.be.true, equals). Check readme for full dictionary. | yes | — |
| actual | the value outputed by your action/workflow. This shall be compared with the expected. | yes | — |
| expected | the value you expect your function to have. This would be compared against your actual | yes | — |
Outputs
no outputs