common
common copied to clipboard
A home for issues that are common to multiple cucumber repositories
## Problem In Cucumber, attachments work by providing the attachment content to Cucumber which then includes it in the messages. But sometimes you might just want to _link_ to content...
## Summary `gherkinexe` segfaults when processing a feature file that has a scenario outline where 1. one placeholder is a prefix of the other, and 2. the prefix column appears...
### 👓 What did you see? Hi, We have a lot of tests built with cucumber.js and we are using Azure Devops to run the tests in a pipeline based...
## Context Cucumber, as a set of JavaScript libraries, is in a bit of a messy state when it comes to CommonJS vs ESM: - Some libraries remain CommonJS, meaning...
## Background The direction of travel for Cucumber in the JavaScript ecosystem is to not ship our own test runner, but instead provide as nice a way as possible to...
Looks like fixing this in any other way but duplicating files is not going to work. To fix: ``` V cucumber/gherkin-utils/LICENSE X cucumber/gherkin-utils/java/LICENSE - not found X cucumber/gherkin-utils/javascript/LICENSE - not...
Since doing the initial post-SmartBear launch of Cucumber Reports, we've done some architectural shuffling to get the functionality we need as economically as possible. That has gotten us to a...
### 🤔 What's the problem you're trying to solve? I use this in an [Eclipse plugin](https://github.com/cucumber/cucumber-eclipse/pull/553) and currently need to repack the original cucumber jars into an OSGi bundle, but...
Currently one get the following message for a (failed) test_step_finished ``` test_step_finished { test_step_result { status: FAILED message: "org.opentest4j.AssertionFailedError: expected: but was: \n\tat org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55)\n\tat org.junit.jupiter.api.AssertionUtils.failNotEqual(AssertionUtils.java:62)\n\tat org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182)\n\tat org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:177)\n\tat org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1124)\n\tat io.cucumber.examples.java.RpnCalculatorSteps.the_result_is(io/cucumber/examples/java/basic_arithmetic.feature:27)\n" duration...
### 🤔 What's the problem you're trying to solve? Snippets are not currently part of the messages schema. As we move to messages-based formatters, they won't be able to include...