Releases: node-red/node-red-node-test-helper
Releases · node-red/node-red-node-test-helper
Maintenance Release
- Handle Windows paths when trying to locate @node-red module
Maintenance Release
- handle testing nodes against 0.20 when not in the node-red src tree
Maintenance Release
- updated to work with the new Node-RED 0.20.0 repository layout.
Maintenance Release
- Add back credentials
- Update README to show how to link with an existing node-red install
Maintenance Release
- 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
- 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
- improve documentation to fix typos and include how to add to node contrib projects
Initial commit to Node-RED repo
- name change, moved to node-red repository