You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 15, 2023. It is now read-only.
Espresso UI tests are basically integration tests. Our coverage is currently very good on unit tests for the widgets and core, but not so much on the rest of the UI.
Espresso tests are particularly hard to do on recyclerviews like the RemixerFragment, furthermore some of our widgets (even basic ones like a seekbar) don't have native Espresso ViewActions so we may have to roll our own.
The text was updated successfully, but these errors were encountered:
Espresso UI tests are basically integration tests. Our coverage is currently very good on unit tests for the widgets and core, but not so much on the rest of the UI.
Espresso tests are particularly hard to do on recyclerviews like the RemixerFragment, furthermore some of our widgets (even basic ones like a seekbar) don't have native Espresso ViewActions so we may have to roll our own.
The text was updated successfully, but these errors were encountered: