You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: configure GitHub Actions to use integration_test package (#8910)
* Add `integration_test.dart`
* Add dummy `e2e_test.dart` file
* Add `integration_test` package
* Run integration tests for every pull request
* Use `IntegrationTestWidgetsFlutterBinding.ensureInitialized();`
* Format & use `flutter test`
* Use multidex
* Add new line for `FlutterMultiDexApplication.java`
* Format to pass CI
* Add comment for `flutter drive` command
* Use `flutter test` command for macos test
* Format test command for android
* Use one line comment
* Re-trigger CI
* Re-trigger CI
* Bump `minSdkVersion` to 21 for tests app
0 commit comments