hiptest-publisher 2.3.0 → 3.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (36) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -2
  3. data/README.md +28 -21
  4. data/bin/hiptest-publisher +11 -7
  5. data/config/locales/en.yml +18 -13
  6. data/lib/config/cucumber-typescript.conf +41 -41
  7. data/lib/config/cucumber_legacy-groovy.conf +40 -0
  8. data/lib/config/cucumber_legacy-java.conf +24 -0
  9. data/lib/config/{cucumber_expressions-typescript.conf → cucumber_legacy-typescript.conf} +41 -41
  10. data/lib/hiptest-publisher/cli_options_checker.rb +7 -0
  11. data/lib/hiptest-publisher/client.rb +76 -14
  12. data/lib/hiptest-publisher/formatters/console_formatter.rb +1 -0
  13. data/lib/hiptest-publisher/handlebars_helper.rb +1 -1
  14. data/lib/hiptest-publisher/options_parser.rb +27 -6
  15. data/lib/hiptest-publisher/renderer.rb +5 -1
  16. data/lib/hiptest-publisher.rb +1 -1
  17. data/lib/templates/cucumber/groovy/step-definitions/actionword.hbs +1 -1
  18. data/lib/templates/cucumber/groovy/step-definitions/actionwords.hbs +3 -2
  19. data/lib/templates/cucumber/groovy/step-definitions/library.hbs +3 -2
  20. data/lib/templates/cucumber/groovy/step-definitions/libraryactionword.hbs +1 -1
  21. data/lib/templates/cucumber/java/actionword.hbs +1 -1
  22. data/lib/templates/cucumber/java/actionwords.hbs +2 -2
  23. data/lib/templates/cucumber/typescript/actionword.hbs +1 -1
  24. data/lib/templates/cucumber/typescript/libraryactionword.hbs +1 -1
  25. data/lib/templates/cucumber_legacy/groovy/step-definitions/actionword.hbs +5 -0
  26. data/lib/templates/cucumber_legacy/groovy/step-definitions/actionwords.hbs +10 -0
  27. data/lib/templates/cucumber_legacy/groovy/step-definitions/library.hbs +10 -0
  28. data/lib/templates/cucumber_legacy/groovy/step-definitions/libraryactionword.hbs +5 -0
  29. data/lib/templates/cucumber_legacy/java/actionword.hbs +6 -0
  30. data/lib/templates/cucumber_legacy/java/actionwords.hbs +12 -0
  31. data/lib/templates/cucumber_legacy/typescript/actionword.hbs +5 -0
  32. data/lib/templates/{cucumber_expressions → cucumber_legacy}/typescript/libraryactionword.hbs +1 -1
  33. data/lib/templates/gherkin/scenarios.hbs +1 -1
  34. metadata +57 -38
  35. data/CHANGELOG.md +0 -286
  36. data/lib/templates/cucumber_expressions/typescript/actionword.hbs +0 -5
metadata CHANGED
@@ -1,55 +1,55 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hiptest-publisher
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0
4
+ version: 3.1.0
5
5
  platform: ruby
6
6
  authors:
7
- - HipTest R&D
7
+ - CucumberStudio R&D
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-24 00:00:00.000000000 Z
11
+ date: 2021-10-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colorize
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ">="
18
- - !ruby/object:Gem::Version
19
- version: 0.7.5
20
17
  - - "~>"
21
18
  - !ruby/object:Gem::Version
22
19
  version: '0.7'
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: 0.7.5
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
- - - ">="
28
- - !ruby/object:Gem::Version
29
- version: 0.7.5
30
27
  - - "~>"
31
28
  - !ruby/object:Gem::Version
32
29
  version: '0.7'
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: 0.7.5
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: parseconfig
35
35
  requirement: !ruby/object:Gem::Requirement
36
36
  requirements:
37
- - - ">="
38
- - !ruby/object:Gem::Version
39
- version: 1.0.4
40
37
  - - "~>"
