0.0
The project is in a healthy, maintained state
Cucumber Query - query messages
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 3.13
~> 1.88.0
~> 3.10.2

Runtime

>= 34.1, < 36
 Project Readme


Cucumber Query

Given one Cucumber Message, find another

npm maven-central rubygems build backers sponsors

Overview

The different message types in cucumber-messages have references to each other using id fields. It's a bit similar to rows in a relational database, with primary and foreign keys.

Consumers of these messages may want to query the messages for certain information. For example, @cucumber/react-components needs to know the status of a Step as it is rendering the GherkinDocument

The Query library makes this easy by providing a function to look up the status of a step, a scenario or an entire file.