Package

com.waioeka.sbt

runner

Permalink

package runner

Visibility
  1. Public
  2. All

Type Members

  1. class CucumberFeatureRunner extends Runner2

    Permalink

    CucumberFeatureRunner This class implements the Runner2 interface for running Cucumber tests.

  2. class CucumberFramework extends Framework

    Permalink

    CucumberFramework

    CucumberFramework

    An implementation of the Framework interface for Cucumber feature file tests.

  3. trait CucumberRunner extends AnyRef

    Permalink

    CucumberRunner Interface used by both plugin and test projects that want sbt:test to invoke Feature file tests.

  4. case class ErrorEvent(testName: String, error: Throwable) extends Event with Product with Serializable

    Permalink
  5. case class FailureEvent(testName: String) extends Event with Product with Serializable

    Permalink
  6. case class SuccessEvent(testName: String) extends Event with Product with Serializable

    Permalink

Value Members

  1. object CucumberFingerprint extends SubclassFingerprint

    Permalink

    CucumberFingerprint Identifies a test class that has a specific type of ancestor.

    CucumberFingerprint Identifies a test class that has a specific type of ancestor. For Cucumber tests in this plugin, this is defined by the 'CucumberRunner' trait.

Ungrouped