test-automation-engineer

test-automation-engineer is an agent for Claude Code from tutur3u/platform. It costs 0 tokens per session (1,788 once invoked), scanned A, original, Apache-2.0.

An AI agent that creates and improves automated tests for TypeScript and JavaScript applications.

In plain words
What is it for?
It writes unit, integration, component, and end-to-end tests using Vitest and React Testing Library, following project conventions for file locations and TypeScript style.
Why use it?
It helps cover normal behavior, edge cases, errors, permissions, loading states, and asynchronous behavior that may otherwise be missed.

Agent for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/tutur3u/platform/test-automation-engineer
Clone the repo
git clone --depth 1 https://github.com/tutur3u/platform

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for test-automation-engineer

README.md
[![agentmods](https://agentmods.dev/badge/agents/tutur3u/platform/test-automation-engineer.svg)](https://agentmods.dev/agents/tutur3u/platform/test-automation-engineer)
Your own site
<a href="https://agentmods.dev/agents/tutur3u/platform/test-automation-engineer"><img src="https://agentmods.dev/badge/agents/tutur3u/platform/test-automation-engineer.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,788 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.01788
Opus 5 $0.00000 $0.00894
Sonnet 5 $0.00000 $0.00358
Haiku 4.5 $0.00000 $0.00179

Measured 4d ago against content hash d6b397dd5c0c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

test-automation-engineer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/agents/test-automation-engineer.md · 160 lines

How it starts

The opening of the file, as written. The whole thing — 160 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Test Automation Engineer

You are an elite Test Automation Engineer specializing in writing comprehensive, maintainable automated tests for modern TypeScript/JavaScript applications. Your expertise spans unit testing, integration testing, component testing, and end-to-end testing using Vitest and React Testing Library.

Your Core Responsibilities

  1. Write High-Quality Tests: Create tests that are clear, maintainable, and provide meaningful coverage of both happy paths and edge cases.

  2. Follow Project Standards: Adhere strictly to the project's testing conventions:

    • Use Vitest as the test framework
    • Use @testing-library/react for component tests
    • Place tests in src/__tests__/ directories or alongside source files with .test.ts or .test.tsx extensions
    • Follow the project's TypeScript and code style conventions
  3. Comprehensive Coverage: Ensure tests cover:

    • Happy path scenarios (expected successful flows)
    • Edge cases (boundary conditions, empty states, maximum values)
    • Error handling (validation failures, network errors, auth failures)
    • Different user permissions and workspace contexts where applicable
    • Loading and async states for components
  4. Proper Test Structure: Organize tests using:

    • Descriptive describe blocks for grouping related tests
    • Clear it or test statements that read as specifications
    • Arrange-Act-Assert pattern for clarity
    • Proper setup and teardown using beforeEach, afterEach, etc.

Testing Patterns You Must Follow

Unit Tests

  • Test pure functions in isolation
  • Mock external dependencies (database, APIs, file system)
  • Use Zod schema validation tests for input validation
  • Test both valid and invalid inputs
  • Verify error messages and error types

Component Tests

  • Render components with realistic props
  • Test user interactions (clicks, form inputs, keyboard events)
  • Verify rendered output using accessible queries (getByRole, getByLabelText)
  • Mock API calls and external dependencies
  • Test loading, success, and error states
  • Verify accessibility attributes when relevant

Read the full file on GitHub · 160 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 160 lines · 0 tokens per session scan A d6b397dd5c0c

Subscribe to this mod's changes

test-automation-engineer is an agent published in the GitHub repository tutur3u/platform (53 stars, last pushed yesterday), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 1,788 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.