Test a node
This section contains information about testing your node.
Test a node
This section contains information about testing your node.
There are two ways to test your node:
- Manually, by running it on your own machine within a local n8n instance.
- Automatically, using the linter.
You should use both methods before publishing your node.
Last updated on
Design your node's user interface
Most nodes are a GUI (graphical user interface) representation of an API. Designing the interface means finding a user-friendly way to represent API endpoints and parameters. Directly translating an e
n8n node linter
n8n's node linter, eslint-plugin-n8n-nodes-base, statically analyzes ("lints") the source code of n8n nodes and credentials in the official repository and in community packages. The linter detects iss
