Skip to content

AlexanderLapygin/cra_rtl_cypress_msw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRA starter with testing by React Testing Library, Cypress and MSW

Feature tags

  • create-react-app
  • cypress
  • e2e
  • javascript
  • mock-server-worker
  • react
  • react-testing-library
  • rest
  • starter
  • template
  • testing

Direct ancestors

- cypress, e2e: cra_rtl_msw

Direct descendants

+ auth, ci, db, docker-compose, offline, search: cra_cra_auth_search_offline_rtl_cypress_msw_starter


Requirements

Installation

Being in the repository root directory, run:

yarn

Running

Being in the repository root directory, run:

yarn start

Running test (in watch mode)

Being in the repository root directory, run:

For unit-testing:

yarn test:unit

For e2e-testing:

yarn test:e2e

For unit- and e2e-testing:

yarn test

Authors

Alexander Lapygin

Inspired by

rest-react - example from MSW

License

Licensed under the MIT license.


SOFTSPIDERS