Status: New
Owner: ----
Labels: Type-Enhancement Priority-Medium
New issue 758 by laurent.carbonnaux: Keyword execution context transmission
to external libraries
http://code.google.com/p/robotframework/issues/detail?id=758
For specific purpose, I would like to know in which context the keyword is
called. It could be great to provide a context thru the java lib core api
to request information on keyword call context :
For instance:
- test case name
- test suite name
- Given, When, Then BDD prefixes
At the moment, I can request back thru the api the test name for example,
but not the BDD prefixes (they are simply ignored).
I'm in progress to do a proof of concept on those points, but don't know
how I can provide the code back to legal repository.
Let me know how I can do?