A Flow Testing plugin for Node-RED
**This is under development and not ready for general use. If you want to contribute, come talk to us in the #core-dev
channel on https://nodered.org/slack
To use the development version of Flow Tester you can clone its source code repository and build it yourself.
- Get the source code
git clone https://github.com/node-red/node-red-flow-tester.git
- Install the dependencies
cd node-red-flow-tester
npm install
- Build the plugin
npm run build
- Install into Node-RED
cd ~/.node-red
npm install <path-to-node-red-flow-tester-directory>
- Restart Node-RED to load the plugin.
scripts
- build scripts used bynpm run build
src
- source code of the pluginstest
- tests material
After npm run build
is run, the following directories will be created:
dist
- contains the built plugin filesresources
contains the built plugin resource files (eg css)
Copyright Node-RED Project Contributors.
Licensed under the Apache License, Version 2.0.