Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

0.43.0b0 - `fixtures` subcommand

Compare
Choose a tag to compare
@darrenburns darrenburns released this 01 May 13:45
· 255 commits to master since this release
b4457eb

Adds the fixtures subcommand. By default this command lists out all fixtures present in the project. For example, running ward fixtures gives us the following output:

Screenshot 2020-05-01 at 13 10 12

We can also run ward fixtures --show-dependency-tree to see the relationship between fixtures:

Screenshot 2020-05-01 at 14 44 08

Thanks to @JoshKarpel for this contribution!