cucumber-tag-expressions

WebJar for cucumber-tag-expressions

Лицензия

Лицензия

MIT
Категории

Категории

Cucumber Тестирование приложения и мониторинг
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

cucumber-tag-expressions
Последняя версия

Последняя версия

1.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

cucumber-tag-expressions
WebJar for cucumber-tag-expressions
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/cucumber/tag-expressions-javascript

Скачать cucumber-tag-expressions

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/cucumber-tag-expressions/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>cucumber-tag-expressions</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/cucumber-tag-expressions/
implementation 'org.webjars.npm:cucumber-tag-expressions:1.0.1'
// https://jarcasting.com/artifacts/org.webjars.npm/cucumber-tag-expressions/
implementation ("org.webjars.npm:cucumber-tag-expressions:1.0.1")
'org.webjars.npm:cucumber-tag-expressions:jar:1.0.1'
<dependency org="org.webjars.npm" name="cucumber-tag-expressions" rev="1.0.1">
  <artifact name="cucumber-tag-expressions" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='cucumber-tag-expressions', version='1.0.1')
)
libraryDependencies += "org.webjars.npm" % "cucumber-tag-expressions" % "1.0.1"
[org.webjars.npm/cucumber-tag-expressions "1.0.1"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

Cucumber Tag Expressions for JavaScript

Greenkeeper badge

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
org.webjars.npm

Cucumber

Cucumber Open

Версии библиотеки

Версия
1.0.1