microcks/Microcks Test GitHub action
Launch a Microcks test on an API endpoint
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| apiNameAndVersion | <apiName:apiVersion>: Service to test reference. Example: '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, GRPC_PROTOBUF, GRAPHQL_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 | "" |
| filteredOperations | JSON that allows to filter a list of operations to launch a test for | no | "" |
| operationsHeaders | JSON that override some operations headers for the tests to launch | no | "" |
Outputs
no outputs