Skip to main content

Quick Start

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.