-
I noticed that when I import cypress-if to project that have cucumber-preprocessor from @badeball installed and then runs the test, Cypress will log something like this :
![image](https://github.c…
-
### Current behavior
1. ✅ The webpack preprocessor `@cypress/webpack-preprocessor` [includes TypeScript types](https://unpkg.com/browse/@cypress/webpack-preprocessor@5.17.0/dist/index.d.ts)
2. ❌ The…
-
I recently upgraded the Cypress version to `13.6.1` from `9.6.x` and the coverage reports stopped working. Followed all the steps mentioned in this guide https://docs.cypress.io/guides/tooling/code-c…
-
Hi @bahmutov
First of all thanks for all your amazing work :-)
After updating several dependencies I receive an error that the element in the else-case can't be found. Switching only Cypress back…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
### Current behavior
This is my job :
```yml
cypres_test:
runs-on: ubuntu-22.04
name: Cypress Tests
steps:
- uses: actions/checkout@v4
with:
submod…
-
- This issue follows on from https://github.com/cypress-io/cypress-documentation/issues/5530.
### Current behavior
If `.browserslistrc` from the npm module [browserslist](https://www.npmjs.com/p…
-
### Current behavior
I am trying to implement code-coverage with cypress as outlined [here](https://docs.cypress.io/guides/tooling/code-coverage). Using cypress version 12.13.0 and @cypress/code-cove…
-
Although warned in README.md, is there a way to combine this preprocessor with `cypress-webpack-preprocessor`?
-
### Is this a Feature or Bug?
I think this is a bug, as typescript is supported now ootb, so we should be able to create `plugins/index.ts` that is able to import `@cypress/browserify-preprocessor`…