Conversation
|
Dockerfile needs some testing IMO. Let me know if you would like to do it differently. I've tried the 5.0 base image, and there are some issues with installing JDK. I can look into it tomorrow. |
|
I've removed the a Dockerfile changes since someone else will PR those changes. |
|
Thanks for example. Probably not a bade idea to have a complete example. I use the following packages related to testing and use the test arguments While you have these test packages (+ others like xunit or nunit?) and use the test arguments Probably achieves same thing in different ways. |
|
I use xUnit yes. I do not collect any TRX files, just run the tests, and measure the coverage. Only coverage percentages are shown in the Sonarqube. But I'll try to import TRX to Sonarqube by combining it with your example. |
I am adding an additional sample, which I use. If you like it accept it :).