Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Move files to match the directory conventions of package:integration_test #3046

Merged
merged 1 commit into from Sep 23, 2020

Conversation

jiahaog
Copy link
Member

@jiahaog jiahaog commented Sep 18, 2020

Description

Move files to match the directory conventions of package:integration_test

  • Test script that runs on the device should go in integration_test/, e.g. integration_test/local_auth_test.dart
  • Driver script that runs on the host should go in test_driver/, e.g. test_driver/integration_test.dart.

The CI script has already been updated in

  • flutter/plugin_tools#105.
  • flutter/plugin_tools#108.

See https://github.com/flutter/plugins/blob/master/packages/integration_test/README.md for more details.

This script was used to make this change.

Related Issues

flutter/flutter#64690

Breaking Change

Does your PR require plugin users to manually update their apps to accommodate your change?

  • No, this is not a breaking change.

@jiahaog jiahaog force-pushed the rename-integration-test-dir branch 6 times, most recently from b363feb to 942ab55 Compare September 21, 2020 08:02
- Test script that runs on the device should go in `integration_test/`, e.g. `integration_test/local_auth_test.dart`
- Driver script that runs on the host should go in `test_driver`, e.g. `test_driver/integration_test.dart`.

The CI script has already been updated in
- flutter/plugin_tools#105.
- flutter/plugin_tools#108.

See https://github.com/flutter/plugins/blob/master/packages/integration_test/README.md for more details.
@jiahaog jiahaog merged commit b96c847 into flutter:master Sep 23, 2020
@jiahaog jiahaog deleted the rename-integration-test-dir branch September 23, 2020 10:07
danielroek pushed a commit to Baseflow/flutter-plugins that referenced this pull request Oct 1, 2020
…utter#3046)

- Test script that runs on the device should go in `integration_test/`, e.g. `integration_test/local_auth_test.dart`
- Driver script that runs on the host should go in `test_driver`, e.g. `test_driver/integration_test.dart`.

The CI script has already been updated in
- flutter/plugin_tools#105.
- flutter/plugin_tools#108.

See https://github.com/flutter/plugins/blob/master/packages/integration_test/README.md for more details.
jorgefspereira pushed a commit to jorgefspereira/plugins_flutter that referenced this pull request Oct 10, 2020
…utter#3046)

- Test script that runs on the device should go in `integration_test/`, e.g. `integration_test/local_auth_test.dart`
- Driver script that runs on the host should go in `test_driver`, e.g. `test_driver/integration_test.dart`.

The CI script has already been updated in
- flutter/plugin_tools#105.
- flutter/plugin_tools#108.

See https://github.com/flutter/plugins/blob/master/packages/integration_test/README.md for more details.
FlutterSu pushed a commit to FlutterSu/flutter-plugins that referenced this pull request Nov 20, 2020
…utter#3046)

- Test script that runs on the device should go in `integration_test/`, e.g. `integration_test/local_auth_test.dart`
- Driver script that runs on the host should go in `test_driver`, e.g. `test_driver/integration_test.dart`.

The CI script has already been updated in
- flutter/plugin_tools#105.
- flutter/plugin_tools#108.

See https://github.com/flutter/plugins/blob/master/packages/integration_test/README.md for more details.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
3 participants