Open hrj opened 9 years ago
This is especially of concern on travis-CI builds, because the downloads are restarted for every run. (There is no cache).
One idea could be to recompile the selenium-java
package to only include the firefox driver as dependency.
One idea could be to recompile the selenium-java package to only include the firefox driver as dependency.
I was able to achieve the above by using the intransitive
flag in the sbt project definition.
See https://github.com/UprootLabs/grinder/commit/07b8360e2403064e9f69e9bb8747cda3209153ae
Selenium driver pulls in a ton of dependencies: