Back to Ignite

.maestro

docs/boilerplate/maestro.md

11.5.0644 B
Original Source

Maestro

Ignite's demo project includes a .maestro directory with a few example test flows. Maestro is Ignite's default end-to-end testing solution.

If you have Maestro setup, you can run your tests via

bash
maestro test .maestro/MyTestFile.yaml

This command is also setup as a npm script in package.json, which you can customize to your liking:

bash
pnpm run test:maestro

You can learn how to run and create Maestro tests by following the Ignite Cookbook Recipe or by visiting Maestro's Documentation