mirror of
https://github.com/flutter/packages.git
synced 2025-07-01 23:51:55 +08:00
Rename e2e -> integration_test (#2918)
* e2e -> integration_test and associated version bumps
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
package io.flutter.plugins.googlesigninexample;
|
||||
|
||||
import androidx.test.rule.ActivityTestRule;
|
||||
import dev.flutter.plugins.e2e.FlutterTestRunner;
|
||||
import dev.flutter.plugins.integration_test.FlutterTestRunner;
|
||||
import org.junit.Rule;
|
||||
import org.junit.runner.RunWith;
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
package io.flutter.plugins.googlesigninexample;
|
||||
|
||||
import androidx.test.rule.ActivityTestRule;
|
||||
import dev.flutter.plugins.e2e.FlutterTestRunner;
|
||||
import dev.flutter.plugins.integration_test.FlutterTestRunner;
|
||||
import io.flutter.embedding.android.FlutterActivity;
|
||||
import org.junit.Rule;
|
||||
import org.junit.runner.RunWith;
|
||||
|
@ -11,8 +11,8 @@ dependencies:
|
||||
|
||||
dev_dependencies:
|
||||
pedantic: ^1.8.0
|
||||
e2e:
|
||||
path: ../../../e2e
|
||||
integration_test:
|
||||
path: ../../../integration_test
|
||||
flutter_driver:
|
||||
sdk: flutter
|
||||
|
||||
|
Reference in New Issue
Block a user