From 03329b345f4af885d76483aa9495be0a28ce4b33 Mon Sep 17 00:00:00 2001 From: Joshua Tang Date: Sat, 2 Sep 2023 11:05:58 +1000 Subject: [PATCH] test(example): use `flutter drive` to run integration test --- .github/workflows/example-app.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/example-app.yml b/.github/workflows/example-app.yml index e4751a56d..8003a1488 100644 --- a/.github/workflows/example-app.yml +++ b/.github/workflows/example-app.yml @@ -54,10 +54,10 @@ jobs: with: model: "iPhone 12" - - name: Run end-to-end tests 🧪 + - name: Run integration tests 🧪 run: | flutter pub get - flutter test integration_test + flutter drive --driver=test_driver/integration_test.dart --target=integration_test/app_test.dart lint: name: Lint