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
I'm actually working on a feature that can produce a "work plan" based on the local project dependencies. It might be possible to build on top of that feature to do what you're requesting. For now, let's keep it open. Might be an interesting use-case to demonstrate the work plan concept.
Is your feature request related to a problem? Please describe.
Calculate what module tests to run based on git diff.
Describe the solution you'd like
Show a tree of modules that depend on selected module/dependency.
Alternative solution
Run build before tests and collect what modules were not up to date.
The text was updated successfully, but these errors were encountered: