You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suggestion. Lower the barrier of entry to developers that prefer to use TypeScript over Javascript when writing tests.
Current behavior:
Typescript was very difficult to set up. The initial cypress project is created in JS, and it took several hours to properly convert the project to use TypeScript.
Desired behavior:
Create a project in TypeScript, without having to put effort into converting it.
Also come up with some way of writing new Commands without having to update index.d.ts.
Also provide examples on how to break up command.ts into multiple files more easily, since this is not also obvious how to do even for a dev experienced in TypeScript.
Test code to reproduce
N/A
Versions
4.1.0
The text was updated successfully, but these errors were encountered:
Suggestion. Lower the barrier of entry to developers that prefer to use TypeScript over Javascript when writing tests.
Current behavior:
Typescript was very difficult to set up. The initial cypress project is created in JS, and it took several hours to properly convert the project to use TypeScript.
Desired behavior:
Create a project in TypeScript, without having to put effort into converting it.
Also come up with some way of writing new Commands without having to update index.d.ts.
Also provide examples on how to break up
command.ts
into multiple files more easily, since this is not also obvious how to do even for a dev experienced in TypeScript.Test code to reproduce
N/A
Versions
4.1.0
The text was updated successfully, but these errors were encountered: