-
Hello community!
But it's impossible to run instrumented tests with Am I missing something? Is there a way to test minified and obfuscated builds now? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Sorry I'm not seeing how this is related to Keeper? |
Beta Was this translation helpful? Give feedback.
-
So first of all, my assumption was wrong, and instrumented test WORKS over build with In case you want to debug failed test on the same build, which is, I believe, a fair requirement, than you have to do couple of tricks. Example: RedMadRobot/gradle-infrastructure@7e70dc2 You also need to change Some history:
|
Beta Was this translation helpful? Give feedback.
So first of all, my assumption was wrong, and instrumented test WORKS over build with
debuggable=false
just fine.If you know any limitations, please let me know.
In case you want to debug failed test on the same build, which is, I believe, a fair requirement, than you have to do couple of tricks. Example:
RedMadRobot/gradle-infrastructure@7e70dc2
Thanks @osipxd .
You also need to change
BuildConfig.DEBUG
valueSome history: