Add quality gates and baseline tests for web/mobile
This commit is contained in:
5
Makefile
5
Makefile
@@ -28,6 +28,7 @@ help:
|
||||
@echo " make web-dev Start local web frontend dev server"
|
||||
@echo " make web-build [ENV=dev] Build web frontend for production (dev/staging)"
|
||||
@echo " make web-lint Run linter for web frontend"
|
||||
@echo " make web-test Run tests for web frontend"
|
||||
@echo " make web-preview Preview web frontend build"
|
||||
@echo " make web-deploy [ENV=dev] Build and deploy web app (dev/staging)"
|
||||
@echo ""
|
||||
@@ -50,6 +51,8 @@ help:
|
||||
@echo " make mobile-client-build PLATFORM=apk Build client app (apk/ipa/etc)"
|
||||
@echo " make mobile-staff-dev-android [DEVICE=android] Run staff app (Android)"
|
||||
@echo " make mobile-staff-build PLATFORM=apk Build staff app (apk/ipa/etc)"
|
||||
@echo " make mobile-analyze Run flutter analyze for client+staff"
|
||||
@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 ""
|
||||
@@ -83,4 +86,4 @@ help:
|
||||
@echo " 💡 Tip: Run 'make mobile-install' first for mobile development"
|
||||
@echo " 💡 Tip: Use 'make dataconnect-sync' after schema changes"
|
||||
@echo " 💡 Tip: Default ENV=dev, use ENV=staging for staging environment"
|
||||
@echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
|
||||
@echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
|
||||
|
||||
Reference in New Issue
Block a user