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