Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
14 views

I need to run different tests by environment. For example in develop I need to run tests with the tag @Something, in develop.another I need to run @Something or @Another. So I'm trying to do it by ...
Riberto Junior's user avatar
1 vote
0 answers
42 views

So far I have seen that PACT (contract) tests can be written using JUnit in Java. Is there any way it can also be written using cucumber framework in Java? Writing Java PACT tests using cucumber in ...
Siddharth Mishra's user avatar
1 vote
1 answer
92 views

Currently having an issue with my after_all - Whenever i run behavex in parallel through either my scenarios or features it will run the after_all after every feature/scenario is complete This is my ...
Liam Nagle's user avatar
0 votes
0 answers
107 views

I have a web application in Ruby on Rails which uses the wicked_pdf gem to render a PDF. A week ago the PDF rendering failed and my test suite running didn't show because a test was missing. The ...
Julian's user avatar
  • 108
1 vote
2 answers
150 views

I am using Reqnroll in an ASP.NET Core MVC app written in C#. I have the following scenario: Szenario: Passwort zurücksetzen und anmelden Wenn ich auf Passwort vergessen klicke Und meine Email eingebe ...
S Mxller's user avatar
  • 183
0 votes
0 answers
15 views

In Azure Devops, the log seems to be buffered until a newline character is printed. Some programs use single-line progress bars, like Cucumber's progress or cucumber-js's progress-bar outputs. This is ...
Corbie's user avatar
  • 1,154
1 vote
0 answers
55 views

There is a cucumber feature in my Rails application. There is a step formulated to fill out a form field within a table which is within :accepts_nested_attributes scope of the model (The example here ...
Julian's user avatar
  • 108
0 votes
0 answers
36 views

I'm working on a mobile automation framework based on Perfecto Quantum, which is built over QAF + Cucumber 1.2.5 + TestNG 6.10. We're experiencing an intermittent issue during test execution where ...
Shevy kossovsky's user avatar
1 vote
1 answer
94 views

I have scenarios in my cucumber feature file with a tag labeled as @skipTest, and I want to skip all the tests in this file using the before hooks. The reason I want to do this is that in the local ...
David Aniebo's user avatar
9 votes
1 answer
2k views

I have the below maven dependencies in my project using the latest cucumber version 7.24.0 and the tests are not getting executed. All these tests run successfully if I switch to 7.23.0 . Any idea ...
rakesh's user avatar
  • 456
0 votes
1 answer
74 views

I have a Quarkus 3.16.3 + Gradle project that runs Cucumber tests using @QuarkusTest. I've created an isolated test runner JAR to run tests independently, but it only works from within the original ...
Allanh's user avatar
  • 545
0 votes
0 answers
55 views

We have a Java/SpringBoot RESTful microservice and an associated integration-test module that is running Cucumber steps. The problem is that when the test is run, although the Cucumber call to the API ...
jonny.l's user avatar
  • 169
0 votes
2 answers
120 views

Everything in POM.XML and TestRunner.java is well configured, chcecked hunderd times, every time I run mvn clean verify - cucumber.json is generated, but cucucumbner-html never. Not even the folder. ...
Luke_Nuke's user avatar
  • 491
1 vote
0 answers
50 views

One of my rails cucumber features is failing. Showing the browser in parallel shows me the reason. The Google password manager is signaling a data breach while running this test. Other 30+ test suceed ...
Julian's user avatar
  • 108
0 votes
0 answers
28 views

I am using webDriverIo with Cucumber frame work. I have a feature files with 4 scenarios each , now with exiting re-try option , if one scenario is failed out of 4 scenarios then all 4 scenarios are ...
Sushma Gaddam's user avatar
0 votes
0 answers
44 views

I am not able to run the test with Cucumber & JUnit5 Somehow tests are not running with the following error ".feature is not under the 'features' directory. Requirements report will not be ...
Abhishek Chauhan's user avatar
0 votes
1 answer
180 views

While I am running npx cypress run I m getting the following error: Your configFile threw an error from: C:\CypressAutomation_\cypress.config.js The error was thrown while executing your e2e....
Akshay Gulhane's user avatar
0 votes
0 answers
134 views

I'm currently working with the Playwright BDD framework using TypeScript in VSCode, utilizing Cucumber. My settings.json and cucumber.js files are correctly configured, and all paths are correctly set....
user14287954's user avatar
0 votes
1 answer
57 views

FailedRun.java: package myrunner; import org.junit.runner.RunWith; import io.cucumber.junit.Cucumber; import io.cucumber.junit.CucumberOptions; @RunWith(Cucumber.class) @CucumberOptions(features = {...
Bobby Brahmam's user avatar
0 votes
0 answers
58 views

I'm integrating Cucumber with Spring Boot to manage an Appium server for my tests. I a custom listener that implements ConcurrentEventListener and is attached via @CucumberOptions in my test runner. ...
DeepakVerma's user avatar
0 votes
1 answer
97 views

Normally, Cucumber tests run at the maven "test" phase of the build process. And all the needed data is kept in src/test - step-efinitions and feature files, etc. I need to be able to run ...
Sougata Ghosh's user avatar
0 votes
0 answers
19 views

[ERROR] Failed to execute goal on project Cash_Coin_Automation: Could not resolve dependencies for project com.rbs.CashAndCoin:Cash_Coin_Automation:jar:0.0.1-SNAPSHOT: The following artifacts could ...
Mahi's user avatar
  • 33
1 vote
0 answers
88 views

I'm Having issue to run my test after adding cucumber report dependency in my pom.xml file. I use this resource in order to get dependencies https://gitlab.com/jamietanna/cucumber-reporting-plugin ...
Dablock's user avatar
  • 11
1 vote
0 answers
31 views

I am working on upgrading my Test automation framework libraries, I have followed the guidelines and change logs while updating however I see issue with web driver initialization is not happening. My ...
Sailesh Botcha's user avatar
0 votes
0 answers
91 views

I'm working on a Selenium Java test automation project, and I encountered a strange problem that I can't seem to understand the cause of. The project configuration is as follows: Selenium 4.28.1 ...
J.Doe's user avatar
  • 37

1
2 3 4 5
221