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