krummbar/bru-run-action

Executes Bru CLI against a bruno collection or single request.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
csv-file-pathCSV file pat for input parametersno
pathPath of the target bruno collection. Should point to the root directory of the collection. If not provided it uses the current working directory.no.
filenameFile or folder name of the requests to run. It is relative to the `path` input.no
recursiveIndicate a recursive run.nofalse
ca-certCA certificate to verify peer against.no
envSelect a collection environment.no""
env-varsList of environment variables to set with the run.no""
ignore-truststoreThe specified custom CA certificate (--cacert) will be used exclusively and the default truststore is ignored, if this option is specified. Evaluated in combination with "--cacert" only.nofalse
outputOutput file containing test results. The path is relative to the current working-directory and not to the targeted bruno collection.no
output-formatThe output format of the test results. Possible values `html|json|junit`.nojson
insecureAllow insecure server connections.nofalse
sandboxJavscript sandbox to use. Available sandboxes are 'developer|safe'no
tests-onlyOnly run requests that have a test.no
bailStop execution after a failure of a request, test, or assertion.no
namedescription
successIndicates test run success status.
bru-versionBruno CLI version used during workflow execution.