cucumber-jvm
Here are 191 public repositories matching this topic...
Pom.xml configured via documentation https://docs.qameta.io/allure/#_maven_3.
When I run test via "mvn test" all works fine.
But I would build jar of test project then extract it on slaves and run tests via command "java org.testng.TestNG suite.xml"
Current result
Test report generates but test body is missed.
 = super.configure()
.requireReal<AuthManager>()
It would be better to have something like this:
init {
requireReal<AuthManager>()
}
Integration of Cucumber BDD and frameworkium-core to offer support for using tests written as feature files.
-
Updated
Mar 19, 2020 - Java
Easy Cucumber JVM DSL tests.
-
Updated
Apr 29, 2020 - Java
A gradle plugin to generate pretty HTML reports for Cucumber from json report files.
-
Updated
May 3, 2020 - Groovy
This is Chirag... and this Repo for Cucumber code...... You can see Cucumber tutorial video at given you tube channel
-
Updated
Sep 16, 2017 - HTML
SpringBoot based integration testing for microservices using Cucumber and Rest Assured
-
Updated
Sep 25, 2018 - Java
This workshop is designed to help you start or improve your TDD skills.
-
Updated
Dec 3, 2018 - Java
Example of using Serenity, Cucumber-JVM, Selenium WebDriver
-
Updated
Jun 3, 2019 - Java
Configurable BDD testing using a Kotlin DSL for Gherkin
-
Updated
Jul 14, 2019 - Kotlin
A Cucumber-TestNG variant that can execute multiple scenarios also in parallel
-
Updated
Apr 7, 2018 - Java
Using Annonymous Parameter Types and Jackson Object Mapper for conversion in Cucumber 4.x
-
Updated
Nov 1, 2019 - Java
An example project to show extentreports-cucumber*-adapter usage
-
Updated
Nov 14, 2018 - HTML
A custom cucumber-jvm formatter using ExtentReports.
-
Updated
Oct 2, 2018 - Java
Maven Archetype for Cucumber. Moved to cucumber-jvm
-
Updated
Jan 16, 2020 - Java
Cheetah is a test automation framework that has been developed to help automate testing efforts across multiple technologies including Web, Mobile, WebServices, Database, Mainframe, etc..
-
Updated
Jul 2, 2020 - Java
This framework is a barebones quickstarter for any java automation projects you need. it comes out of the box and ready to go with some powerful features.
-
Updated
Jan 29, 2018 - Java
Improve this page
Add a description, image, and links to the cucumber-jvm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cucumber-jvm topic, visit your repo's landing page and select "manage topics."


JavaDoc is the most easilly available source of information for developers using Cucumber. Each class annotated with
@APIshould have a brief explanation what the class is for and how it should be used.