Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-Test-BDD-Cucumber
From: Amitai Schleier
Date: 2023-09-06 20:56:07
Message id: 20230906185607.20932FBDB@cvs.NetBSD.org
Log Message:
Update to 0.86. From the changelog:
[Breaking]
- Parser returns tags prefixed with '@' now, because that's what the
Cucumber ecosystem does and what Cucumber::TagExpressions wants as
input for its tag names
- Tag filters now use the Cucumber Tag Expressions format (see
https://cucumber.io/docs/cucumber/api/?lang=java#tag-expressions)
- Minimum Perl version is now 5.14
- Scenario's `data` attribute removed (deprecated since 4 years)
[Fixed]
- Filtering scenarios by tags regressed in 0.85
[Added]
- Tests for tag-filtered scenarios
Files: