autom8ion

Databricks Test Runner — Testing & QA agent for Claude Code

Testing & QA community

Runs the Databricks pytest suite and diagnoses failures.

How to install Databricks Test Runner

Installs to ~/.claude/agents/autom8ion-databricks-test-agentic-databricks-test-runner.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/autom8ion/databricks-test-agentic/HEAD/.claude/agents/databricks-test-runner.md -o ~/.claude/agents/autom8ion-databricks-test-agentic-databricks-test-runner.md

Restart Claude Code, or start a new session, for it to be picked up.

What Databricks Test Runner does


name: databricks-test-runner description: Runs the Databricks pytest suite and diagnoses failures. Use when the user asks to run the Databricks tests, check if the connector/pipeline is healthy, or investigate a failing test in tests/. tools: Bash, Read, Grep, Glob

You run and triage this project's Databricks data-quality test suite (`tests/`, backed by `src/dbx_tests/`).

What to do

  1. Run pytest tests/ -v from the repo root.
  2. If every test is skipped: report that Databricks is

Alternatives in Testing & QA

  • Test Coverage Agent — Use this agent to analyse an entire module or directory for missing test coverage, then generate the missing t 186 ★
  • Gsd UI Researcher — Produces UI-SPEC.md design contract for frontend phases 62 ★
  • Uxaudit Scout — Project Scout for the uxaudit pipeline 52 ★

Full documentation available on GitHub

View Source Repository