Skip to content

0.6.8

Choose a tag to compare

@catdad catdad released this 29 May 20:45
· 227 commits to master since this release

Build Status

Don't you just hate it when you have finished running 78,539 tests, and now have to figure out exactly what you did when looking at the 78,539 resulting html pages. Well, now that will me a little easier, when you use the --metadata flag when generating the report. There's a good chance that you already have configurable tests -- maybe using a config file or environment variables in your CI. Now, you can capture that in the report, so the information is all right there for you when looking at the results.

Capture all the variables in your environment:

grandma report test.log --type html --out test.html --metadata `printenv`

Or read some config file:

grandma report test.log --type html --out test.html --metadata `cat path/to/config.json`

See #140.

Compare release.