-
### Current behavior
My tests were running way faster at the 20.1.2 version. After updating to the 21.0.2 version, the waiting time increased significantly.
At 20.1.2 version: `372.15 seconds`
…
-
Is it possible to update the cucumber starter project for Maven with the latest versions?
I think it are the following versions but I get an error:
`Caused by: java.lang.ClassNotFoundException: …
-
I upgraded my project to the latest version of serenity+cucumber (serenity core 2.3.4) and have a problem when running .feature file from eclipse. I have spend more time on research but it just get a …
-
### Current behavior
This is my job :
```yml
cypres_test:
runs-on: ubuntu-22.04
name: Cypress Tests
steps:
- uses: actions/checkout@v4
with:
submod…
-
I use cucumber with gradle and run tests with next configuration in build.gradle
```
dependencies {
implementation group: 'io.cucumber', name: 'cucumber-junit-platform-engine', version: '7.14.0…
emaks updated
6 months ago
-
Hi All,
When I tried to migrate serenity 3.x.x to 4.x.x with reference to https://serenity-bdd.github.io/docs/tutorials/migrating_to_serenity_4 , I am getting "There was an error in the forked proces…
-
I am seeing error:
Jul 23, 2020 4:14:12 PM cucumber.api.cli.Main run
WARNING: You are using deprecated Main class. Please use io.cucumber.core.cli.Main
Exception in thread "main" java.lang.IllegalA…
-
Hi Vimal,
I am building the project with stack: Gradle - Testng - Cucumber-JVM - Selenium - Java
I am trying to integrate extent reports with my project. My project runs fine if I don't add exte…
-
Hi,
According to the Gherkin Syntax, there's a lot of ways to translate the BDD keywords in French.
Cf: https://cucumber.io/docs/gherkin/languages/
As an exemple, GIVEN => 16 possibilities
!…
-
We keep getting this error in our cucumber tests.
```
java.lang.IllegalArgumentException: class org.assertj.core.error.AssertJMultipleFailuresError declares multiple JSON fields named heading
a…