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
Espresso supports specifying multiple packages to run tests from, and even the Legacy RDC runner supports that as well.
Motivation
Currently to run tests from multiple packages I would need to create a separate tests suite for each package. That would slow down running tests if I were to run then with no concurrency, because each suite needs to bootstrap the device.
🚀 Feature Proposal
Espresso supports specifying multiple packages to run tests from, and even the Legacy RDC runner supports that as well.
Motivation
Currently to run tests from multiple packages I would need to create a separate tests suite for each package. That would slow down running tests if I were to run then with no concurrency, because each suite needs to bootstrap the device.
Example
The text was updated successfully, but these errors were encountered: