Skip to content

fat-auto-browser This is a sbt project to run selenium, scala and scalatest together in one fat jar-file with the help of sbt-assembly. I'm planning to use it to run automated web tests with some basic sanity check. As this will be run on a remote server without a window manager and real webbrowser I use Selenium's HtmlUnitDriver.

Notifications You must be signed in to change notification settings

mblund/fat-auto-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fat-auto-browser

This is a sbt project to run selenium, scala and scalatest together in one fat jar-file.

I'm planning to use it to run automated web tests with some basic sanity check. As this will be run on a remote server without a window manager and real webbrowser I use Selenium's HtmlUnitDriver.

To generate a "fat jar", invoke

sbt assembly

This jar could then be run standalone with

java -jar target/AutoBrowser-assembly-0.1-SNAPSHOT.jar

or with

java -cp target/AutoBrowser-assembly-0.1-SNAPSHOT.jar org.scalatest.tools.Runner -o -s com.mblund.autoBrowser.tests.CheckGoogleTest

About

fat-auto-browser This is a sbt project to run selenium, scala and scalatest together in one fat jar-file with the help of sbt-assembly. I'm planning to use it to run automated web tests with some basic sanity check. As this will be run on a remote server without a window manager and real webbrowser I use Selenium's HtmlUnitDriver.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages