This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

cucumber-tag-expressions
TypeScript icon, indicating that this package has built-in type declarations

2.0.3 • Public • Published

Cucumber Tag Expressions for JavaScript

Greenkeeper badge

Build Status

The docs are here.

Example

import {TagExpressionParser} from 'cucumber-tag-expressions'
const parser = new TagExpressionParser()
 
const expressionNode = parser.parse('@tagA and @tagB')
 
expressionNode.evaluate(["@tagA", "@tagB"]) // => true
expressionNode.evaluate(["@tagA", "@tagC"]) // => false

/cucumber-tag-expressions/

    Package Sidebar

    Install

    npm i cucumber-tag-expressions

    Weekly Downloads

    365,140

    Version

    2.0.3

    License

    MIT

    Unpacked Size

    36.7 kB

    Total Files

    24

    Last publish

    Collaborators

    • aslakhellesoy
    • cukebot
    • davidjgoss