/docker-shpec

:whale: Docker image for running shpec

Primary LanguageDockerfileMIT LicenseMIT

docker-shpec Build Status

Docker image for running tests for shell scripts with shpec.

Usage

docker run -v /path/to/tests/:/shpec-tests ceasbz/shpec:1.0

OBS: You should to mapping your tests to /shpec-tests, because the image use it for find and execute the tests.

Examples

I will provide some examples with docker and docker-compose, see here.

Related

  • shpec - test your shell scripts <3

License

MIT © Cauê Alves