metac0mak / spock

Automatically exported from code.google.com/p/spock
0 stars 0 forks source link

Support for biz language "live doc" and execution reports. #260

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Would be very nice to push Spock further in it's support for BDD testing, 
particularly making the tool more accessible to business users and QA by 
supporting generation of business documentation from the implementation spec 
DSL (eg. http://goo.gl/XQmdT).

Relishapp is good example of generated doc.
http://goo.gl/5Mkq0

Having some ability to define custom grouping would very nice.
eg.
Epic->Story->Feature->Scenarios
or 
requirement->usecase->variations
or whatever...

Also generating similar business-language friendly execution reports would be 
very nice, showing pass/fail at the grouping levels.  If something fails then 
the an indicator could show failure indicators all the way down to the 
particular Scenario/Step that failed, with optional display of technical detail 
of the failure.

Allowing the Scenario step labels to be parameterized would be very good for 
generating spec execution reports for a particular set of test parameters.

Thank you.

Original issue reported on code.google.com by marko.mo...@gmail.com on 6 Jul 2012 at 12:36

GoogleCodeExporter commented 8 years ago
Hi guys any progress on this feature?

Original comment by sdo.seme...@gmail.com on 12 Dec 2012 at 1:50

GoogleCodeExporter commented 8 years ago
I recommend having a look at https://github.com/damage-control/report. 

Original comment by pnied...@gmail.com on 12 Dec 2012 at 2:10

GoogleCodeExporter commented 8 years ago
There's now a spock-report project, which will be included in 1.0.

Original comment by pnied...@gmail.com on 17 Mar 2013 at 10:47

GoogleCodeExporter commented 8 years ago
I have written a GlobalExtension to create HTML reports which allows some 
customization. Please check it out (as of August 2013 I'm still developing it 
and it's not yet stable, but it's definitely usable the way it is).

https://github.com/renatoathaydes/spock-reports 

Original comment by ren...@athaydes.com on 1 Aug 2013 at 9:53