lbroudoux/Microcks Test GitHub action

Launch a Microcks test on an API endpoint

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Aug 10, 2023
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: lbroudoux/gh-actions-test@3c5984d3e5b05892d7d33cf0186b5e4123ac5eb5 # no releases — HEAD as of 2026-07-11

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
apiNameAndVersion<apiName:apiVersion>: Service to test reference. Exemple: 'Beer Catalog API:0.9'yes
testEndpointURL where is deployed implementation to testyes
runnerTest strategy (one of: HTTP, SOAP, SOAP_UI, POSTMAN, OPEN_API_SCHEMA, ASYNC_API_SCHEMA)yesHTTP
microcksURLMicrocks instance API endpointyes
keycloakClientIdKeycloak Realm Service Account ClientIdyes
keycloakClientSecretKeycloak Realm Service Account ClientSecretyes
waitForTime to wait for test to finish (int + one of: milli, sec, min)no5sec
secretNameThe name of a Secret to use for connecting test endpointno""
operationsHeadersJSON that override some operations headers for the tests to launchno""

no outputs