Skip to content

Releases: gngrOrg/grinder

grinder 1.4.0

12 Feb 06:24
@hrj hrj
Compare
Choose a tag to compare
  • Make flags case insensitive
  • update set of unsupported flags
  • Update to latest dependencies, scala, sbt, etc

grinder v1.3.2

28 Sep 02:37
@hrj hrj
Compare
Choose a tag to compare
  • use boolean type for pass
  • Handle exception while parsing result of image upload

grinder v1.3.1

27 Sep 19:09
@hrj hrj
Compare
Choose a tag to compare

Fixes to parsing of baseline result JSON

grinder v1.3.0

27 Sep 18:53
@hrj hrj
Compare
Choose a tag to compare

Update to latest dependencies. This changes the emitted JSON slightly (booleans are now correctly represented as booleans).

v 1.2.0

27 Sep 17:08
@hrj hrj
Compare
Choose a tag to compare
  • Optimisations:
    • faster image comparison
    • write to file only if contents differ
  • Bump sbt version

grinder v1.1

22 Jul 09:58
@hrj hrj
Compare
Choose a tag to compare
  • Faster comparisons (compare file contents byte-by-byte before comparing pixels)
  • Support for change-tests

grinder v1.0.2

17 Nov 19:47
@hrj hrj
Compare
Choose a tag to compare
  • reduce the test threshold
  • show count of progressions in status bar
  • improvements to report.html

grinder version 1.0.1

31 Oct 13:30
@hrj hrj
Compare
Choose a tag to compare
  • added an option: failureScale
  • ability to filter tests via command line
  • ability to update newly added tests
  • quit on regression only if enabled
  • show list of new tests
  • made dependencies intransitive
  • removed scalaxy streams because it is not used right now
  • added sbt assembly plugin

grinder version 1.0

24 Oct 04:29
@hrj hrj
Compare
Choose a tag to compare

The attached jar is an Assembled jar (with all dependencies included).

This is actually compiled after a few commits from this tag (the only major change is removal of transitive dependencies in selenium).