Skip to main content

Automated workflow test runner with Google Drive, Sheets & ClickUp result logging

Workflow preview

Workflow preview
100%
Automated workflow test runner with Google Drive, Sheets & ClickUp result logging preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Description This workflow acts as a CI/CD style test harness for validating other n8n workflows. It executes a target workflow (here: Archive Payment Receipts), evaluates pass/fail outcomes, and ge...

Best for

  • DevOps automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.stickynote, n8n-nodes-base.if, n8n-nodes-base.set, n8n-nodes-base.code, n8n-nodes-base.converttofile, n8n-nodes-base.googledrive, n8n-nodes-base.clickup

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Rahul Joshi.

Original n8n.io source

1.1 Workflow description

Title
Automated workflow test runner with Google Drive, Sheets & ClickUp result logging
Workflow name
Automated workflow test runner with Google Drive, Sheets & ClickUp result logging

Description

This workflow acts as a CI/CD-style test harness for validating other n8n workflows. It executes a target workflow (here: Archive Payment Receipts), evaluates pass/fail outcomes, and generates structured reports. Results are automatically archived to Google Drive, logged in Google Sheets, and synced with ClickUp for visibility. Both success and failure scenarios are handled with standardized formatting.

What This Template Does (Step-by-Step)

  1. ⚡ Manual Trigger – Start the test run manually.
  2. ▶️ Execute Target Workflow Under Test – Calls the specified workflow (Archive Payment Receipts) and captures its output, even if it errors.
  3. ✅ Test Result Evaluation (If Node) – Checks if the output contains errors.
  • Pass Path → success formatting + archival.
  • Fail Path → failure formatting + logging.
  • 📄 Format Success Test Result (Set Node) – Creates a structured result object with:
  • Status: ✅ Passed
  • Workflow Name
  • Timestamp
  • 📄 Format Failed Test Result (Set Node) – Same as above, but with ❌ Failed status.
  • 📝 Generate Success/Failure Report Text (Code Node) – Converts structured data into a human-readable report string.
  • 📦 Convert Report to Text File – Transforms the text into a .txt file for archiving.
  • ☁️ Archive Reports to Google Drive – Saves .txt files (success/failure) into the resume store folder with timestamped filenames.
  • ✏️ Update ClickUp Task (Success/Failure) – Posts results directly into a ClickUp task for visibility.
  • 📊 Log Error Details to Error Tracking Sheet (Google Sheets) – Appends raw error objects to an error log sheet for debugging and trend analysis.

Prerequisites

  • Target workflow to test (e.g., Archive Payment Receipts)
  • Google Drive folder for report storage
  • Google Sheets (Error Log tab)
  • ClickUp API credentials
  • n8n instance

Key Benefits

✅ Automates workflow regression testing ✅ Captures pass/fail outcomes with full audit trail ✅ Maintains error logs for debugging and reliability improvements ✅ Keeps stakeholders updated via ClickUp integration ✅ Supports compliance with archived test reports

Perfect For

  • Teams running workflow QA & testing
  • Organizations needing audit-ready test reports
  • DevOps pipelines with continuous validation of automations
  • Stakeholders requiring real-time visibility into workflow health

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - When clicking ‘Execute workflow’

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 2 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Test Result Evaluation

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 5 - Format Success Test Result

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 6 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 8 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 9 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 10 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Format Failed Test Result

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 12 - Generate Success Report Text

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 13 - Sticky Note7

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 14 - Sticky Note8

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 15 - Sticky Note9

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 16 - Generate Failure Report Text

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 17 - Convert Success Report to Text File

Type / Role
n8n-nodes-base.convertToFile - convertToFile
Config choices
Version 1.1

Block 18 - Convert Failure Report to Text File

Type / Role
n8n-nodes-base.convertToFile - convertToFile
Config choices
Version 1.1

Block 19 - Archive Success Report to Google Drive

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 20 - Archive Failure Report to Google Drive

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 21 - Sticky Note10

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 22 - Sticky Note11

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 23 - Update ClickUp Task with Success Status

Type / Role
n8n-nodes-base.clickUp - clickUp
Config choices
Version 1

Block 24 - Update ClickUp Task with Failure Status

Type / Role
n8n-nodes-base.clickUp - clickUp
Config choices
Version 1

Showing the first 24 of 27 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Automated workflow test runner with Google Drive, Sheets & ClickUp result logging
Complexity advanced
Nodes 27
Categories DevOps
Author Rahul Joshi
Published 09 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/9408/9408.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Automated workflow test runner with Google Drive, Sheets & ClickUp result logging do?

Description This workflow acts as a CI/CD style test harness for validating other n8n workflows. It executes a target workflow (here: Archive Payment Receipts), evaluates pass/fail outcomes, and ge...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your DevOps use case.