wanger 9f31d6db7e init před 1 rokem
..
forms 9f31d6db7e init před 1 rokem
geoserver 9f31d6db7e init před 1 rokem
interactive 9f31d6db7e init před 1 rokem
postgres 9f31d6db7e init před 1 rokem
wcs10 9f31d6db7e init před 1 rokem
wcs11 9f31d6db7e init před 1 rokem
wfs10 9f31d6db7e init před 1 rokem
wfs11 9f31d6db7e init před 1 rokem
wms11 9f31d6db7e init před 1 rokem
wms13 9f31d6db7e init před 1 rokem
.env 9f31d6db7e init před 1 rokem
Makefile 9f31d6db7e init před 1 rokem
README.md 9f31d6db7e init před 1 rokem
docker-compose.yml 9f31d6db7e init před 1 rokem
run-test.sh 9f31d6db7e init před 1 rokem

README.md

Usage of the Automate Test.

With the Makefile you can automate the tests with just a command.

commands:

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.

  • example:

    Run the wms11 suite:

    make clean build test suite=wms11