-
New Feature
-
Resolution: Unresolved
-
Major
-
None
Currently the seleniumhq plugin is able to run a single TestSuite in every build step added to a job. Following the usual behavior of Hudson the plugin should accept a filename pattern (like "**/*TestSuite.html") for the test suite parameter.
If found a pattern it should get all the matching files and run them one after one. Order of execution is not important (the tests should run self-contained).