Integration test support

This commit is contained in:
René Zubcevic
2019-07-25 10:49:25 +02:00
committed by Nanne Baars
parent ae674b9297
commit ffbc808e26
7 changed files with 554 additions and 1 deletions

View File

@ -139,7 +139,17 @@
<artifactId>secure-passwords</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
<version>4.0.0</version>
<scope>test</scope>
</dependency>
<!--uncommment below to run/include lesson template in WebGoat Build-->
<!--<dependency>-->
<!--<groupId>org.owasp.webgoat.lesson</groupId>-->