Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titlelaunch tomcat and selenium container
$ mvn clean install
$ ./localtest.sh

(It's important to run install before because localtest.sh will take the produced webapp wars and create a docker image out of it)


Then you have to launch the test with -Dsetup.test.env=false so the test environment is not started and stopped with every test launch (thats what you have already done with localtest.sh)

...