# Test Automation Demo Test Automation

> Use when running test automation workflows for test-automation-demo.

- Skill: `guorunjie/test-automation-demo-test-automation` (Agent Skill)
- Install (CLI): `npx skillmds@latest add guorunjie/test-automation-demo-test-automation`
- Raw SKILL.md: https://api.skillmd.com/api/skills/guorunjie/test-automation-demo-test-automation/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: guorunjie (https://skillmd.com/u/guorunjie)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/guorunjie/test-automation-demo-test-automation

---


# test-automation-demo-test-automation

Generated from `skillpack.yaml` by Skillpack Forge.

## Project
Test automation workflows for reproducing failures, running focused checks, and documenting verification.

## Workflow
- Identify the failing behavior, expected outcome, and narrowest reproducible test command
- Run the focused test first and capture the exact failure output
- Inspect nearby code, fixtures, and assertions before changing test expectations
- Add or update the smallest fixture that proves the behavior
- Rerun the focused test, then the broader relevant suite, and document any remaining risk

## Commands
- install: `npm install`
- test: `npm test`

## Principles
- Reproduce failures with the smallest reliable command before changing code
- Prefer focused tests and minimal fixtures over broad test runs during diagnosis
- Keep verification output, failing inputs, and skipped coverage easy to review
- Broaden to the full relevant test suite before reporting completion

