Skip to content

glibas/cucumber-jvm-scala

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cucumber-jvm-scala

Maven Central Build Status

Dependency

SBT

To use cucumber-jvm-scala in your project, add the following line to your build.sbt

libraryDependencies += "io.cucumber" %% "cucumber-scala" % 2.0.1 % Test

Maven

To use cucumber-jvm-scala in your project, add the following dependency to your pom.xml:

<dependency>
    <groupId>io.cucumber</groupId>
    <artifactId>cucumber-scala_2.12</artifactId>
    <version>2.0.1</version>
    <scope>test</scope>
</dependency>

About

Cucumber Scala

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 94.0%
  • Gherkin 5.7%
  • HTML 0.3%