-
### 👓 What did you see?
I am trying to run cucmber tests as an AWS lambda function using Java. When I invoke it as
```
try {
String tags = (String) input.getOrDefault("tags", "…
-
Repro:
1. Create Java project
2. Maven
3. Cucumber.io archetype (7.11.1)
4. everything default
Installed plugins (EVERYTHING else disabled):
![image](https://github.com/user-attachments/asse…
evilC updated
2 months ago
-
Hi ,
I am getting Following Error while executing testcases from Run Button in IntelliJ which comes in front of each Scenario in Cucumber file ,
**java.lang.NullPointerException: No BaseStepListene…
-
### What happened?
I see error
```
11:21:20.143 [main] WARN net.thucydides.core.pages.PageFactory - Failed to instantiate page of type class pages.AskDocumentScreen ({})
net.thucydides.core.webdri…
-
Updated serenity BDD version to 4.1.0, getting below error when I try to run my scripts [31mjava.lang.NoClassDefFoundError: org/openqa/selenium/internal/FindsById
at java.base/java.lang.ClassLoader…
-
### Have you read the Contributing Guidelines on issues?
- [X] I have read the [Contributing Guidelines on issues](https://github.com/webdriverio/webdriverio/blob/main/CONTRIBUTING.md#reporting-new-i…
-
### 👓 What did you see?
Hooks that are loaded via `supportCodeLibraryBuilder` encounter an error when using the parallel option in the `runCucumber` API.
### ✅ What did you expect to see?
Hoo…
-
#parse("/array.java.vm")
#if ($packageName)
package $packageName;
#end##
import org.junit.runner.RunWith;
import io.cucumber.junit.CucumberOptions;
import net.serenitybdd.cucumber.CucumberW…
-
Hello,
My build has failed with the following issue:
```
.You have a nil object when you didn't expect it!
You might have expected an instance of Array.
The error occurred while evaluating nil.empty…
-
**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…