Skip to content

Improve discoverability of additional args for testing #5224

Description

@gaaclarke

Is your feature request related to a problem? Please describe.

Yes, I'd like to execute the dart framework tests with a locally built engine.

Describe the solution you'd like

I'd like an entry in the Testing settings for DartCode that allows me to specify the arguments to make flutter use a local engine.

Describe alternatives you've considered

This would be the easiest solution.

Additional context

Here is how I invoke the test the way I want from the command line:

flutter --local-engine=host_debug_unopt_arm64 \
  --local-engine-host=host_debug_unopt_arm64 \
  --local-engine-src-path=/Users/aaclarke/dev/engine/src/ test \
  --name="Cupertino.*focusable\sand" \
  test/material/switch_test.dart 

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    in testingRelates to test execution of Dart/Flutter tests for end usersis enhancementAn enhancement or improvement that should be listed in release notes but is not a bug fix.

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions