Luxoft / Twister

Twister Test Automation Framework
http://www.twistertesting.com/
Apache License 2.0
38 stars 21 forks source link

Attaching a test case directory to a Suite #154

Open jashanka opened 9 years ago

jashanka commented 9 years ago

Is there a way I can attach a 'directory name' (containing test cases) to a test suite? Such that when I run that suite, it runs all TC's present in that directory.

Here the intention is to automatically start a run whenever a new TC's are added to a test directory instead of manually adding those new TC's to suite and then give a run (I'm thinking of SVN plugin, would that do this way?)

I first thought to modify the saved project file to fill up TC's and load it back but I see in saved Project/Suite the TC's are having some unique ID, so we can't manually save it.

Please suggest a way to achieve the same, if not could this be taken as an enhancement?