Status: Accepted
Owner: ----
Labels: Type-Enhancement Priority-High Target-2.6
New issue 826 by pekka.klarck: Cleaner public API for executing test cases
http://code.google.com/p/robotframework/issues/detail?id=826
We already have a public API for running tests but it has shortcomings such
as not being able to run tests multiple times without reparsing them and
not being able to capture the stdout of the execution (issue 59). We should
fix the clean-up the API, document it, and fix known limitations.
This API should allow running "normal" test cases parsed from file system
and also test generated dynamically (issue 825) via separate API.