flâneur

Quick Start | fast-check

fast-check.dev · 115 words · saved by 1 readers

5 minutes to learn the most important fast-check concepts

The Quick Start is the fastest path from "I have heard of fast-check" to "I have a property-based test running on my machine". Unlike the other tutorials, its three pages are meant to be read in order. By the end you will have: a runnable project with fast-check wired into a real test runner, one working property-based test you wrote yourself, the vocabulary to interpret the counterexamples and seeds fast-check prints when something fails. After this Quick Start, if you want to cover the concepts in depth you can refer to our Introduction section. 📄️Basic Setup Setup your environment…

saved by

related reading