|
il y a 6 mois | |
---|---|---|
.. | ||
forms | il y a 6 mois | |
geoserver | il y a 6 mois | |
interactive | il y a 6 mois | |
postgres | il y a 6 mois | |
wcs10 | il y a 6 mois | |
wcs11 | il y a 6 mois | |
wfs10 | il y a 6 mois | |
wfs11 | il y a 6 mois | |
wms11 | il y a 6 mois | |
wms13 | il y a 6 mois | |
.env | il y a 6 mois | |
Makefile | il y a 6 mois | |
README.md | il y a 6 mois | |
docker-compose.yml | il y a 6 mois | |
run-test.sh | il y a 6 mois |
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