cypress-io / add-cypress-custom-command-in-typescript

Testing how new Cypress commands are added in TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status renovate-app badge

To add TypeScript support to Cypress

Screenshots

  • passing tests that exercise custom commands

test

  • VSCode IntelliSense correctly shows cy.foo() docs

IntelliSense

Problems

If you hit a problem, please open an issue either in this repo or in cypress-io/cypress with reproducible source code. The best issues are the ones we can "git clone ...", install dependencies and run to see the problem. This ensures we can fix it quicker.

Additional information

About

Testing how new Cypress commands are added in TypeScript


Languages

Language:TypeScript 67.5%Language:JavaScript 32.5%