Ability to run Unit Tests (not UI) after compiling the project.
And also access the test results.
Now we run UnitTests in a different environment. and if their success compile the build in AppCenter.
It would be nice for UnitTests to work in AppCenter too.
And it would be nice to see information on them, like code coverage, execution time and all that.
Thank you @KSemenenko for the feature request! @Oddj0b, could you please take a look?
Depending on your app we have unit testing available in build, here is an example of how to configure XCTest for iOS apps: https://docs.microsoft.com/en-gb/appcenter/build/ios/first-build#35-tests
@KSemenenko If that is not enough, I would like understand your use case better
I mean some nUnit tests
Or MsTest, or xUnit. Just unit tests for my C# code
+1 for that. Running simple xUnit as a post-build step out of the box would be awesome!
Yes please!
+1 (xUnit)!
Basically this script (https://github.com/microsoft/appcenter/blob/master/sample-build-scripts/xamarin/nunit-test/appcenter-post-build.sh) as part of the build settings?
This issue has been automatically marked as stale because it has not had any activity for 60 days. It will be closed if no further activity occurs within 15 days of this comment.
This issue will now be closed because it hasn't had any activity for 15 days after stale. Please feel free to open a new issue if you still have a question/issue or suggestion.
Most helpful comment
Or MsTest, or xUnit. Just unit tests for my C# code