Skip to content

Releases: CohenArthur/ftf

v0.4.0

13 Apr 13:26
fc4deaf
Compare
Choose a tag to compare

What's Changed

  • launcher: Refuse to handle invalid UTF-8 in std{out, err} by @CohenArthur in #33
  • Split project in crate and binary by @CohenArthur in #34
    • ftf is now available as a separate crate on crates.io
  • Better handling of output by @CohenArthur in #35
    • stdout and stderr are now matched as "contained" in the output instead of "equal" to the output

Full Changelog: v0.3.0...v0.4.0

v0.3.0

11 Mar 19:45
cf6b9a1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

17 Feb 13:56
e648bc3
Compare
Choose a tag to compare
  • Added post test report showing the amount of tests passed and failed
  • Changed test output string for easier parsing: <test>: [<status>] -> [<status>] <test>

First release

14 Nov 15:46
Compare
Choose a tag to compare
First release Pre-release
Pre-release

ft is relatively functional but lacks some features such as parallel execution or JSON formatting. It's still usable! Some features might need work and not look good. Have a look at the README for a list of features