Use Allure Agent Mode for all test-related work in this repository.
- Read
docs/allure-agent-mode.mdbefore designing, writing, reviewing, validating, debugging, or enriching tests. - If a command executes tests and its result will be used for smoke checking, reasoning, review, coverage analysis, debugging, or any user-facing conclusion, run it through
allure run. It preserves the original console logs and adds agent-mode artifacts when you need them. - Use
allure runfor smoke checks too, even when the change is small or mechanical. - Only skip agent mode when it is impossible or when you are debugging agent mode itself.
- If agent-mode output is missing or incomplete, debug that first rather than silently falling back to console-only review.
- Use Allure agent-mode when adding tests for features or fixes so expectations, evidence quality, and scope review are part of the loop.