You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pub Workspaces do not support running dart test or flutter test across 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
One command to run all tests across the workspace, regardless of package type
Eliminate the need to create a melos script that runs the tests
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 analyze automatically runs dart analyze for Dart projects and flutter analyze for Flutter projects.
The text was updated successfully, but these errors were encountered:
Is there an existing feature request for this?
Command
melos test
Description
Pub Workspaces do not support running
dart test
orflutter test
across 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 analyze
automatically runsdart analyze
for Dart projects andflutter analyze
for Flutter projects.The text was updated successfully, but these errors were encountered: