mbateman / fitnesse-launcher-maven-plugin

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

Search tests/suite based on Tags #32

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Launch Fitnesse using plugin (mvn clean verify -P wiki)
2. Open Suite which have sub-suites and tests with different tags
2. Go to Tools and select Search
3. Enter Tag Name (regression) in the Search Property section
4. Hit Search

What is the expected output? What do you see instead?
Expected: Should filter and display all Suites/Tests with tag "regression"
Actual: No pages matched your search criteria.
To save this search as a link, paste the text below into a page.

[[Search below !-LibraryCollection-! for 
<description>][ReM.UserInterface.LibraryCollection?searchForm]]

What version of the product are you using? On what operating system?
maven 3.0.5
fitnesse 20121220
plugin 1.3.0

Please provide any additional information below.
I'm able to run specific suites/tests based on tags like below in integrated 
mode but am not able to filter results in wiki mode. 

$> mvn clean verify –P auto -Dfitnesse.suiteFilter=regression

Original issue reported on code.google.com by mraq...@gmail.com on 10 Jun 2014 at 8:06

GoogleCodeExporter commented 8 years ago
Even I'm able to execute specific tests/suites in wiki mode like below but 
independent Search is not working. 

...?responder=suite&runTestsMatchingAnyTag=regression

Original comment by mraq...@gmail.com on 10 Jun 2014 at 8:10

GoogleCodeExporter commented 8 years ago
May relate to Issue #12

Original comment by stewart@javahelp.co.uk on 23 Jun 2014 at 3:45

GoogleCodeExporter commented 8 years ago
It looks like searching across SymbolicLinks is "broken" in FitNesse.
https://github.com/unclebob/fitnesse/issues/488

Original comment by stewart@javahelp.co.uk on 29 Jun 2014 at 12:43

GoogleCodeExporter commented 8 years ago
This issue has been documented in the FAQ's
http://fitnesse-launcher-maven-plugin.googlecode.com/svn/maven/site/fitnesse-lau
ncher-maven-plugin/faq.html#search

Original comment by stewart@javahelp.co.uk on 8 Jul 2014 at 10:49