Obsolete
Status Update
Comments
vi...@google.com <vi...@google.com>
ad...@google.com <ad...@google.com> #2
We have passed this to the development team and will update this issue with more information as it becomes available.
to...@googlemail.com <to...@googlemail.com> #3
I recently executed the tests on a Nexus 9, Android 7.1.1. To my surprise, on this device all tests successfully run. I hope this gives you an idea to resolve the issue.
to...@googlemail.com <to...@googlemail.com> #4
Could you find any pattern? Can I help with any further information?
to...@googlemail.com <to...@googlemail.com> #5
Any news on this issue? Can I help somehow?
to...@googlemail.com <to...@googlemail.com> #6
sa...@google.com <sa...@google.com> #7
We will be closing this bug as Obsolete. If you still think this issue is reproducible and relevant in the latest Android release (Android Q), please attach a new bug report along with reproduction details. If a reply is not received within the next 14 days, this issue will be closed. Thank you for your understanding.
to...@googlemail.com <to...@googlemail.com> #8
I did not have time to migrate the project to androidx yet. Therefore, I cannot tell about whether a newer testing library version has the same issue. Right now I have to use the old Espresso version. I will let you know if the new version works for me once I get there.
ad...@google.com <ad...@google.com> #9
Can you please address comment #8
to...@googlemail.com <to...@googlemail.com> #10
I believe you are addressing someone in your team, not me. Is that right?
ad...@google.com <ad...@google.com> #11
Are you able to check and reproduce this issue with the latest version?
to...@googlemail.com <to...@googlemail.com> #12
Not at the moment. You can see in the linked project ( comment #1 , comment #6 ) that I did not have time to migrate the project to androidx yet.
cc...@google.com <cc...@google.com>
cc...@google.com <cc...@google.com>
al...@google.com <al...@google.com> #13
This issue was filed against the top-level component, which is not monitored, and has exceeded the age limit for triage to the appropriate sub-component.
If this issue is still relevant, please re-file it against the appropriate sub-component.
If this issue is still relevant, please re-file it against the appropriate sub-component.
to...@googlemail.com <to...@googlemail.com> #14
This issue was filed against the top-level component, which is not monitored, and has exceeded the age limit for triage to the appropriate sub-component.
What does that mean?
Description
- com.android.support.test.espresso:espresso-core:3.0.2
- com.android.support.test:rules:1.0.2
Build tools used: 27.0.3, 28.0.2
Devices/Android versions reproduced on:
- Nexus 5, Android 6.0.1
- Pixel 2, Android 9
- Relevant code to trigger the issue.
-- Dependency change:
-- NoCitySelectedFragmentTest:
-- build.gradle files:
I noticed that the instrumentation tests I set up in my project stopped working once I update Espresso from v.2.2.2 to v.3.0.2 (while add test:rules v.1.0.2). The following error message is output:
---
de.avpptr.umweltzone.city.NoCitySelectedFragmentTest > renderCityInfo[Pixel 2 - 9]
FAILED java.lang.RuntimeException: Could not launch activity
at android.support.test.runner.MonitoringInstrumentation
.startActivitySync(MonitoringInstrumentation.java:460)
---
Related:
- This seems to be related to
Workaround:
- Do not use Espresso v.3.0.2 Use Espresso v.2.2.2 without the Rules instead.