Selenium test added (#906)

* add a selenium test for firefox

* add geckodriver and firefox to travis

* install updated

* install updated

* try out suggested webdriver dependency class

* add more resilience
This commit is contained in:
René Zubcevic
2021-02-21 19:57:08 +01:00
committed by GitHub
parent ad5ab4ca2e
commit 431da30946
4 changed files with 141 additions and 16 deletions

View File

@ -10,6 +10,17 @@
</parent>
<dependencies>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.github.bonigarcia</groupId>
<artifactId>webdrivermanager</artifactId>
<version>4.2.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.owasp.webgoat</groupId>
<artifactId>webgoat-server</artifactId>