This repository was archived by the owner on Nov 2, 2020. It is now read-only.

Description
Executing robot builds in Sublime only works with rather static Build Configuration.
We would like to start exactly that testcase we are currently working on. That's usually the testcase where the cursor sits.
Actually, we do have a prototype with following features:
- Pressing F8 executes the current testcase, if first cursor is in a testcase
- Settings can configure where output (log.html, report.html, output.xml, debug.log) is stored
Do you think, it would be useful for the robot framework assistant? Where would we integrate the new feature?