Details
Description
Consider - mvn clean install -Dmeta.filter="groovy: color == 'xxx'"
==================================
Some of the output will be :
==================================
(BeforeStories)
[INFO] Running story etsy_browse.story
Browse Etsy.com
(etsy_browse.story)
Meta:
@category browsing
@color red
[INFO] Meta[properties=
{narrative=Narrative[inOrderTo=show the browsing cart functionality,asA=user,iWantTo=browse in a gallery], color=red, description=Browse Etsy.com, category=browsing, path=etsy_browse.story}] excluded by filter 'groovy: color == 'xxx''
[INFO] Meta[properties=
] excluded by filter 'groovy: color == 'xxx''
groovy: color == 'xxx'
[INFO] Running story etsy_cart.story
ShoppingCart functionality for Etsy.com
(etsy_cart.story)
Meta:
@category basic
@color blue
[INFO] Meta[properties=
{narrative=Narrative[inOrderTo=show the basic cart functionality,asA=user,iWantTo=add and remove items from the cart], color=blue, description=ShoppingCart functionality for Etsy.com, category=basic, path=etsy_cart.story}] excluded by filter 'groovy: color == 'xxx''
[INFO] Meta[properties=
] excluded by filter 'groovy: color == 'xxx''
[INFO] Meta[properties=
] excluded by filter 'groovy: color == 'xxx''
groovy: color == 'xxx'
[INFO] Running story etsy_pending.story
Pending Etsy.com stories
(etsy_pending.story)
Meta:
@category development
[INFO] Meta[properties=
{narrative=Narrative[inOrderTo=allow stories to written before they're implemented,asA=user,iWantTo=allow pending stories], description=Pending Etsy.com stories, category=development, path=etsy_pending.story}] excluded by filter 'groovy: color == 'xxx''
[INFO] Meta[properties=
] excluded by filter 'groovy: color == 'xxx''
groovy: color == 'xxx'
[INFO] Running story etsy_search.story
Search Etsy.com by sub category
(etsy_search.story)
Meta:
@category advanced
@color red
[INFO] Meta[properties=
{narrative=Narrative[inOrderTo=show the advance cart functionality,asA=user,iWantTo=search for an item in a sub category], color=red, description=Search Etsy.com by sub category, category=advanced, path=etsy_search.story}] excluded by filter 'groovy: color == 'xxx''
[INFO] Meta[properties=
] excluded by filter 'groovy: color == 'xxx''
[INFO] Meta[properties=
] excluded by filter 'groovy: color == 'xxx''
groovy: color == 'xxx'
(AfterStories)
=========================================
It would be better if the output were:
=========================================
(BeforeStories)
4 tests excluded because of filter.
(AfterStories)
==========
Not just for console output but it would be much better if the vestige XML, HTML, .stats files were gone too.
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Mauro Talevi [ maurotalevi ] | |
Fix Version/s | 3.6 [ 17721 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |