https://github.com/docwhat/bats-docker
BATS docker image
https://github.com/docwhat/bats-docker
Last synced: 4 months ago
JSON representation
BATS docker image
- Host: GitHub
- URL: https://github.com/docwhat/bats-docker
- Owner: docwhat
- Created: 2017-09-08T14:36:45.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T11:36:37.000Z (over 3 years ago)
- Last Synced: 2025-04-10T23:44:33.047Z (about 1 year ago)
- Language: Dockerfile
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
BATS docker container
=====================
[](https://github.com/docwhat/bats-docker/releases)

> This image is for running [bats (AKA bats-core)](https://github.com/bats-core/bats-core) tests.
Usage
-----
``` bash
# Assuming your source code is in the current directory
# and the tests are in 'test/'.
$ docker run --tty --rm \
--volume="${PWD}/:/src/:ro" \
docwhat/bats:latest /src/test/
```