Lightweight Docker Image for the Bash Automated Testing System
7.2K
A lightweight Docker image for Bash Automated Testing System (bats)
It provides:
v3.5v0.4.0and the following helpers:
All helpers are stored under the /usr/local/lib/bats/ folder.
To load all helpers, add in your bats test the following line:
load '/usr/local/lib/bats/load.bash'
docker run --rm -ti lucor/bats bats
docker run --rm -ti \
-v $(pwd):/tests \
lucor/bats \
bats your_test.bats
Content type
Image
Digest
Size
4.2 MB
Last updated
over 9 years ago
docker pull lucor/bats