-
So the setup works flawlessly for Javascript projects, but when I do the setup on typescript project, when running the spec.ts file I got the following error
**Error: Error running @cypress/browser…
-
Are there are examples of the World object being used in conjunction with this package?
https://github.com/cucumber/cucumber-js/blob/master/docs/nodejs_example.md
-
### Current behavior
My typescript project (`"type":"module"`) is organised as follows:
```
app
- src
- utils
- util.ts
- other-code
- cypress
- e2e
- spec.cy…
-
**Describe the bug**
Execution commands are not grouped into Given-When-Then steps
Project structure: Cypress (latest) + @badeball/cypress-cucumber-preprocessor (latest )+ allure-cypress (latest: …
-
Getting error below upon installation of the plugin:
Error: Can't walk dependency graph: Cannot find module './commands' from '/private/var/folders/tm/l34rvdd51w7fkc13jcsxqy3h0000gn/T/1ae96f0f-32e0…
-
Hi,
I get "Image was NaN% different from saved snapshot with undefined different pixels." error with following settings:
Windows 10 / vscode
Cypress version: 13.7.2 (same error with 13.2.0)
@s…
-
## Description
We had `cypress/browserify-preprocessor` which was succeeded by `cypress/webpack-preprocessor`. It's been a while, and webpack is showing it's age - our preprocessor is especially sl…
-
I am getting the error `SyntaxError: Unexpected reserved word` while trying to integrate the sdk with the existing cucumber-based cypress test suite.
```javascript
import { defineConfig } from "c…
-
**Code-coverge debug logs:**
` code-coverage combined NYC options { 'report-dir': './coverage', reporter: [ 'lcov', 'clover', 'json', 'json-summary' ], extension: [ '.js', '.cjs', '.mjs', '.ts', '…
-
I want to make use of the cypress markdown preprocessor.
After installing it with npm:
npm i -D cypress-markdown-preprocessor
and configured the plugin:
/ cypress.config.js
const { defineConfig…