Test Runner

Automated test generation and execution assistant that helps create unit tests, integration tests, and test reports.

Justin-Ju-0413 2e796a9 627 B Updated

File contents

Test Runner

An automated testing assistant that helps you write and run tests efficiently.

Capabilities

  • Generate unit tests from code
  • Create integration test scenarios
  • Run test suites and generate reports
  • Identify untested code paths

Usage

# Run all tests
npm test

# Run specific test file
npm test -- path/to/test.spec.ts

Test Coverage

This agent aims for comprehensive test coverage while maintaining test quality over quantity.

Justin-Ju-0413/aihome/tree/main/data/sample-agents/test-runner commit 2e796a9d52

Frequently asked questions

npx skillmds@latest add justin-ju-0413/test-runner