autonoma-labs/Autonoma Run Test Trigger
Trigger a test run in Autonoma AI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit May 22, 2025
- License
- None
Pinned Snippet
uses: autonoma-labs/github-app-check-trigger@019050edc520695013501942d80415106c3ccd50 # v8tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| test-type | The type of test to run (folder or test) | — | folder |
| test-id | The id of the test or folder to run | — | "" |
| client-id | The client id of an api key generated in Autonoma's platform | — | "" |
| client-secret | The client secret of an api key generated in Autonoma's platform | — | "" |
Outputs
| name | description |
|---|---|
| status | Status of the Autonoma test call (success/failure) |
| message | Response message from Autonoma |
| url | URL to view the test run in Autonoma |