Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-Cucumber-TagExpressions
From: Amitai Schleier
Date: 2023-09-06 20:53:49
Message id: 20230906185349.2A88FFBDB@cvs.NetBSD.org
Log Message:
Add p5-Cucumber-TagExpressions: Cucumber tag expression parser
Cucumber tag expressions allow users to define the subset of Gherkin
scenarios they want to run. This library parses the expression and
returns an evaluator object which can be used to test the tags specified
on a scenario against the filter expression.
Files: