Skip to content

Instantly share code, notes, and snippets.

View SeriousSoftware's full-sized avatar
🏠
Working from home

SeriousSoftware

🏠
Working from home
  • NL HAA
View GitHub Profile
@japgolly
japgolly / InBrowserTesting.scala
Last active November 18, 2016 22:35
SBT + Scala.JS + Selenium
import sbt._
import sbt.Keys._
import org.scalajs.sbtplugin.ScalaJSPlugin.autoImport._
import org.scalajs.sbtplugin.cross.CrossProject
import org.scalajs.sbtplugin.ScalaJSPluginInternal._
import org.scalajs.jsenv.selenium._
object InBrowserTesting {
lazy val testAll = TaskKey[Unit]("test-all", "Run tests in all test platforms.")