Skip to content

Colors, diffs, connectivity and filtering

Pre-release
Pre-release
Compare
Choose a tag to compare
@mpizenberg mpizenberg released this 23 Dec 15:00
· 126 commits to master since this release
322e15f

This one is a huge release! Among the new additions to elm-test-rs, there is:

  • support for colors in the console reporter
  • nice formatting of failure diffs based on the code in node-test-runner
  • ability to pick --connectivity and a strategy to choose versions of dependencies: "offline" | "online-newest" | "online-oldest"
  • ability to filter the tests to run based on their description with the new --filter CLI argument

The previous console reporter is still available under the "consoleDebug" report option. And some potential bugs were fixed.