https://github.com/cpichard/bbtest
Simple program to run black box tests
https://github.com/cpichard/bbtest
Last synced: about 2 months ago
JSON representation
Simple program to run black box tests
- Host: GitHub
- URL: https://github.com/cpichard/bbtest
- Owner: cpichard
- License: bsd-3-clause
- Created: 2016-08-20T16:54:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-04-26T07:47:44.000Z (about 3 years ago)
- Last Synced: 2025-01-31T00:28:03.359Z (4 months ago)
- Language: Haskell
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Black box tests runner
======================bbtest is a simple driver program to run functional tests. The tests should be organised in a directory structure and described in a yaml file. Some examples are provided, tailored for testing visual effect and animation softwares.
Compilation:
------------install haskell stack: https://www.haskellstack.org/
then```
stack install
```Running bbtest examples
-----------------------```
cd examples
bbtest example1.yaml
```