Skip to content

Commit

Permalink
test(example): use flutter drive to run integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
zeshuaro committed Sep 2, 2023
1 parent 01293e5 commit 03329b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/example-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03329b3

Please sign in to comment.