-
@mfrachet thought this might be useful to those hoping to use cypress-audit with an nx repo. Also I am having some issues with headless mode.
### Steps ###
0. Install [Nx](https://nx.dev/) - The b…
MuckT updated
2 years ago
-
Hey there, I'm new to Cypress and things we going well, but now things are starting to crash now that I have a larger test suite. I've noticed that this sort of issue was filed a bunch of times before…
-
Hi there,
My tests are all working very nice when i run cypress with cypress:open.
My problem is when i try to run the same tests with cypress:run video recording is not working even though i expl…
-
### Current behavior
JUnit reporter (and perhaps other reporters) generate test cases such as `[Feature] [Scenario]` (i.e. with a single space separator) which makes it hard to distinguish …
-
### Current behavior
### Desired behavior
Tags functionality is not working as expected:No matching tags found
When i use npx cypress run -e TAGS='@LoginScenario' all feature file s…
-
### Current behavior
I'm writing some test scenario's in which it would be beneficial to have some metadata about the scenario that is being executed. I found out that this information is ava…
-
### Current behavior
**Pre-condition**
Given I have a feature file with 2 scenarios like below image
![image](https://user-images.githubusercontent.com/15967414/145699748-fec015a9-265a-4ac6…
-
### Current behavior
Tags added above a feature are not inherited by the scenarios according to the spec https://cucumber.io/docs/cucumber/api/#tags
I have the following before step
`
Be…
-
### Background:
Release 2.4.0 addressed the issue raised by #288 and caused additional information to be reported into the JSON output that was previously missing, e.g. tests that were pending or s…
-
## Problem
Currently we don't have a good way to programmatically run cucumber-js. The need is from several angles:
- Testing cucumber-js - for the CCK and our acceptance tests in the project
-…