andriyko / sublime-robot-framework-assistant

Robot Framework plugin for Sublime Text3
MIT License
109 stars 43 forks source link

Feature-Request: Execute currently selected testcase #216

Open Noordsestern opened 6 years ago

Noordsestern commented 6 years ago

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:

  1. Pressing F8 executes the current testcase, if first cursor is in a testcase
  2. 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?

aaltat commented 6 years ago

It sounds like a good feature to have. Also I can recall others needing similar features.