-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added unit tests for easy-to-test utils #629
Added unit tests for easy-to-test utils #629
Conversation
I got some examples on how to test the UI in my benchmarks pr, but UiAutomator2 is not 100% reliable though |
87ca05c
to
39e3b46
Compare
Awesome, I'll check out that branch and try running your examples while I'm at it. |
They are not unit tests though but its the same way you can do Ui testing through UiAutomator2 |
39e3b46
to
0036bca
Compare
Mark this as ready to review, when its good to go. |
I think he is gonna add those others tests in a different pr and this is ready |
This also needs the gradle tests to be added to our Add a separate CI step containing |
ecf1159
to
de70cce
Compare
Also includes some small changes, fixes, and comments here and there.
Also ignore the example unit tests.
de70cce
to
9243b49
Compare
Woodpecker config added and tests pass. I'm going to look into UI tests in a bit, but not as part of this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
* Added unit tests for easy-to-test utils Also includes some small changes, fixes, and comments here and there. * Enable unit tests in CI Also ignore the example unit tests.
Also includes some small changes, fixes, and comments here and there.
I still need to figure out how to write tests for the UI, but hopefully this helps a little.