Error types?

View: New views
1 Messages — Rating Filter:   Alert me  

Error types?

by andwal :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Previously we have added 2 new error types to Fitnesse; apart from the normal error. The 2 error types that we have used are:
 - Log error (we have cases where the test case run OK, but we have gotten things in the log, that should not be there.) We have used blue as color for this error type,
 - Performance issue (we have added a validation on performance for each request in most of the fixtures; of course no load on the app, but it gives a hint.) We have used orange as color for this error type.

We currently run a relatively old version of Fitnesse and are about to upgrade to latest version. Most likely we will modify Fitnesse to include our 2 error types, questions:

Is it possible to setup Fitnesse to include new error type nowadays?
If not, are there other people who would be interested in such functionality?

The changes in Fitnesse is not that big of a deal, Count class and a few more.