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

@ -8,7 +8,10 @@ dist: xenial
jdk:
- openjdk11
- openjdk15
install: true
addons:
firefox: latest
install:
- true
script:
- export BRANCH=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then echo $TRAVIS_BRANCH;
else echo $TRAVIS_PULL_REQUEST_BRANCH; fi)