We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The test suite is quite noisy, so it is often easier to inspect it after the test run has completed.
You can accomplish this by redirecting all output into a file and then using your favorite pages.
$ dzil test >run.txt 2>&1 $ less run.txt