Skip to content

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

Maintenance Release

25 Mar 21:17
Compare
Choose a tag to compare
  • Handle Windows paths when trying to locate @node-red module

Maintenance Release

23 Mar 23:28
Compare
Choose a tag to compare
  • handle testing nodes against 0.20 when not in the node-red src tree

Maintenance Release

21 Mar 21:10
Compare
Choose a tag to compare
  • updated to work with the new Node-RED 0.20.0 repository layout.

Maintenance Release

04 May 16:46
508b795
Compare
Choose a tag to compare
  • Add back credentials
  • Update README to show how to link with an existing node-red install

Maintenance Release

16 Apr 22:54
c8b1c6f
Compare
Choose a tag to compare
  • remove unused dependencies
  • fix glob in test script for cross platform compatibility
  • add helper.init() call for clients to specify Node-RED runtime path
  • improved README documentation and recommended set up
  • use read-pkg-up to detect when running in Node-RED
  • use stoppable package to shut down test server cleanly
  • use public Node-RED runtime methods wherever possible
  • Node-RED is a peer dependency
  • bring examples in line with core node test changes
  • moved examples to /examples instead of /test

Maintenance Release

02 Mar 04:59
Compare
Choose a tag to compare
  • remove node-red as a dependency so it can be used for core testing, and doesn't pull in all of its dependencies
  • if node-red dependency cannot be found, attempts to use local node-red runtime from core
  • update documentation to include how to link to node-red and other deps installed globally, how to import flows from editor, add flow id so that catch and status nodes work

Maintenance Release

02 Mar 04:57
Compare
Choose a tag to compare
  • improve documentation to fix typos and include how to add to node contrib projects

Initial commit to Node-RED repo

02 Mar 04:56
Compare
Choose a tag to compare
  • name change, moved to node-red repository