I work with a team that uses Behaviour Driven Development(BDD) to deliver our applications. We have started delivering Silverlight applications.
I would like to associate the agreed BDD Scenarios written in plain text to the results of the automated tests for our silverlight application. So when a scenario is met in the application there is a simple report showing this mapped to the original text. This is so our stakeholders (aka product owner) can quickly gain feedback on what acceptance criteria have been tested and delivered.
Previously I have used Fitnesse and Cucumber along with xUnit/rSpec to help communication between the the product owner and the developers when using BDD to deliver web applications.
My problem is I do not see an easy way of plugging the Silverlight test framework results and the BDD scenario text using one of these reporting tools.
My Question: Has anyone delivering these kind of "reports" in a BDD project using Silverlight? If so how did you do it?