Skip to content

Tags: GoTestTools/gotestfmt

Tags

v2.5.0

Toggle v2.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for overriding template dir (#50)

Add optional '-template-dir' flag to 'gotestfmt' cli command that allows overriding of the default template lookup path. Defaults to './.gotestfmt' to maintain backwards compatability.
Simplify ciEnvironments mapping to easier support dynamic root template folder.
Update 'findTemplate' function to allow passing in a root directory path that is used for os filesystem lookups, but not for embed fs lookups.

Co-authored-by: Michael Engel <engel.michael@hotmail.de>

v2.4.1

Toggle v2.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fixed issue #47 (#48)

v2.4.0

Toggle v2.4.0's commit message
2.4.0: Moving to GoTestTools

v2.3.2

Toggle v2.3.2's commit message
Fixes #42: incorrect output processing of in-test ok message

v2.3.1

Toggle v2.3.1's commit message
Fixes #39: Crash on syntax error output after legitimate output + go-…

…acc compatibility

v2.3.0

Toggle v2.3.0's commit message
2.3.0: Non-zero exit code on test failure

v2.2.0

Toggle v2.2.0's commit message
2.2.0: Test output formatters

This release adds the ability to use the -formatter option to run an external formatter for each test case and format the output.

v2.1.0

Toggle v2.1.0's commit message
2.1.0: Several bugfixes and a flag to show written test status by @Ma…

…rtinPetkov

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixes #16: Non-verbose logging (#17)

v2.0.0

Toggle v2.0.0's commit message
2.0.0: Switching to JSON