-
Notifications
You must be signed in to change notification settings - Fork 21
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
Android Testing #28
Android Testing #28
Conversation
<Button | ||
onPress={() => setIsTesting(true)} | ||
title="Unit tests" | ||
accessibilityLabel="Unit-tests" |
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.
accessibilityLabels need to be added so the android espresso tests can find things.
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.
Nice job on this!
🎉 This PR is included in version 1.0.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This is the android part of #25
Sceenshots can be found in DeviceFileExplorer
/storage/emulated/0/googletest/test_outputfiles/MainActivityTest_testRunTests.png
This gets the tests passing as well as a integration test for running it.
Will do github action with CI in a follow up.