Skip to content
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

Closed
glennawatson opened this issue Jan 31, 2019 · 4 comments
Closed

Android: add unit tests #1939

glennawatson opened this issue Jan 31, 2019 · 4 comments

Comments

@glennawatson
Copy link
Contributor

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

@Kavignon
Copy link

So you want to run the Android test in an emulator with the Asure DevOps pipeline to enhance the CI workflow?

@glennawatson
Copy link
Contributor Author

glennawatson commented Oct 1, 2019

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.

GitHub
Makes things cross-platform. Contribute to reactiveui/splat development by creating an account on GitHub.

@glennawatson glennawatson changed the title Android: add unit tests running to the azure devops pipelines Android: add unit tests Oct 1, 2019
@dpvreony
Copy link
Member

dpvreony commented Oct 1, 2019

the runner in splat is https://github.com/xunit/devices.xunit automation would be tied to xunit/devices.xunit#79

GitHub
xUnit.net Runners for Devices. Contribute to xunit/devices.xunit development by creating an account on GitHub.

@glennawatson
Copy link
Contributor Author

This was added as part of #2201

@lock lock bot added the outdated label Jan 13, 2020
@lock lock bot locked and limited conversation to collaborators Jan 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants