Skip to content

Commit

Permalink
fix: Switch back to flutter drive
Browse files Browse the repository at this point in the history
  • Loading branch information
Blazebrain committed Jan 16, 2025
1 parent 3ca0334 commit 5060cbe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion integration_test_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ do
rm -rf ~/.local/share/com.example.cake_wallet ~/Documents/cake_wallet
fi
echo "Running test: $target"
if flutter test $target; then
if flutter drive \
--driver=test_driver/integration_test.dart \
--target="$target"; then
echo "✅ Test passed: $target"
passed_tests+=("$target")
else
Expand Down

0 comments on commit 5060cbe

Please sign in to comment.