-
Adding component unit tests would be awesome. I have this working in my current app, but it's in typescript too.
**cypress/plugins/index.js**
```js
const webpackPreProcessor = require("./ts-prepro…
-
Cypress hangs with cypress esbuild preprossor when running tests on CLI, the same test is passing and bundled nicely with esbuild when running tests on the cypress GUI.
// cypress.config.js
import…
-
I'm seeing the following error when running `cy.injectAxe` in my Cypress tests:
```
Timed out retrying after 4000ms: cy.readFile("0764") failed because the file does not exist at the following pat…
-
I just have a fresh installment if Cypress and Cypress-lit and followed the instructions on the Readme.
the line `framework: 'cypress-ct-lit' as any,` in
```ts
component: {
devServer: {
…
-
## The devDependency [cypress-cucumber-preprocessor](https://github.com/TheBrainFamily/cypress-cucumber-preprocessor) was updated from `1.5.0` to `1.5.1`.
🚨 [View failing branch](https://github.com/…
-
I have done the configuration and it is working as expected for a signle feature file. but when trying to run multiple feature at a time, after completion of running one feature file, it is throwing …
-
Cypress v6
@cypress/browserify-preprocessor 3.0.1
my settings specify `tsify` plugin
```js
const browserify = require('@cypress/browserify-preprocessor')
module.exports = (on, config) => {
…
-
This repository is a candidate for archiving.
It is an example of using Cypress `3.8.3` before native TypeScript support was released with Cypress `4.4.0`.
As stated on the Cypress documentation…
-
### Current behavior
After upgrading to latest version of Cypress, when I try to upload a file using cy.selectFile() I got an error (cy.selectFile() must only be invoked from the spec file or suppo…
-
Root cause:
When the `@cypress/grep` plugin appears to use the location of the cypress config file as the path for the `integrationFolder`. If the config file is not at the root of the project, th…