bkahlert/Bats Wrapper

Run Bats (Bash Automated Testing System) tests

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
filterOnly run tests that match the regular expressionno
formatterSwitch between formatters: pretty (default), tap (default w/o term), tap13, junit no
gather-test-outputs-inGather the output of failing *and* passing tests as files in directory no
jobsNumber of parallel jobsno
no-tempdir-cleanupPreserve test output temporary directoryno
no-parallelize-across-filesSerialize test file execution instead of running them in parallel (requires --jobs >1) no
no-parallelize-within-filesSerialize test execution within files instead of running them in parallel (requires --jobs >1) no
report-formatterSwitch between reporters (same options as --formatter)no
outputDirectory to write report filesno
print-output-on-failureAutomatically print the value of `$output` on failed testsno
recursiveInclude tests in subdirectoriesno
show-output-of-passing-testsPrint output of passing testsno
timingAdd timing information to testsno
tracePrint test commands as they are executed (like `set -x`)no
verbose-runMake `run` print `$output` by defaultno
testsPath to a Bats test file, or to a directory containing Bats test files (ending with ".bats") yes
namedescription
statusExit status/code of the test run
outputOutput of the test run