mirror of
https://github.com/flutter/packages.git
synced 2025-07-02 16:39:13 +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;
|
package io.flutter.plugins.googlesigninexample;
|
||||||
|
|
||||||
import androidx.test.rule.ActivityTestRule;
|
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.Rule;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
package io.flutter.plugins.googlesigninexample;
|
package io.flutter.plugins.googlesigninexample;
|
||||||
|
|
||||||
import androidx.test.rule.ActivityTestRule;
|
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 io.flutter.embedding.android.FlutterActivity;
|
||||||
import org.junit.Rule;
|
import org.junit.Rule;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
|
@ -11,8 +11,8 @@ dependencies:
|
|||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
pedantic: ^1.8.0
|
pedantic: ^1.8.0
|
||||||
e2e:
|
integration_test:
|
||||||
path: ../../../e2e
|
path: ../../../integration_test
|
||||||
flutter_driver:
|
flutter_driver:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user