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
When using the plugin, the e2e project (envProject) should have implicitDependencies declared where (at least) the project being tested is listed.
This is a requirement to detect which files to use as cache inputs.
Acceptance criteria
Add an e2e test with a project that has empty implicit dependencies and watch the plugin failing|skipping.
Implementation details
In #48, I added a warning when implicitDependencies are empty, we could go further and skip the target's generation.
The text was updated successfully, but these errors were encountered:
User story
When using the plugin, the e2e project (envProject) should have
implicitDependencies
declared where (at least) the project being tested is listed.This is a requirement to detect which files to use as cache inputs.
Acceptance criteria
Implementation details
In #48, I added a warning when implicitDependencies are empty, we could go further and skip the target's generation.
The text was updated successfully, but these errors were encountered: