joost-de-vries / sbt-jasmine

An sbt plugin for running Jasmine tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • upgrade to sbt-web 1.4.3

v0.0.4

  • upgrade to sbt 1.0

v0.0.3

  • downgrade to jasmine 2.4.1 because of strange npm dependency resolution problem

v0.0.2

  • upgrades sbt-js-engine and sbt-web
  • ugprades jasmine
  • upgrades sbt

About

An sbt plugin for running Jasmine tests

License:Apache License 2.0


Languages

Language:Scala 54.6%Language:TypeScript 24.2%Language:JavaScript 21.2%