cheleb / sbt-serenity   0.0.3

GitHub

Serenity BDD sbt plugin

Scala versions: 2.12
sbt plugins: 1.0

SBT RSS

This is an SBT 1.x plugin which uses AutoPlugin and serenity libraries to generate the test reports.

Strongly (99%) inspired by sbt-serenity-plugin.

Building

You can build and publish the plugin in the normal way to your local Ivy repository:

sbt publishLocal

Installation

In project/plugins.sbt:

addSbtPlugin("dev.cheleb.sbt-serenity" % "serenitysbtplugin" % "1.0.0-SNAPSHOT")

In build.sbt:

val myProject = (project in file(".")).enablePlugins(SerenitySbtPlugin)

Usage

The plugin will automatically generate the reports after the tests are run. The reports will be generated in target/serenity.

See it in action in the serenity-sbt-example