Dockunit is a tool that allows you containerize your unit tests. No longer must software developers create environments to run test suites. Dockunit allows you to define a list of test environments as Docker images to run your tests. In combination with Dockunit, Dockunit.io can be used to achieve continuous containerized integration with your projects.
This repository contains handy pre-built Docker images for use with Dockunit. If you don't like these, you can always create your own. Each pre-built image's Dockerfile is contained here.
- Download and setup dockunit via npm
- Add a
Dockunit.json
to your Github repository. There are a number of examples you can start with. Reference one of these images in yourDockunit.json
file. - Run your software unit tests by running the
dockunit
command. - Create a free account on Dockunit.io and add a project that connects to your Github repo.