UNPKG

@n8n/n8n-benchmark

Version:

Cli for running benchmark tests for n8n

11 lines (10 loc) 386 B
{ "$schema": "../scenario.schema.json", "name": "CredentialHttpNode", "description": "Webhook -> 3x HTTP request to a mock API -> Merge -> Respond to Webhook. Requires a mock API running at http://mockapi:8080", "scenarioData": { "workflowFiles": ["credential-http-node.json"], "credentialFiles": ["credential-bearer.json"] }, "scriptPath": "credential-http-node.script.js" }