Specify custom types for extra Mocha context properties created by Cypress aliases.
Use TypeScript branded types in your Cypress tests.
Add custom typed commands to read and write local storage items.
How to write types for "cy.task" operations and its options argument.
Give proper types to the values returned by the "Cypress.env" calls.
I have a lot of problems with the cy.log command and now I wrote a replacement called cy.print.
While Cypress test is running you cannot insert or add new test commands from "outside"
A tutorial explaining how to write a custom Cypress command with retry-ability.
How to stub named imports during unit tests
How to configure TypeScript and Webpack path aliases to load application code from Cypress tests
A few tips on how to use Zeit Now v2 serverless with TypeScript and a little bit of testing.
Step by step tutorial how to set up TypeScript support in Cypress using WebPack bundler.
How to enforce a custom condition on a string.
Setting up and starting with TypeScript and Visual Studio Code editor.