Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 733 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 733 Bytes

Gherkin2Testrail

Sublime-text plugin to translate Gherkin .feature to Testrail XML

Usage

  • Put all files in your Packages/Gherkin2Testrail directory (/Users/{user}/Library/Application Support/Sublime Text 2/Packages)
  • Menu items can be found under Tools>Testrail
  • To convert to Testrail XML, open the Console and execute the command
view.run_command('gherkintotestrailxml')
  • To Import to a currently existing Testrail project, open the Console and execute the command
view.run_command('gherkintotestrailimportsuite')
  • To Import smoke test cases to a currently existing TestRail project, open the Console and execute the commend
view.run_command('gherkintotestrailimportsmoketests')