mirror of
https://github.com/wassname/nginx-proxy-letsencrypt.git
synced 2026-09-09 11:27:33 +08:00
Update tests for 'nginx-proxy-letsencrypt'.
Cleanup test containers when possible during tests. Add 'test-clean' make target for remaining bat-* containers.
This commit is contained in:
+3
-3
@@ -3,12 +3,12 @@ Test suite
|
||||
|
||||
This test suite is implemented on top of the [Bats](https://github.com/sstephenson/bats/blob/master/README.md) test framework.
|
||||
|
||||
It is intended to verify the correct behavior of the Docker image `jwilder/nginx-proxy:bats`.
|
||||
It is intended to verify the correct behavior of the Docker image `dmp1ce/nginx-proxy-letsencrypt:bats`.
|
||||
|
||||
Running the test suite
|
||||
----------------------
|
||||
|
||||
Make sure you have Bats installed, then run:
|
||||
|
||||
docker build -t jwilder/nginx-proxy:bats .
|
||||
bats test/
|
||||
docker build -t jwilder/nginx-proxy-letsencrypt:bats .
|
||||
bats test/
|
||||
|
||||
Reference in New Issue
Block a user