Status Update
Comments
uc...@google.com <uc...@google.com>
[Deleted User] <[Deleted User]> #2
sm...@sofi.org <sm...@sofi.org> #3
be...@google.com <be...@google.com> #4
The tests should be able to be run from command line as described in the original issue description until this feature is added to Android Studio.
[Deleted User] <[Deleted User]> #5
be...@google.com <be...@google.com> #6
Have you tried the command mentioned in
[Deleted User] <[Deleted User]> #7
do...@revelo.com <do...@revelo.com> #8
be...@google.com <be...@google.com> #9
There was an issue with Android Studio that has been fixed and will likely land in 4.0-beta02.
[Deleted User] <[Deleted User]> #10
mi...@tabian.ca <mi...@tabian.ca> #11
be...@google.com <be...@google.com> #12
We have been tracking this internally.
4.0-beta02 is capable of running instrumentation tests within dynamic-feature-modules.
There was a regression in one of the 4.1 canary builds which since has been fixed.
sm...@sofi.org <sm...@sofi.org> #13
be...@google.com <be...@google.com> #14
I just double checked and it should be included in canary 6.
sm...@sofi.org <sm...@sofi.org> #15
On Thu, Apr 16, 2020, 9:28 AM <buganizer-system@google.com> wrote:
--
The information contained in this email message is PRIVATE and intended
only for the personal and confidential use of the recipient named above. If
the reader of this message is not the intended recipient or an agent
responsible for delivering it to the intended recipient, you are hereby
notified that you have received this message in error and that any review,
dissemination, distribution or copying of this message is strictly
prohibited. If you have received this communication in error, please
notify us immediately by email, and delete the original message.
be...@google.com <be...@google.com> #16
Current version is Canary 5. So with the next release. For immediate availability you can downgrade to the 4.0 beta until the next canary release.
mi...@tabian.ca <mi...@tabian.ca> #17
sm...@sofi.org <sm...@sofi.org> #18
Android Studio 4.0 Beta 4
Build #AI-193.6911.18.40.6348893, built on March 30, 2020
Runtime version: 1.8.0_242-release-1644-b3-6222593 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.14.6
GC: ParNew, ConcurrentMarkSweep
Memory: 1237M
Cores: 12
Registry: ide.new.welcome.screen.force=true
Non-Bundled Plugins: BashSupport, IdeaVIM, mobi.hsz.idea.gitignore, ru.trylogic.idea.gitlab.integration
Still the same problem.
be...@google.com <be...@google.com> #19
Please verify that ./gradlew cAT
fails for your configuration on
mi...@tabian.ca <mi...@tabian.ca> #20
I just tried with Android Studio 4.0 Beta 4 and I get "No test were found".
What do you need from me?
- I have attached my AS version information.
- I ran
./gradlew cAT
as you said above (not sure if that is what you want) and have attached the stack trace. Note that before I removed the dependency I also got many errors related to that.Leak Canary
Here is the repo I'm testing on:
UI tests are in notes module.
al...@google.com <al...@google.com> #21
AndroidX team is now getting "Running Instrumented Tests for Dynamic Features is currently not supported on API < 21" in Beta 4 when running non-dynamic feature test suites, so it seems like we've taken one step back with whatever added the check.
Edit: Looks like this was filed already as
be...@google.com <be...@google.com> #22
#20: Can you please test this on
#21: I'll follow you over to the other bug to investigate.
Description
There is no simple way of running all tests within Studio.
Steps to Reproduce:
1. Clone
2. Try to run all instrumentation tests from Studio