Skip to content

Grasshopper's Chirping

  • Home

Cucumber JVM 4 Parallel execution using JUnit

April 2, 2019 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

Store and access locator details from excel, json and properties file in Selenium POM

August 25, 2018 Mounish 1 Comment

When @FindBy annotation is used in the Selenium Page Object Model the value of its attributes how, using etc need…

Continue Reading →

Posted in: Java, Selenium

Component encapsulating nested elements in Selenium POM

August 8, 2018 Mounish 4 Comments

How to go about designing a class confirming to Selenium Page Object Model for a page similar to the one…

Continue Reading →

Posted in: Java, Selenium

Post navigation

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