Skip to content
This repository has been archived by the owner on May 13, 2021. It is now read-only.

rkostrzewski/property-based-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Property Based testing with TypeScript & React

Using Fast check library

Slides

Usage

Install dependencies: yarn

Running the app: yarn start Running the tests: yarn test Running cypress: yarn run cypress open

Examples

  • src/morse-code - example of testing code that is hard to test using examples
  • src/react-app - example of property based testing with React (form validation)
  • src/mentions - example of fuzz testing of functions
  • cypress - example of E2E testing

About

Property Based testing with TypeScript & React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published