TiborVyletel / fitnesse-launcher-maven-plugin

Automatically exported from code.google.com/p/fitnesse-launcher-maven-plugin
0 stars 0 forks source link

Implement the include / exclude tag filters on the suite #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Implement the include / exclude tag filters on the suite so that in the pom, 
when you define a suite of tests to run, you could specify which children to 
include or to exclude based on some tags.

For instance, you might want to filter out some tests which are failing, and 
which you are investigating:

<configuration>
 <suite>MySuite</suite>
 <excludeTag>KnownIssues</excludeTag>
</configuration>

Original issue reported on code.google.com by stewart@javahelp.co.uk on 10 Apr 2013 at 11:50

GoogleCodeExporter commented 9 years ago

Original comment by stewart@javahelp.co.uk on 10 Apr 2013 at 11:51

GoogleCodeExporter commented 9 years ago

Original comment by stewart@javahelp.co.uk on 9 Jul 2013 at 8:47

GoogleCodeExporter commented 9 years ago
See docs at 
http://fitnesse-launcher-maven-plugin.googlecode.com/svn/maven/site/fitnesse-lau
ncher-maven-plugin/filtering.html

Original comment by stewart@javahelp.co.uk on 9 Jul 2013 at 9:17