add-typescript-to-cypress icon indicating copy to clipboard operation
add-typescript-to-cypress copied to clipboard

Quickly adds TypeScript spec support to Cypress

Results 35 add-typescript-to-cypress issues
Sort by recently updated
recently updated
newest added

I added `@bahmutov/add-typescript-to-cypress ^2.1.2` to a fresh project with `cypress ^4.9.0` ``` $ uname -a Linux manjaro 4.19.126-1-MANJARO #1 SMP Wed Jun 3 22:30:22 UTC 2020 x86_64 GNU/Linux ``` I...

Thank you for taking time to open a new issue. Please answer a few questions to help us fix it faster. You can delete text that is irrelevant to the...

Configuration file 'cypress.json' gives us the possibility to change 'cypress' folder to something like 'e2e'. This installation, however, expects 'cypress' folder. Instead of assuming the cypress folder exists, we can...

**This is a feature request mainly.** I am trying to integrate `@cypress/code-coverage` in my project where I am already using `@bahmutov/add-typescript-to-cypress` plugin. I have tried following the official documentation and...

Feature request I'm using Lerna with yarn workspace integration. Below is my folder structure ``` * F:\greenfield\taskify | ----packages/ | --------client/ | ------------package.json | --------server/ | ------------package.json | --------e2e/ |...

### Current behavior: If a test written in TypeScript is saved with the code not compiling, it causes the window containing the test to crash, and the main Cypress window...

Hi, I want to assert that the visual content match to the data from the server. For that i made a few things: 1. Import a json file (import assetsMock...

## Is this a bug report or a feature request? Question or feature request. Is it possible to write Feature Requests in TypeScript? I know the lib says that it...

Here is my github repo: https://github.com/dereklin/nrwl-nx-workspace-demo/tree/add-typescript-to-cypress The branch is add-typescript-to-cypress When I do npm i and then npm run build:app1, everything works fine. When I do docker build -t nrwl-nx-workspace-demo:app1...

Not sure if this belongs here or in `@cypress/webpack-preprocessor`; Since each Typescript file is compiled separately, memory usage and compile time grows quickly when using many .spec.ts files. Moving all...