Settings and activity
-
82 votes
Wayne Brantley supported this idea ·
-
2 votes
Wayne Brantley shared this idea ·
-
36 votes
Wayne Brantley supported this idea ·
-
118 votes
Thanks for the suggestion and for voting everyone. I’d like to get feedback on where we should go with this.
There are a few things in Octopus that already help with this – first, it’s possible to package your NUnit tests and run them as part of a package test (we do this ourselves), or to write a PowerShell step that pings your website to see if it is online. So the actual process of performing the tests is pretty easy. Do we need to write more blog posts/documentation to show how it can be done?
The next part is viewing the test results – in Octopus 2.0 you can “attach” files to a deployment via PowerShell which are then uploaded and available on the deployment page.
Viewing NUnit results XML isn’t that nice though, so I guess it would be nice to be able to render those NUnit test…
An error occurred while saving the comment Wayne Brantley supported this idea ·
-
3 votes
An error occurred while saving the comment Wayne Brantley commented
I think OD could just allow 'shared scripts' on the server, much like the library of variables. Then allow us to use them. Or maybe just create a 'step template'....you can then create the step with an embedded script once...use it in all your processes..
-
151 votes
We need an easy way to get the 'badges' showing success/failure from the result of PS scripts or nunit, etc. Also, once implemented, a good blog post would be helpful.