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
{{ message }}
This repository was archived by the owner on Jun 28, 2024. It is now read-only.
How can I pass environment parameters to all tests run through the fork (using gradle plugin)?
I mean the ones are usually pass as testInstrumentationRunnerArguments. Parameters like clearPackageData: 'true' or custom ones like foo: bar, so in test i can get them using: InstrumentationRegistry.getArguments().getString("foo").
Seems that fork ignores params from testInstrumentationRunnerArguments and return just null