Merge pull request #542 from Oloodi/feature/session-persistence-new

chore: Maestro E2E restructure, remove Marionette, add Makefile e2e targets
This commit is contained in:
Achintha Isuru
2026-02-26 10:20:33 -05:00
committed by GitHub
25 changed files with 289 additions and 314 deletions

View File

@@ -56,6 +56,9 @@ help:
@echo " make mobile-test Run flutter test for client+staff"
@echo " make mobile-hot-reload Hot reload running Flutter app"
@echo " make mobile-hot-restart Hot restart running Flutter app"
@echo " make test-e2e Run full Maestro E2E suite (Client + Staff auth)"
@echo " make test-e2e-client Run Client Maestro E2E only"
@echo " make test-e2e-staff Run Staff Maestro E2E only"
@echo ""
@echo " 🗄️ DATA CONNECT & BACKEND (backend/dataconnect)"
@echo " ────────────────────────────────────────────────────────────────────"