python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Cypress-cucumber use embedded steps
I am using cypress and cucumber. There is a common folder with steps that are shared.
I want to create a step that consist of few other different steps is there any way how can I achieve it?
Example:
...

Juraj Jakubov
Votes: 0
Answers: 1
Cypress environment variable picking multiple values when executed from CLI. How to pass multiple environment variables in Cypress tests?
I am using Cypress with Cucumber Preprocessor and Typescript
While I am running Cypress from CLI (not using the script object in package.json) and passing multiple env variable values, the first value...
Suchit Narayan
Votes: 0
Answers: 1
Cypress TypeError: Cannot read properties of undefined (reading 'uid')
I have a Cypress project with TypeScript support using the Cucumber Preprocessor and all of a sudden it started to throw the below exception:
TypeError: Cannot read properties of undefined (reading '...

Ashok kumar Ganesan
Votes: 0
Answers: 2
How to run Cypress BDD Feature using TAGS in the Terminal without closing the test/browser for each Feature
I have a few feature files in my project and I need to execute only the specific cucumber tags (@Regression) from the feature file using Terminal. I could able to run the feature file using the tags. ...
jomy George
Votes: 0
Answers: 1