joao-carloto / FireRobot

Firefox extension for Robot Framework/Selenium.
Other
28 stars 6 forks source link

Create new keywords based on selected test steps #22

Closed joao-carloto closed 9 years ago

joao-carloto commented 9 years ago
  1. Highlight/select part of the generated test script.
  2. Click somewhere to create a new keyword based on the selected steps.
  3. Add the new keyword name.
  4. Select the .txt/.robot resource file to add the new keyword.
  5. Click OK.
  6. The new keyword is added to the end of the resource file.
  7. The resource file is automatically added to the Settings section on FireRobot (if not yet included).
  8. The test steps, on FireRobot, are replaced by the keyword (if option is enabled).