1.0.1 • Published 2 years ago

gherkin-js-util v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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");