-
Notifications
You must be signed in to change notification settings - Fork 3
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
Test The UI #146
base: main
Are you sure you want to change the base?
Test The UI #146
Conversation
@Fbada006 @CalebKL I have written the UI Test Cases but the Compose UI Test Library for KMP is still Experimental and thus has issues when I try to run the tests. Here is the documentation for reference: https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-test.html#iujmm5_55 Please let me know what I can do to improve the UI Tests... |
Do any of these UI tests run locally @emmanuelmuturia ? |
No, they do not. I keep getting errors when I run them since the Compose UI Test Library for KMP is still Experimental and according to the documentation, it is not possible to run them using the Android test configurations. I may need to do a further configuration to get them to work... |
This Pull Request (PR) fixes #3 by documenting the UI Tests...