Skip to content

Grasshopper's Chirping

  • Home

Cucumber-JVM 4 Report generation using ExtentReports Adapter plugin

February 29, 2020 Mounish 69 Comments

Introduction This article deals with generating Extent reports for Cucumber-JVM version 4 using the extentreports-cucumber4-adapter plugin. The article details out…

Continue Reading →

Posted in: Cucumber, ExtentReport, Java, Maven

Cucumber-JVM Parameter & Datatable Type Conversion

October 30, 2019 Mounish 2 Comments

Introduction XStream conversions was removed in version 3.0.0, ParameterType and DataTableType registration were introduced. DataTable handling was simplified by adding…

Continue Reading →

Posted in: Cucumber, Java, Maven, Migration

Cucumber-JVM Sharing state using Spring Dependency Injection

October 26, 2019 Mounish 2 Comments

Introduction When all the steps of a scenario are defined in the same step definition class there is no issue…

Continue Reading →

Posted in: Cucumber, Dependency Injection, Java, Maven

Cucumber-JVM Sharing state using PicoContainer Dependency Injection

Mounish 9 Comments

Introduction When all the steps of a scenario are defined in the same step definition class there is no issue…

Continue Reading →

Posted in: Cucumber, Dependency Injection, Java, Maven

Cucumber-JVM Running feature files from CLI using cucumber.api.cli.Main class

June 30, 2019 Mounish 5 Comments

Introduction Feature files can be executed from the command line using the main() method of cucumber.api.cli.Main class. This article describes…

Continue Reading →

Posted in: Cucumber, Java

Cucumber JVM 4 – Execute scenarios in random using cucumber.api.cli.Main class

June 29, 2019 Mounish Leave a comment

Introduction This article introduces the concept of running scenarios in random order. This makes use of the new functionality introduced…

Continue Reading →

Posted in: Cucumber, Java

[OLD] Cucumber-JVM 4 Report generation using ExtentReports Adapter plugin

June 7, 2019 Mounish Leave a comment

UPDATE – The issue regarding the “java.lang.NoClassDefFoundError: cucumber/runtime/io/URLOutputStream” exception has been fixed, as per the artifact author, with the latest release. …

Continue Reading →

Posted in: Cucumber, ExtentReport, Java, Maven

Cucumber JVM Listing tags, names and description details from feature files without test execution

April 9, 2019 Mounish Leave a comment

NEW Posts – Generating Spark and Pdf Extent Report for “Rest Assured with Maven plugin” and “Rest Assured and Cucumber…

Continue Reading →

Posted in: Cucumber, Java

Selenium and Cucumber JVM 4 Parallel Execution using ThreadLocal WebDriver and PicoContainer

April 3, 2019 Mounish 80 Comments

NEW Posts – Generating Spark and Pdf Extent Report for “Rest Assured with Maven plugin” and “Rest Assured and Cucumber…

Continue Reading →

Posted in: Cucumber, Java, JUnit, Maven, Selenium, TestNG

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

Post navigation

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