golden
helper 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-core
inhspec-golden
library
- CLI updates tests recursively #19
- Allow first execution to fail #16
- CLI changed to work with optparse-applicative.
- CLI to update
actual
files togolden
- Basic functionality to have Golden tests in
hspec
. Golden str
type to write your own golden tests for the kind of type that you need and a variable output folder.defaultGolden
helper to create golden tests when your results are simpleString
s.