ShyTalk Test Reports

We run thousands of automated tests across every platform to ensure ShyTalk is reliable, secure, and bug-free. Browse our latest test results below.

📱

Android E2E

Full user journey tests on real Android emulators

PR Checks No data yet View History
Deploy No data yet View History
🌐

Playwright

Admin panel tests across 5 browsers

PR Checks No data yet View History
Deploy 1 passed, 1 failed 2026-03-31 View History

Express

API unit tests with Jest coverage reports

PR Checks No data yet View History
Deploy No data yet View History
🟣

Kotlin

Business logic unit tests (JVM + Android)

PR Checks No data yet View History
Deploy No data yet View History
How to read these reports

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