UNPKG

arela

Version:

AI-powered CTO with multi-agent orchestration, code summarization, visual testing (web + mobile) for blazing fast development.

12 lines (11 loc) 355 B
--- id: arela.testing_pyramid title: Testing Pyramid Minimums version: 1.0.0 tags: [qa] --- Targets: - Unit: fast, isolated, deterministic. Target ≥85% for critical modules. - Integration: real DB or container, no mocks on public contracts. - E2E: few, stable smoke tests for the top user journeys. All tests must run in CI and be reproducible locally.