I’m currently working on a REST API to fetch data from various platforms and applications such as Google, Facebook, and others for our reporting dashboard. Our ultimate goal is to display consolidate data and metrics from all platforms into a single application. So far, we have completed more than 6 workflows, all triggered from webhooks.
Now, I’m looking to perform unit testing for these workflows. Could anyone provide guidance on how to conduct unit testing with n8n workflows?
Your assistance would be greatly appreciated.
Information on your n8n setup
n8n version: 1.25.1
Database: Postgres 15
n8n EXECUTIONS_PROCESS setting: Queue
Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
Thanks for the Reply. How can I do this pin data without using n8n UI. Is there any other option is available which like cli tool or REST api. Just I want to be integrate in CI pipeline.