-
### Current behavior
Adding more than one `Background` steps within one feature file, even when each Background is within different `Rule` section resolves in error
```
expected: #EOF, #Ta…
-
### Current behavior
`Cypress.fixture(fileName, fileEncoding)` breaks when loading a 500MB csv file.
![image](https://user-images.githubusercontent.com/22358070/121006756-90e45300-c791-11eb-90…
-
Hey Dane
Currently, I am running the following:
```
"cypress": "^8.2.0",
"cypress-cucumber-attach-screenshots-to-failed-steps": "^1.0.0",
"cypress-cucumber-preprocessor": "^4.2.0"…
-
This is for a feature request to run cucumber tests inside Playwright Test Runner.
Similar functionality in Cypress- https://www.npmjs.com/package/cypress-cucumber-preprocessor
BDD Format makes …
-
I have two feature files Featurefile1 and FeatureFile2 and in both the files i have a Step "User Logs into the Application" used. When i define this step in .js file under cypress/integration/common/ …
-
Hi,
I started seeing the error today for the first time. Started totally new project, added cypress-ntlm-auth as a first plugin and when trying to run the test, got that "'import' and 'export' may ap…
ghost updated
2 years ago
-
There is the test retries configuration on cypress.json. But in some special situation, I don't want to retry all the tests, only some tests need to be retried.
Can we add the retry on a specific s…
-
Currently we can have reusable steps this way:
```
cypress/integration/
common/
-
How can I pass command line parameters, for example:
`cypress run --browser chrome`
I would like to force Cypress to run in Chrome instead of Electron, because [it's a bit buggy](https://github.…
-
**Describe the bug**
Step “After” in the test body
**To Reproduce**
Run script:
describe('Отчет', () => {
after(() => {
cy.allure().step('Шаг внутри after')
})
})
**Expected behavior…