concordion / cubano

A packaged framework for implementing web and API test suites. Builds on Concordion to bring your software delivery team together around living documentation.
http://concordion.org/cubano/framework
Apache License 2.0
15 stars 2 forks source link

Migrated ExpectedToFailInfoExtension from internal project. #47

Closed jimmykemp closed 6 years ago

jimmykemp commented 6 years ago

This extension, authored on an internal project (Credit Luke Pearson), has been added to Cubano. Extension usage is defined in the class comments.

Essentially provides an ability to display the reason attributed to the 'expectedToFail' annotation, which becomes visible via the completed specification. Rather than diving into the source code.

This branch has been pulled down and executed against an internal project, and the migrated extension still works as expected.

nigelcharman commented 6 years ago

My initial thinking is that this is orthogonal to Cubano, and might be wanted by folks who aren't using Cubano. So this could be a separate project. I'll review a bit more later.