#!/usr/bin/env bash set -euo pipefail export HOME=/tmp export XDG_CONFIG_HOME=/tmp export FLUTTER_SUPPRESS_ANALYTICS=true export DART_SUPPRESS_ANALYTICS=true exec ./.ideai/flutter-sdk-1785572580/bin/flutter test \ test/presentation/home_screen_test.dart \ test/presentation/exercise_library_screen_test.dart \ test/presentation/program_screen_test.dart \ test/presentation/workout_template_screen_test.dart \ test/presentation/workout_execution_screen_test.dart \ test/presentation/history_screen_test.dart \ test/presentation/progression_screen_test.dart \ test/presentation/profile_screen_test.dart