cypress-esbuild-preprocessor icon indicating copy to clipboard operation
cypress-esbuild-preprocessor copied to clipboard

Bundle Cypress specs using esbuild

Results 13 cypress-esbuild-preprocessor issues
Sort by recently updated
recently updated
newest added

When trying to compile a typescript project using the esbuild-preprocessor I was getting the following error Command `npx tsc` ``` cypress.config.ts(80,17): error TS2322: Type 'import("/node_modules/@badeball/cypress-cucumber-preprocessor/node_modules/esbuild/lib/main").Plugin' is not assignable to type...

Hi, I'm trying to use this plugin with component testing. It adds this small amount of speed which gives a very smooth dev experience. :+1: However, I can't apply my...

Void of this, users running a spec for the 1st time would get a ENOENT error momentarily before before the preprocessor would emit 'rerun'. Users using `watchForFileChanges: false` would see...