Skip to content

cucumber/tag-expressions-php

Cucumber Tag Expressions

This is a PHP implementation of the Cucumber Tag Expressions parser

Requirements

  • PHP 8.1

Installation

Install using composer.

composer require cucumber/tag-expressions

Usage

use Cucumber\TagExpressions\TagExpressionParser;

$expression = TagExpressionParser::parse('@smoke and not @ui');

$result = $expression->evaluate(['@smoke', '@cli'])

About

[READ ONLY] Cucumber Tag Expressions for PHP - subtree of https://github.com/cucumber/tag-expressions

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Sponsor this project

  •  

Packages

No packages published

Languages