-
## Description
Exception in thread "main" java.lang.NoClassDefFoundError: org/openqa/selenium/remote/AcceptedW3CCapabilityKeys
at io.appium.java_client.remote.NewAppiumSessionPayload.(NewAppiumSess…
-
### Describe the bug
Hi team
I am running healenium-web with Java BDD and running into NoSuchMethodError error. I have seen issues reported before but that's not helping me.
Healenium version…
-
### Jenkins and plugins versions report
Environment
```text
Jenkins 2.426.1
CucumberReport 5.8.0
```
### What Operating System are you using (both controller, and any ag…
-
I notice the gradle project created from scratch using IDE such as intellij doesn't seem to find the karate-config.js. This only happens to the gradle project. I have checked with the issue [#2468](ht…
-
I try to use lazysodium-java in our tests on a M1 mac (running MacOS Sonoma), the loading of the library within the jar file is resulting in the following error:
java.lang.UnsatisfiedLinkError: U…
wsieb updated
10 months ago
-
Hi there,
any idea why i get null on testClass? see attached image.
Im using Jboss EAP 6.3 in remote and managed modes.
full stack:
![suite extension error](https://cloud.githubusercontent.com/asse…
-
I get the following error when I run the code
```
About to generate Cucumber report.
May 02, 2023 6:55:06 PM net.masterthought.cucumber.ReportBuilder generateErrorPage
WARNING: Unexpected error
…
-
### What happened?
When I am executing selenium scripts in parallel using jenkins with multiple builds it is throwing below error in Selenium Grid 4.16.1 spun through Kubernetes and Java 17:
org.…
-
When running with CI profiles, the following errors were encountered:
```
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[WARNING] 'build.plugins.plugin.version' for net.…
-
Hey,
I've gone through all of the related issues I could find related to this, but I still would like to ask.
Cucumber4 + TestNG require a SkipException to be thrown if you want to mark a scenario…