Comment #1 on issue 565 by pekka.klarck: support custom filters for determining if a test should run
http://code.google.com/p/robotframework/issues/detail?id=565

Running will probably be pretty much rewritten in RF 2.6, and the current idea is that we'll just implement a runner that will execute the parsed test data model that we created in RF 2.5. That would mean that there's no RunnableTestSuite anymore. One overall ideas is making it easier to programmatically execute tests, and then it
ought to be possible to do custom filtering like this pretty easily.

At the moment it's probably best to implement this functionality as a pre-processor. If you are afraid that you create too long command line, you can use --argumentfile
instea.



Reply via email to