← Back to team overview

nunit-core team mailing list archive

[Bug 1065323] Re: Feature to customize the console output font text and color..

 

** Changed in: nunitv2
       Status: New => Triaged

** Changed in: nunitv2
   Importance: Undecided => Wishlist

** Project changed: nunitv2 => nunit-3.0

-- 
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
https://bugs.launchpad.net/bugs/1065323

Title:
  Feature to customize the console output font text and color..

Status in NUnit Test Framework:
  Triaged

Bug description:
  In my test suite, I have 100 of tests cases which I want to iterate
  until the end. However with the current feature, Assert.fail feature
  for invalid tests, it fails the tests and stops the Nunit tests. I
  want to fail the tests but still continue until last test case is
  executed.

  Currently in my test suite, i have programmed such a way that it
  prints "Error for test case 10" in NUnit test output screen for
  invalid tests cases which is working fine. However if i have 100
  tests, it's very hard to track from the  failed test cases as there
  are 100 line of text output. If there would be feature to customize
  the text for font color or font size then I would be able to program
  the error text output as red color which is easily identifiable in
  Nunit Console Output.

  To add on that, it would be very nice if the test runner status would
  say fail and red colored for output error statements just like
  assert.fail.


  Thanks,

  Sirus

To manage notifications about this bug go to:
https://bugs.launchpad.net/nunit-3.0/+bug/1065323/+subscriptions


References