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