Skip to content

Releases: node-red/node-red-node-test-helper

0.3.4

03 May 11:01
fc1d059
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.3...0.3.4

0.3.3

22 Dec 14:58
8d82fbf
Compare
Choose a tag to compare

What's Changed

  • Use compatible versions rather than specific version of dependencies by @Pezmc in #70
  • Dependency Upgrades by @Pezmc in #69
  • Add plugin stub to runtime by @joepavitt in #73

New Contributors

Full Changelog: 0.3.2...0.3.3

0.3.2

23 Jun 00:20
6009463
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.1...0.3.2

0.3.1

28 Apr 20:42
aa56307
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.0...0.3.1

0.3.0

21 Jun 08:38
51e35e5
Compare
Choose a tag to compare

0.3.0

  • Require node.js >=14
  • Add setFlows so that node being tested can modify flows (#54) @Steve-Mcl

0.2.7

13 Feb 00:16
229c5fb
Compare
Choose a tag to compare
  • Wait for startFlows to resolve before returning from loadFlow call - required with Node-RED 1.3+
  • README.md: Update example unit test to report assertion failures
  • examples: lower-case_spec.js: Allow proper assertion failure reporting (#45)

0.2.6: Optionally preload catch/status/complete nodes in test cases

13 Feb 00:15
Compare
Choose a tag to compare
  • Optionally preload catch/status/complete nodes in test cases Fixes #48

0.2.5

27 May 11:17
Compare
Choose a tag to compare
  • Add proper middleware on httpAdmin express app

0.2.4

22 May 20:06
Compare
Choose a tag to compare
  • Update dependencies
  • #43 Helper.load return a Promise

0.2.3

09 Jul 10:14
Compare
Choose a tag to compare
  • Allow runtime settings to be provided in helper.init(runtimepath, userSettings)
  • Add helper.settings(userSettings)