1.0.1 • Published 3 years ago
gherkin-js-util v1.0.1
gherkin-js-util
NPM package for utilities processing feature files (cucumber test cases)
- check if a feature file matches a tag string
Installation
npm i gherkin-js-util
Usage
const { featureFileMatchesTags } = require('gherkin-js-util');
featureFileMatchesTags("./some/feature.file", "@tag1 and @tag2");