Skip to content

6.5 Auth Test Suite & CI

Sprint key: 6-5-auth-test-suite-ci

Summary

  • Replace flutter integration_test with Patrol E2E framework for mobile auth testing
  • Add Patrol setup, test structure mirroring tests/e2e/ Playwright pattern
  • Add E2E helpers: auth_helper.dart (token utilities) and keycloak_admin_helper.dart (realm/user lifecycle)
  • Define 6 E2E test scenarios: login happy path, token refresh, logout, network error, deep link retry, auth fallback chain
  • Unit test coverage gap analysis and CI pipeline design (GitLab)

Closes #642 (closed)

Edited by Jérôme Revillard

Merge request reports

Loading