goldenhelper to write tests
- Add colors to hspec-golden CLI tool.
- Instance for IO Golden type. Kudos to @dbalseiro
- Update docs.
- More flexible file locations
- Contributed by: @bitc and @christianheyn
- Lowerbound for
hspec-coreinhspec-goldenlibrary
- CLI updates tests recursively #19
- Allow first execution to fail #16
- CLI changed to work with optparse-applicative.
- CLI to update
actualfiles togolden - Basic functionality to have Golden tests in
hspec. Golden strtype to write your own golden tests for the kind of type that you need and a variable output folder.defaultGoldenhelper to create golden tests when your results are simpleStrings.