Skip to content
Grasshopper's Chirping
  • Home

Category: Cucumber

Cucumber JVM 4 Parallel execution using TestNG

April 2, 2019 Mounish 13 Comments

Introduction This article deals with running Cucumber JVM in parallel using TestNG and Maven. The Maven Failsafe plugin is used…

Continue Reading →

Posted in: Cucumber, Java, Maven, TestNG

Cucumber JVM 4 Parallel execution using JUnit

Mounish 29 Comments

Introduction This article deals with running Cucumber JVM in parallel using JUnit4 and Maven. The Maven Failsafe plugin is used…

Continue Reading →

Posted in: Cucumber, Java, JUnit, Maven

Cucumber JVM Filtering scenarios by using tags, name or line options

February 11, 2019 Mounish 6 Comments

Introduction This article looks at filtering options to execute specific scenarios. These can be set on the runner class through…

Continue Reading →

Posted in: Cucumber, Java

Cucumber JVM Creating a custom plugin

January 11, 2019 Mounish 6 Comments

Introduction What to do when existing Cucumber plugins do not meet ones requirements? Cucumber allows custom plugins to be created…

Continue Reading →

Posted in: Cucumber, Java

Cucumber-JVM Difference between info.cukes and io.cucumber Maven groupId

January 7, 2019 Mounish Leave a comment

The announcement of Cucumber-JVM 2.0.0 introduced significant changes, including change of the Maven groupId. The Maven groupId was changed from info.cukes…

Continue Reading →

Posted in: Cucumber, Java, Maven

Cucumber-JVM Access data stored in Excel, Json and Text file formats

January 4, 2019 Mounish 8 Comments

What happens if one has existing data, possibly a large amount, in an excel sheet and wants to use cucumber…

Continue Reading →

Posted in: Cucumber, Java, Maven

Cucumber-JVM 4 DataTable Conversion with Jackson ObjectMapper

December 7, 2018 Mounish 5 Comments

Introduction XStream was removed from Cucumber-JVM in version 3 for various reasons. Though it reduced a lot of complexities, it removed…

Continue Reading →

Posted in: Cucumber, Java, Migration

Cucumber-JVM 4 Anonymous Parameter Types

December 6, 2018 Mounish 5 Comments

Introduction XStream was removed from Cucumber-JVM in version 3 for various reasons. Though it reduced a lot of complexities, it removed…

Continue Reading →

Posted in: Cucumber, Java, Migration

Cucumber-JVM 4 Parallel execution using cucumber.api.cli.Main class

October 29, 2018 Mounish Leave a comment

Introduction Cucumber-JVM 4 supports parallel execution across threads out of the box. This article describes how to run features directly from…

Continue Reading →

Posted in: Cucumber, Java

Cucumber-jvm 3 migration of DATATABLE conversion from version 2

August 7, 2018 Mounish Leave a comment

Introduction XStream in Java Cucumber implementation is dead. No more trying to decide whether to extend AbstractSingleValueConverter or implement Converter. This…

Continue Reading →

Posted in: Cucumber, Java, Migration

Post navigation

Page 3 of 4
← Previous 1 2 3 4 Next →
Copyright © 2025 Grasshopper's Chirping