We have a .NET Core 2.1 unit test project, which contains a battery of NUnit tests. We are using NUnit 3.10.1.
Unfortunately, NUnit Console does not yet support .NET Core projects. So the only way to run tests in Bamboo is to use the `dotnet test` command.
So I tried doing that by running it as a command in the Bamboo build, and it does indeed run, but when it fails, it just says that the step failed, without specifying which tests caused it to fail.
I presume there's supposed to be an output file that Bamboo can read to get the test results. So how should I set this up so that I can see the test results?
Hi Shaul,
Thanks for your question!
Since you are using command the Bamboo will only show that the command failed (task) which is indeed based on the return code from the command. I am thinking of using it with the debug flag to get more information when this command is run.
Honestly, I do not have any dotnet code to test. Let me know if that works.
Thanks,
Robhit
Hi Robhit,
I don't understand your suggestion.
How do you recommend I set up my unit tests to run so that I can see the detailed results of which tests failed?
Shaul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.