Testing ADRs¶
This directory contains Architecture Decision Records related to testing infrastructure, strategies, test suites, and quality assurance.
Naming Convention¶
Testing ADRs use the format: TEST-NNN-title.md where NNN is a zero-padded sequential number.
Examples:
- TEST-001-ethereum-tests-adapter.md
- TEST-002-test-suite-strategy.md
Current ADRs¶
- TEST-001: Ethereum Tests Adapter - Accepted
- TEST-002: Test Suite Strategy, KPIs, and Execution Benchmarks - Accepted
Creating a New Testing ADR¶
- Use the next sequential number (e.g.,
TEST-003-title.md) - Follow the standard ADR template structure
- Link it in the index above
- Update the main ADR README