Skip to content

CRA on TypeScript starter with UI testing on Cypress with Cypress Testing Library

License

Notifications You must be signed in to change notification settings

AlexanderLapygin/cra-react_17-ts_4-cypress_10-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRA on TypeScript starter with UI testing on Cypress with Cypress Testing Library

Feature tags

  • create-react-app
  • cypress
  • cypress-testing-library
  • react
  • starter
  • template
  • testing
  • typescript
  • ui

Key versions

  • React: 17
  • Cypress: 10
  • TypeScript: 4

Direct descendants

+ tailwind: cra-react_17-ts_4-tailwind_3-cypress_10-starter


Requirements

Installation

Being in the repository root directory, run:

yarn

Running

Being in the repository root directory, run:

yarn start

Running test

Being in the repository root directory, run:

Interactively

yarn cypress:open

Headlessly

yarn cypress:run

Authors

Alexander Lapygin

Inspiration

Basarat Codes vlog: Cypress for Create React App (with code coverage and TypeScript)

License

Licensed under the MIT license.


SOFTSPIDERS