Jar examples for j:joala-bdd
Provide support for writing your tests in JUnit with BDD style Gherkin Syntax. Especially supports logging of steps as well as handing over variables from step to step.
You can download jar file joala-bdd 1.1.0 in this page.
Open Source License
You can use the following script to add joala-bdd-1.1.0.jar to your project.
<dependency> <groupId>net.joala</groupId> <artifactId>joala-bdd</artifactId> <version>1.1.0</version> </dependency>
compile group: 'net.joala', name: 'joala-bdd', version: '1.1.0'
libraryDependencies += "net.joala" % "joala-bdd" % "1.1.0"
<dependency org="net.joala" name="joala-bdd" rev="1.1.0"/>
@Grapes(@Grab(group='net.joala', module='joala-bdd', version='1.1.0'))
'net.joala:joala-bdd:jar:1.1.0'
Click the following link to download the jar file.
joala-bdd-1.1.0-javadoc.jar