Integration with the TeamCity Continious Integration Server via Service Messages

Send TeamCity Service Messages to the Standard output during the execution of the tests. Enable this feature via Switch parameter e.g. -TeamCitySMS. http://confluence.jetbrains.net/display/TCD65/Bu...

Id #6245 | Release: None | Updated: Jun 30 2011 at 2:25 PM by senf | Created: Jun 30 2011 at 2:25 PM by senf

Output test results as XML in the NUnit format

To support a better integration with existing Continuous Integration products PSUnit should create an XML file in the format of NUnit as test result report.

Id #6157 | Release: None | Updated: May 25 2011 at 12:21 AM by senf | Created: May 25 2011 at 12:21 AM by senf

PSUnit Clears Add-Ons Menu

This line in PSUnit.ISE.ps1: $psISE.CurrentPowerShellTab.AddOnsMenu.SubMenus.Clear() This causes a problem if you load other ISE add-ons by clearing everything. I've commented out the line and you ...

Id #4541 | Release: None | Updated: Jun 30 2011 at 2:18 PM by senf | Created: May 24 2010 at 1:10 AM by cmille19

Use Write-Progress cmdlet to report the test run progress to the user

Currently the test progress is only visible by looking at the console output. It would be nice to get a status report during the test execution.

Id #3458 | Release: None | Updated: Jan 14 2010 at 6:14 AM by senf | Created: Jan 14 2010 at 6:14 AM by senf

Refactor PSUnit.Run script to pipe out test result objects and create a new script that uses the output for rendering the html report

Currently the test report gets rendered as part of the PSUnit.Run script. The framework would be much more flexible, if it would just return the test result objects to the pipeline. This way a user...

Id #3457 | Release: None | Updated: Nov 24 2010 at 7:13 PM by MikeShepard | Created: Jan 14 2010 at 6:11 AM by senf

Add test duration and assert message to test result object

Each test's duration should be determined and reported as duration property. Assert messages should be added to the test result object.

Id #3456 | Release: None | Updated: Jan 14 2010 at 6:06 AM by senf | Created: Jan 14 2010 at 6:06 AM by senf

Execute unit tests of script in active tab in PowerShell ISE

Currently the unit test script file needs to be active in order to be executed by the custom PowerShell ISE. The enhancement is to also run unit tests if the script under test is in the active test.

Id #3336 | Release: None | Updated: Dec 22 2009 at 5:42 PM by Thell | Created: Dec 22 2009 at 5:37 PM by senf

Add message parameter to Assert-That cmdlet

Add message parameter to Assert-That cmdlet. This parameter will be used in the test result reporting together with printing out the string representation of the expected value and the actual value...

Id #3335 | Release: None | Updated: Jul 31 2010 at 3:28 PM by mmkashiwabara | Created: Dec 22 2009 at 5:33 PM by senf

Create MSI install to deploy the PSUnit module files

Installing the framework should be as easy as double-clicking an MSI installable file

Id #3334 | Release: None | Updated: Dec 22 2009 at 5:29 PM by senf | Created: Dec 22 2009 at 5:29 PM by senf

Create PowerShell Module to easily deploy the PSUnit framework

Currently the installation requires many manual steps and is therefore very error prone. A PowerShell module would fix this.

Id #2052 | Release: None | Updated: Aug 4 2011 at 9:01 PM by MikeShepard | Created: Aug 21 2009 at 10:43 PM by senf