-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy pathhiptest-publisher.gemspec
561 lines (556 loc) · 24.4 KB
/
hiptest-publisher.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
# Generated by juwelier
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: hiptest-publisher 3.2.0 ruby lib
Gem::Specification.new do |s|
s.name = "hiptest-publisher".freeze
s.version = "3.2.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
s.authors = ["CucumberStudio R&D".freeze]
s.date = "2022-05-18"
s.description = "Provides a command-line tool that generates Java, Python or Ruby code to run the tests.".freeze
s.email = "[email protected]".freeze
s.executables = ["hiptest-publisher".freeze]
s.extra_rdoc_files = [
"CHANGELOG.md",
"LICENSE",
"README.md"
]
s.files = [
"config/i18n-tasks.yml",
"config/locales/en.yml",
"lib/config/behat.conf",
"lib/config/behave.conf",
"lib/config/csharp-nunit.conf",
"lib/config/cucumber-groovy.conf",
"lib/config/cucumber-java.conf",
"lib/config/cucumber-javascript.conf",
"lib/config/cucumber-ruby.conf",
"lib/config/cucumber-typescript.conf",
"lib/config/cucumber_legacy-groovy.conf",
"lib/config/cucumber_legacy-java.conf",
"lib/config/cucumber_legacy-typescript.conf",
"lib/config/groovy-spock.conf",
"lib/config/java-espresso.conf",
"lib/config/java-junit.conf",
"lib/config/java-testng.conf",
"lib/config/javascript-codeceptjs.conf",
"lib/config/javascript-jasmine.conf",
"lib/config/javascript-mocha.conf",
"lib/config/javascript-protractor.conf",
"lib/config/javascript-qunit.conf",
"lib/config/jbehave.conf",
"lib/config/php-phpunit.conf",
"lib/config/python-unittest.conf",
"lib/config/robotframework.conf",
"lib/config/ruby-minitest.conf",
"lib/config/ruby-rspec.conf",
"lib/config/seleniumide.conf",
"lib/config/specflow.conf",
"lib/config/swift-xctest.conf",
"lib/hiptest-publisher.rb",
"lib/hiptest-publisher/cli_options_checker.rb",
"lib/hiptest-publisher/client.rb",
"lib/hiptest-publisher/export_cache.rb",
"lib/hiptest-publisher/file_writer.rb",
"lib/hiptest-publisher/formatters/console_formatter.rb",
"lib/hiptest-publisher/formatters/diff_displayer.rb",
"lib/hiptest-publisher/formatters/reporter.rb",
"lib/hiptest-publisher/handlebars_helper.rb",
"lib/hiptest-publisher/i18n.rb",
"lib/hiptest-publisher/indexers/actionword_indexer.rb",
"lib/hiptest-publisher/indexers/library_actionword_indexer.rb",
"lib/hiptest-publisher/node_modifiers/actionword_uniq_renamer.rb",
"lib/hiptest-publisher/node_modifiers/add_all.rb",
"lib/hiptest-publisher/node_modifiers/call_arguments_adder.rb",
"lib/hiptest-publisher/node_modifiers/datatable_fixer.rb",
"lib/hiptest-publisher/node_modifiers/gherkin_adder.rb",
"lib/hiptest-publisher/node_modifiers/items_orderer.rb",
"lib/hiptest-publisher/node_modifiers/parameter_type_adder.rb",
"lib/hiptest-publisher/node_modifiers/parent_adder.rb",
"lib/hiptest-publisher/nodes.rb",
"lib/hiptest-publisher/nodes_walker.rb",
"lib/hiptest-publisher/options_parser.rb",
"lib/hiptest-publisher/project_grapher.rb",
"lib/hiptest-publisher/render_context_maker.rb",
"lib/hiptest-publisher/renderer.rb",
"lib/hiptest-publisher/renderer_addons.rb",
"lib/hiptest-publisher/renderer_addons/behave_addon.rb",
"lib/hiptest-publisher/renderer_addons/gherkin_addon.rb",
"lib/hiptest-publisher/renderer_addons/groovy_spock_addon.rb",
"lib/hiptest-publisher/renderer_addons/robot_framework_addon.rb",
"lib/hiptest-publisher/signature_differ.rb",
"lib/hiptest-publisher/signature_exporter.rb",
"lib/hiptest-publisher/string.rb",
"lib/hiptest-publisher/utils.rb",
"lib/hiptest-publisher/version_checker.rb",
"lib/hiptest-publisher/xml_parser.rb",
"lib/templates/behat/actionword.hbs",
"lib/templates/behat/actionwords.hbs",
"lib/templates/behat/actionwords/parameter.hbs",
"lib/templates/behat/library.hbs",
"lib/templates/behat/libraryactionword.hbs",
"lib/templates/behat/parameter.hbs",
"lib/templates/behave/actionword.hbs",
"lib/templates/behave/actionwords.hbs",
"lib/templates/behave/library.hbs",
"lib/templates/behave/libraryactionword.hbs",
"lib/templates/behave/nullliteral.hbs",
"lib/templates/common/_gherkin_pattern.hbs",
"lib/templates/common/_gherkin_typed_pattern.hbs",
"lib/templates/common/booleanliteral.hbs",
"lib/templates/common/dataset.hbs",
"lib/templates/common/datatable.hbs",
"lib/templates/common/empty.hbs",
"lib/templates/common/nullliteral.hbs",
"lib/templates/common/numericliteral.hbs",
"lib/templates/common/stringliteral.hbs",
"lib/templates/common/symbol.hbs",
"lib/templates/common/unaryexpression.hbs",
"lib/templates/common/variable.hbs",
"lib/templates/csharp/_body.hbs",
"lib/templates/csharp/_item_as_function.hbs",
"lib/templates/csharp/_scenario.hbs",
"lib/templates/csharp/actionword.hbs",
"lib/templates/csharp/actionwords.hbs",
"lib/templates/csharp/argument.hbs",
"lib/templates/csharp/assign.hbs",
"lib/templates/csharp/binaryexpression.hbs",
"lib/templates/csharp/call.hbs",
"lib/templates/csharp/dataset.hbs",
"lib/templates/csharp/dict.hbs",
"lib/templates/csharp/field.hbs",
"lib/templates/csharp/folder.hbs",
"lib/templates/csharp/ifthen.hbs",
"lib/templates/csharp/index.hbs",
"lib/templates/csharp/list.hbs",
"lib/templates/csharp/nullliteral.hbs",
"lib/templates/csharp/parameter.hbs",
"lib/templates/csharp/parenthesis.hbs",
"lib/templates/csharp/property.hbs",
"lib/templates/csharp/scenario.hbs",
"lib/templates/csharp/scenarios.hbs",
"lib/templates/csharp/single_scenario.hbs",
"lib/templates/csharp/single_test.hbs",
"lib/templates/csharp/step.hbs",
"lib/templates/csharp/stringliteral.hbs",
"lib/templates/csharp/tag.hbs",
"lib/templates/csharp/template.hbs",
"lib/templates/csharp/test.hbs",
"lib/templates/csharp/tests.hbs",
"lib/templates/csharp/variable.hbs",
"lib/templates/csharp/while.hbs",
"lib/templates/cucumber/actionword.hbs",
"lib/templates/cucumber/actionwords.hbs",
"lib/templates/cucumber/groovy/step-definitions/_gherkin_pattern.hbs",
"lib/templates/cucumber/groovy/step-definitions/actionword.hbs",
"lib/templates/cucumber/groovy/step-definitions/actionwords.hbs",
"lib/templates/cucumber/groovy/step-definitions/library.hbs",
"lib/templates/cucumber/groovy/step-definitions/libraryactionword.hbs",
"lib/templates/cucumber/groovy/step-definitions/parameter.hbs",
"lib/templates/cucumber/java/actionword.hbs",
"lib/templates/cucumber/java/actionwords.hbs",
"lib/templates/cucumber/java/actionwords/parameter.hbs",
"lib/templates/cucumber/java/parameter.hbs",
"lib/templates/cucumber/javascript/_after_hook.hbs",
"lib/templates/cucumber/javascript/_before_hook.hbs",
"lib/templates/cucumber/javascript/actionword.hbs",
"lib/templates/cucumber/javascript/actionwords.hbs",
"lib/templates/cucumber/parameter.hbs",
"lib/templates/cucumber/typescript/_after_hook.hbs",
"lib/templates/cucumber/typescript/_before_hook.hbs",
"lib/templates/cucumber/typescript/actionword.hbs",
"lib/templates/cucumber/typescript/actionwords.hbs",
"lib/templates/cucumber/typescript/library.hbs",
"lib/templates/cucumber/typescript/libraryactionword.hbs",
"lib/templates/cucumber_legacy/groovy/step-definitions/actionword.hbs",
"lib/templates/cucumber_legacy/groovy/step-definitions/actionwords.hbs",
"lib/templates/cucumber_legacy/groovy/step-definitions/library.hbs",
"lib/templates/cucumber_legacy/groovy/step-definitions/libraryactionword.hbs",
"lib/templates/cucumber_legacy/java/actionword.hbs",
"lib/templates/cucumber_legacy/java/actionwords.hbs",
"lib/templates/cucumber_legacy/typescript/actionword.hbs",
"lib/templates/cucumber_legacy/typescript/libraryactionword.hbs",
"lib/templates/gherkin/_call.hbs",
"lib/templates/gherkin/_gherkin_text.hbs",
"lib/templates/gherkin/_scenario.hbs",
"lib/templates/gherkin/_scenario_outline_title.hbs",
"lib/templates/gherkin/argument.hbs",
"lib/templates/gherkin/call.hbs",
"lib/templates/gherkin/dataset.hbs",
"lib/templates/gherkin/datatable.hbs",
"lib/templates/gherkin/folder.hbs",
"lib/templates/gherkin/inlined_uids/_scenario_outline_title.hbs",
"lib/templates/gherkin/java/single_scenario.hbs",
"lib/templates/gherkin/parameter.hbs",
"lib/templates/gherkin/scenarios.hbs",
"lib/templates/gherkin/single_scenario.hbs",
"lib/templates/gherkin/single_test.hbs",
"lib/templates/gherkin/step.hbs",
"lib/templates/gherkin/stringliteral.hbs",
"lib/templates/gherkin/tag.hbs",
"lib/templates/gherkin/template.hbs",
"lib/templates/groovy/_body.hbs",
"lib/templates/groovy/_desc.hbs",
"lib/templates/groovy/_scenario.hbs",
"lib/templates/groovy/_steps.hbs",
"lib/templates/groovy/_test.hbs",
"lib/templates/groovy/actionword.hbs",
"lib/templates/groovy/actionwords.hbs",
"lib/templates/groovy/assign.hbs",
"lib/templates/groovy/call.hbs",
"lib/templates/groovy/dataset.hbs",
"lib/templates/groovy/datatable.hbs",
"lib/templates/groovy/dict.hbs",
"lib/templates/groovy/folder.hbs",
"lib/templates/groovy/index.hbs",
"lib/templates/groovy/libraries.hbs",
"lib/templates/groovy/library.hbs",
"lib/templates/groovy/libraryactionword.hbs",
"lib/templates/groovy/list.hbs",
"lib/templates/groovy/nullliteral.hbs",
"lib/templates/groovy/parameter.hbs",
"lib/templates/groovy/property.hbs",
"lib/templates/groovy/scenario.hbs",
"lib/templates/groovy/scenarios.hbs",
"lib/templates/groovy/single_scenario.hbs",
"lib/templates/groovy/single_test.hbs",
"lib/templates/groovy/template.hbs",
"lib/templates/groovy/test.hbs",
"lib/templates/groovy/tests.hbs",
"lib/templates/java/_body.hbs",
"lib/templates/java/_item_as_function.hbs",
"lib/templates/java/_scenario.hbs",
"lib/templates/java/actionword.hbs",
"lib/templates/java/actionwords.hbs",
"lib/templates/java/argument.hbs",
"lib/templates/java/assign.hbs",
"lib/templates/java/binaryexpression.hbs",
"lib/templates/java/call.hbs",
"lib/templates/java/dataset.hbs",
"lib/templates/java/dict.hbs",
"lib/templates/java/espresso/_scenario.hbs",
"lib/templates/java/espresso/dataset.hbs",
"lib/templates/java/espresso/folder.hbs",
"lib/templates/java/espresso/scenarios.hbs",
"lib/templates/java/espresso/single_scenario.hbs",
"lib/templates/java/espresso/single_test.hbs",
"lib/templates/java/espresso/tests.hbs",
"lib/templates/java/field.hbs",
"lib/templates/java/folder.hbs",
"lib/templates/java/ifthen.hbs",
"lib/templates/java/index.hbs",
"lib/templates/java/libraries.hbs",
"lib/templates/java/library.hbs",
"lib/templates/java/libraryactionword.hbs",
"lib/templates/java/list.hbs",
"lib/templates/java/nullliteral.hbs",
"lib/templates/java/parameter.hbs",
"lib/templates/java/parenthesis.hbs",
"lib/templates/java/property.hbs",
"lib/templates/java/scenario.hbs",
"lib/templates/java/scenarios.hbs",
"lib/templates/java/single_scenario.hbs",
"lib/templates/java/single_test.hbs",
"lib/templates/java/step.hbs",
"lib/templates/java/stringliteral.hbs",
"lib/templates/java/tag.hbs",
"lib/templates/java/template.hbs",
"lib/templates/java/test.hbs",
"lib/templates/java/testng/_scenario.hbs",
"lib/templates/java/testng/dataset.hbs",
"lib/templates/java/testng/folder.hbs",
"lib/templates/java/testng/scenarios.hbs",
"lib/templates/java/testng/single_scenario.hbs",
"lib/templates/java/testng/single_test.hbs",
"lib/templates/java/testng/tests.hbs",
"lib/templates/java/tests.hbs",
"lib/templates/java/variable.hbs",
"lib/templates/java/while.hbs",
"lib/templates/javascript/_body.hbs",
"lib/templates/javascript/_item_as_function.hbs",
"lib/templates/javascript/_item_as_hash_key.hbs",
"lib/templates/javascript/_module_declaration.hbs",
"lib/templates/javascript/_scenario.hbs",
"lib/templates/javascript/actionword.hbs",
"lib/templates/javascript/actionwords.hbs",
"lib/templates/javascript/argument.hbs",
"lib/templates/javascript/assign.hbs",
"lib/templates/javascript/binaryexpression.hbs",
"lib/templates/javascript/call.hbs",
"lib/templates/javascript/codeceptjs/actionword.hbs",
"lib/templates/javascript/codeceptjs/actionwords.hbs",
"lib/templates/javascript/dataset.hbs",
"lib/templates/javascript/dict.hbs",
"lib/templates/javascript/es6/actionwords.hbs",
"lib/templates/javascript/field.hbs",
"lib/templates/javascript/folder.hbs",
"lib/templates/javascript/ifthen.hbs",
"lib/templates/javascript/index.hbs",
"lib/templates/javascript/jasmine/_before_each.hbs",
"lib/templates/javascript/jasmine/_scenario.hbs",
"lib/templates/javascript/jasmine/dataset.hbs",
"lib/templates/javascript/jasmine/folder.hbs",
"lib/templates/javascript/jasmine/scenarios.hbs",
"lib/templates/javascript/jasmine/single_scenario.hbs",
"lib/templates/javascript/jasmine/single_test.hbs",
"lib/templates/javascript/jasmine/tests.hbs",
"lib/templates/javascript/list.hbs",
"lib/templates/javascript/mocha/_before_each.hbs",
"lib/templates/javascript/mocha/folder.hbs",
"lib/templates/javascript/nullliteral.hbs",
"lib/templates/javascript/parameter.hbs",
"lib/templates/javascript/parenthesis.hbs",
"lib/templates/javascript/project.hbs",
"lib/templates/javascript/property.hbs",
"lib/templates/javascript/scenario.hbs",
"lib/templates/javascript/scenarios.hbs",
"lib/templates/javascript/single_scenario.hbs",
"lib/templates/javascript/single_test.hbs",
"lib/templates/javascript/step.hbs",
"lib/templates/javascript/tag.hbs",
"lib/templates/javascript/template.hbs",
"lib/templates/javascript/test.hbs",
"lib/templates/javascript/tests.hbs",
"lib/templates/javascript/while.hbs",
"lib/templates/jbehave/_scenario.hbs",
"lib/templates/jbehave/actionwords/parameter.hbs",
"lib/templates/jbehave/call.hbs",
"lib/templates/jbehave/folder.hbs",
"lib/templates/jbehave/single_test.hbs",
"lib/templates/jbehave/steps/_gherkin_pattern.hbs",
"lib/templates/jbehave/steps/actionword.hbs",
"lib/templates/jbehave/steps/actionwords.hbs",
"lib/templates/php/_body.hbs",
"lib/templates/php/_item_as_function.hbs",
"lib/templates/php/_scenario.hbs",
"lib/templates/php/_setup.hbs",
"lib/templates/php/actionword.hbs",
"lib/templates/php/actionwords.hbs",
"lib/templates/php/argument.hbs",
"lib/templates/php/assign.hbs",
"lib/templates/php/binaryexpression.hbs",
"lib/templates/php/call.hbs",
"lib/templates/php/dataset.hbs",
"lib/templates/php/dict.hbs",
"lib/templates/php/field.hbs",
"lib/templates/php/folder.hbs",
"lib/templates/php/ifthen.hbs",
"lib/templates/php/index.hbs",
"lib/templates/php/libraries.hbs",
"lib/templates/php/library.hbs",
"lib/templates/php/libraryactionword.hbs",
"lib/templates/php/list.hbs",
"lib/templates/php/nullliteral.hbs",
"lib/templates/php/parameter.hbs",
"lib/templates/php/parenthesis.hbs",
"lib/templates/php/project.hbs",
"lib/templates/php/property.hbs",
"lib/templates/php/scenario.hbs",
"lib/templates/php/scenarios.hbs",
"lib/templates/php/single_scenario.hbs",
"lib/templates/php/single_test.hbs",
"lib/templates/php/step.hbs",
"lib/templates/php/tag.hbs",
"lib/templates/php/template.hbs",
"lib/templates/php/test.hbs",
"lib/templates/php/tests.hbs",
"lib/templates/php/variable.hbs",
"lib/templates/php/while.hbs",
"lib/templates/python/_body.hbs",
"lib/templates/python/_item_as_def.hbs",
"lib/templates/python/_parameters.hbs",
"lib/templates/python/_scenario.hbs",
"lib/templates/python/actionword.hbs",
"lib/templates/python/actionwords.hbs",
"lib/templates/python/argument.hbs",
"lib/templates/python/assign.hbs",
"lib/templates/python/binaryexpression.hbs",
"lib/templates/python/booleanliteral.hbs",
"lib/templates/python/call.hbs",
"lib/templates/python/dataset.hbs",
"lib/templates/python/dict.hbs",
"lib/templates/python/field.hbs",
"lib/templates/python/folder.hbs",
"lib/templates/python/ifthen.hbs",
"lib/templates/python/index.hbs",
"lib/templates/python/libraries.hbs",
"lib/templates/python/library.hbs",
"lib/templates/python/libraryactionword.hbs",
"lib/templates/python/list.hbs",
"lib/templates/python/nullliteral.hbs",
"lib/templates/python/parameter.hbs",
"lib/templates/python/parenthesis.hbs",
"lib/templates/python/project.hbs",
"lib/templates/python/property.hbs",
"lib/templates/python/scenario.hbs",
"lib/templates/python/scenarios.hbs",
"lib/templates/python/single_scenario.hbs",
"lib/templates/python/single_test.hbs",
"lib/templates/python/step.hbs",
"lib/templates/python/tag.hbs",
"lib/templates/python/template.hbs",
"lib/templates/python/test.hbs",
"lib/templates/python/tests.hbs",
"lib/templates/python/unittest/actionwords.hbs",
"lib/templates/python/while.hbs",
"lib/templates/robotframework/_keyword.hbs",
"lib/templates/robotframework/_keyword_body.hbs",
"lib/templates/robotframework/_scenario.hbs",
"lib/templates/robotframework/actionword.hbs",
"lib/templates/robotframework/actionwords.hbs",
"lib/templates/robotframework/argument.hbs",
"lib/templates/robotframework/call.hbs",
"lib/templates/robotframework/dataset.hbs",
"lib/templates/robotframework/datatable.hbs",
"lib/templates/robotframework/folder.hbs",
"lib/templates/robotframework/ifthen.hbs",
"lib/templates/robotframework/parameter.hbs",
"lib/templates/robotframework/property.hbs",
"lib/templates/robotframework/scenarios.hbs",
"lib/templates/robotframework/single_scenario.hbs",
"lib/templates/robotframework/single_test.hbs",
"lib/templates/robotframework/stringliteral.hbs",
"lib/templates/robotframework/template.hbs",
"lib/templates/robotframework/test.hbs",
"lib/templates/robotframework/tests.hbs",
"lib/templates/robotframework/variable.hbs",
"lib/templates/robotframework/while.hbs",
"lib/templates/ruby/_body.hbs",
"lib/templates/ruby/_item_as_def.hbs",
"lib/templates/ruby/_scenario.hbs",
"lib/templates/ruby/actionword.hbs",
"lib/templates/ruby/actionwords.hbs",
"lib/templates/ruby/argument.hbs",
"lib/templates/ruby/assign.hbs",
"lib/templates/ruby/binaryexpression.hbs",
"lib/templates/ruby/call.hbs",
"lib/templates/ruby/dataset.hbs",
"lib/templates/ruby/dict.hbs",
"lib/templates/ruby/field.hbs",
"lib/templates/ruby/folder.hbs",
"lib/templates/ruby/ifthen.hbs",
"lib/templates/ruby/index.hbs",
"lib/templates/ruby/list.hbs",
"lib/templates/ruby/minitest/_item_as_def.hbs",
"lib/templates/ruby/minitest/_scenario.hbs",
"lib/templates/ruby/minitest/dataset.hbs",
"lib/templates/ruby/minitest/folder.hbs",
"lib/templates/ruby/minitest/scenario.hbs",
"lib/templates/ruby/minitest/scenarios.hbs",
"lib/templates/ruby/minitest/single_scenario.hbs",
"lib/templates/ruby/minitest/single_test.hbs",
"lib/templates/ruby/minitest/test.hbs",
"lib/templates/ruby/minitest/tests.hbs",
"lib/templates/ruby/parameter.hbs",
"lib/templates/ruby/parenthesis.hbs",
"lib/templates/ruby/project.hbs",
"lib/templates/ruby/property.hbs",
"lib/templates/ruby/scenario.hbs",
"lib/templates/ruby/scenarios.hbs",
"lib/templates/ruby/single_scenario.hbs",
"lib/templates/ruby/single_test.hbs",
"lib/templates/ruby/step.hbs",
"lib/templates/ruby/symbol.hbs",
"lib/templates/ruby/tag.hbs",
"lib/templates/ruby/template.hbs",
"lib/templates/ruby/test.hbs",
"lib/templates/ruby/tests.hbs",
"lib/templates/ruby/while.hbs",
"lib/templates/seleniumide/argument.hbs",
"lib/templates/seleniumide/call.hbs",
"lib/templates/seleniumide/single_test.hbs",
"lib/templates/seleniumide/step.hbs",
"lib/templates/seleniumide/stringliteral.hbs",
"lib/templates/seleniumide/template.hbs",
"lib/templates/seleniumide/test.hbs",
"lib/templates/seleniumide/tests.hbs",
"lib/templates/specflow/actionword.hbs",
"lib/templates/specflow/actionwords.hbs",
"lib/templates/specflow/actionwords/parameter.hbs",
"lib/templates/specflow/gherkin/tag.hbs",
"lib/templates/specflow/parameter.hbs",
"lib/templates/swift/_body.hbs",
"lib/templates/swift/_item_as_def.hbs",
"lib/templates/swift/_scenario.hbs",
"lib/templates/swift/actionword.hbs",
"lib/templates/swift/actionwords.hbs",
"lib/templates/swift/argument.hbs",
"lib/templates/swift/assign.hbs",
"lib/templates/swift/binaryexpression.hbs",
"lib/templates/swift/call.hbs",
"lib/templates/swift/dataset.hbs",
"lib/templates/swift/dict.hbs",
"lib/templates/swift/field.hbs",
"lib/templates/swift/folder.hbs",
"lib/templates/swift/ifthen.hbs",
"lib/templates/swift/index.hbs",
"lib/templates/swift/list.hbs",
"lib/templates/swift/parameter.hbs",
"lib/templates/swift/parenthesis.hbs",
"lib/templates/swift/project.hbs",
"lib/templates/swift/property.hbs",
"lib/templates/swift/scenario.hbs",
"lib/templates/swift/scenarios.hbs",
"lib/templates/swift/single_scenario.hbs",
"lib/templates/swift/single_test.hbs",
"lib/templates/swift/step.hbs",
"lib/templates/swift/stringliteral.hbs",
"lib/templates/swift/symbol.hbs",
"lib/templates/swift/tag.hbs",
"lib/templates/swift/template.hbs",
"lib/templates/swift/test.hbs",
"lib/templates/swift/tests.hbs",
"lib/templates/swift/while.hbs",
"lib/templates/typescript/_item_as_function.hbs",
"lib/templates/typescript/actionword.hbs",
"lib/templates/typescript/actionwords.hbs",
"lib/templates/typescript/libraries.hbs",
"lib/templates/typescript/library.hbs",
"lib/templates/typescript/libraryactionword.hbs",
"lib/templates/typescript/parameter.hbs"
]
s.homepage = "https://cucumber.io".freeze
s.licenses = ["MIT".freeze]
s.required_ruby_version = Gem::Requirement.new(">= 2.7".freeze)
s.rubygems_version = "3.2.33".freeze
s.summary = "Export your tests from CucumberStudio into executable tests.".freeze
if s.respond_to? :specification_version then
s.specification_version = 4
end
if s.respond_to? :add_runtime_dependency then
s.add_runtime_dependency(%q<colorize>.freeze, ["~> 0.7", ">= 0.7.5"])
s.add_runtime_dependency(%q<parseconfig>.freeze, ["~> 1.0", ">= 1.0.4"])
s.add_runtime_dependency(%q<i18n>.freeze, ["~> 0.7", ">= 0.7.0"])
s.add_runtime_dependency(%q<nokogiri>.freeze, ["~> 1.10"])
s.add_runtime_dependency(%q<multipart-post>.freeze, ["~> 2.1", ">= 2.1.1"])
s.add_runtime_dependency(%q<ruby_version>.freeze, ["~> 1"])
s.add_runtime_dependency(%q<ruby-handlebars>.freeze, ["~> 0.4.0"])
s.add_development_dependency(%q<actionview>.freeze, ["~> 6"])
s.add_development_dependency(%q<codeclimate-test-reporter>.freeze, ["~> 0.4", ">= 0.4.6"])
s.add_development_dependency(%q<i18n-coverage>.freeze, ["~> 0.1.1"])
s.add_development_dependency(%q<juwelier>.freeze, [">= 0"])
s.add_development_dependency(%q<pry-byebug>.freeze, ["~> 3"])
s.add_development_dependency(%q<pry>.freeze, ["~> 0"])
s.add_development_dependency(%q<rspec-mocks>.freeze, ["~> 3.3"])
s.add_development_dependency(%q<rspec>.freeze, ["~> 3.3"])
else
s.add_dependency(%q<colorize>.freeze, ["~> 0.7", ">= 0.7.5"])
s.add_dependency(%q<parseconfig>.freeze, ["~> 1.0", ">= 1.0.4"])
s.add_dependency(%q<i18n>.freeze, ["~> 0.7", ">= 0.7.0"])
s.add_dependency(%q<nokogiri>.freeze, ["~> 1.10"])
s.add_dependency(%q<multipart-post>.freeze, ["~> 2.1", ">= 2.1.1"])
s.add_dependency(%q<ruby_version>.freeze, ["~> 1"])
s.add_dependency(%q<ruby-handlebars>.freeze, ["~> 0.4.0"])
s.add_dependency(%q<actionview>.freeze, ["~> 6"])
s.add_dependency(%q<codeclimate-test-reporter>.freeze, ["~> 0.4", ">= 0.4.6"])
s.add_dependency(%q<i18n-coverage>.freeze, ["~> 0.1.1"])
s.add_dependency(%q<juwelier>.freeze, [">= 0"])
s.add_dependency(%q<pry-byebug>.freeze, ["~> 3"])
s.add_dependency(%q<pry>.freeze, ["~> 0"])
s.add_dependency(%q<rspec-mocks>.freeze, ["~> 3.3"])
s.add_dependency(%q<rspec>.freeze, ["~> 3.3"])
end
end