Cucumber Java

Cucumber Options Glue

Create:
Author: tgoswami

Table of Contents

  1. What is Glue in Cucumber?
  2. Cucumber Glue Example
  3. How Glue Locate Step Definitions
  4. Method Signature
  5. Video Tutorial

What is Glue in Cucumber?

The glue option helps Cucumber locate the step definition file. In the glue cucumber option, we specify the package to load the glue code. Where glue code is our step definitions or hooks.