Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dubzzz/awesome-fast-check

Awesome fast-check resources. Contributions and suggestions are welcomed!
https://github.com/dubzzz/awesome-fast-check

List: awesome-fast-check

Last synced: 26 days ago
JSON representation

Awesome fast-check resources. Contributions and suggestions are welcomed!

Awesome Lists containing this project

README

        

# Awesome fast-check [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) [fast-check](https://github.com/dubzzz/fast-check/)

> [fast-check](https://github.com/dubzzz/fast-check/) is a property based testing framework for JavaScript/TypeScript

## Contents

- [Articles](#articles)
- [Videos](#videos)
- [Packages](#packages)
- [Used by](#used-by)

*Please feel free to open Pull Request to add new resources into this list*

## Articles

- 🇬🇧 [Detecting the unexpected in (Web) UI](https://medium.com/criteo-labs/detecting-the-unexpected-in-web-ui-fuzzing-1f3822c8a3a5) by [dubzzz](https://github.com/dubzzz/)
- 🇬🇧 [Find the best properties for Property Based Testing](https://medium.com/@nicolasdubien/find-the-best-properties-for-property-based-testing-ee2ed9d442e1) by [dubzzz](https://github.com/dubzzz/)
- 🇬🇧 [Introduction to Property Based Testing](https://dev.to/gcanti/introduction-to-property-based-testing-17nk) by [gcanti](https://github.com/gcanti/)
- 🇬🇧 [Introduction to Property Based Testing](https://medium.com/criteo-labs/introduction-to-property-based-testing-f5236229d237) by [dubzzz](https://github.com/dubzzz/)
- 🇬🇧 [Property-based testing for JavaScript developers](https://dev.to/meeshkan/property-based-testing-for-javascript-developers-21b2) by [carolstran](https://github.com/carolstran/)

## Videos

- 🇬🇧 [Modelling Dependencies via Generative Properties - Bristol JS](https://www.youtube.com/watch?v=ShlC4Ag2URI) by [willheslam](https://github.com/willheslam)
- 🇬🇧 [Detecting the unexpected in React applications - React Europe 2020](https://www.youtube.com/watch?list=PLCC436JpVnK0Q4WHoB85ZYBwcCyTaMgAl&v=GIPbY75-lEo&feature=emb_logo) by [dubzzz](https://github.com/dubzzz/)
- 🇫🇷 [Property Based Testing, from theory to practice - BestOfWeb 2019](https://youtu.be/GigiViV-GFk) by [dubzzz](https://github.com/dubzzz/)
- 🇫🇷 [Detecting the unexpected, Let's fuzz UI - Meetup React.js Paris](https://www.youtube.com/watch?v=CiD0khq8uPs) by [dubzzz](https://github.com/dubzzz/)

## Packages

*Various packages extending fast-check capabilities*

- [ava-fast-check](https://github.com/dubzzz/ava-fast-check) - Property based testing for AVA based on fast-check
- [fast-check-io-ts](https://github.com/giogonzo/fast-check-io-ts) - io-ts codec to fast-check arbitrary mapping
- [fast-spec](https://github.com/dubzzz/fast-spec) - Discover laws in your code like with QuickSpec
- [fp-ts-laws](https://github.com/gcanti/fp-ts-laws) - fp-ts type class laws for property based testing
- [graphql-codegen-fast-check](https://github.com/danieljharvey/graphql-codegen-fast-check) - Transform GraphQL schemas into fast-check arbitraries
- [json-schema-fast-check](https://github.com/unmock/json-schema-fast-check) - transform [JSON Schema](https://json-schema.org) into fast-check arbitraries
- [jsverify-to-fast-check](https://github.com/dubzzz/jsverify-to-fast-check) - Set of tools and helpers to help JSVerify users to migrate to fast-check
- [mock-data-gen](https://github.com/kaeluka/mock-data-gen) - Map io-ts to fast-check arbitraries with flexible support for extending generated data.
- [zod-fast-check](https://github.com/DavidTimms/zod-fast-check) - generate fast-check arbitraries from schemas defined using the validation library [Zod](https://github.com/colinhacks/zod)

## Used by

### Open source projects (>1k⭐)

*Testing themselves with fast-check*

- [aws-cdk](https://github.com/aws/aws-cdk)
- [fp-ts](https://github.com/gcanti/fp-ts)
- [io-ts](https://github.com/gcanti/io-ts)
- [jasmine](https://github.com/jasmine/jasmine)
- [jest](https://github.com/facebook/jest)
- [js-yaml](https://github.com/nodeca/js-yaml)
- [list](https://github.com/funkia/list)
- [query-string](https://github.com/sindresorhus/query-string)
- [ramda](https://github.com/ramda/ramda)
- [regulex](https://github.com/CJex/regulex)
- [tinymce](https://github.com/tinymce/tinymce)