Steve Kamerman d320b43476 Merged conflict in BATS SSL test před 8 roky
..
lib 7c0f7b9449 Fixed Alpine image, removed dhparams gen from test units před 8 roky
web_helpers 112aad39b6 Implemented more advanced webserver with routing and request header echoing, added header tests před 8 roky
README.md 4bd30f5d2c add test suite. See #197 před 9 roky
default-host.bats 86aea653c8 Update to docker-gen 0.7.0 před 9 roky
docker.bats 112aad39b6 Implemented more advanced webserver with routing and request header echoing, added header tests před 8 roky
headers.bats b9bf183df2 Added httpoxy test před 8 roky
multiple-hosts.bats 112aad39b6 Implemented more advanced webserver with routing and request header echoing, added header tests před 8 roky
multiple-ports.bats 112aad39b6 Implemented more advanced webserver with routing and request header echoing, added header tests před 8 roky
ssl.bats d320b43476 Merged conflict in BATS SSL test před 8 roky
ssl_dhparam.bats 83a28f47d7 Fixed long server name comment, improved dhparam check před 8 roky
test_helpers.bash 7c0f7b9449 Fixed Alpine image, removed dhparams gen from test units před 8 roky
wildcard-hosts.bats d8658bd8d9 TEST: wildcards-hosts.bats - add a test which uses regexp end-of-string před 8 roky

README.md

Test suite

This test suite is implemented on top of the Bats test framework.

It is intended to verify the correct behavior of the Docker image jwilder/nginx-proxy:bats.

Running the test suite

Make sure you have Bats installed, then run:

docker build -t jwilder/nginx-proxy:bats .
bats test/