runBTF - A Bash based Test Framework

A sample of a shell-output This github repository runBTF contains a a Bash based Test Framework for the test of any kind of UNIX commands or the test of software written in Bash. The test cases are formulated as bash commands and are structured in collections and suites. The framework supports the creation of variants of the test cases and suites and thus facilitates the achievement of a high test coverage. Parallel execution is supported to speed up the tests. The framework provides HTML files for convenient evaluation of the test results in the browser.

You can find the detailed documentation here.

If you have any suggestions or bug reports please write a Github Issue.