Files
WebGoat/webgoat-integration-tests/src/test/resources/application-inttest.properties
Rene Zubcevic 30d38f9b56 completed test
2019-09-18 16:10:52 +02:00

10 lines
422 B
Properties

#In order to run tests a known temp directory is preferred
#that is why these values are used
webgoat.user.directory=${user.dir}/target/.webgoat
webgoat.server.directory=${user.dir}/target/.webgoat
webwolf.fileserver.location=${user.dir}/target/webwolf-fileserver
#database will get deleted for every mvn clean install
#as these extra properties are read by WebGoat and WebWolf the drop of the tables
#was not helpful.