Releases: enqueuer-land/enqueuer
Releases · enqueuer-land/enqueuer
v5.3.1
5.3.1 (2021-01-06)
Bug Fixes
- HttpPublisher: Http response headers are compatible with node 15 (783332d)
v5.3.0
5.3.0 (2020-10-20)
Features
- Event-executor: Add
argumentNames
variable to hooks (26c23a7)
v5.2.0
5.2.0 (2020-07-14)
Bug Fixes
- TestsSummary: Counts explicit tests (b20bb13)
Features
- TestsSummary: Command line option to spit out explicitly declared tests count (79e4f93), closes #65
v5.1.4
5.1.4 (2020-03-08)
Bug Fixes
- StoreSetter: Fix setting store through parent node app (3353c41)
v5.1.3
5.1.3 (2020-03-08)
Bug Fixes
- LessThanOrEqualToAsserter: Fix assertion description (d054228)
v5.1.2
5.1.2 (2020-03-07)
Bug Fixes
- EnqueuerAsNodeChildRunner: Add new messages to exchange with node parent process (1ad2742)
v5.1.1
5.1.1 (2020-02-28)
Bug Fixes
- RequisitionFilePatternParser: Avoid trying to parse a directory as a requisition file (5014931)
v5.1.0
5.1.0 (2020-02-14)
Features
- EnqueuerAsNodeChild: Ability to run enqueuer as a child and exchange IPC messages with it (3a1212b)
v5.0.4
5.0.4 (2020-02-10)
Bug Fixes
- SummaryReport: Ignored tests are not taken in consideration to calculate percentages (0ba4e7a)
v5.0.3
5.0.3 (2020-02-07)
Bug Fixes
- PublisherReporter: Include details of 'published' failig test in 'onFinish' hook (614b633)