Test Runner for OpenClaw — Review, Trust Score & Install Guide

Short answer: Test Runner is a verified OpenClaw skill for browser & automation. Trust Score 94/100 based on source transparency, permission scope, install safety, update recency, community signal, and documentation quality.

Trust Score: 94/100

How we calculate Trust Scores →

What Test Runner does

Test Runner generates comprehensive end-to-end tests from natural language descriptions. Describe a user flow and it creates Playwright or Cypress tests, runs them across browsers, captures screenshots on failure, and generates detailed reports. Supports visual regression testing, accessibility testing, and performance assertions.

How to install Test Runner

  1. Install the OpenClaw CLI: npm install -g clawhub@latest
  2. Install this skill: npx clawhub@latest install test-runner
  3. Verify the install: openclaw skills list

Security review

This skill is currently classified as Verified with a low risk profile. Our reviewers inspected the SKILL.md manifest, dependency tree, declared permissions, network calls, and shell commands before publishing this score. See our editorial policy and Trust Score methodology for the full rubric.

Best for

Avoid if

Alternatives & related skills

Frequently asked questions

Can it generate tests from existing code?

Yes — point it at a component or page and it infers test cases from the UI structure and interactions.

Does it support CI/CD integration?

Yes — generates configs for GitHub Actions, GitLab CI, and other CI platforms.

How do I install Test Runner?

Run `npx clawhub@latest install test-runner` from any directory with Claude Code or OpenClaw installed. The skill is added to your local SKILL.md registry and is available to your agent immediately — no restart required.

Related