-
I'm using java maven selenium with cucumbe project. i need to give input like otp and some other input while executing the test case. In vs code unable to give, my test is running in Debug console so …
-
Eclipse 4.10.0 2018-12
Cucumber Eclipse Plugin 0.0.23.201811220126
![image](https://user-images.githubusercontent.com/17513807/60823142-79814180-a1d9-11e9-9093-2aaad3ff0be3.png)
With io.cucumbe…
-
These are the cucumber dependency i have in my pom.xml.
When i try to read feature name from feature file during runtime using below line of code **it return feature file path instead of feature na…
-
### What happened?
Am getting this error while initializing custom browser
Serenity.properties file
webdriver.driver = provided
webdriver.provided.type = mydriver
webdriver.provided.mydriver = …
-
Error log:
java.lang.AssertionError
at org.junit.Assert.fail(Assert.java:87)
at org.junit.Assert.assertTrue(Assert.java:42)
at org.junit.Assert.assertTrue(Assert.java:53)
at steps.KinesisStep…
-
ct24p updated
3 years ago
-
I am running 2 cucumber runner files. One will run all the tests and failed feature will store in a rerun.text file. 2nd runner will be used to rerun failed feature only. In this case i am getting two…
-
Node.js version: [21.7.3]
NPM version: [10.5.0]
webdriver.io version: [8.35.1]
@wdio/cucumber-framework version: [8.35.0]
wdio-cucumberjs-json-reporter version: [5.2.1]
multiple-cucumber-html-rep…
-
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…
-
### 👓 What did you see?
I was following along with the 10 minute tutorial [here](https://docs.cucumber.io/docs/guides/10-minute-tutorial/). Using maven, I downloaded the archtype project and th…