-
Notifications
You must be signed in to change notification settings - Fork 252
request: melos test #830
Copy link
Copy link
Open
Labels
feature requesttype: acceptedMarks issues/pull requests that are accepted & scheduled to be worked on.Marks issues/pull requests that are accepted & scheduled to be worked on.
Metadata
Metadata
Assignees
Labels
feature requesttype: acceptedMarks issues/pull requests that are accepted & scheduled to be worked on.Marks issues/pull requests that are accepted & scheduled to be worked on.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Is there an existing feature request for this?
Command
melos test
Description
Pub Workspaces do not support running
dart testorflutter testacross all packages in the workspace. Developers still need to manually navigate to each package or script custom solutions to run tests across the entire monorepo.Reasoning
Additional context and comments
I know it's already possible to create a custom Melos script to achieve this, but it would be helpful to have a built-in solution, similar to how
melos analyzeautomatically runsdart analyzefor Dart projects andflutter analyzefor Flutter projects.