-
Does this library support generating cucumber format reports? If not, is it possible to add this feature?
-
## Description
As part of [#447](https://github.com/boozallen/aissemble/issues/447) was to generate an aggregated report of the Cucumber tests for the entire aiSSEMBLE report. The next objective is t…
-
### 🤔 What's the problem you're trying to solve?
The HTML format is only available for cucumber tests and only on the hosted site:
https://reports.cucumber.io/reports/3b7264e6-6b92-42e8-87b1-50320d3…
-
### What happened?
Hello,
In the cropping system example, there is an intercropping of tomatoes and cucumbers.
In the reports, I can see the labour performed for tomatoes, and cucumbers. But in …
-
Cucumber supports the output of test results as an machine readable json file.
This could be used to generate test reports.
There is a format description here https://github.com/cucumber/messages
…
-
**Describe the bug**
I unable to run cucumber.js file after migrating to the cucumber 10.8 version.It is showing below error.
**Error: Failed to import formatter ./src/helper/report/allureRepor…
-
### 👓 What did you see?
For the past week, we have been unable to use the cucumber-js CLI --tags flag to run Scenarios in Features that do not contain the "Background" keyword. The command we are usi…
-
First of all, thank you for creating this very helpful package artifact.ci has been a great addition to our workflow, and we are excited to use it for artifact management. However, we are currently fa…
-
### 👓 What did you see?
I have the following step that attaches plain text:
```ts
Given('some step', async function () {
this.attach('some text');
});
```
I run Cucumber with HTML formatte…
-
### What happened?
serenity version 4.X with cucumber version 7.x i'm not able to get the reports as expected [](
below is the pom.xml file
4.0.0
org.example
ParallelTests_…