41
38
  - !ruby/object:Gem::Version
42
39
  version: '1.0'
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ version: 1.0.4
43
43
  type: :runtime
44
44
  prerelease: false
45
45
  version_requirements: !ruby/object:Gem::Requirement
46
46
  requirements:
47
- - - ">="
48
- - !ruby/object:Gem::Version
49
- version: 1.0.4
50
47
  - - "~>"
51
48
  - !ruby/object:Gem::Version
52
49
  version: '1.0'
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ version: 1.0.4
53
53
  - !ruby/object:Gem::Dependency
54
54
  name: i18n
55
55
  requirement: !ruby/object:Gem::Requirement
@@ -88,22 +88,22 @@ dependencies:
88
88
  name: multipart-post
89
89
  requirement: !ruby/object:Gem::Requirement
90
90
  requirements:
91
- - - ">="
92
- - !ruby/object:Gem::Version
93
- version: 2.1.1
94
91
  - - "~>"
95
92
  - !ruby/object:Gem::Version
96
93
  version: '2.1'
94
+ - - ">="
95
+ - !ruby/object:Gem::Version
96
+ version: 2.1.1
97
97
  type: :runtime
98
98
  prerelease: false
99
99
  version_requirements: !ruby/object:Gem::Requirement
100
100
  requirements:
101
- - - ">="
102
- - !ruby/object:Gem::Version
103
- version: 2.1.1
104
101
  - - "~>"
105
102
  - !ruby/object:Gem::Version
106
103
  version: '2.1'
104
+ - - ">="
105
+ - !ruby/object:Gem::Version
106
+ version: 2.1.1
107
107
  - !ruby/object:Gem::Dependency
108
108
  name: ruby_version
109
109
  requirement: !ruby/object:Gem::Requirement
@@ -192,22 +192,22 @@ dependencies:
192
192
  name: codeclimate-test-reporter
193
193
  requirement: !ruby/object:Gem::Requirement
194
194
  requirements:
195
- - - ">="
196
- - !ruby/object:Gem::Version
197
- version: 0.4.6
198
195
  - - "~>"
199
196
  - !ruby/object:Gem::Version
200
197
  version: '0.4'
198
+ - - ">="
199
+ - !ruby/object:Gem::Version
200
+ version: 0.4.6
201
201
  type: :development
202
202
  prerelease: false
203
203
  version_requirements: !ruby/object:Gem::Requirement
204
204
  requirements:
205
- - - ">="
206
- - !ruby/object:Gem::Version
207
- version: 0.4.6
208
205
  - - "~>"
209
206
  - !ruby/object:Gem::Version
210
207
  version: '0.4'
208
+ - - ">="
209
+ - !ruby/object:Gem::Version
210
+ version: 0.4.6
211
211
  - !ruby/object:Gem::Dependency
212
212
  name: i18n-tasks
213
213
  requirement: !ruby/object:Gem::Requirement
@@ -236,18 +236,30 @@ dependencies:
236
236
  - - "~>"
237
237
  - !ruby/object:Gem::Version
238
238
  version: 0.1.1
239
+ - !ruby/object:Gem::Dependency
240
+ name: actionview
241
+ requirement: !ruby/object:Gem::Requirement
242
+ requirements:
243
+ - - "~>"
244
+ - !ruby/object:Gem::Version
245
+ version: '5.2'
246
+ type: :development
247
+ prerelease: false
248
+ version_requirements: !ruby/object:Gem::Requirement
249
+ requirements:
250
+ - - "~>"
251
+ - !ruby/object:Gem::Version
252
+ version: '5.2'
239
253
  description: Provides a command-line tool that generates Java, Python or Ruby code
240
254
  to run the tests.
241
- email: contact@hiptest.com
255
+ email: studio@cucumber.io
242
256
  executables:
243
257
  - hiptest-publisher
244
258
  extensions: []
245
259
  extra_rdoc_files:
246
- - CHANGELOG.md
247
260
  - LICENSE
248
261
  - README.md
