🧪
QualityTypeScript

Test Execution

by echoVic

Test Execution is a Quality skill for Claude Code, published by echoVic in boss-skill.

548 stars50 forkson echoVic/boss-skillAdded 2026/08/26Repository updated 2026/08/23
ai-agentsbmadbmad-workflowclaude-codecursorskilltrae
Install in seconds
Install Test Execution
Copy Test Execution into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/echoVic/boss-skill/tree/main/skill/skills/qa/test-execution ~/.claude/skills/test-execution

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/echoVic/boss-skill.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skill/skills/qa/test-execution/SKILL.md in echoVic/boss-skill
Installs to
~/.claude/skills/test-execution
Collection
One of 25 skills cataloged from this repository
Category
Quality1354 skills

What Test Execution does

Test Execution detects a project’s test framework, runs unit, integration, or E2E tests, and parses the results. Use it when you need to verify changes with real test output and coverage.

Test Execution is cataloged under Quality on DirSkills. Test Execution comes from a repository tagged ai-agents, bmad, bmad-workflow, claude-code and cursor.

Documentation

README

测试执行方法

强制要求:真实执行测试

你必须真正执行测试,禁止生成 Mock 数据!

测试执行流程

  1. 检测项目类型和测试框架
  2. 根据项目类型执行测试
  3. 执行 E2E / 集成测试
  4. 解析测试输出(总数、通过数、失败数、覆盖率)

测试框架检测

JavaScript/TypeScript

  • Jest: jest.config.js, "jest" in package.json
  • Vitest: vitest.config.js, "vitest" in package.json
  • Playwright: playwright.config.js
  • Cypress: cypress.json

Python

  • pytest: pytest.ini, "pytest" in dependencies
  • unittest: 内置

Go

  • *_test.go 文件

测试命令

语言 单元测试 E2E测试
Node.js npm test npx playwright test
Python pytest pytest tests/e2e
Go go test ./... -

Playwright E2E 执行细节

完整方法论:详见 Skill(skill: "qa/e2e-playwright")

检测 Playwright 项目

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Test Execution

  • What else does echoVic publish alongside Test Execution?

    Test Execution is one of 25 skills that DirSkills catalogs from echoVic/boss-skill, the repository it ships in. Its siblings there include Architecture Design, Backend API Development and Backend Testing Guide. Each one is a separate skill with its own page in this directory, installs the same way Test Execution does, and is maintained by echoVic in that same repository. The rest of the collection is listed on the echoVic/boss-skill page.

  • How does Test Execution compare to other Quality skills?

    Test Execution ranks #1174 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Test Execution against them. Open each page to compare what they document and how they install.

More from echoVic/boss-skill

Test Execution is one of 25 skills cataloged on DirSkills from echoVic/boss-skill.

See all 25 skills