lbroudoux/Microcks Test GitHub action
Launch a Microcks test on an API endpoint
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 10, 2023
- License
- MIT
Pinned Snippet
uses: lbroudoux/gh-actions-test@3c5984d3e5b05892d7d33cf0186b5e4123ac5eb5 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| apiNameAndVersion | <apiName:apiVersion>: Service to test reference. Exemple: 'Beer Catalog API:0.9' | yes | — |
| testEndpoint | URL where is deployed implementation to test | yes | — |
| runner | Test strategy (one of: HTTP, SOAP, SOAP_UI, POSTMAN, OPEN_API_SCHEMA, ASYNC_API_SCHEMA) | yes | HTTP |
| microcksURL | Microcks instance API endpoint | yes | — |
| keycloakClientId | Keycloak Realm Service Account ClientId | yes | — |
| keycloakClientSecret | Keycloak Realm Service Account ClientSecret | yes | — |
| waitFor | Time to wait for test to finish (int + one of: milli, sec, min) | no | 5sec |
| secretName | The name of a Secret to use for connecting test endpoint | no | "" |
| operationsHeaders | JSON that override some operations headers for the tests to launch | no | "" |
Outputs
no outputs