When I upgrade the Espresso Accessibility from 3.3.0
to 3.4.0
and higher, I get the following error which makes the test unable to launch the app:
SSLHandshakeException: Certificate transparency failed
I have other Espresso dependency versions as follows:
- Core, Idling, Intents, Web -
3.6.1
- Contrib -
3.3.0
(I tried having all3.6.1
, but still had the same issue).
I need to upgrade the Accessibility to 3.4.0
and higher to use the method for aggregating accessibility errors during tests and then throwing them at the end, making sure the accessibility checks are applied for all the test steps. The method was introduced in 3.4.0
.
If you have a solution for any of these 2 issues, I'd be happy to hear from you!