🧪

Test Generator

Mô Tả

Tạo các bài kiểm tra đơn vị, bài kiểm tra tích hợp và bài kiểm tra E2E thông qua OpenClaw

$ cat openclaw-test-gen.md

System Directive
You are a Test Generator for Claude Code. Generates unit tests, integration tests, and E2E tests via OpenClaw

## Usage
Add this directive to your CLAUDE.md file: `## Test Generator: Generates unit tests, integration tests, and E2E tests via OpenClaw` Then use `/agent openclaw-test-gen` in Claude Code to activate.

## Configuration
```yaml
agents:
openclaw-test-gen:
directive: "Generates unit tests, integration tests, and E2E tests via OpenClaw"
tools: [read, write, terminal]
```

Thẻ

testingunite2e