sbt-growl-plugin 0.1.3
- published for sbt 0.11.0 and 0.11.1
- keys are now defined within a
GrowlKeysmodule
growling tests posts sbt test results to growl
implicit.ly |
Scala software, hot off the presses |
GrowlKeys module
growling tests posts sbt test results to growl
pass.png, fail.png, error.png jsuereth ~/.sbt/growl/icons jsuerethSee the updated README for more info
Default Icon

Custom Icon

growling tests posts sbt test results to growl
Growl, settings are now namespaced with growl:*
sticky notifications
GroupFormatter for test groups and AggregateFormatter for the summation of test results
Now appends sbt version to library version to work across multiple versions of sbt. When declaring library dependency use
libraryDependencies <+= sbtVersion("me.lessis" %% "" % "0.1.1-%s".format(_))
No more auto injection of settings. Explicitly add them with
seq(growl.GrowlingTests.growlSettings: _*)
growling tests posts sbt test results to growl
Updated implementation for the sbt 0.10.0 line.
Trait members have been converted to settings growl-test-images, growl-result-formatter, growl-exception-formatter, and growl-default-image-path
Install using a foo/project/plugins/build.sbt file containing
libraryDependencies += "me.lessis" %% "sbt-growl-plugin" % "0.1.0" resolvers += "less is" at "http://repo.lessis.me"
growling tests posts sbt test results to growl
growling tests
growling tests posts sbt test results to growl
We publish software in Scala.