-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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: add unit tests #1939
Comments
So you want to run the Android test in an emulator with the Asure DevOps pipeline to enhance the CI workflow? |
I would follow what's in the https://github.com/reactiveui/splat project -- Add a android project for the tests, add a target framework to ReactiveUI.Tests as netstandard2.0, and then derive all run the tests through the android test project.
|
the runner in splat is https://github.com/xunit/devices.xunit automation would be tied to xunit/devices.xunit#79
|
This was added as part of #2201 |
Is your feature request related to a problem? Please describe.
At the moment we don't run the unit tests in the Android platform of the unit tests. We need to run them and run a emulator to run all the tests.
Describe the solution you'd like
That unit tests run through the android emulator
Describe suggestions on how to achieve the feature
Something along the lines of https://docs.microsoft.com/en-us/azure/devops/pipelines/languages/android?view=azure-devops#test-on-the-android-emulator
The text was updated successfully, but these errors were encountered: