hiptest-publisher-fork 3.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (498) hide show
  1. checksums.yaml +7 -0
  2. data/CHANGELOG.md +295 -0
  3. data/LICENSE +21 -0
  4. data/README.md +265 -0
  5. data/bin/hiptest-publisher +47 -0
  6. data/config/i18n-tasks.yml +137 -0
  7. data/config/locales/en.yml +250 -0
  8. data/lib/config/behat.conf +44 -0
  9. data/lib/config/behave.conf +40 -0
  10. data/lib/config/csharp-nunit.conf +15 -0
  11. data/lib/config/cucumber-groovy.conf +40 -0
  12. data/lib/config/cucumber-java.conf +24 -0
  13. data/lib/config/cucumber-javascript.conf +23 -0
  14. data/lib/config/cucumber-ruby.conf +22 -0
  15. data/lib/config/cucumber-typescript.conf +41 -0
  16. data/lib/config/cucumber_legacy-groovy.conf +40 -0
  17. data/lib/config/cucumber_legacy-java.conf +24 -0
  18. data/lib/config/cucumber_legacy-typescript.conf +41 -0
  19. data/lib/config/groovy-spock.conf +25 -0
  20. data/lib/config/java-espresso.conf +15 -0
  21. data/lib/config/java-junit.conf +21 -0
  22. data/lib/config/java-testng.conf +15 -0
  23. data/lib/config/javascript-codeceptjs.conf +23 -0
  24. data/lib/config/javascript-jasmine.conf +12 -0
  25. data/lib/config/javascript-mocha.conf +12 -0
  26. data/lib/config/javascript-protractor.conf +12 -0
  27. data/lib/config/javascript-qunit.conf +12 -0
  28. data/lib/config/jbehave.conf +24 -0
  29. data/lib/config/php-phpunit.conf +14 -0
  30. data/lib/config/python-unittest.conf +13 -0
  31. data/lib/config/robotframework.conf +13 -0
  32. data/lib/config/ruby-minitest.conf +11 -0
  33. data/lib/config/ruby-rspec.conf +11 -0
  34. data/lib/config/seleniumide.conf +12 -0
  35. data/lib/config/specflow.conf +25 -0
  36. data/lib/config/swift-xctest.conf +18 -0
  37. data/lib/hiptest-publisher/cli_options_checker.rb +270 -0
  38. data/lib/hiptest-publisher/client.rb +326 -0
  39. data/lib/hiptest-publisher/export_cache.rb +85 -0
  40. data/lib/hiptest-publisher/file_writer.rb +30 -0
  41. data/lib/hiptest-publisher/formatters/console_formatter.rb +101 -0
  42. data/lib/hiptest-publisher/formatters/diff_displayer.rb +173 -0
  43. data/lib/hiptest-publisher/formatters/reporter.rb +74 -0
  44. data/lib/hiptest-publisher/handlebars_helper.rb +314 -0
  45. data/lib/hiptest-publisher/i18n.rb +5 -0
  46. data/lib/hiptest-publisher/indexers/actionword_indexer.rb +32 -0
  47. data/lib/hiptest-publisher/indexers/library_actionword_indexer.rb +32 -0
  48. data/lib/hiptest-publisher/node_modifiers/actionword_uniq_renamer.rb +39 -0
  49. data/lib/hiptest-publisher/node_modifiers/add_all.rb +21 -0
  50. data/lib/hiptest-publisher/node_modifiers/call_arguments_adder.rb +46 -0
  51. data/lib/hiptest-publisher/node_modifiers/datatable_fixer.rb +32 -0
  52. data/lib/hiptest-publisher/node_modifiers/gherkin_adder.rb +252 -0
  53. data/lib/hiptest-publisher/node_modifiers/items_orderer.rb +33 -0
  54. data/lib/hiptest-publisher/node_modifiers/parameter_type_adder.rb +141 -0
  55. data/lib/hiptest-publisher/node_modifiers/parent_adder.rb +18 -0
  56. data/lib/hiptest-publisher/nodes.rb +601 -0
  57. data/lib/hiptest-publisher/nodes_walker.rb +34 -0
  58. data/lib/hiptest-publisher/options_parser.rb +826 -0
  59. data/lib/hiptest-publisher/project_grapher.rb +94 -0
  60. data/lib/hiptest-publisher/render_context_maker.rb +194 -0
  61. data/lib/hiptest-publisher/renderer.rb +52 -0
  62. data/lib/hiptest-publisher/renderer_addons/behave_addon.rb +23 -0
  63. data/lib/hiptest-publisher/renderer_addons/gherkin_addon.rb +59 -0
  64. data/lib/hiptest-publisher/renderer_addons/groovy_spock_addon.rb +34 -0
  65. data/lib/hiptest-publisher/renderer_addons/robot_framework_addon.rb +42 -0
  66. data/lib/hiptest-publisher/renderer_addons.rb +4 -0
  67. data/lib/hiptest-publisher/signature_differ.rb +105 -0
  68. data/lib/hiptest-publisher/signature_exporter.rb +56 -0
  69. data/lib/hiptest-publisher/string.rb +76 -0
  70. data/lib/hiptest-publisher/utils.rb +39 -0
  71. data/lib/hiptest-publisher/version_checker.rb +41 -0
  72. data/lib/hiptest-publisher/xml_parser.rb +407 -0
  73. data/lib/hiptest-publisher.rb +261 -0
  74. data/lib/templates/behat/actionword.hbs +8 -0
  75. data/lib/templates/behat/actionwords/parameter.hbs +1 -0
  76. data/lib/templates/behat/actionwords.hbs +16 -0
  77. data/lib/templates/behat/library.hbs +16 -0
  78. data/lib/templates/behat/libraryactionword.hbs +8 -0
  79. data/lib/templates/behat/parameter.hbs +1 -0
  80. data/lib/templates/behave/actionword.hbs +4 -0
  81. data/lib/templates/behave/actionwords.hbs +12 -0
  82. data/lib/templates/behave/library.hbs +7 -0
  83. data/lib/templates/behave/libraryactionword.hbs +4 -0
  84. data/lib/templates/behave/nullliteral.hbs +1 -0
  85. data/lib/templates/common/_gherkin_pattern.hbs +1 -0
  86. data/lib/templates/common/_gherkin_typed_pattern.hbs +1 -0
  87. data/lib/templates/common/booleanliteral.hbs +1 -0
  88. data/lib/templates/common/dataset.hbs +0 -0
  89. data/lib/templates/common/datatable.hbs +3 -0
  90. data/lib/templates/common/empty.hbs +0 -0
  91. data/lib/templates/common/nullliteral.hbs +1 -0
  92. data/lib/templates/common/numericliteral.hbs +1 -0
  93. data/lib/templates/common/stringliteral.hbs +1 -0
  94. data/lib/templates/common/symbol.hbs +1 -0
  95. data/lib/templates/common/unaryexpression.hbs +1 -0
  96. data/lib/templates/common/variable.hbs +1 -0
  97. data/lib/templates/csharp/_body.hbs +5 -0
  98. data/lib/templates/csharp/_item_as_function.hbs +8 -0
  99. data/lib/templates/csharp/_scenario.hbs +8 -0
  100. data/lib/templates/csharp/actionword.hbs +1 -0
  101. data/lib/templates/csharp/actionwords.hbs +10 -0
  102. data/lib/templates/csharp/argument.hbs +1 -0
  103. data/lib/templates/csharp/assign.hbs +1 -0
  104. data/lib/templates/csharp/binaryexpression.hbs +1 -0
  105. data/lib/templates/csharp/call.hbs +2 -0
  106. data/lib/templates/csharp/dataset.hbs +4 -0
  107. data/lib/templates/csharp/dict.hbs +1 -0
  108. data/lib/templates/csharp/field.hbs +1 -0
  109. data/lib/templates/csharp/folder.hbs +22 -0
  110. data/lib/templates/csharp/ifthen.hbs +7 -0
  111. data/lib/templates/csharp/index.hbs +1 -0
  112. data/lib/templates/csharp/list.hbs +1 -0
  113. data/lib/templates/csharp/nullliteral.hbs +1 -0
  114. data/lib/templates/csharp/parameter.hbs +1 -0
  115. data/lib/templates/csharp/parenthesis.hbs +1 -0
  116. data/lib/templates/csharp/property.hbs +1 -0
  117. data/lib/templates/csharp/scenario.hbs +1 -0
  118. data/lib/templates/csharp/scenarios.hbs +20 -0
  119. data/lib/templates/csharp/single_scenario.hbs +16 -0
  120. data/lib/templates/csharp/single_test.hbs +15 -0
  121. data/lib/templates/csharp/step.hbs +1 -0
  122. data/lib/templates/csharp/stringliteral.hbs +1 -0
  123. data/lib/templates/csharp/tag.hbs +1 -0
  124. data/lib/templates/csharp/template.hbs +1 -0
  125. data/lib/templates/csharp/test.hbs +1 -0
  126. data/lib/templates/csharp/tests.hbs +15 -0
  127. data/lib/templates/csharp/variable.hbs +1 -0
  128. data/lib/templates/csharp/while.hbs +4 -0
  129. data/lib/templates/cucumber/actionword.hbs +5 -0
  130. data/lib/templates/cucumber/actionwords.hbs +5 -0
  131. data/lib/templates/cucumber/groovy/step-definitions/_gherkin_pattern.hbs +1 -0
  132. data/lib/templates/cucumber/groovy/step-definitions/actionword.hbs +5 -0
  133. data/lib/templates/cucumber/groovy/step-definitions/actionwords.hbs +11 -0
  134. data/lib/templates/cucumber/groovy/step-definitions/library.hbs +11 -0
  135. data/lib/templates/cucumber/groovy/step-definitions/libraryactionword.hbs +5 -0
  136. data/lib/templates/cucumber/groovy/step-definitions/parameter.hbs +1 -0
  137. data/lib/templates/cucumber/java/actionword.hbs +6 -0
  138. data/lib/templates/cucumber/java/actionwords/parameter.hbs +1 -0
  139. data/lib/templates/cucumber/java/actionwords.hbs +12 -0
  140. data/lib/templates/cucumber/java/parameter.hbs +1 -0
  141. data/lib/templates/cucumber/javascript/_after_hook.hbs +4 -0
  142. data/lib/templates/cucumber/javascript/_before_hook.hbs +4 -0
  143. data/lib/templates/cucumber/javascript/actionword.hbs +6 -0
  144. data/lib/templates/cucumber/javascript/actionwords.hbs +8 -0
  145. data/lib/templates/cucumber/parameter.hbs +1 -0
  146. data/lib/templates/cucumber/typescript/_after_hook.hbs +4 -0
  147. data/lib/templates/cucumber/typescript/_before_hook.hbs +4 -0
  148. data/lib/templates/cucumber/typescript/actionword.hbs +5 -0
  149. data/lib/templates/cucumber/typescript/actionwords.hbs +10 -0
  150. data/lib/templates/cucumber/typescript/library.hbs +12 -0
  151. data/lib/templates/cucumber/typescript/libraryactionword.hbs +5 -0
  152. data/lib/templates/cucumber_legacy/groovy/step-definitions/actionword.hbs +5 -0
  153. data/lib/templates/cucumber_legacy/groovy/step-definitions/actionwords.hbs +10 -0
  154. data/lib/templates/cucumber_legacy/groovy/step-definitions/library.hbs +10 -0
  155. data/lib/templates/cucumber_legacy/groovy/step-definitions/libraryactionword.hbs +5 -0
  156. data/lib/templates/cucumber_legacy/java/actionword.hbs +6 -0
  157. data/lib/templates/cucumber_legacy/java/actionwords.hbs +12 -0
  158. data/lib/templates/cucumber_legacy/typescript/actionword.hbs +5 -0
  159. data/lib/templates/cucumber_legacy/typescript/libraryactionword.hbs +5 -0
  160. data/lib/templates/gherkin/_call.hbs +5 -0
  161. data/lib/templates/gherkin/_gherkin_text.hbs +1 -0
  162. data/lib/templates/gherkin/_scenario.hbs +18 -0
  163. data/lib/templates/gherkin/_scenario_outline_title.hbs +1 -0
  164. data/lib/templates/gherkin/argument.hbs +1 -0
  165. data/lib/templates/gherkin/call.hbs +1 -0
  166. data/lib/templates/gherkin/dataset.hbs +1 -0
  167. data/lib/templates/gherkin/datatable.hbs +2 -0
  168. data/lib/templates/gherkin/folder.hbs +10 -0
  169. data/lib/templates/gherkin/inlined_uids/_scenario_outline_title.hbs +1 -0
  170. data/lib/templates/gherkin/java/single_scenario.hbs +1 -0
  171. data/lib/templates/gherkin/parameter.hbs +1 -0
  172. data/lib/templates/gherkin/scenarios.hbs +3 -0
  173. data/lib/templates/gherkin/single_scenario.hbs +1 -0
  174. data/lib/templates/gherkin/single_test.hbs +3 -0
  175. data/lib/templates/gherkin/step.hbs +1 -0
  176. data/lib/templates/gherkin/stringliteral.hbs +1 -0
  177. data/lib/templates/gherkin/tag.hbs +1 -0
  178. data/lib/templates/gherkin/template.hbs +1 -0
  179. data/lib/templates/groovy/_body.hbs +8 -0
  180. data/lib/templates/groovy/_desc.hbs +5 -0
  181. data/lib/templates/groovy/_scenario.hbs +10 -0
  182. data/lib/templates/groovy/_steps.hbs +4 -0
  183. data/lib/templates/groovy/_test.hbs +4 -0
  184. data/lib/templates/groovy/actionword.hbs +2 -0
  185. data/lib/templates/groovy/actionwords.hbs +7 -0
  186. data/lib/templates/groovy/assign.hbs +1 -0
  187. data/lib/templates/groovy/call.hbs +2 -0
  188. data/lib/templates/groovy/dataset.hbs +1 -0
  189. data/lib/templates/groovy/datatable.hbs +2 -0
  190. data/lib/templates/groovy/dict.hbs +1 -0
  191. data/lib/templates/groovy/folder.hbs +18 -0
  192. data/lib/templates/groovy/index.hbs +1 -0
  193. data/lib/templates/groovy/libraries.hbs +9 -0
  194. data/lib/templates/groovy/library.hbs +8 -0
  195. data/lib/templates/groovy/libraryactionword.hbs +2 -0
  196. data/lib/templates/groovy/list.hbs +1 -0
  197. data/lib/templates/groovy/nullliteral.hbs +1 -0
  198. data/lib/templates/groovy/parameter.hbs +1 -0
  199. data/lib/templates/groovy/property.hbs +1 -0
  200. data/lib/templates/groovy/scenario.hbs +1 -0
  201. data/lib/templates/groovy/scenarios.hbs +10 -0
  202. data/lib/templates/groovy/single_scenario.hbs +9 -0
  203. data/lib/templates/groovy/single_test.hbs +10 -0
  204. data/lib/templates/groovy/template.hbs +1 -0
  205. data/lib/templates/groovy/test.hbs +1 -0
  206. data/lib/templates/groovy/tests.hbs +10 -0
  207. data/lib/templates/java/_body.hbs +5 -0
  208. data/lib/templates/java/_item_as_function.hbs +8 -0
  209. data/lib/templates/java/_scenario.hbs +7 -0
  210. data/lib/templates/java/actionword.hbs +1 -0
  211. data/lib/templates/java/actionwords.hbs +8 -0
  212. data/lib/templates/java/argument.hbs +1 -0
  213. data/lib/templates/java/assign.hbs +1 -0
  214. data/lib/templates/java/binaryexpression.hbs +1 -0
  215. data/lib/templates/java/call.hbs +2 -0
  216. data/lib/templates/java/dataset.hbs +3 -0
  217. data/lib/templates/java/dict.hbs +1 -0
  218. data/lib/templates/java/espresso/_scenario.hbs +8 -0
  219. data/lib/templates/java/espresso/dataset.hbs +4 -0
  220. data/lib/templates/java/espresso/folder.hbs +29 -0
  221. data/lib/templates/java/espresso/scenarios.hbs +23 -0
  222. data/lib/templates/java/espresso/single_scenario.hbs +24 -0
  223. data/lib/templates/java/espresso/single_test.hbs +22 -0
  224. data/lib/templates/java/espresso/tests.hbs +23 -0
  225. data/lib/templates/java/field.hbs +1 -0
  226. data/lib/templates/java/folder.hbs +18 -0
  227. data/lib/templates/java/ifthen.hbs +7 -0
  228. data/lib/templates/java/index.hbs +1 -0
  229. data/lib/templates/java/libraries.hbs +9 -0
  230. data/lib/templates/java/library.hbs +7 -0
  231. data/lib/templates/java/libraryactionword.hbs +1 -0
  232. data/lib/templates/java/list.hbs +1 -0
  233. data/lib/templates/java/nullliteral.hbs +1 -0
  234. data/lib/templates/java/parameter.hbs +1 -0
  235. data/lib/templates/java/parenthesis.hbs +1 -0
  236. data/lib/templates/java/property.hbs +1 -0
  237. data/lib/templates/java/scenario.hbs +1 -0
  238. data/lib/templates/java/scenarios.hbs +11 -0
  239. data/lib/templates/java/single_scenario.hbs +12 -0
  240. data/lib/templates/java/single_test.hbs +11 -0
  241. data/lib/templates/java/step.hbs +1 -0
  242. data/lib/templates/java/stringliteral.hbs +1 -0
  243. data/lib/templates/java/tag.hbs +1 -0
  244. data/lib/templates/java/template.hbs +1 -0
  245. data/lib/templates/java/test.hbs +1 -0
  246. data/lib/templates/java/testng/_scenario.hbs +8 -0
  247. data/lib/templates/java/testng/dataset.hbs +4 -0
  248. data/lib/templates/java/testng/folder.hbs +19 -0
  249. data/lib/templates/java/testng/scenarios.hbs +16 -0
  250. data/lib/templates/java/testng/single_scenario.hbs +12 -0
  251. data/lib/templates/java/testng/single_test.hbs +11 -0
  252. data/lib/templates/java/testng/tests.hbs +16 -0
  253. data/lib/templates/java/tests.hbs +11 -0
  254. data/lib/templates/java/variable.hbs +1 -0
  255. data/lib/templates/java/while.hbs +4 -0
  256. data/lib/templates/javascript/_body.hbs +10 -0
  257. data/lib/templates/javascript/_item_as_function.hbs +3 -0
  258. data/lib/templates/javascript/_item_as_hash_key.hbs +3 -0
  259. data/lib/templates/javascript/_module_declaration.hbs +5 -0
  260. data/lib/templates/javascript/_scenario.hbs +4 -0
  261. data/lib/templates/javascript/actionword.hbs +1 -0
  262. data/lib/templates/javascript/actionwords.hbs +4 -0
  263. data/lib/templates/javascript/argument.hbs +1 -0
  264. data/lib/templates/javascript/assign.hbs +1 -0
  265. data/lib/templates/javascript/binaryexpression.hbs +1 -0
  266. data/lib/templates/javascript/call.hbs +2 -0
  267. data/lib/templates/javascript/codeceptjs/actionword.hbs +5 -0
  268. data/lib/templates/javascript/codeceptjs/actionwords.hbs +9 -0
  269. data/lib/templates/javascript/dataset.hbs +3 -0
  270. data/lib/templates/javascript/dict.hbs +1 -0
  271. data/lib/templates/javascript/es6/actionwords.hbs +4 -0
  272. data/lib/templates/javascript/field.hbs +1 -0
  273. data/lib/templates/javascript/folder.hbs +14 -0
  274. data/lib/templates/javascript/ifthen.hbs +7 -0
  275. data/lib/templates/javascript/index.hbs +1 -0
  276. data/lib/templates/javascript/jasmine/_before_each.hbs +3 -0
  277. data/lib/templates/javascript/jasmine/_scenario.hbs +8 -0
  278. data/lib/templates/javascript/jasmine/dataset.hbs +3 -0
  279. data/lib/templates/javascript/jasmine/folder.hbs +11 -0
  280. data/lib/templates/javascript/jasmine/scenarios.hbs +8 -0
  281. data/lib/templates/javascript/jasmine/single_scenario.hbs +6 -0
  282. data/lib/templates/javascript/jasmine/single_test.hbs +6 -0
  283. data/lib/templates/javascript/jasmine/tests.hbs +8 -0
  284. data/lib/templates/javascript/list.hbs +1 -0
  285. data/lib/templates/javascript/mocha/_before_each.hbs +4 -0
  286. data/lib/templates/javascript/mocha/folder.hbs +11 -0
  287. data/lib/templates/javascript/nullliteral.hbs +1 -0
  288. data/lib/templates/javascript/parameter.hbs +1 -0
  289. data/lib/templates/javascript/parenthesis.hbs +1 -0
  290. data/lib/templates/javascript/project.hbs +2 -0
  291. data/lib/templates/javascript/property.hbs +1 -0
  292. data/lib/templates/javascript/scenario.hbs +1 -0
  293. data/lib/templates/javascript/scenarios.hbs +8 -0
  294. data/lib/templates/javascript/single_scenario.hbs +6 -0
  295. data/lib/templates/javascript/single_test.hbs +6 -0
  296. data/lib/templates/javascript/step.hbs +1 -0
  297. data/lib/templates/javascript/tag.hbs +1 -0
  298. data/lib/templates/javascript/template.hbs +1 -0
  299. data/lib/templates/javascript/test.hbs +1 -0
  300. data/lib/templates/javascript/tests.hbs +8 -0
  301. data/lib/templates/javascript/while.hbs +5 -0
  302. data/lib/templates/jbehave/_scenario.hbs +9 -0
  303. data/lib/templates/jbehave/actionwords/parameter.hbs +1 -0
  304. data/lib/templates/jbehave/call.hbs +5 -0
  305. data/lib/templates/jbehave/folder.hbs +16 -0
  306. data/lib/templates/jbehave/single_test.hbs +3 -0
  307. data/lib/templates/jbehave/steps/_gherkin_pattern.hbs +1 -0
  308. data/lib/templates/jbehave/steps/actionword.hbs +6 -0
  309. data/lib/templates/jbehave/steps/actionwords.hbs +18 -0
  310. data/lib/templates/php/_body.hbs +9 -0
  311. data/lib/templates/php/_item_as_function.hbs +3 -0
  312. data/lib/templates/php/_scenario.hbs +4 -0
  313. data/lib/templates/php/_setup.hbs +4 -0
  314. data/lib/templates/php/actionword.hbs +1 -0
  315. data/lib/templates/php/actionwords.hbs +9 -0
  316. data/lib/templates/php/argument.hbs +1 -0
  317. data/lib/templates/php/assign.hbs +1 -0
  318. data/lib/templates/php/binaryexpression.hbs +1 -0
  319. data/lib/templates/php/call.hbs +2 -0
  320. data/lib/templates/php/dataset.hbs +3 -0
  321. data/lib/templates/php/dict.hbs +1 -0
  322. data/lib/templates/php/field.hbs +1 -0
  323. data/lib/templates/php/folder.hbs +17 -0
  324. data/lib/templates/php/ifthen.hbs +7 -0
  325. data/lib/templates/php/index.hbs +1 -0
  326. data/lib/templates/php/libraries.hbs +11 -0
  327. data/lib/templates/php/library.hbs +20 -0
  328. data/lib/templates/php/libraryactionword.hbs +1 -0
  329. data/lib/templates/php/list.hbs +1 -0
  330. data/lib/templates/php/nullliteral.hbs +1 -0
  331. data/lib/templates/php/parameter.hbs +1 -0
  332. data/lib/templates/php/parenthesis.hbs +1 -0
  333. data/lib/templates/php/project.hbs +2 -0
  334. data/lib/templates/php/property.hbs +1 -0
  335. data/lib/templates/php/scenario.hbs +1 -0
  336. data/lib/templates/php/scenarios.hbs +13 -0
  337. data/lib/templates/php/single_scenario.hbs +11 -0
  338. data/lib/templates/php/single_test.hbs +11 -0
  339. data/lib/templates/php/step.hbs +1 -0
  340. data/lib/templates/php/tag.hbs +1 -0
  341. data/lib/templates/php/template.hbs +1 -0
  342. data/lib/templates/php/test.hbs +1 -0
  343. data/lib/templates/php/tests.hbs +13 -0
  344. data/lib/templates/php/variable.hbs +1 -0
  345. data/lib/templates/php/while.hbs +5 -0
  346. data/lib/templates/python/_body.hbs +11 -0
  347. data/lib/templates/python/_item_as_def.hbs +2 -0
  348. data/lib/templates/python/_parameters.hbs +1 -0
  349. data/lib/templates/python/_scenario.hbs +4 -0
  350. data/lib/templates/python/actionword.hbs +1 -0
  351. data/lib/templates/python/actionwords.hbs +12 -0
  352. data/lib/templates/python/argument.hbs +1 -0
  353. data/lib/templates/python/assign.hbs +1 -0
  354. data/lib/templates/python/binaryexpression.hbs +1 -0
  355. data/lib/templates/python/booleanliteral.hbs +1 -0
  356. data/lib/templates/python/call.hbs +2 -0
  357. data/lib/templates/python/dataset.hbs +2 -0
  358. data/lib/templates/python/dict.hbs +1 -0
  359. data/lib/templates/python/field.hbs +1 -0
  360. data/lib/templates/python/folder.hbs +12 -0
  361. data/lib/templates/python/ifthen.hbs +4 -0
  362. data/lib/templates/python/index.hbs +1 -0
  363. data/lib/templates/python/libraries.hbs +9 -0
  364. data/lib/templates/python/library.hbs +17 -0
  365. data/lib/templates/python/libraryactionword.hbs +1 -0
  366. data/lib/templates/python/list.hbs +1 -0
  367. data/lib/templates/python/nullliteral.hbs +1 -0
  368. data/lib/templates/python/parameter.hbs +1 -0
  369. data/lib/templates/python/parenthesis.hbs +1 -0
  370. data/lib/templates/python/project.hbs +2 -0
  371. data/lib/templates/python/property.hbs +1 -0
  372. data/lib/templates/python/scenario.hbs +1 -0
  373. data/lib/templates/python/scenarios.hbs +11 -0
  374. data/lib/templates/python/single_scenario.hbs +9 -0
  375. data/lib/templates/python/single_test.hbs +9 -0
  376. data/lib/templates/python/step.hbs +1 -0
  377. data/lib/templates/python/tag.hbs +1 -0
  378. data/lib/templates/python/template.hbs +1 -0
  379. data/lib/templates/python/test.hbs +1 -0
  380. data/lib/templates/python/tests.hbs +11 -0
  381. data/lib/templates/python/unittest/actionwords.hbs +9 -0
  382. data/lib/templates/python/while.hbs +4 -0
  383. data/lib/templates/robotframework/_keyword.hbs +1 -0
  384. data/lib/templates/robotframework/_keyword_body.hbs +4 -0
  385. data/lib/templates/robotframework/_scenario.hbs +12 -0
  386. data/lib/templates/robotframework/actionword.hbs +3 -0
  387. data/lib/templates/robotframework/actionwords.hbs +4 -0
  388. data/lib/templates/robotframework/argument.hbs +1 -0
  389. data/lib/templates/robotframework/call.hbs +1 -0
  390. data/lib/templates/robotframework/dataset.hbs +1 -0
  391. data/lib/templates/robotframework/datatable.hbs +2 -0
  392. data/lib/templates/robotframework/folder.hbs +35 -0
  393. data/lib/templates/robotframework/ifthen.hbs +1 -0
  394. data/lib/templates/robotframework/parameter.hbs +1 -0
  395. data/lib/templates/robotframework/property.hbs +1 -0
  396. data/lib/templates/robotframework/scenarios.hbs +25 -0
  397. data/lib/templates/robotframework/single_scenario.hbs +10 -0
  398. data/lib/templates/robotframework/single_test.hbs +10 -0
  399. data/lib/templates/robotframework/stringliteral.hbs +1 -0
  400. data/lib/templates/robotframework/template.hbs +1 -0
  401. data/lib/templates/robotframework/test.hbs +1 -0
  402. data/lib/templates/robotframework/tests.hbs +7 -0
  403. data/lib/templates/robotframework/variable.hbs +1 -0
  404. data/lib/templates/robotframework/while.hbs +1 -0
  405. data/lib/templates/ruby/_body.hbs +10 -0
  406. data/lib/templates/ruby/_item_as_def.hbs +3 -0
  407. data/lib/templates/ruby/_scenario.hbs +5 -0
  408. data/lib/templates/ruby/actionword.hbs +1 -0
  409. data/lib/templates/ruby/actionwords.hbs +6 -0
  410. data/lib/templates/ruby/argument.hbs +1 -0
  411. data/lib/templates/ruby/assign.hbs +1 -0
  412. data/lib/templates/ruby/binaryexpression.hbs +1 -0
  413. data/lib/templates/ruby/call.hbs +2 -0
  414. data/lib/templates/ruby/dataset.hbs +3 -0
  415. data/lib/templates/ruby/dict.hbs +1 -0
  416. data/lib/templates/ruby/field.hbs +1 -0
  417. data/lib/templates/ruby/folder.hbs +16 -0
  418. data/lib/templates/ruby/ifthen.hbs +7 -0
  419. data/lib/templates/ruby/index.hbs +1 -0
  420. data/lib/templates/ruby/list.hbs +1 -0
  421. data/lib/templates/ruby/minitest/_item_as_def.hbs +3 -0
  422. data/lib/templates/ruby/minitest/_scenario.hbs +4 -0
  423. data/lib/templates/ruby/minitest/dataset.hbs +3 -0
  424. data/lib/templates/ruby/minitest/folder.hbs +18 -0
  425. data/lib/templates/ruby/minitest/scenario.hbs +1 -0
  426. data/lib/templates/ruby/minitest/scenarios.hbs +13 -0
  427. data/lib/templates/ruby/minitest/single_scenario.hbs +11 -0
  428. data/lib/templates/ruby/minitest/single_test.hbs +11 -0
  429. data/lib/templates/ruby/minitest/test.hbs +1 -0
  430. data/lib/templates/ruby/minitest/tests.hbs +13 -0
  431. data/lib/templates/ruby/parameter.hbs +1 -0
  432. data/lib/templates/ruby/parenthesis.hbs +1 -0
  433. data/lib/templates/ruby/project.hbs +2 -0
  434. data/lib/templates/ruby/property.hbs +1 -0
  435. data/lib/templates/ruby/scenario.hbs +1 -0
  436. data/lib/templates/ruby/scenarios.hbs +12 -0
  437. data/lib/templates/ruby/single_scenario.hbs +11 -0
  438. data/lib/templates/ruby/single_test.hbs +11 -0
  439. data/lib/templates/ruby/step.hbs +1 -0
  440. data/lib/templates/ruby/symbol.hbs +1 -0
  441. data/lib/templates/ruby/tag.hbs +1 -0
  442. data/lib/templates/ruby/template.hbs +1 -0
  443. data/lib/templates/ruby/test.hbs +1 -0
  444. data/lib/templates/ruby/tests.hbs +12 -0
  445. data/lib/templates/ruby/while.hbs +5 -0
  446. data/lib/templates/seleniumide/argument.hbs +1 -0
  447. data/lib/templates/seleniumide/call.hbs +6 -0
  448. data/lib/templates/seleniumide/single_test.hbs +28 -0
  449. data/lib/templates/seleniumide/step.hbs +0 -0
  450. data/lib/templates/seleniumide/stringliteral.hbs +1 -0
  451. data/lib/templates/seleniumide/template.hbs +1 -0
  452. data/lib/templates/seleniumide/test.hbs +4 -0
  453. data/lib/templates/seleniumide/tests.hbs +19 -0
  454. data/lib/templates/specflow/actionword.hbs +6 -0
  455. data/lib/templates/specflow/actionwords/parameter.hbs +1 -0
  456. data/lib/templates/specflow/actionwords.hbs +14 -0
  457. data/lib/templates/specflow/gherkin/tag.hbs +1 -0
  458. data/lib/templates/specflow/parameter.hbs +1 -0
  459. data/lib/templates/swift/_body.hbs +11 -0
  460. data/lib/templates/swift/_item_as_def.hbs +5 -0
  461. data/lib/templates/swift/_scenario.hbs +7 -0
  462. data/lib/templates/swift/actionword.hbs +1 -0
  463. data/lib/templates/swift/actionwords.hbs +6 -0
  464. data/lib/templates/swift/argument.hbs +1 -0
  465. data/lib/templates/swift/assign.hbs +1 -0
  466. data/lib/templates/swift/binaryexpression.hbs +1 -0
  467. data/lib/templates/swift/call.hbs +2 -0
  468. data/lib/templates/swift/dataset.hbs +4 -0
  469. data/lib/templates/swift/dict.hbs +1 -0
  470. data/lib/templates/swift/field.hbs +1 -0
  471. data/lib/templates/swift/folder.hbs +23 -0
  472. data/lib/templates/swift/ifthen.hbs +7 -0
  473. data/lib/templates/swift/index.hbs +1 -0
  474. data/lib/templates/swift/list.hbs +1 -0
  475. data/lib/templates/swift/parameter.hbs +1 -0
  476. data/lib/templates/swift/parenthesis.hbs +1 -0
  477. data/lib/templates/swift/project.hbs +2 -0
  478. data/lib/templates/swift/property.hbs +1 -0
  479. data/lib/templates/swift/scenario.hbs +1 -0
  480. data/lib/templates/swift/scenarios.hbs +25 -0
  481. data/lib/templates/swift/single_scenario.hbs +24 -0
  482. data/lib/templates/swift/single_test.hbs +23 -0
  483. data/lib/templates/swift/step.hbs +1 -0
  484. data/lib/templates/swift/stringliteral.hbs +1 -0
  485. data/lib/templates/swift/symbol.hbs +1 -0
  486. data/lib/templates/swift/tag.hbs +1 -0
  487. data/lib/templates/swift/template.hbs +1 -0
  488. data/lib/templates/swift/test.hbs +1 -0
  489. data/lib/templates/swift/tests.hbs +25 -0
  490. data/lib/templates/swift/while.hbs +5 -0
  491. data/lib/templates/typescript/_item_as_function.hbs +3 -0
  492. data/lib/templates/typescript/actionword.hbs +1 -0
  493. data/lib/templates/typescript/actionwords.hbs +7 -0
  494. data/lib/templates/typescript/libraries.hbs +9 -0
  495. data/lib/templates/typescript/library.hbs +18 -0
  496. data/lib/templates/typescript/libraryactionword.hbs +1 -0
  497. data/lib/templates/typescript/parameter.hbs +1 -0
  498. metadata +783 -0
metadata ADDED
@@ -0,0 +1,783 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: hiptest-publisher-fork
3
+ version: !ruby/object:Gem::Version
4
+ version: 3.2.0
5
+ platform: ruby
6
+ authors:
7
+ - CucumberStudio R&D
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2024-01-11 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: colorize
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '0.7'
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: 0.7.5
23
+ type: :runtime
24
+ prerelease: false
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ requirements:
27
+ - - "~>"
28
+ - !ruby/object:Gem::Version
29
+ version: '0.7'
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: 0.7.5
33
+ - !ruby/object:Gem::Dependency
34
+ name: parseconfig
35
+ requirement: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - "~>"
38
+ - !ruby/object:Gem::Version
39
+ version: '1.0'
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ version: 1.0.4
43
+ type: :runtime
44
+ prerelease: false
45
+ version_requirements: !ruby/object:Gem::Requirement
46
+ requirements:
47
+ - - "~>"
48
+ - !ruby/object:Gem::Version
49
+ version: '1.0'
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ version: 1.0.4
53
+ - !ruby/object:Gem::Dependency
54
+ name: i18n
55
+ requirement: !ruby/object:Gem::Requirement
56
+ requirements:
57
+ - - ">="
58
+ - !ruby/object:Gem::Version
59
+ version: 0.7.0
60
+ - - "~>"
61
+ - !ruby/object:Gem::Version
62
+ version: '0.7'
63
+ type: :runtime
64
+ prerelease: false
65
+ version_requirements: !ruby/object:Gem::Requirement
66
+ requirements:
67
+ - - ">="
68
+ - !ruby/object:Gem::Version
69
+ version: 0.7.0
70
+ - - "~>"
71
+ - !ruby/object:Gem::Version
72
+ version: '0.7'
73
+ - !ruby/object:Gem::Dependency
74
+ name: nokogiri
75
+ requirement: !ruby/object:Gem::Requirement
76
+ requirements:
77
+ - - "~>"
78
+ - !ruby/object:Gem::Version
79
+ version: '1.10'
80
+ type: :runtime
81
+ prerelease: false
82
+ version_requirements: !ruby/object:Gem::Requirement
83
+ requirements:
84
+ - - "~>"
85
+ - !ruby/object:Gem::Version
86
+ version: '1.10'
87
+ - !ruby/object:Gem::Dependency
88
+ name: multipart-post
89
+ requirement: !ruby/object:Gem::Requirement
90
+ requirements:
91
+ - - "~>"
92
+ - !ruby/object:Gem::Version
93
+ version: '2.1'
94
+ - - ">="
95
+ - !ruby/object:Gem::Version
96
+ version: 2.1.1
97
+ type: :runtime
98
+ prerelease: false
99
+ version_requirements: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - "~>"
102
+ - !ruby/object:Gem::Version
103
+ version: '2.1'
104
+ - - ">="
105
+ - !ruby/object:Gem::Version
106
+ version: 2.1.1
107
+ - !ruby/object:Gem::Dependency
108
+ name: ruby_version
109
+ requirement: !ruby/object:Gem::Requirement
110
+ requirements:
111
+ - - "~>"
112
+ - !ruby/object:Gem::Version
113
+ version: '1'
114
+ type: :runtime
115
+ prerelease: false
116
+ version_requirements: !ruby/object:Gem::Requirement
117
+ requirements:
118
+ - - "~>"
119
+ - !ruby/object:Gem::Version
120
+ version: '1'
121
+ - !ruby/object:Gem::Dependency
122
+ name: ruby-handlebars
123
+ requirement: !ruby/object:Gem::Requirement
124
+ requirements:
125
+ - - "~>"
126
+ - !ruby/object:Gem::Version
127
+ version: 0.4.0
128
+ type: :runtime
129
+ prerelease: false
130
+ version_requirements: !ruby/object:Gem::Requirement
131
+ requirements:
132
+ - - "~>"
133
+ - !ruby/object:Gem::Version
134
+ version: 0.4.0
135
+ - !ruby/object:Gem::Dependency
136
+ name: actionview
137
+ requirement: !ruby/object:Gem::Requirement
138
+ requirements:
139
+ - - "~>"
140
+ - !ruby/object:Gem::Version
141
+ version: '6'
142
+ type: :development
143
+ prerelease: false
144
+ version_requirements: !ruby/object:Gem::Requirement
145
+ requirements:
146
+ - - "~>"
147
+ - !ruby/object:Gem::Version
148
+ version: '6'
149
+ - !ruby/object:Gem::Dependency
150
+ name: codeclimate-test-reporter
151
+ requirement: !ruby/object:Gem::Requirement
152
+ requirements:
153
+ - - "~>"
154
+ - !ruby/object:Gem::Version
155
+ version: '0.4'
156
+ - - ">="
157
+ - !ruby/object:Gem::Version
158
+ version: 0.4.6
159
+ type: :development
160
+ prerelease: false
161
+ version_requirements: !ruby/object:Gem::Requirement
162
+ requirements:
163
+ - - "~>"
164
+ - !ruby/object:Gem::Version
165
+ version: '0.4'
166
+ - - ">="
167
+ - !ruby/object:Gem::Version
168
+ version: 0.4.6
169
+ - !ruby/object:Gem::Dependency
170
+ name: i18n-coverage
171
+ requirement: !ruby/object:Gem::Requirement
172
+ requirements:
173
+ - - "~>"
174
+ - !ruby/object:Gem::Version
175
+ version: 0.1.1
176
+ type: :development
177
+ prerelease: false
178
+ version_requirements: !ruby/object:Gem::Requirement
179
+ requirements:
180
+ - - "~>"
181
+ - !ruby/object:Gem::Version
182
+ version: 0.1.1
183
+ - !ruby/object:Gem::Dependency
184
+ name: juwelier
185
+ requirement: !ruby/object:Gem::Requirement
186
+ requirements:
187
+ - - ">="
188
+ - !ruby/object:Gem::Version
189
+ version: '0'
190
+ type: :development
191
+ prerelease: false
192
+ version_requirements: !ruby/object:Gem::Requirement
193
+ requirements:
194
+ - - ">="
195
+ - !ruby/object:Gem::Version
196
+ version: '0'
197
+ - !ruby/object:Gem::Dependency
198
+ name: pry-byebug
199
+ requirement: !ruby/object:Gem::Requirement
200
+ requirements:
201
+ - - "~>"
202
+ - !ruby/object:Gem::Version
203
+ version: '3'
204
+ type: :development
205
+ prerelease: false
206
+ version_requirements: !ruby/object:Gem::Requirement
207
+ requirements:
208
+ - - "~>"
209
+ - !ruby/object:Gem::Version
210
+ version: '3'
211
+ - !ruby/object:Gem::Dependency
212
+ name: pry
213
+ requirement: !ruby/object:Gem::Requirement
214
+ requirements:
215
+ - - "~>"
216
+ - !ruby/object:Gem::Version
217
+ version: '0'
218
+ type: :development
219
+ prerelease: false
220
+ version_requirements: !ruby/object:Gem::Requirement
221
+ requirements:
222
+ - - "~>"
223
+ - !ruby/object:Gem::Version
224
+ version: '0'
225
+ - !ruby/object:Gem::Dependency
226
+ name: rspec-mocks
227
+ requirement: !ruby/object:Gem::Requirement
228
+ requirements:
229
+ - - "~>"
230
+ - !ruby/object:Gem::Version
231
+ version: '3.3'
232
+ type: :development
233
+ prerelease: false
234
+ version_requirements: !ruby/object:Gem::Requirement
235
+ requirements:
236
+ - - "~>"
237
+ - !ruby/object:Gem::Version
238
+ version: '3.3'
239
+ - !ruby/object:Gem::Dependency
240
+ name: rspec
241
+ requirement: !ruby/object:Gem::Requirement
242
+ requirements:
243
+ - - "~>"
244
+ - !ruby/object:Gem::Version
245
+ version: '3.3'
246
+ type: :development
247
+ prerelease: false
248
+ version_requirements: !ruby/object:Gem::Requirement
249
+ requirements:
250
+ - - "~>"
251
+ - !ruby/object:Gem::Version
252
+ version: '3.3'
253
+ description: Provides a command-line tool that generates Java, Python or Ruby code
254
+ to run the tests.
255
+ email: studio@cucumber.io
256
+ executables:
257
+ - hiptest-publisher
258
+ extensions: []
259
+ extra_rdoc_files:
260
+ - CHANGELOG.md
261
+ - LICENSE
262
+ - README.md
263
+ files:
264
+ - CHANGELOG.md
265
+ - LICENSE
266
+ - README.md
267
+ - bin/hiptest-publisher
268
+ - config/i18n-tasks.yml
269
+ - config/locales/en.yml
270
+ - lib/config/behat.conf
271
+ - lib/config/behave.conf
272
+ - lib/config/csharp-nunit.conf
273
+ - lib/config/cucumber-groovy.conf
274
+ - lib/config/cucumber-java.conf
275
+ - lib/config/cucumber-javascript.conf
276
+ - lib/config/cucumber-ruby.conf
277
+ - lib/config/cucumber-typescript.conf
278
+ - lib/config/cucumber_legacy-groovy.conf
279
+ - lib/config/cucumber_legacy-java.conf
280
+ - lib/config/cucumber_legacy-typescript.conf
281
+ - lib/config/groovy-spock.conf
282
+ - lib/config/java-espresso.conf
283
+ - lib/config/java-junit.conf
284
+ - lib/config/java-testng.conf
285
+ - lib/config/javascript-codeceptjs.conf
286
+ - lib/config/javascript-jasmine.conf
287
+ - lib/config/javascript-mocha.conf
288
+ - lib/config/javascript-protractor.conf
289
+ - lib/config/javascript-qunit.conf
290
+ - lib/config/jbehave.conf
291
+ - lib/config/php-phpunit.conf
292
+ - lib/config/python-unittest.conf
293
+ - lib/config/robotframework.conf
294
+ - lib/config/ruby-minitest.conf
295
+ - lib/config/ruby-rspec.conf
296
+ - lib/config/seleniumide.conf
297
+ - lib/config/specflow.conf
298
+ - lib/config/swift-xctest.conf
299
+ - lib/hiptest-publisher.rb
300
+ - lib/hiptest-publisher/cli_options_checker.rb
301
+ - lib/hiptest-publisher/client.rb
302
+ - lib/hiptest-publisher/export_cache.rb
303
+ - lib/hiptest-publisher/file_writer.rb
304
+ - lib/hiptest-publisher/formatters/console_formatter.rb
305
+ - lib/hiptest-publisher/formatters/diff_displayer.rb
306
+ - lib/hiptest-publisher/formatters/reporter.rb
307
+ - lib/hiptest-publisher/handlebars_helper.rb
308
+ - lib/hiptest-publisher/i18n.rb
309
+ - lib/hiptest-publisher/indexers/actionword_indexer.rb
310
+ - lib/hiptest-publisher/indexers/library_actionword_indexer.rb
311
+ - lib/hiptest-publisher/node_modifiers/actionword_uniq_renamer.rb
312
+ - lib/hiptest-publisher/node_modifiers/add_all.rb
313
+ - lib/hiptest-publisher/node_modifiers/call_arguments_adder.rb
314
+ - lib/hiptest-publisher/node_modifiers/datatable_fixer.rb
315
+ - lib/hiptest-publisher/node_modifiers/gherkin_adder.rb
316
+ - lib/hiptest-publisher/node_modifiers/items_orderer.rb
317
+ - lib/hiptest-publisher/node_modifiers/parameter_type_adder.rb
318
+ - lib/hiptest-publisher/node_modifiers/parent_adder.rb
319
+ - lib/hiptest-publisher/nodes.rb
320
+ - lib/hiptest-publisher/nodes_walker.rb
321
+ - lib/hiptest-publisher/options_parser.rb
322
+ - lib/hiptest-publisher/project_grapher.rb
323
+ - lib/hiptest-publisher/render_context_maker.rb
324
+ - lib/hiptest-publisher/renderer.rb
325
+ - lib/hiptest-publisher/renderer_addons.rb
326
+ - lib/hiptest-publisher/renderer_addons/behave_addon.rb
327
+ - lib/hiptest-publisher/renderer_addons/gherkin_addon.rb
328
+ - lib/hiptest-publisher/renderer_addons/groovy_spock_addon.rb
329
+ - lib/hiptest-publisher/renderer_addons/robot_framework_addon.rb
330
+ - lib/hiptest-publisher/signature_differ.rb
331
+ - lib/hiptest-publisher/signature_exporter.rb
332
+ - lib/hiptest-publisher/string.rb
333
+ - lib/hiptest-publisher/utils.rb
334
+ - lib/hiptest-publisher/version_checker.rb
335
+ - lib/hiptest-publisher/xml_parser.rb
336
+ - lib/templates/behat/actionword.hbs
337
+ - lib/templates/behat/actionwords.hbs
338
+ - lib/templates/behat/actionwords/parameter.hbs
339
+ - lib/templates/behat/library.hbs
340
+ - lib/templates/behat/libraryactionword.hbs
341
+ - lib/templates/behat/parameter.hbs
342
+ - lib/templates/behave/actionword.hbs
343
+ - lib/templates/behave/actionwords.hbs
344
+ - lib/templates/behave/library.hbs
345
+ - lib/templates/behave/libraryactionword.hbs
346
+ - lib/templates/behave/nullliteral.hbs
347
+ - lib/templates/common/_gherkin_pattern.hbs
348
+ - lib/templates/common/_gherkin_typed_pattern.hbs
349
+ - lib/templates/common/booleanliteral.hbs
350
+ - lib/templates/common/dataset.hbs
351
+ - lib/templates/common/datatable.hbs
352
+ - lib/templates/common/empty.hbs
353
+ - lib/templates/common/nullliteral.hbs
354
+ - lib/templates/common/numericliteral.hbs
355
+ - lib/templates/common/stringliteral.hbs
356
+ - lib/templates/common/symbol.hbs
357
+ - lib/templates/common/unaryexpression.hbs
358
+ - lib/templates/common/variable.hbs
359
+ - lib/templates/csharp/_body.hbs
360
+ - lib/templates/csharp/_item_as_function.hbs
361
+ - lib/templates/csharp/_scenario.hbs
362
+ - lib/templates/csharp/actionword.hbs
363
+ - lib/templates/csharp/actionwords.hbs
364
+ - lib/templates/csharp/argument.hbs
365
+ - lib/templates/csharp/assign.hbs
366
+ - lib/templates/csharp/binaryexpression.hbs
367
+ - lib/templates/csharp/call.hbs
368
+ - lib/templates/csharp/dataset.hbs
369
+ - lib/templates/csharp/dict.hbs
370
+ - lib/templates/csharp/field.hbs
371
+ - lib/templates/csharp/folder.hbs
372
+ - lib/templates/csharp/ifthen.hbs
373
+ - lib/templates/csharp/index.hbs
374
+ - lib/templates/csharp/list.hbs
375
+ - lib/templates/csharp/nullliteral.hbs
376
+ - lib/templates/csharp/parameter.hbs
377
+ - lib/templates/csharp/parenthesis.hbs
378
+ - lib/templates/csharp/property.hbs
379
+ - lib/templates/csharp/scenario.hbs
380
+ - lib/templates/csharp/scenarios.hbs
381
+ - lib/templates/csharp/single_scenario.hbs
382
+ - lib/templates/csharp/single_test.hbs
383
+ - lib/templates/csharp/step.hbs
384
+ - lib/templates/csharp/stringliteral.hbs
385
+ - lib/templates/csharp/tag.hbs
386
+ - lib/templates/csharp/template.hbs
387
+ - lib/templates/csharp/test.hbs
388
+ - lib/templates/csharp/tests.hbs
389
+ - lib/templates/csharp/variable.hbs
390
+ - lib/templates/csharp/while.hbs
391
+ - lib/templates/cucumber/actionword.hbs
392
+ - lib/templates/cucumber/actionwords.hbs
393
+ - lib/templates/cucumber/groovy/step-definitions/_gherkin_pattern.hbs
394
+ - lib/templates/cucumber/groovy/step-definitions/actionword.hbs
395
+ - lib/templates/cucumber/groovy/step-definitions/actionwords.hbs
396
+ - lib/templates/cucumber/groovy/step-definitions/library.hbs
397
+ - lib/templates/cucumber/groovy/step-definitions/libraryactionword.hbs
398
+ - lib/templates/cucumber/groovy/step-definitions/parameter.hbs
399
+ - lib/templates/cucumber/java/actionword.hbs
400
+ - lib/templates/cucumber/java/actionwords.hbs
401
+ - lib/templates/cucumber/java/actionwords/parameter.hbs
402
+ - lib/templates/cucumber/java/parameter.hbs
403
+ - lib/templates/cucumber/javascript/_after_hook.hbs
404
+ - lib/templates/cucumber/javascript/_before_hook.hbs
405
+ - lib/templates/cucumber/javascript/actionword.hbs
406
+ - lib/templates/cucumber/javascript/actionwords.hbs
407
+ - lib/templates/cucumber/parameter.hbs
408
+ - lib/templates/cucumber/typescript/_after_hook.hbs
409
+ - lib/templates/cucumber/typescript/_before_hook.hbs
410
+ - lib/templates/cucumber/typescript/actionword.hbs
411
+ - lib/templates/cucumber/typescript/actionwords.hbs
412
+ - lib/templates/cucumber/typescript/library.hbs
413
+ - lib/templates/cucumber/typescript/libraryactionword.hbs
414
+ - lib/templates/cucumber_legacy/groovy/step-definitions/actionword.hbs
415
+ - lib/templates/cucumber_legacy/groovy/step-definitions/actionwords.hbs
416
+ - lib/templates/cucumber_legacy/groovy/step-definitions/library.hbs
417
+ - lib/templates/cucumber_legacy/groovy/step-definitions/libraryactionword.hbs
418
+ - lib/templates/cucumber_legacy/java/actionword.hbs
419
+ - lib/templates/cucumber_legacy/java/actionwords.hbs
420
+ - lib/templates/cucumber_legacy/typescript/actionword.hbs
421
+ - lib/templates/cucumber_legacy/typescript/libraryactionword.hbs
422
+ - lib/templates/gherkin/_call.hbs
423
+ - lib/templates/gherkin/_gherkin_text.hbs
424
+ - lib/templates/gherkin/_scenario.hbs
425
+ - lib/templates/gherkin/_scenario_outline_title.hbs
426
+ - lib/templates/gherkin/argument.hbs
427
+ - lib/templates/gherkin/call.hbs
428
+ - lib/templates/gherkin/dataset.hbs
429
+ - lib/templates/gherkin/datatable.hbs
430
+ - lib/templates/gherkin/folder.hbs
431
+ - lib/templates/gherkin/inlined_uids/_scenario_outline_title.hbs
432
+ - lib/templates/gherkin/java/single_scenario.hbs
433
+ - lib/templates/gherkin/parameter.hbs
434
+ - lib/templates/gherkin/scenarios.hbs
435
+ - lib/templates/gherkin/single_scenario.hbs
436
+ - lib/templates/gherkin/single_test.hbs
437
+ - lib/templates/gherkin/step.hbs
438
+ - lib/templates/gherkin/stringliteral.hbs
439
+ - lib/templates/gherkin/tag.hbs
440
+ - lib/templates/gherkin/template.hbs
441
+ - lib/templates/groovy/_body.hbs
442
+ - lib/templates/groovy/_desc.hbs
443
+ - lib/templates/groovy/_scenario.hbs
444
+ - lib/templates/groovy/_steps.hbs
445
+ - lib/templates/groovy/_test.hbs
446
+ - lib/templates/groovy/actionword.hbs
447
+ - lib/templates/groovy/actionwords.hbs
448
+ - lib/templates/groovy/assign.hbs
449
+ - lib/templates/groovy/call.hbs
450
+ - lib/templates/groovy/dataset.hbs
451
+ - lib/templates/groovy/datatable.hbs
452
+ - lib/templates/groovy/dict.hbs
453
+ - lib/templates/groovy/folder.hbs
454
+ - lib/templates/groovy/index.hbs
455
+ - lib/templates/groovy/libraries.hbs
456
+ - lib/templates/groovy/library.hbs
457
+ - lib/templates/groovy/libraryactionword.hbs
458
+ - lib/templates/groovy/list.hbs
459
+ - lib/templates/groovy/nullliteral.hbs
460
+ - lib/templates/groovy/parameter.hbs
461
+ - lib/templates/groovy/property.hbs
462
+ - lib/templates/groovy/scenario.hbs
463
+ - lib/templates/groovy/scenarios.hbs
464
+ - lib/templates/groovy/single_scenario.hbs
465
+ - lib/templates/groovy/single_test.hbs
466
+ - lib/templates/groovy/template.hbs
467
+ - lib/templates/groovy/test.hbs
468
+ - lib/templates/groovy/tests.hbs
469
+ - lib/templates/java/_body.hbs
470
+ - lib/templates/java/_item_as_function.hbs
471
+ - lib/templates/java/_scenario.hbs
472
+ - lib/templates/java/actionword.hbs
473
+ - lib/templates/java/actionwords.hbs
474
+ - lib/templates/java/argument.hbs
475
+ - lib/templates/java/assign.hbs
476
+ - lib/templates/java/binaryexpression.hbs
477
+ - lib/templates/java/call.hbs
478
+ - lib/templates/java/dataset.hbs
479
+ - lib/templates/java/dict.hbs
480
+ - lib/templates/java/espresso/_scenario.hbs
481
+ - lib/templates/java/espresso/dataset.hbs
482
+ - lib/templates/java/espresso/folder.hbs
483
+ - lib/templates/java/espresso/scenarios.hbs
484
+ - lib/templates/java/espresso/single_scenario.hbs
485
+ - lib/templates/java/espresso/single_test.hbs
486
+ - lib/templates/java/espresso/tests.hbs
487
+ - lib/templates/java/field.hbs
488
+ - lib/templates/java/folder.hbs
489
+ - lib/templates/java/ifthen.hbs
490
+ - lib/templates/java/index.hbs
491
+ - lib/templates/java/libraries.hbs
492
+ - lib/templates/java/library.hbs
493
+ - lib/templates/java/libraryactionword.hbs
494
+ - lib/templates/java/list.hbs
495
+ - lib/templates/java/nullliteral.hbs
496
+ - lib/templates/java/parameter.hbs
497
+ - lib/templates/java/parenthesis.hbs
498
+ - lib/templates/java/property.hbs
499
+ - lib/templates/java/scenario.hbs
500
+ - lib/templates/java/scenarios.hbs
501
+ - lib/templates/java/single_scenario.hbs
502
+ - lib/templates/java/single_test.hbs
503
+ - lib/templates/java/step.hbs
504
+ - lib/templates/java/stringliteral.hbs
505
+ - lib/templates/java/tag.hbs
506
+ - lib/templates/java/template.hbs
507
+ - lib/templates/java/test.hbs
508
+ - lib/templates/java/testng/_scenario.hbs
509
+ - lib/templates/java/testng/dataset.hbs
510
+ - lib/templates/java/testng/folder.hbs
511
+ - lib/templates/java/testng/scenarios.hbs
512
+ - lib/templates/java/testng/single_scenario.hbs
513
+ - lib/templates/java/testng/single_test.hbs
514
+ - lib/templates/java/testng/tests.hbs
515
+ - lib/templates/java/tests.hbs
516
+ - lib/templates/java/variable.hbs
517
+ - lib/templates/java/while.hbs
518
+ - lib/templates/javascript/_body.hbs
519
+ - lib/templates/javascript/_item_as_function.hbs
520
+ - lib/templates/javascript/_item_as_hash_key.hbs
521
+ - lib/templates/javascript/_module_declaration.hbs
522
+ - lib/templates/javascript/_scenario.hbs
523
+ - lib/templates/javascript/actionword.hbs
524
+ - lib/templates/javascript/actionwords.hbs
525
+ - lib/templates/javascript/argument.hbs
526
+ - lib/templates/javascript/assign.hbs
527
+ - lib/templates/javascript/binaryexpression.hbs
528
+ - lib/templates/javascript/call.hbs
529
+ - lib/templates/javascript/codeceptjs/actionword.hbs
530
+ - lib/templates/javascript/codeceptjs/actionwords.hbs
531
+ - lib/templates/javascript/dataset.hbs
532
+ - lib/templates/javascript/dict.hbs
533
+ - lib/templates/javascript/es6/actionwords.hbs
534
+ - lib/templates/javascript/field.hbs
535
+ - lib/templates/javascript/folder.hbs
536
+ - lib/templates/javascript/ifthen.hbs
537
+ - lib/templates/javascript/index.hbs
538
+ - lib/templates/javascript/jasmine/_before_each.hbs
539
+ - lib/templates/javascript/jasmine/_scenario.hbs
540
+ - lib/templates/javascript/jasmine/dataset.hbs
541
+ - lib/templates/javascript/jasmine/folder.hbs
542
+ - lib/templates/javascript/jasmine/scenarios.hbs
543
+ - lib/templates/javascript/jasmine/single_scenario.hbs
544
+ - lib/templates/javascript/jasmine/single_test.hbs
545
+ - lib/templates/javascript/jasmine/tests.hbs
546
+ - lib/templates/javascript/list.hbs
547
+ - lib/templates/javascript/mocha/_before_each.hbs
548
+ - lib/templates/javascript/mocha/folder.hbs
549
+ - lib/templates/javascript/nullliteral.hbs
550
+ - lib/templates/javascript/parameter.hbs
551
+ - lib/templates/javascript/parenthesis.hbs
552
+ - lib/templates/javascript/project.hbs
553
+ - lib/templates/javascript/property.hbs
554
+ - lib/templates/javascript/scenario.hbs
555
+ - lib/templates/javascript/scenarios.hbs
556
+ - lib/templates/javascript/single_scenario.hbs
557
+ - lib/templates/javascript/single_test.hbs
558
+ - lib/templates/javascript/step.hbs
559
+ - lib/templates/javascript/tag.hbs
560
+ - lib/templates/javascript/template.hbs
561
+ - lib/templates/javascript/test.hbs
562
+ - lib/templates/javascript/tests.hbs
563
+ - lib/templates/javascript/while.hbs
564
+ - lib/templates/jbehave/_scenario.hbs
565
+ - lib/templates/jbehave/actionwords/parameter.hbs
566
+ - lib/templates/jbehave/call.hbs
567
+ - lib/templates/jbehave/folder.hbs
568
+ - lib/templates/jbehave/single_test.hbs
569
+ - lib/templates/jbehave/steps/_gherkin_pattern.hbs
570
+ - lib/templates/jbehave/steps/actionword.hbs
571
+ - lib/templates/jbehave/steps/actionwords.hbs
572
+ - lib/templates/php/_body.hbs
573
+ - lib/templates/php/_item_as_function.hbs
574
+ - lib/templates/php/_scenario.hbs
575
+ - lib/templates/php/_setup.hbs
576
+ - lib/templates/php/actionword.hbs
577
+ - lib/templates/php/actionwords.hbs
578
+ - lib/templates/php/argument.hbs
579
+ - lib/templates/php/assign.hbs
580
+ - lib/templates/php/binaryexpression.hbs
581
+ - lib/templates/php/call.hbs
582
+ - lib/templates/php/dataset.hbs
583
+ - lib/templates/php/dict.hbs
584
+ - lib/templates/php/field.hbs
585
+ - lib/templates/php/folder.hbs
586
+ - lib/templates/php/ifthen.hbs
587
+ - lib/templates/php/index.hbs
588
+ - lib/templates/php/libraries.hbs
589
+ - lib/templates/php/library.hbs
590
+ - lib/templates/php/libraryactionword.hbs
591
+ - lib/templates/php/list.hbs
592
+ - lib/templates/php/nullliteral.hbs
593
+ - lib/templates/php/parameter.hbs
594
+ - lib/templates/php/parenthesis.hbs
595
+ - lib/templates/php/project.hbs
596
+ - lib/templates/php/property.hbs
597
+ - lib/templates/php/scenario.hbs
598
+ - lib/templates/php/scenarios.hbs
599
+ - lib/templates/php/single_scenario.hbs
600
+ - lib/templates/php/single_test.hbs
601
+ - lib/templates/php/step.hbs
602
+ - lib/templates/php/tag.hbs
603
+ - lib/templates/php/template.hbs
604
+ - lib/templates/php/test.hbs
605
+ - lib/templates/php/tests.hbs
606
+ - lib/templates/php/variable.hbs
607
+ - lib/templates/php/while.hbs
608
+ - lib/templates/python/_body.hbs
609
+ - lib/templates/python/_item_as_def.hbs
610
+ - lib/templates/python/_parameters.hbs
611
+ - lib/templates/python/_scenario.hbs
612
+ - lib/templates/python/actionword.hbs
613
+ - lib/templates/python/actionwords.hbs
614
+ - lib/templates/python/argument.hbs
615
+ - lib/templates/python/assign.hbs
616
+ - lib/templates/python/binaryexpression.hbs
617
+ - lib/templates/python/booleanliteral.hbs
618
+ - lib/templates/python/call.hbs
619
+ - lib/templates/python/dataset.hbs
620
+ - lib/templates/python/dict.hbs
621
+ - lib/templates/python/field.hbs
622
+ - lib/templates/python/folder.hbs
623
+ - lib/templates/python/ifthen.hbs
624
+ - lib/templates/python/index.hbs
625
+ - lib/templates/python/libraries.hbs
626
+ - lib/templates/python/library.hbs
627
+ - lib/templates/python/libraryactionword.hbs
628
+ - lib/templates/python/list.hbs
629
+ - lib/templates/python/nullliteral.hbs
630
+ - lib/templates/python/parameter.hbs
631
+ - lib/templates/python/parenthesis.hbs
632
+ - lib/templates/python/project.hbs
633
+ - lib/templates/python/property.hbs
634
+ - lib/templates/python/scenario.hbs
635
+ - lib/templates/python/scenarios.hbs
636
+ - lib/templates/python/single_scenario.hbs
637
+ - lib/templates/python/single_test.hbs
638
+ - lib/templates/python/step.hbs
639
+ - lib/templates/python/tag.hbs
640
+ - lib/templates/python/template.hbs
641
+ - lib/templates/python/test.hbs
642
+ - lib/templates/python/tests.hbs
643
+ - lib/templates/python/unittest/actionwords.hbs
644
+ - lib/templates/python/while.hbs
645
+ - lib/templates/robotframework/_keyword.hbs
646
+ - lib/templates/robotframework/_keyword_body.hbs
647
+ - lib/templates/robotframework/_scenario.hbs
648
+ - lib/templates/robotframework/actionword.hbs
649
+ - lib/templates/robotframework/actionwords.hbs
650
+ - lib/templates/robotframework/argument.hbs
651
+ - lib/templates/robotframework/call.hbs
652
+ - lib/templates/robotframework/dataset.hbs
653
+ - lib/templates/robotframework/datatable.hbs
654
+ - lib/templates/robotframework/folder.hbs
655
+ - lib/templates/robotframework/ifthen.hbs
656
+ - lib/templates/robotframework/parameter.hbs
657
+ - lib/templates/robotframework/property.hbs
658
+ - lib/templates/robotframework/scenarios.hbs
659
+ - lib/templates/robotframework/single_scenario.hbs
660
+ - lib/templates/robotframework/single_test.hbs
661
+ - lib/templates/robotframework/stringliteral.hbs
662
+ - lib/templates/robotframework/template.hbs
663
+ - lib/templates/robotframework/test.hbs
664
+ - lib/templates/robotframework/tests.hbs
665
+ - lib/templates/robotframework/variable.hbs
666
+ - lib/templates/robotframework/while.hbs
667
+ - lib/templates/ruby/_body.hbs
668
+ - lib/templates/ruby/_item_as_def.hbs
669
+ - lib/templates/ruby/_scenario.hbs
670
+ - lib/templates/ruby/actionword.hbs
671
+ - lib/templates/ruby/actionwords.hbs
672
+ - lib/templates/ruby/argument.hbs
673
+ - lib/templates/ruby/assign.hbs
674
+ - lib/templates/ruby/binaryexpression.hbs
675
+ - lib/templates/ruby/call.hbs
676
+ - lib/templates/ruby/dataset.hbs
677
+ - lib/templates/ruby/dict.hbs
678
+ - lib/templates/ruby/field.hbs
679
+ - lib/templates/ruby/folder.hbs
680
+ - lib/templates/ruby/ifthen.hbs
681
+ - lib/templates/ruby/index.hbs
682
+ - lib/templates/ruby/list.hbs
683
+ - lib/templates/ruby/minitest/_item_as_def.hbs
684
+ - lib/templates/ruby/minitest/_scenario.hbs
685
+ - lib/templates/ruby/minitest/dataset.hbs
686
+ - lib/templates/ruby/minitest/folder.hbs
687
+ - lib/templates/ruby/minitest/scenario.hbs
688
+ - lib/templates/ruby/minitest/scenarios.hbs
689
+ - lib/templates/ruby/minitest/single_scenario.hbs
690
+ - lib/templates/ruby/minitest/single_test.hbs
691
+ - lib/templates/ruby/minitest/test.hbs
692
+ - lib/templates/ruby/minitest/tests.hbs
693
+ - lib/templates/ruby/parameter.hbs
694
+ - lib/templates/ruby/parenthesis.hbs
695
+ - lib/templates/ruby/project.hbs
696
+ - lib/templates/ruby/property.hbs
697
+ - lib/templates/ruby/scenario.hbs
698
+ - lib/templates/ruby/scenarios.hbs
699
+ - lib/templates/ruby/single_scenario.hbs
700
+ - lib/templates/ruby/single_test.hbs
701
+ - lib/templates/ruby/step.hbs
702
+ - lib/templates/ruby/symbol.hbs
703
+ - lib/templates/ruby/tag.hbs
704
+ - lib/templates/ruby/template.hbs
705
+ - lib/templates/ruby/test.hbs
706
+ - lib/templates/ruby/tests.hbs
707
+ - lib/templates/ruby/while.hbs
708
+ - lib/templates/seleniumide/argument.hbs
709
+ - lib/templates/seleniumide/call.hbs
710
+ - lib/templates/seleniumide/single_test.hbs
711
+ - lib/templates/seleniumide/step.hbs
712
+ - lib/templates/seleniumide/stringliteral.hbs
713
+ - lib/templates/seleniumide/template.hbs
714
+ - lib/templates/seleniumide/test.hbs
715
+ - lib/templates/seleniumide/tests.hbs
716
+ - lib/templates/specflow/actionword.hbs
717
+ - lib/templates/specflow/actionwords.hbs
718
+ - lib/templates/specflow/actionwords/parameter.hbs
719
+ - lib/templates/specflow/gherkin/tag.hbs
720
+ - lib/templates/specflow/parameter.hbs
721
+ - lib/templates/swift/_body.hbs
722
+ - lib/templates/swift/_item_as_def.hbs
723
+ - lib/templates/swift/_scenario.hbs
724
+ - lib/templates/swift/actionword.hbs
725
+ - lib/templates/swift/actionwords.hbs
726
+ - lib/templates/swift/argument.hbs
727
+ - lib/templates/swift/assign.hbs
728
+ - lib/templates/swift/binaryexpression.hbs
729
+ - lib/templates/swift/call.hbs
730
+ - lib/templates/swift/dataset.hbs
731
+ - lib/templates/swift/dict.hbs
732
+ - lib/templates/swift/field.hbs
733
+ - lib/templates/swift/folder.hbs
734
+ - lib/templates/swift/ifthen.hbs
735
+ - lib/templates/swift/index.hbs
736
+ - lib/templates/swift/list.hbs
737
+ - lib/templates/swift/parameter.hbs
738
+ - lib/templates/swift/parenthesis.hbs
739
+ - lib/templates/swift/project.hbs
740
+ - lib/templates/swift/property.hbs
741
+ - lib/templates/swift/scenario.hbs
742
+ - lib/templates/swift/scenarios.hbs
743
+ - lib/templates/swift/single_scenario.hbs
744
+ - lib/templates/swift/single_test.hbs
745
+ - lib/templates/swift/step.hbs
746
+ - lib/templates/swift/stringliteral.hbs
747
+ - lib/templates/swift/symbol.hbs
748
+ - lib/templates/swift/tag.hbs
749
+ - lib/templates/swift/template.hbs
750
+ - lib/templates/swift/test.hbs
751
+ - lib/templates/swift/tests.hbs
752
+ - lib/templates/swift/while.hbs
753
+ - lib/templates/typescript/_item_as_function.hbs
754
+ - lib/templates/typescript/actionword.hbs
755
+ - lib/templates/typescript/actionwords.hbs
756
+ - lib/templates/typescript/libraries.hbs
757
+ - lib/templates/typescript/library.hbs
758
+ - lib/templates/typescript/libraryactionword.hbs
759
+ - lib/templates/typescript/parameter.hbs
760
+ homepage: https://cucumber.io
761
+ licenses:
762
+ - MIT
763
+ metadata: {}
764
+ post_install_message:
765
+ rdoc_options: []
766
+ require_paths:
767
+ - lib
768
+ required_ruby_version: !ruby/object:Gem::Requirement
769
+ requirements:
770
+ - - ">="
771
+ - !ruby/object:Gem::Version
772
+ version: '2.7'
773
+ required_rubygems_version: !ruby/object:Gem::Requirement
774
+ requirements:
775
+ - - ">="
776
+ - !ruby/object:Gem::Version
777
+ version: '0'
778
+ requirements: []
779
+ rubygems_version: 3.0.3.1
780
+ signing_key:
781
+ specification_version: 4
782
+ summary: Export your tests from CucumberStudio into executable tests.
783
+ test_files: []