Details
-
Type: Improvement
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Core
-
Labels:None
-
Number of attachments :
Description
The filtering by metafilter is applied twice: once to filter out stories and once to filter out scenarios.
Given the following situation:
- A scenario is marked +Smoke
- The containing story is not tagged in any way
- A test run is executed using meta filter "+Smoke"
In this case, the scenario would not be run as the story is filtered out before the meta information of the scenario has a change to be evaluated.
Stories should not be ignored when they don't match a positive meta filter like "+Smoke" as their scenarios might match that meta filter.
–
My thoughts:
I think filtering by meta could only be applied to scenarios. Each scenario could inherit the meta of the containing story and be evaluated as such. Filtering out stories right away is not all that useful.
I made a typo in the description: ...has a CHANCE to be evaluated.