|
5 months ago | |
---|---|---|
.. | ||
forms | 5 months ago | |
geoserver | 5 months ago | |
interactive | 5 months ago | |
postgres | 5 months ago | |
wcs10 | 5 months ago | |
wcs11 | 5 months ago | |
wfs10 | 5 months ago | |
wfs11 | 5 months ago | |
wms11 | 5 months ago | |
wms13 | 5 months ago | |
.env | 5 months ago | |
Makefile | 5 months ago | |
README.md | 5 months ago | |
docker-compose.yml | 5 months ago | |
run-test.sh | 5 months ago |
With the Makefile
you can automate the tests with just a command.
make # will show you the help and the commands.
To run clean the ENV. ex:
make clean suite=<suite test>
To build the geoserver image.
make build suite=<suite test>
To test the suite.
make test suite=<suite test>
To run all the steps from the beginning.
make clean build test suite=<suite test>
Note: shall match the name of the subdirectory of the suite. examples below.
Run the wms11
suite:
make clean build test suite=wms11