Validate that NUnit's ITestEventListener within Jenkins Pipeline for a netcoreapp3.1 assembly is called #936
-
I initially posted this question on stack overflow (https://stackoverflow.com/questions/66877034/validate-that-nunits-itesteventlistener-within-jenkins-pipeline-for-a-netcoreap) and wasn't sure the question was not seen, thus the posting here. Locally, I have successfully implemented the interface I am using version 3.12.0 of NUnit.Engine. By locally I am referring to using 1) Visual Studio Version 16.9.2 to run the tests and 2) command line Success is my Within the Jenkins Pipeline, I am using the command What I am not sure of is how to test/validate that the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @geraldbauer I don't have much experience with If the tests were run from the NUnit console, we could use the command line argument |
Beta Was this translation helpful? Give feedback.
-
Changed file writing text path to use |
Beta Was this translation helpful? Give feedback.
Changed file writing text path to use
/
instead of\
.