composer-monorepo-plugin icon indicating copy to clipboard operation
composer-monorepo-plugin copied to clipboard

test sub-command

Open beberlei opened this issue 10 years ago • 0 comments

Monorepo plugins knows for every component, which other components depend on it.

That means given a list of changed files, we could return the list of components which need their tests run. This could even be written so that this is easily generated using env variables available to Travis for example, or a git commit range.

beberlei avatar Aug 21 '15 16:08 beberlei