Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/docwhat/bats-docker
BATS docker image
https://github.com/docwhat/bats-docker
Last synced: 2 days ago
JSON representation
BATS docker image
- Host: GitHub
- URL: https://github.com/docwhat/bats-docker
- Owner: docwhat
- Created: 2017-09-08T14:36:45.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T11:36:37.000Z (over 1 year ago)
- Last Synced: 2024-04-13T03:21:44.797Z (7 months 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
=====================[![GitHub
release](https://img.shields.io/github/release/docwhat/bats-docker.svg)](https://github.com/docwhat/bats-docker/releases)
![ci](https://github.com/docwhat/bats-docker/workflows/ci/badge.svg)> 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/
```