Status: New
Owner: ----
Labels: Type-Enhancement Priority-Medium

New issue 406 by bryan.oakley: would like to be able to run tests interactively
http://code.google.com/p/robotframework/issues/detail?id=406

I would like the ability to run tests interactively. For example, I would
like to be able to do something like this:

$ python
Python 2.5.2 (r252:60911, Apr  1 2008, 13:56:33)
[GCC 3.4.4 20050721 (Red Hat 3.4.4-2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
import robot
suite=robot.load("sample.tsv")
suite.run("some test")
<output from running that test 'some test' from 'sample.tsv'>

I'm reasonably certain the ability already exists within the robot
libraries, it's just a matter of exposing them (or documenting them).

My users are asking for this (actually, as a plugin for RIDE) and I can see
how it could be extremely useful during test development.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply via email to