Search⌘ K
AI Features

Introduction to Shrinking

Explore the concept of shrinking in property-based testing using PropEr. Learn how shrinking reduces complex failure cases to minimal examples by guiding the framework to simplify data, making debugging easier. Understand the use of ?SHRINK and LETSHRINK macros to control shrinking behavior when default shrinking is insufficient.

We'll cover the following...

Shrinking

A ...