Assigned
Status Update
Comments
vi...@google.com <vi...@google.com> #2
Do you have a repro project that you could share with us?
There should be no need to excluding any dependencies: we automatically remove them from the test APK if they are in the main APK.
There should be no need to excluding any dependencies: we automatically remove them from the test APK if they are in the main APK.
ae...@google.com <ae...@google.com> #3
This has not been updated in over 1 year so is being closed. Please reopen as neccesary.
Description
It would be nice to have these checks print out warnings instead (or be able to toggle between errors or warnings depending on how strict you want accessibility to be) so that all my tests don't fail if there is a view that doesn't have enough height. I know I can suppress these errors using the .setSuppressingResultMatcher() method, but this defeats the purpose of using the accessibility checks.
In short, I'd much prefer knowing if there is an accessibility issue that is then up to my discretion whether to fix it or not while still being able to pass my integration tests rather than have all my tests fail due to a native Switch not having enough height, for example.