Skip to content

"Run All Tests" fails with "Integration tests and unit tests cannot be run in a single invocation" #3727

@DanTup

Description

@DanTup

As part of migrating to the VS Code runner, "Run All Tests" will run integration tests too (unless the user hides them), but flutter test doesn't support both so we end up with:

Integration tests and unit tests cannot be run in a single invocation. Use separate invocations of flutter test to run integration tests and unit tests.

We should split these into two runs, like we would with different projects tests.

Metadata

Metadata

Assignees

No one assigned

    Labels

    in flutterRelates to running Flutter appsin testingRelates to test execution of Dart/Flutter tests for end usersis bug

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions