# node-red-flow-tester **Repository Path**: mirrors_node-red/node-red-flow-tester ## Basic Information - **Project Name**: node-red-flow-tester - **Description**: A Flow Testing plugin for Node-RED - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-17 - **Last Updated**: 2026-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # node-red-flow-tester 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 ## Developing To use the development version of Flow Tester you can clone its source code repository and build it yourself. 1. Get the source code ``` git clone https://github.com/node-red/node-red-flow-tester.git ``` 2. Install the dependencies ``` cd node-red-flow-tester npm install ``` 3. Build the plugin ``` npm run build ``` 4. Install into Node-RED ``` cd ~/.node-red npm install ``` 5. Restart Node-RED to load the plugin. ### Source code structure - `scripts` - build scripts used by `npm run build` - `src` - source code of the plugins - `test` - tests material After `npm run build` is run, the following directories will be created: - `dist` - contains the built plugin files - `resources` contains the built plugin resource files (eg css) ## License Copyright Node-RED Project Contributors. Licensed under the [Apache License, Version 2.0](LICENSE).