unic / ScalaWebTest

ScalaWebTest is a library for writing ScalaTest/Selenium based integration tests for web applications. It helps you with your basic setup and provides a new and very efficient approach to testing.
https://scalawebtest.org
Apache License 2.0
29 stars 9 forks source link

Add Firefox via Gecko WebDriver #85

Open DaniRey opened 5 years ago

DaniRey commented 5 years ago

An implementation is ready in https://github.com/unic/ScalaWebTest/tree/feature/add_firefox

Until now we could not get it stable on Travis. We expect that some additional tweaking of the TravisCI build agent is all that's needed.