New:Socket for Asana Is Now Available.Learn more
Get Started

n8n-nodes-qualitymax

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-nodes-qualitymax

n8n community node for QualityMax — AI-native test automation platform

latest
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
5
150%
Maintainers
1
Weekly downloads
 
Created
Source

n8n-nodes-qualitymax

QualityMax community node for n8n — connect AI-native test automation into any workflow.

What you can do

ResourceOperations
ProjectGet Many, Get, Create, Get Trends
Test CaseGet Many, Get, Create, Update, Delete, Generate Code, AI Enhance
Automation ScriptGet Many, Execute, Get Results
AI CrawlStart, Check Status, Get Results
k6 PerformanceGet Many Scripts, Run Test, Check Status, Get Report, Pre-Deploy Gate

Plus a QualityMax Trigger polling node that fires on:

EventDescription
Test Execution CompletedPlaywright/Cypress/etc. script finished — filter by pass/fail
k6 Run Completedk6 performance test finished — filter by pass/fail
AI Crawl CompletedAI crawl job finished and tests generated

The trigger polls on n8n's configured schedule (default 1 min) and only emits items newer than the last poll.

Hero workflow

GitHub PR merged → regression suite → Slack report

Import demo-workflows/github-pr-regression-to-slack.json into n8n. Set three env vars:

QM_BASE_URL=https://app.qualitymax.io
QM_REGRESSION_SCRIPT_ID=<your script id>
SLACK_CHANNEL=#qa-alerts

The workflow:

  • Fires on every PR merged to main
  • Posts "regression starting" to Slack
  • Executes your QualityMax regression script
  • Polls every 30s until complete (up to 10 min)
  • Posts pass ✅ or fail ❌ to Slack with test counts + report link

Installation

In n8n Cloud / self-hosted

  • Go to Settings → Community Nodes → Install
  • Enter n8n-nodes-qualitymax
  • Click Install

Local dev

npm install
npm run build
# symlink into your n8n custom extensions dir

Credentials

Generate an API token at qualitymax.io/settings → API Tokens. Tokens start with qm-. Add it as a QualityMax API credential in n8n.

License

MIT

Keywords

n8n-community-node-package

FAQs

Package last updated on 22 Apr 2026

Related posts