# Playwright Documentation Plaintext

> Legacy Playwright-specific alias for plain-text case formatting. Prefer the standalone `test-artifact-export-skill` skill for lightweight narrative case output, and use this only when Playwright-local conventions must be preserved explicitly.

- Skill: `jovd83/playwright-documentation-plaintext` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add jovd83/playwright-documentation-plaintext`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jovd83/playwright-documentation-plaintext/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: jovd83 (https://skillmd.com/u/jovd83)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jovd83/playwright-documentation-plaintext

---


# Playwright Plain-Text Documentation

Use this skill for low-overhead scenario documentation.

## Output Contract

For each scenario, capture:

1. the goal,
2. the relevant setup or preconditions,
3. the main execution flow,
4. the expected outcome,
5. any requirement reference or open question that matters.

Output can be a short paragraph or a flat bullet list, whichever is clearer for the material.

## Writing Rules

- Keep the sequence easy to follow.
- Prefer user intent and expected behavior over implementation detail.
- Make assumptions visible instead of hiding them in prose.
- Do not add formal structure unless the user specifically wants TDD or BDD.
