Home

Awesome

sbt-jasmine Build Status

A plugin for running jasmine tests from a Play application or using sbt-web.

Add the plugin to project/plugins.sbt

addSbtPlugin("name.de-vries" % "sbt-jasmine" % "0.0.4")

Put a jasmine.json file in your test assets directory. Either test/assets or src/test/assets. And put your jasmine tests in that same directory.

See the example directory or the play-angular-typescript example application.

Release notes

v0.0.5

v0.0.4

v0.0.3

v0.0.2