Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (13 loc) · 908 Bytes

readme.md

File metadata and controls

23 lines (13 loc) · 908 Bytes

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