-
Can we have this feature added?
https://www.jetbrains.com/help/idea/navigating-from-feature-file-to-step-definition.html
You cannot navigate to a step definition file, if it resides outside a pack…
-
I am having a basic problem which I could see many times in here ... but I am really desperate because I dont know what is wrong with my config. Can anybody have a look please ?
![image](https://u…
-
Hi,
in other tools, we have an option to run a specific scenario with scenario name like:
```
--cucumberOpts.name="this is first test"
```
In native cucumberJS, it's like:
```
cucumber-js --n…
-
1. When I run tests using `npx cypress-tags run -e TAGS='@group1 and not @Ignore'` where a feature file tagged with both `@group1` and `@Ignore` tags then it runs tests from all feature files.
2. Whe…
-
![image](https://user-images.githubusercontent.com/3895501/49981677-f9bd2c80-ff93-11e8-85b1-0268443a8b32.png)
im trying use the tag for datatable, it seems not working. but in java cucumber it suppor…
-
# Description
Decide if we're going with Cypress or Robot or David's framework or anything else.
-
After npm install and npm run dev, console show:
> @ dev C:\Users\lukas\apps\
> node_modules/cross-env/bin/cross-env.js NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-m…
-
I am using cypress with cypress-cucumber-process. i am logging some data using cy.log() in side cucumber steps implementation but, on generating cucumber using cypress-multi-reporters module, i am una…
-
Our automated regression has more than 200 scenarios divided in multiple feature files. Each scenario has a scenarioID tag, regression tag and/or smoke tag
feature1.feature
@scenario1 @regression …
-
I am trying to create a login script that saves the cookies and then re-uses them through the test.
The problem I have is following, I can't use `before` and `beforeEach` with tags, I have tried:
…