gsick / openresty-test-docker

Docker image with Test::Nginx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#openresty + Test::Nginx

Built off of talentappstore/openresty, this image adds the Test::Nginx test suite to test your openresty creations.

##Usage By default, this image will run prove t (/srv/t), and create a JUnit test report in the /srv/output folder. All that is needed is to run

docker run \
    -v /mytests:/srv/t \
    -v /mytestresults:/srv/output \
    talentappstore/openresty-test 

About

Docker image with Test::Nginx

License:MIT License


Languages

Language:Dockerfile 100.0%