bahmutov / cypress-if

Easy conditional if-else logic for your Cypress tests when there is no other way
https://cypress.tips/courses/cypress-plugins
96 stars 12 forks source link

docs: Update how to setup in TypeScript #79

Open xxluke opened 7 months ago

xxluke commented 7 months ago

It's the best way to declare the types by adding them to the tsconfig. The <reference types="cypress-if" /> could be a backup but I don't see why this shouldn't work, so I removed it.