Skip to content

Releases: pixeldroid/spec-ls

v2.0.0

18 Sep 03:17
Compare
Choose a tag to compare
  • add assertions to provide abort-on-violation capabilities
  • add source and line info to error messaging
  • make adding a reporter idempotent; provide a removal function as well
  • add a finalize method to the reporter api to allow full summarization
  • convert Spec from singleton to instance

v1.3.1

31 Dec 17:00
Compare
Choose a tag to compare
  • introduce better practice of using named test methods to improve stack traces for runtime errors

v1.3.0

17 Dec 23:54
Compare
Choose a tag to compare
  • return exit code from SpecExecutor; exit process from app, not lib

v1.2.0

20 Nov 06:39
Compare
Choose a tag to compare
  • add SpecExecutor to encapsulate details of test setup and exec
  • improve seed generation

v1.1.5

28 Aug 01:50
Compare
Choose a tag to compare
  • add toPatternMatch() matcher
  • add toStartWith() and toEndWith() matchers
  • add process exit code to indicate success or failure
  • bump SDK to sprint34

v1.1.4

01 Aug 03:18
Compare
Choose a tag to compare
  • now supports --seed argument to reproduce a specific run
  • updated to work with multi-arch tool paths (post sprint33, circa pr #449)

v1.1.3

12 Feb 06:49
Compare
Choose a tag to compare
  • added list of matchers to README
  • now using loomtasks for rake
  • improved stringify for better reporting and performance

v1.1.2

21 Dec 05:55
Compare
Choose a tag to compare
  • improves string representation of objects in results
  • corrects bug in randomization algorithm
  • brings minor improvements to release process

v1.1.1

09 Dec 06:10
Compare
Choose a tag to compare
  • addresses #6 (bugfix and several tweaks after testing with Jenkins and jUnit test reports)
  • adds failure messages
  • supports sprint33 SDK

v1.1.0

03 Feb 05:38
Compare
Choose a tag to compare
  • adds new reporters: Ansi and jUnit
  • addresses issues #6, #7, #8, #9