249
262
  files:
250
- - CHANGELOG.md
251
263
  - LICENSE
252
264
  - README.md
253
265
  - bin/hiptest-publisher
@@ -261,7 +273,9 @@ files:
261
273
  - lib/config/cucumber-javascript.conf
262
274
  - lib/config/cucumber-ruby.conf
263
275
  - lib/config/cucumber-typescript.conf
264
- - lib/config/cucumber_expressions-typescript.conf
276
+ - lib/config/cucumber_legacy-groovy.conf
277
+ - lib/config/cucumber_legacy-java.conf
278
+ - lib/config/cucumber_legacy-typescript.conf
265
279
  - lib/config/groovy-spock.conf
266
280
  - lib/config/java-espresso.conf
267
281
  - lib/config/java-junit.conf
@@ -395,8 +409,14 @@ files:
395
409
  - lib/templates/cucumber/typescript/actionwords.hbs
396
410
  - lib/templates/cucumber/typescript/library.hbs
397
411
  - lib/templates/cucumber/typescript/libraryactionword.hbs
398
- - lib/templates/cucumber_expressions/typescript/actionword.hbs
399
- - lib/templates/cucumber_expressions/typescript/libraryactionword.hbs
412
+ - lib/templates/cucumber_legacy/groovy/step-definitions/actionword.hbs
413
+ - lib/templates/cucumber_legacy/groovy/step-definitions/actionwords.hbs
414
+ - lib/templates/cucumber_legacy/groovy/step-definitions/library.hbs
415
+ - lib/templates/cucumber_legacy/groovy/step-definitions/libraryactionword.hbs
416
+ - lib/templates/cucumber_legacy/java/actionword.hbs
417
+ - lib/templates/cucumber_legacy/java/actionwords.hbs
418
+ - lib/templates/cucumber_legacy/typescript/actionword.hbs
419
+ - lib/templates/cucumber_legacy/typescript/libraryactionword.hbs
400
420
  - lib/templates/gherkin/_call.hbs
401
421
  - lib/templates/gherkin/_gherkin_text.hbs
402
422
  - lib/templates/gherkin/_scenario.hbs
@@ -735,9 +755,9 @@ files:
735
755
  - lib/templates/typescript/library.hbs
736
756
  - lib/templates/typescript/libraryactionword.hbs
737
757
  - lib/templates/typescript/parameter.hbs
738
- homepage: https://hiptest.com
758
+ homepage: https://cucumber.io
739
759
  licenses:
740
- - GPL-2.0
760
+ - MIT
741
761
  metadata: {}
742
762
  post_install_message:
743
763
  rdoc_options: []
@@ -754,9 +774,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
754
774
  - !ruby/object:Gem::Version
755
775
  version: '0'
756
776
  requirements: []
757
- rubyforge_project:
758
- rubygems_version: 2.7.6.2
777
+ rubygems_version: 3.0.3.1
759
778
  signing_key:
760
779
  specification_version: 4
761
- summary: Export your tests from HipTest into executable tests.
780
+ summary: Export your tests from CucumberStudio into executable tests.
762
781
  test_files: []
