-
**Describe the bug**
If cases is retried and launches are deep merged, the logs and attachments in past retries may be lost.
**To Reproduce**
- Implement the retry logic, we are using the extende…
-
junit
junit
4.13
org.junit.jupiter
junit-jupiter-engine
5.4.0
test
io.cucumber
cucumber-ja…
-
### 👓 What did you see?
running rules from the feature file causes the whole feature file to be run if the rule has no tag on it
### ✅ What did you expect to see?
the rule used to run even if…
-
### 🤔 What's the problem you're trying to solve?
When users encounter this exception:
```
io.cucumber.core.exception.CucumberException: No backends were found. Please make sure you have a backe…
-
### Module
Core
### Testcontainers version
1.18.3
### Using the latest Testcontainers version?
Yes
### Host OS
Linux
### Host Arch
x86_64
### Docker version
```shell
C:\Users\sanek>docker -…
-
See https://stackoverflow.com/posts/76416148
We recently made some updates to our runners, to combine multiple runs into a single Test
```
package net.equipment.runners;
import java.io.File;
…
-
### Describe the bug
I have used healenium with Cucumber BDD framework using JAVA but with Self healing driver it is not working while changing it back to Selenium driver it works:
Please refer be…
-
Hi,
we're using ConcurrentEventListener to access Step text via TestStepStarted event listener. These steps can later be logged to a file and attached to the failed test in the Allure report. Unfortu…
-
Hello
I tried to use the latest browserstack SDK with the lastest version of serenity (> 3.6.17)
but i have this error
```
Caused by: net.thucydides.core.webdriver.DriverConfigurationError: We…
-
Hello,
As a new user of this quarkus extension, I expected to see only my scenarios as tests launched, but it seems that cucumber specific actions (starting/ending cucumber, before/after methods) are…