elevatebart / tdd-components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React + TypeScript + Vite + Cypress

Bootstrapped with yarn create vite Add cypress yarn add --dev cypress eslint-plugin-cypress @testing-library/cypress Start testing yarn run cypress open --component

Install testing library in cypress

// cypress/support/commands.ts
import "@testing-library/cypress/add-commands";

About


Languages

Language:TypeScript 63.0%Language:CSS 22.8%Language:HTML 8.3%Language:JavaScript 6.0%