data/CHANGELOG.md DELETED
@@ -1,286 +0,0 @@
1
- HipTest Publisher Changelog
2
- ===========================
3
-
4
- [2.3.0]
5
- -------
6
-
7
- - No test uids in datatables by default for feature files, add them when test run is used (#201)
8
-
9
- [2.2.0]
10
- -------
11
-
12
- - Add support for Cucumber expressions w/ Typescript ([#173](https://github.com/hiptest/hiptest-publisher/pull/173) [#184](https://github.com/hiptest/hiptest-publisher/pull/184) [tenpaiyomi])
13
-
14
- [2.1.0]
15
- -------
16
-
17
- - Do not try to colorize output when not in a `tty`
18
-
19
- - Add `--[no-]color` option to allow disabling colored output
20
-
21
- [2.0.0]
22
- -------
23
-
24
- - Deprecate support for Ruby 2.3 ([Ruby 2.3 EOL](https://www.ruby-lang.org/en/news/2019/03/31/support-of-ruby-2-3-has-ended/))
25
-
26
- - Drop Ruby 2.2 support.
27
-
28
- - Update Nokogiri to 1.10
29
-
30
- [1.31.0]
31
- --------
32
-
33
- - Follow redirections when doing HTTP requests.
34
-
35
- [1.30.0]
36
- --------
37
-
38
- - Upgrade `ruby-handlebars` to 0.4. `each` and `join` helpers now support the `as` notation.
39
-
40
- - Add support for Swift/XCTest ([#134](https://github.com/hiptest/hiptest-publisher/pull/134) [bangroot])
41
-
42
- - Add cache for the XML downloaded from HipTest.
43
- By default, files will be valid for 60 seconds but can be changed by using `--cache-duration=120` for example.
44
-
45
- [1.29.2]
46
- --------
47
-
48
- - Fix escaping in string literals for Java and C# ([#157](https://github.com/hiptest/hiptest-publisher/issues/157) - [hiptest#195](https://github.com/hiptest/hiptest-issue-tracker/issues/195))
49
-
50
- [1.29.1]
51
- --------
52
-
53
- - Allow any characters for the meta value ([#155](https://github.com/hiptest/hiptest-publisher/issues/155))
54
-
55
-
56
- [1.29.0]
57
- --------
58
-
59
- - Make `rake install` work with ruby 2.6
60
- - `--parameter-delimiter` option now accepts empty string
61
-
62
- [1.28.0]
63
- --------
64
-
65
- - Fix bug where parameter-delimiter value was not recognized in command line ([#147](https://github.com/hiptest/hiptest-publisher/issues/147))
66
- - Add option --http-proxy to specify proxy to use ([#132](https://github.com/hiptest/hiptest-publisher/issues/132))
67
-
68
- [1.27.1]
69
- --------
70
-
71
- - Add CodeceptJS to language list in OptionsParser.languages
72
-
73
- [1.27.0]
74
- --------
75
-
76
- - Enable accessing scenario tags in datasets
77
- ([#142](https://github.com/hiptest/hiptest-publisher/pull/142) [nono0481])
78
-
79
- - Added support for CodeceptJS testing framework
80
- ([#130](https://github.com/hiptest/hiptest-publisher/pull/130) [DavertMik])
81
-
82
- [1.26.0]
83
- --------
84
-
85
- - Shared actionwords handling for Cucumber/Typescript
86
-
87
- [1.25.0]
88
- --------
89
-
90
- - Shared actionwords handling for Behave
91
-
92
- [1.24.0]
93
- --------
94
-
95
- - Add #case, #when and #when_includes handlebars helpers
96
- - Modify #if_includes handlebars helper to work with strings
97
-
98
- [1.23.5]
99
- --------
100
-
101
- - Load i18n path also when used as a library
102
-
103
- [1.23.4]
104
- --------
105
-
106
- - Add I18n to enable localizing (and clearing the code)
107
-
108
- [1.23.3]
109
- --------
110
-
111
- - Update multipart-post to 2.1.1 to handle issues with Ruby < 2.5
112
- (see: https://github.com/socketry/multipart-post/issues/61)
113
-
114
- [1.23.2]
115
- --------
116
-
117
- - Force Nokogiri < 1.10 to keep support for Ruby 2.2
118
- - Add deprecation notifications for Ruby 2.2
119
-
120
- [1.23.1]
121
- --------
122
-
123
- - Handle new shared actionword architecture
124
-
125
- [1.22.0]
126
- --------
127
-
128
- - Add support for Cucumber/Typescript
129
- - Unlock Nokogiri update to 1.9.1
130
-
131
- [1.21.0]
132
- --------
133
-
134
- - Add option --execution-environment to push results in the specified execution environment name
135
-
136
- [1.20.0]
137
- --------
138
-
139
- - Add --meta option to add more flexibility in code generation
140
- (see: https://github.com/hiptest/hiptest-publisher/blob/master/docs/Using%20meta%20data.md#using-meta-data)
141
-
142
- [1.19.3]
143
- --------
144
-
145
- - Do not leave trailing whitespaces with {{comment}} helper
146
-
147
- [1.19.2]
148
- --------
149
- - Fix description in Gherkin exports
150
-
151
- [1.19.1]
152
- --------
153
- - Fix description in Gherkin exports
154
-
155
- [1.19.0]
156
- --------
157
- - Do not comment description in Gherkin exports
158
-
159
- [1.18.1]
160
- --------
161
- - Show message when calling an actionword using an unknown UID
162
-
163
- [1.18.0]
164
- --------
165
- - Add option [no-]parent-folders-tags to choose if parent tags are rendered in feature files
166
-
167
- [1.17.2]
168
- --------
169
- - Fix UIDCall handling for shared actionwords
170
-
171
- [1.17.1]
172
- --------
173
- - update version number
174
-
175
- [1.16.6]
176
- --------
177
- - Add the if_includes handlebars helper
178
- - Add options "parameter-delimiter" allowing to remove quotes around parameters in Gherkin export
179
- (or replace it by anything else in fact)
180
-
181
- [1.16.5]
182
- --------
183
- - Fix UIDCall handling for behat
184
-
185
- [1.16.4]
186
- --------
187
- - Handling tags for shared actionwords
188
-
189
- [1.16.3]
190
- --------
191
- - Fix behat rendering of shared actionwords
192
-
193
- [1.16.2]
194
- --------
195
- - Remove unnecessary templates for cucumber/groovy
196
-
197
- [1.16.0]
198
- --------
199
- - Shared actionwords handling for behat
200
-
201
- [1.15.0]
202
- --------
203
- - Shared actionwords handling for groovy/spock
204
-
205
- [1.14.0]
206
- --------
207
-
208
- - Shared actionwords handling for cucumber/groovy
209
-
210
- [1.13.0]
211
- --------
212
-
213
- - Add Cucumber/Groovy support
214
- ([#54](https://github.com/hiptest/hiptest-publisher/issues/54))
215
-
216
- [1.12.0]
217
- --------
218
-
219
- - Add JBehave support
220
- ([#38](https://github.com/hiptest/hiptest-publisher/issues/38))
221
-
222
- - Add option --with-dataset-names
223
- ([#105](https://github.com/hiptest/hiptest-publisher/issues/105))
224
-
225
- - Reorder steps by regexp length for Behave
226
- ([#104](https://github.com/hiptest/hiptest-publisher/issues/104))
227
-
228
-
229
- <!-- List of releases -->
230
- [2.3.0]: https://github.com/hiptest/hiptest-publisher/compare/v2.2.0...v2.3.0
231
- [2.2.0]: https://github.com/hiptest/hiptest-publisher/compare/v2.1.0...v2.2.0
232
- [2.1.0]: https://github.com/hiptest/hiptest-publisher/compare/v2.0.0...v2.1.0
233
- [2.0.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.31.0...v2.0.0
234
- [1.31.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.30.0...v1.31.0
235
- [1.30.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.29.2...v1.30.0
236
- [1.29.2]: https://github.com/hiptest/hiptest-publisher/compare/v1.29.1...v1.29.2
237
- [1.29.1]: https://github.com/hiptest/hiptest-publisher/compare/v1.29.0...v1.29.1
238
- [1.29.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.28.0...v1.29.0
239
- [1.28.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.27.1...v1.28.0
240
- [1.27.1]: https://github.com/hiptest/hiptest-publisher/compare/v1.27.0...v1.27.1
241
- [1.27.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.26.0...v1.27.0
242
- [1.26.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.25.0...v1.26.0
243
- [1.25.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.24.0...v1.25.0
244
- [1.24.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.23.5...v1.24.0
245
- [1.23.5]: https://github.com/hiptest/hiptest-publisher/compare/v1.23.4...v1.23.5
246
- [1.23.4]: https://github.com/hiptest/hiptest-publisher/compare/v1.23.3...v1.23.4
247
- [1.23.3]: https://github.com/hiptest/hiptest-publisher/compare/v1.23.2...v1.23.3
248
- [1.23.2]: https://github.com/hiptest/hiptest-publisher/compare/v1.23.1...v1.23.2
249
- [1.23.1]: https://github.com/hiptest/hiptest-publisher/compare/v1.22.0...v1.23.1
250
- [1.22.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.21.0...v1.22.0
251
- [1.21.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.20.0...v1.21.0
252
- [1.20.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.19.3...v1.20.0
253
- [1.19.3]: https://github.com/hiptest/hiptest-publisher/compare/v1.19.2...v1.19.3
254
- [1.19.2]: https://github.com/hiptest/hiptest-publisher/compare/v1.19.1...v1.19.2
255
- [1.19.1]: https://github.com/hiptest/hiptest-publisher/compare/v1.19.0...v1.19.1
256
- [1.19.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.18.1...v1.19.0
257
- [1.18.1]: https://github.com/hiptest/hiptest-publisher/compare/v1.18.0...v1.18.1
258
- [1.18.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.17.2...v1.18.0
259
- [1.17.2]: https://github.com/hiptest/hiptest-publisher/compare/v1.17.1...v1.17.2
260
- [1.17.1]: https://github.com/hiptest/hiptest-publisher/compare/v1.16.6...v1.17.1
261
- [1.16.6]: https://github.com/hiptest/hiptest-publisher/compare/v1.16.5...v1.16.6
262
- [1.16.5]: https://github.com/hiptest/hiptest-publisher/compare/v1.16.4...v1.16.5
263
- [1.16.4]: https://github.com/hiptest/hiptest-publisher/compare/v1.16.3...v1.16.4
264
- [1.16.3]: https://github.com/hiptest/hiptest-publisher/compare/v1.16.2...v1.16.3
265
- [1.16.2]: https://github.com/hiptest/hiptest-publisher/compare/v1.16.0...v1.16.2
266
- [1.16.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.15.0...v1.16.0
267
- [1.15.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.14.0...v1.15.0
268
- [1.14.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.13.0...v1.14.0
269
- [1.13.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.12.0...v1.13.0
270
- [1.12.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.11.1...v1.12.0
271
-
272
-
273
- <!-- List of contributors -->
274
- [atulhm]: https://github.com/atulhm
275
- [bangroot]: https://github.com/bangroot
276
- [ClaudiaJ]: https://github.com/ClaudiaJ
277
- [daniel-kun]: https://github.com/daniel-kun
278
- [DavertMik]: https://github.com/DavertMik
279
- [etorreborre]: https://github.com/etorreborre
280
- [Jesterovskiy]: https://github.com/Jesterovskiy
281
- [lostiniceland]: https://github.com/lostiniceland
282
- [mhfrantz]: https://github.com/mhfrantz
283
- [nono0481]: https://github.com/nono0481
284
- [tenpaiyomi]: https://github.com/tenpaiyomi
285
- [tikolakin]: https://github.com/tikolakin
286
- [weeksghost]: https://github.com/weeksghost
@@ -1,5 +0,0 @@
1
- {{#if rendered_children.gherkin_annotation }}
2
- {{{ rendered_children.gherkin_annotation }}}('{{> gherkin_typed_pattern}}', async ({{#if rendered_children.parameters}}{{{ join rendered_children.parameters_ordered_by_pattern ', '}}}{{/if}}) => {{#curly}}{{#indent}}
3
- actionWords.{{{camelize_lower rendered_children.name}}}({{#if has_parameters?}}{{#join raw_parameter_names ', ' as |param|}}{{{underscore param}}}{{/join}}{{/if}});
4
- {{/indent}}
5
- {{/curly}});{{/if}}