What Allure reports show
Each report contains detailed test cases with steps, attachments (screenshots, traces), and trend graphs showing test stability over time.
How to navigate
- Overview — summary of pass/fail rates and trends
- Suites — click a test suite to see individual test cases
- Click a test — see execution steps, screenshots on failure, and timing
Status meanings
- Passed — test completed successfully
- Failed — test assertion did not match expected result
- Broken — test crashed due to an unexpected error (not an assertion)
- Skipped — test was intentionally skipped
What each suite covers
- Android E2E — full user journeys on real Android emulators (BDD/Gherkin)
- Playwright — admin panel web tests across Chromium, Firefox, WebKit, mobile Chrome, mobile Safari
- Express — API endpoint unit tests with code coverage
- Kotlin — shared business logic, ViewModels, repositories