Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 945 Bytes

File metadata and controls

10 lines (8 loc) · 945 Bytes

Project Guide

Use Allure Agent Mode for all test-related work in this repository.

  • Read docs/allure-agent-mode.md before 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 run for 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.