bahmutov / cypress-await

Cypress async await magic 🪄
https://glebbahmutov.com/blog/use-async-await-in-cypress-specs/
18 stars 1 forks source link

Error running browserify/preprocessor on Typescript projects #46

Open mangelovskianc opened 8 months ago

mangelovskianc commented 8 months ago

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/browserify-preprocessor:

You are attempting to preprocess a TypeScript file, but do not have TypeScript configured. Pass the 'typescript' option to enable TypeScript support.**

javierfuentesm commented 5 months ago

@mangelovskianc were you able to solve it ? im having the same issue

muratkeremozcan commented 5 months ago

ditto

x9sim9 commented 4 months ago

same issue