cypress-esbuild-preprocessor
cypress-esbuild-preprocessor copied to clipboard
Bundle Cypress specs using esbuild
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/bahmutov/cypress-esbuild-preprocessor). ## Config Migration Needed - [ ]...
If the compilation actually fails in watch mode, Cypress just carries on using the last compiled file, which is incredibly confusing ("why aren't my changes coming through"). What is supposed...
See #380. Checks the results of the watch and if it failed with errors replaces the stored promise with a rejected one that contains the formatted esbuild message.
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...
Hi, When cypress is loaded and I try to open the spec in the app, I get the following error: `Error: ENOENT: no such file or directory, stat '/home/elias/.config/Cypress/cy/production/projects/tests-535beb165404f40fd3d30b63481a8024/bundles/cypress/e2e/all.spec.ts'` when...
I originally opened [an issue](https://github.com/badeball/cypress-cucumber-preprocessor/issues/786) on [badeball/cypress-cucumber-preprocessor](https://github.com/badeball/cypress-cucumber-preprocessor). The maintainer pointed out that the issue is within this package. So the report here is the original report, including some `badeball/cypress-cucumber-preprocessor` related...
From glancing at the `package.json`, it seems that the peer dependencies haven't been updated in a while, and now I'm getting this locally: ``` ERR_PNPM_PEER_DEP_ISSUES Unmet peer dependencies ../../tools/test-e2e ├─┬...
I am getting a message that Dynamic require of is not supported when I try to run a cypress test either from the command line or from the cypress GUI,...
I am using Cypress 10 with @badeball/cypress-cucumber-preprocessor and your Cypress-esbuild-preprocessor. Everything worked very well, but now I updated the Cucumber preprocessor to the latest version 12.2.0 (before I think I...
In debugger when a test fails and failing line of code is highlighted the path to the class/code block seems incorrect  clicking on this link unsurprisingly does not work...