Unit testing framework built in GML for GameMaker LTS 2022+
- Download the .yymps file
- Import the .yymps file into your project from the top menu
- Tools > Import Local Package
You can also drop the .yymps file downloaded from the Releases tab directly onto your GameMaker IDE and follow the prompts.
To learn more about how to use Crispy, read the documentation.
A good starting point is copying and pasting the example code from the Wiki's Quick Start page into the Create Event of an object created specifically for running tests.
Expand upon the example code to suit your testing needs.
- Example project color palette from Dracula Theme