cucumber-expressions icon indicating copy to clipboard operation
cucumber-expressions copied to clipboard

Human friendly alternative to Regular Expressions

Results 30 cucumber-expressions issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-n](https://togithub.com/eslint-community/eslint-plugin-n) | [`16.6.2` -> `17.4.0`](https://renovatebot.com/diffs/npm/eslint-plugin-n/16.6.2/17.4.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-n/17.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

:robot: dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`8.57.0` -> `9.2.0`](https://renovatebot.com/diffs/npm/eslint/8.57.0/9.2.0) |...

:robot: dependencies

I am working on updating a few packages in the Ruby cucumber stack in Fedora and I noticed the license file is missing from this library now, that wasn't the...

:bug: bug

I've been looking at how cucumber-expressions could be adopted in Behat. One feature of our existing two pattern syntaxes (regex and turnip) is that they can name the arguments. e.g....

### 🤔 What's the problem you've observed? I am considering using the golang implementation of cucumber-expressions in https://github.com/regen-network/gocuke and noticed that `bigdecimal` is mapped to https://pkg.go.dev/math/big#Float. The documentation for `big.Float`...

:bug: bug

### 🤔 What's the problem you've observed? In many of the AST sub-classes, such as `Node` there are a variety of attributes passed in. One of these is called `end`...

### 🤔 What's the problem you're trying to solve? Currently, there is no way to ignore a cucumber expression parameter, even though it is possible to do so in a...

### 👓 What did you see? When creating a custom param definition, the transformer funcion does not received nested capturing groups. ### ✅ What did you expect to see? As...

### 🤔 What's the problem you're trying to solve? In some cases it might be helpful to have a way of declaring several instances of one type as an expression,...

### 🤔 What's the problem you're trying to solve? I have been looking over the cucumber git repo for regex "expressions" (javascript) defineParameterType seems interesting but I do not see...