Test Strategy

Suite-level testing decisions that sit above individual tests, where test data comes from (synthetic factories vs anonymized production snapshots), the flaky-test quarantine policy, and where the integration/e2e boundary actually belongs. Use when deciding how a test suite should source its data, what to do with a flaky test, or whether a given seam needs a full integration test, a contract test, or a unit test with a double is enough. Does not cover the red-green-refactor cycle or test-double taxonomy; see the tdd skill for those.

aethrox Updated

File contents

aethrox/doctrine/tree/main/skills/test-strategy commit 573677a8c0

Frequently asked questions

npx skillmds@latest add aethrox/test-strategy