Unit Test Docker Image

SVRUnit allows you to fully test Docker Images or Containers.

This means, you can use it to automatically verify that your built images work properly.

You can indeed build some rock-solid Docker images with more confidence by running unit tests before pushing them to your repository.

To get you started, here is a link to a single Docker image test. You can see that lots of tests from different folders are included. Every single image is also started with different environment variables that launch the images with different PHP Versions, with or without Xdebug and way more.

Here is the link: https://github.com/dockware/dockware/blob/master/tests/svrunit/suites/dev/6.4.16.1.xml

The tests itself can be found in these subfolders: https://github.com/dockware/dockware/tree/master/tests/svrunit/tests

Last updated