hiptest-publisher-fork 3.4.10 → 3.4.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +187 -217
  3. data/lib/hiptest-publisher/i18n.rb +1 -0
  4. metadata +11 -11
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 57e045ff46eb95e6aebd40ddac1300a3b1bf1b1c3fb44a731ed6fd997e014249
4
- data.tar.gz: 868359a7afd1bce1006dadbc464dc91b7a7648be445d59e33b16c06565717342
3
+ metadata.gz: f3047f57f6601f9076be626fc529922eb2c94f4dbfe6f8192f1bc7ad0e4791d0
4
+ data.tar.gz: 7f283bf4e0b01865aeb8010d8bc3c85220ccd4b6b3cae3960e25dc5d3b549015
5
5
  SHA512:
6
- metadata.gz: d70a6f34233455b233f8e46761a593c4d33f6d57fb4354edb556f9c89b777a8e6b2c996df8d2d3ed04fc7a54239d34c4345784fcf8b088c72a5d453806dbeb7a
7
- data.tar.gz: 4a9644086eb5ab911358e1447cb79f4705a4812b9fdc08d540723404f17583b3d00c880bf106b02307fc606a12fb9a32c0a88808ba60e49de3103b69bebbae09
6
+ metadata.gz: fe2aca1e7da705a4f2b86be66a8d1dda5bd70366856976ddbb400fbf440cda022d119aebff6db0337050c1d72accdc8d8ff97a677ae07cd75bb5b709afe8226d
7
+ data.tar.gz: 03b24c15a6b6d29227736726134034935cf7ab8816e8a4b085a7654258722393ccfcbe55d36b8c5ddd4f30279eacc0396cfc760c7a61817f0147f5f790d0f0c1
data/CHANGELOG.md CHANGED
@@ -1,315 +1,285 @@
1
- HipTest Publisher Changelog
2
- ===========================
1
+ # HipTest Publisher Changelog
3
2
 
4
- [3.2.0]
5
- ------------
3
+ ## [3.4.0]
6
4
 
7
- - Dropping support for ruby < 2.7
8
- - Adding support for ruby 3.0
5
+ - Fix the issue "undefined method `exists?' for class File (NoMethodError)"
9
6
 
10
- [3.1.0]
11
- -------
7
+ ## [3.2.0]
12
8
 
13
- - Add options related to builds (or execution cycles) in CucumberStudio:
14
- - `--build-id`: allows to specify the build in which the results will be pushed
15
- - `--build-name`: allows to name the build which will be created to store the results
9
+ - Dropping support for ruby < 2.7
10
+ - Adding support for ruby 3.0
16
11
 
17
- [3.0.0]
18
- -------
12
+ ## [3.1.0]
19
13
 
20
- - Add `--overriden-language-configs` command line option (#205 by tenpaiyomi)
21
- - Add support for Cucumber Expression in Java and Groovy (#205 by tenpaiyomi)
22
- - Fix possible duplication of actionwords in export (#232 by tenpaiyomi)
23
- - Breaking change: Export with cucumber expressions are now the default when specifying `--language=cucumber` for TypeScript, Java, and GroovySet. Use `--language=cucumber_legacy` to keep previous export behavior (#205 by tenpaiyomi) (#205 by tenpaiyomi)
24
- - Breaking change: Drop support for ruby 2.3 and ruby 2.4 as they have reached end of life
25
- - Rename HipTest as CucumberStudio in user messages
26
- - Properly escape new lines in datatables (#109)
14
+ - Add options related to builds (or execution cycles) in CucumberStudio:
15
+ - `--build-id`: allows to specify the build in which the results will be pushed
16
+ - `--build-name`: allows to name the build which will be created to store the results
27
17
 
28
- [2.4.0]
29
- -------
18
+ ## [3.0.0]
30
19
 
31
- - Add support for asynchronous export of projects from Cucumber Studio
20
+ - Add `--overriden-language-configs` command line option (#205 by tenpaiyomi)
21
+ - Add support for Cucumber Expression in Java and Groovy (#205 by tenpaiyomi)
22
+ - Fix possible duplication of actionwords in export (#232 by tenpaiyomi)
23
+ - Breaking change: Export with cucumber expressions are now the default when specifying `--language=cucumber` for TypeScript, Java, and GroovySet. Use `--language=cucumber_legacy` to keep previous export behavior (#205 by tenpaiyomi) (#205 by tenpaiyomi)
24
+ - Breaking change: Drop support for ruby 2.3 and ruby 2.4 as they have reached end of life
25
+ - Rename HipTest as CucumberStudio in user messages
26
+ - Properly escape new lines in datatables (#109)
32
27
 
33
- [2.3.1]
34
- -------
28
+ ## [2.4.0]
35
29
 
36
- - `--indentation` option is now available to customize the indentation of the output
30
+ - Add support for asynchronous export of projects from Cucumber Studio
37
31
 
38
- [2.3.0]
39
- -------
32
+ ## [2.3.1]
40
33
 
41
- - No test uids in datatables by default for feature files, add them when test run is used (#201)
34
+ - `--indentation` option is now available to customize the indentation of the output
42
35
 
43
- [2.2.0]
44
- -------
36
+ ## [2.3.0]
45
37
 
46
- - 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])
38
+ - No test uids in datatables by default for feature files, add them when test run is used (#201)
47
39
 
48
- [2.1.0]
49
- -------
40
+ ## [2.2.0]
50
41
 
51
- - Do not try to colorize output when not in a `tty`
42
+ - 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])
52
43
 
53
- - Add `--[no-]color` option to allow disabling colored output
44
+ ## [2.1.0]
54
45
 
55
- [2.0.0]
56
- -------
46
+ - Do not try to colorize output when not in a `tty`
57
47
 
58
- - 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/))
48
+ - Add `--[no-]color` option to allow disabling colored output
59
49
 
60
- - Drop Ruby 2.2 support.
50
+ ## [2.0.0]
61
51
 
62
- - Update Nokogiri to 1.10
52
+ - 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/))
63
53
 
64
- [1.31.0]
65
- --------
54
+ - Drop Ruby 2.2 support.
66
55
 
67
- - Follow redirections when doing HTTP requests.
56
+ - Update Nokogiri to 1.10
68
57
 
69
- [1.30.0]
70
- --------
58
+ ## [1.31.0]
71
59
 
72
- - Upgrade `ruby-handlebars` to 0.4. `each` and `join` helpers now support the `as` notation.
60
+ - Follow redirections when doing HTTP requests.
73
61
 
74
- - Add support for Swift/XCTest ([#134](https://github.com/hiptest/hiptest-publisher/pull/134) [bangroot])
62
+ ## [1.30.0]
75
63
 
76
- - Add cache for the XML downloaded from CucumberStudio.
77
- By default, files will be valid for 60 seconds but can be changed by using `--cache-duration=120` for example.
64
+ - Upgrade `ruby-handlebars` to 0.4. `each` and `join` helpers now support the `as` notation.
78
65
 
79
- [1.29.2]
80
- --------
66
+ - Add support for Swift/XCTest ([#134](https://github.com/hiptest/hiptest-publisher/pull/134) [bangroot])
81
67
 
82
- - 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))
68
+ - Add cache for the XML downloaded from CucumberStudio.
69
+ By default, files will be valid for 60 seconds but can be changed by using `--cache-duration=120` for example.
83
70
 
84
- [1.29.1]
85
- --------
71
+ ## [1.29.2]
86
72
 
87
- - Allow any characters for the meta value ([#155](https://github.com/hiptest/hiptest-publisher/issues/155))
73
+ - 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))
88
74
 
75
+ ## [1.29.1]
89
76
 
90
- [1.29.0]
91
- --------
77
+ - Allow any characters for the meta value ([#155](https://github.com/hiptest/hiptest-publisher/issues/155))
92
78
 
93
- - Make `rake install` work with ruby 2.6
94
- - `--parameter-delimiter` option now accepts empty string
79
+ ## [1.29.0]
95
80
 
96
- [1.28.0]
97
- --------
81
+ - Make `rake install` work with ruby 2.6
82
+ - `--parameter-delimiter` option now accepts empty string
98
83
 
99
- - Fix bug where parameter-delimiter value was not recognized in command line ([#147](https://github.com/hiptest/hiptest-publisher/issues/147))
100
- - Add option --http-proxy to specify proxy to use ([#132](https://github.com/hiptest/hiptest-publisher/issues/132))
84
+ ## [1.28.0]
101
85
 
102
- [1.27.1]
103
- --------
86
+ - Fix bug where parameter-delimiter value was not recognized in command line ([#147](https://github.com/hiptest/hiptest-publisher/issues/147))
87
+ - Add option --http-proxy to specify proxy to use ([#132](https://github.com/hiptest/hiptest-publisher/issues/132))
104
88
 
105
- - Add CodeceptJS to language list in OptionsParser.languages
89
+ ## [1.27.1]
106
90
 
107
- [1.27.0]
108
- --------
91
+ - Add CodeceptJS to language list in OptionsParser.languages
109
92
 
110
- - Enable accessing scenario tags in datasets
111
- ([#142](https://github.com/hiptest/hiptest-publisher/pull/142) [nono0481])
93
+ ## [1.27.0]
112
94
 
113
- - Added support for CodeceptJS testing framework
114
- ([#130](https://github.com/hiptest/hiptest-publisher/pull/130) [DavertMik])
95
+ - Enable accessing scenario tags in datasets
96
+ ([#142](https://github.com/hiptest/hiptest-publisher/pull/142) [nono0481])
115
97
 
116
- [1.26.0]
117
- --------
98
+ - Added support for CodeceptJS testing framework
99
+ ([#130](https://github.com/hiptest/hiptest-publisher/pull/130) [DavertMik])
118
100
 
119
- - Shared actionwords handling for Cucumber/Typescript
101
+ ## [1.26.0]
120
102
 
121
- [1.25.0]
122
- --------
103
+ - Shared actionwords handling for Cucumber/Typescript
123
104
 
124
- - Shared actionwords handling for Behave
105
+ ## [1.25.0]
125
106
 
126
- [1.24.0]
127
- --------
107
+ - Shared actionwords handling for Behave
128
108
 
129
- - Add #case, #when and #when_includes handlebars helpers
130
- - Modify #if_includes handlebars helper to work with strings
109
+ ## [1.24.0]
131
110
 
132
- [1.23.5]
133
- --------
111
+ - Add #case, #when and #when_includes handlebars helpers
112
+ - Modify #if_includes handlebars helper to work with strings
134
113
 
135
- - Load i18n path also when used as a library
114
+ ## [1.23.5]
136
115
 
137
- [1.23.4]
138
- --------
116
+ - Load i18n path also when used as a library
139
117
 
140
- - Add I18n to enable localizing (and clearing the code)
118
+ ## [1.23.4]
141
119
 
142
- [1.23.3]
143
- --------
120
+ - Add I18n to enable localizing (and clearing the code)
144
121
 
145
- - Update multipart-post to 2.1.1 to handle issues with Ruby < 2.5
146
- (see: https://github.com/socketry/multipart-post/issues/61)
122
+ ## [1.23.3]
147
123
 
148
- [1.23.2]
149
- --------
124
+ - Update multipart-post to 2.1.1 to handle issues with Ruby < 2.5
125
+ (see: https://github.com/socketry/multipart-post/issues/61)
150
126
 
151
- - Force Nokogiri < 1.10 to keep support for Ruby 2.2
152
- - Add deprecation notifications for Ruby 2.2
127
+ ## [1.23.2]
153
128
 
154
- [1.23.1]
155
- --------
129
+ - Force Nokogiri < 1.10 to keep support for Ruby 2.2
130
+ - Add deprecation notifications for Ruby 2.2
156
131
 
157
- - Handle new shared actionword architecture
132
+ ## [1.23.1]
158
133
 
159
- [1.22.0]
160
- --------
134
+ - Handle new shared actionword architecture
161
135
 
162
- - Add support for Cucumber/Typescript
163
- - Unlock Nokogiri update to 1.9.1
136
+ ## [1.22.0]
164
137
 
165
- [1.21.0]
166
- --------
138
+ - Add support for Cucumber/Typescript
139
+ - Unlock Nokogiri update to 1.9.1
167
140
 
168
- - Add option --execution-environment to push results in the specified execution environment name
141
+ ## [1.21.0]
169
142
 
170
- [1.20.0]
171
- --------
143
+ - Add option --execution-environment to push results in the specified execution environment name
172
144
 
173
- - Add --meta option to add more flexibility in code generation
174
- (see: https://github.com/hiptest/hiptest-publisher/blob/master/docs/Using%20meta%20data.md#using-meta-data)
145
+ ## [1.20.0]
175
146
 
176
- [1.19.3]
177
- --------
147
+ - Add --meta option to add more flexibility in code generation
148
+ (see: https://github.com/hiptest/hiptest-publisher/blob/master/docs/Using%20meta%20data.md#using-meta-data)
178
149
 
179
- - Do not leave trailing whitespaces with {{comment}} helper
150
+ ## [1.19.3]
180
151
 
181
- [1.19.2]
182
- --------
183
- - Fix description in Gherkin exports
152
+ - Do not leave trailing whitespaces with {{comment}} helper
184
153
 
185
- [1.19.1]
186
- --------
187
- - Fix description in Gherkin exports
154
+ ## [1.19.2]
188
155
 
189
- [1.19.0]
190
- --------
191
- - Do not comment description in Gherkin exports
156
+ - Fix description in Gherkin exports
192
157
 
193
- [1.18.1]
194
- --------
195
- - Show message when calling an actionword using an unknown UID
158
+ ## [1.19.1]
196
159
 
197
- [1.18.0]
198
- --------
199
- - Add option [no-]parent-folders-tags to choose if parent tags are rendered in feature files
160
+ - Fix description in Gherkin exports
200
161
 
201
- [1.17.2]
202
- --------
203
- - Fix UIDCall handling for shared actionwords
162
+ ## [1.19.0]
204
163
 
205
- [1.17.1]
206
- --------
207
- - update version number
164
+ - Do not comment description in Gherkin exports
208
165
 
209
- [1.16.6]
210
- --------
211
- - Add the if_includes handlebars helper
212
- - Add options "parameter-delimiter" allowing to remove quotes around parameters in Gherkin export
213
- (or replace it by anything else in fact)
166
+ ## [1.18.1]
214
167
 
215
- [1.16.5]
216
- --------
217
- - Fix UIDCall handling for behat
168
+ - Show message when calling an actionword using an unknown UID
218
169
 
219
- [1.16.4]
220
- --------
221
- - Handling tags for shared actionwords
170
+ ## [1.18.0]
222
171
 
223
- [1.16.3]
224
- --------
225
- - Fix behat rendering of shared actionwords
172
+ - Add option [no-]parent-folders-tags to choose if parent tags are rendered in feature files
226
173
 
227
- [1.16.2]
228
- --------
229
- - Remove unnecessary templates for cucumber/groovy
174
+ ## [1.17.2]
230
175
 
231
- [1.16.0]
232
- --------
233
- - Shared actionwords handling for behat
176
+ - Fix UIDCall handling for shared actionwords
234
177
 
235
- [1.15.0]
236
- --------
237
- - Shared actionwords handling for groovy/spock
178
+ ## [1.17.1]
238
179
 
239
- [1.14.0]
240
- --------
180
+ - update version number
241
181
 
242
- - Shared actionwords handling for cucumber/groovy
182
+ ## [1.16.6]
243
183
 
244
- [1.13.0]
245
- --------
184
+ - Add the if_includes handlebars helper
185
+ - Add options "parameter-delimiter" allowing to remove quotes around parameters in Gherkin export
186
+ (or replace it by anything else in fact)
246
187
 
247
- - Add Cucumber/Groovy support
248
- ([#54](https://github.com/hiptest/hiptest-publisher/issues/54))
188
+ ## [1.16.5]
249
189
 
250
- [1.12.0]
251
- --------
190
+ - Fix UIDCall handling for behat
252
191
 
253
- - Add JBehave support
254
- ([#38](https://github.com/hiptest/hiptest-publisher/issues/38))
192
+ ## [1.16.4]
255
193
 
256
- - Add option --with-dataset-names
257
- ([#105](https://github.com/hiptest/hiptest-publisher/issues/105))
194
+ - Handling tags for shared actionwords
258
195
 
259
- - Reorder steps by regexp length for Behave
260
- ([#104](https://github.com/hiptest/hiptest-publisher/issues/104))
196
+ ## [1.16.3]
261
197
 
198
+ - Fix behat rendering of shared actionwords
199
+
200
+ ## [1.16.2]
201
+
202
+ - Remove unnecessary templates for cucumber/groovy
203
+
204
+ ## [1.16.0]
205
+
206
+ - Shared actionwords handling for behat
207
+
208
+ ## [1.15.0]
209
+
210
+ - Shared actionwords handling for groovy/spock
211
+
212
+ ## [1.14.0]
213
+
214
+ - Shared actionwords handling for cucumber/groovy
215
+
216
+ ## [1.13.0]
217
+
218
+ - Add Cucumber/Groovy support
219
+ ([#54](https://github.com/hiptest/hiptest-publisher/issues/54))
220
+
221
+ ## [1.12.0]
222
+
223
+ - Add JBehave support
224
+ ([#38](https://github.com/hiptest/hiptest-publisher/issues/38))
225
+
226
+ - Add option --with-dataset-names
227
+ ([#105](https://github.com/hiptest/hiptest-publisher/issues/105))
228
+
229
+ - Reorder steps by regexp length for Behave
230
+ ([#104](https://github.com/hiptest/hiptest-publisher/issues/104))
262
231
 
263
232
  <!-- List of releases -->
233
+
264
234
  [Unreleased]: https://github.com/hiptest/hiptest-publisher/compare/v3.1.0...master
265
- [3.1.0]: https://github.com/hiptest/hiptest-publisher/compare/v3.0.0...v3.1.0
235
+ [3.1.0]: https://github.com/hiptest/hiptest-publisher/compare/v3.0.0...v3.1.0
266
236
  [3.0.0]: https://github.com/hiptest/hiptest-publisher/compare/v2.4.0...v3.0.0
267
237
  [2.4.0]: https://github.com/hiptest/hiptest-publisher/compare/v2.3.1...v2.4.0
268
- [2.3.1]: https://github.com/hiptest/hiptest-publisher/compare/v2.3.0...v2.3.1
269
- [2.3.0]: https://github.com/hiptest/hiptest-publisher/compare/v2.2.0...v2.3.0
270
- [2.2.0]: https://github.com/hiptest/hiptest-publisher/compare/v2.1.0...v2.2.0
271
- [2.1.0]: https://github.com/hiptest/hiptest-publisher/compare/v2.0.0...v2.1.0
272
- [2.0.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.31.0...v2.0.0
273
- [1.31.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.30.0...v1.31.0
274
- [1.30.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.29.2...v1.30.0
275
- [1.29.2]: https://github.com/hiptest/hiptest-publisher/compare/v1.29.1...v1.29.2
276
- [1.29.1]: https://github.com/hiptest/hiptest-publisher/compare/v1.29.0...v1.29.1
277
- [1.29.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.28.0...v1.29.0
278
- [1.28.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.27.1...v1.28.0
279
- [1.27.1]: https://github.com/hiptest/hiptest-publisher/compare/v1.27.0...v1.27.1
280
- [1.27.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.26.0...v1.27.0
281
- [1.26.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.25.0...v1.26.0
282
- [1.25.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.24.0...v1.25.0
283
- [1.24.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.23.5...v1.24.0
284
- [1.23.5]: https://github.com/hiptest/hiptest-publisher/compare/v1.23.4...v1.23.5
285
- [1.23.4]: https://github.com/hiptest/hiptest-publisher/compare/v1.23.3...v1.23.4
286
- [1.23.3]: https://github.com/hiptest/hiptest-publisher/compare/v1.23.2...v1.23.3
287
- [1.23.2]: https://github.com/hiptest/hiptest-publisher/compare/v1.23.1...v1.23.2
288
- [1.23.1]: https://github.com/hiptest/hiptest-publisher/compare/v1.22.0...v1.23.1
289
- [1.22.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.21.0...v1.22.0
290
- [1.21.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.20.0...v1.21.0
291
- [1.20.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.19.3...v1.20.0
292
- [1.19.3]: https://github.com/hiptest/hiptest-publisher/compare/v1.19.2...v1.19.3
293
- [1.19.2]: https://github.com/hiptest/hiptest-publisher/compare/v1.19.1...v1.19.2
294
- [1.19.1]: https://github.com/hiptest/hiptest-publisher/compare/v1.19.0...v1.19.1
295
- [1.19.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.18.1...v1.19.0
296
- [1.18.1]: https://github.com/hiptest/hiptest-publisher/compare/v1.18.0...v1.18.1
297
- [1.18.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.17.2...v1.18.0
298
- [1.17.2]: https://github.com/hiptest/hiptest-publisher/compare/v1.17.1...v1.17.2
299
- [1.17.1]: https://github.com/hiptest/hiptest-publisher/compare/v1.16.6...v1.17.1
300
- [1.16.6]: https://github.com/hiptest/hiptest-publisher/compare/v1.16.5...v1.16.6
301
- [1.16.5]: https://github.com/hiptest/hiptest-publisher/compare/v1.16.4...v1.16.5
302
- [1.16.4]: https://github.com/hiptest/hiptest-publisher/compare/v1.16.3...v1.16.4
303
- [1.16.3]: https://github.com/hiptest/hiptest-publisher/compare/v1.16.2...v1.16.3
304
- [1.16.2]: https://github.com/hiptest/hiptest-publisher/compare/v1.16.0...v1.16.2
305
- [1.16.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.15.0...v1.16.0
306
- [1.15.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.14.0...v1.15.0
307
- [1.14.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.13.0...v1.14.0
308
- [1.13.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.12.0...v1.13.0
309
- [1.12.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.11.1...v1.12.0
310
-
238
+ [2.3.1]: https://github.com/hiptest/hiptest-publisher/compare/v2.3.0...v2.3.1
239
+ [2.3.0]: https://github.com/hiptest/hiptest-publisher/compare/v2.2.0...v2.3.0
240
+ [2.2.0]: https://github.com/hiptest/hiptest-publisher/compare/v2.1.0...v2.2.0
241
+ [2.1.0]: https://github.com/hiptest/hiptest-publisher/compare/v2.0.0...v2.1.0
242
+ [2.0.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.31.0...v2.0.0
243
+ [1.31.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.30.0...v1.31.0
244
+ [1.30.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.29.2...v1.30.0
245
+ [1.29.2]: https://github.com/hiptest/hiptest-publisher/compare/v1.29.1...v1.29.2
246
+ [1.29.1]: https://github.com/hiptest/hiptest-publisher/compare/v1.29.0...v1.29.1
247
+ [1.29.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.28.0...v1.29.0
248
+ [1.28.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.27.1...v1.28.0
249
+ [1.27.1]: https://github.com/hiptest/hiptest-publisher/compare/v1.27.0...v1.27.1
250
+ [1.27.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.26.0...v1.27.0
251
+ [1.26.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.25.0...v1.26.0
252
+ [1.25.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.24.0...v1.25.0
253
+ [1.24.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.23.5...v1.24.0
254
+ [1.23.5]: https://github.com/hiptest/hiptest-publisher/compare/v1.23.4...v1.23.5
255
+ [1.23.4]: https://github.com/hiptest/hiptest-publisher/compare/v1.23.3...v1.23.4
256
+ [1.23.3]: https://github.com/hiptest/hiptest-publisher/compare/v1.23.2...v1.23.3
257
+ [1.23.2]: https://github.com/hiptest/hiptest-publisher/compare/v1.23.1...v1.23.2
258
+ [1.23.1]: https://github.com/hiptest/hiptest-publisher/compare/v1.22.0...v1.23.1
259
+ [1.22.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.21.0...v1.22.0
260
+ [1.21.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.20.0...v1.21.0
261
+ [1.20.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.19.3...v1.20.0
262
+ [1.19.3]: https://github.com/hiptest/hiptest-publisher/compare/v1.19.2...v1.19.3
263
+ [1.19.2]: https://github.com/hiptest/hiptest-publisher/compare/v1.19.1...v1.19.2
264
+ [1.19.1]: https://github.com/hiptest/hiptest-publisher/compare/v1.19.0...v1.19.1
265
+ [1.19.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.18.1...v1.19.0
266
+ [1.18.1]: https://github.com/hiptest/hiptest-publisher/compare/v1.18.0...v1.18.1
267
+ [1.18.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.17.2...v1.18.0
268
+ [1.17.2]: https://github.com/hiptest/hiptest-publisher/compare/v1.17.1...v1.17.2
269
+ [1.17.1]: https://github.com/hiptest/hiptest-publisher/compare/v1.16.6...v1.17.1
270
+ [1.16.6]: https://github.com/hiptest/hiptest-publisher/compare/v1.16.5...v1.16.6
271
+ [1.16.5]: https://github.com/hiptest/hiptest-publisher/compare/v1.16.4...v1.16.5
272
+ [1.16.4]: https://github.com/hiptest/hiptest-publisher/compare/v1.16.3...v1.16.4
273
+ [1.16.3]: https://github.com/hiptest/hiptest-publisher/compare/v1.16.2...v1.16.3
274
+ [1.16.2]: https://github.com/hiptest/hiptest-publisher/compare/v1.16.0...v1.16.2
275
+ [1.16.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.15.0...v1.16.0
276
+ [1.15.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.14.0...v1.15.0
277
+ [1.14.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.13.0...v1.14.0
278
+ [1.13.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.12.0...v1.13.0
279
+ [1.12.0]: https://github.com/hiptest/hiptest-publisher/compare/v1.11.1...v1.12.0
311
280
 
312
281
  <!-- List of contributors -->
282
+
313
283
  [atulhm]: https://github.com/atulhm
314
284
  [bangroot]: https://github.com/bangroot
315
285
  [ClaudiaJ]: https://github.com/ClaudiaJ
@@ -3,3 +3,4 @@ require 'i18n'
3
3
  require 'hiptest-publisher/utils'
4
4
 
5
5
  I18n.load_path << Dir["#{hiptest_publisher_path}/config/locales/*.yml"]
6
+ I18n.default_locale = :en
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hiptest-publisher-fork
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.10
4
+ version: 3.4.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - CucumberStudio R&D
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
  date: 2022-05-18 00:00:00.000000000 Z
@@ -54,22 +54,22 @@ dependencies:
54
54
  name: i18n
55
55
  requirement: !ruby/object:Gem::Requirement
56
56
  requirements:
57
- - - ">="
58
- - !ruby/object:Gem::Version
59
- version: 0.7.0
60
57
  - - "~>"
61
58
  - !ruby/object:Gem::Version
62
59
  version: '0.7'
60
+ - - ">="
61
+ - !ruby/object:Gem::Version
62
+ version: 0.7.0
63
63
  type: :runtime
64
64
  prerelease: false
65
65
  version_requirements: !ruby/object:Gem::Requirement
66
66
  requirements:
67
- - - ">="
68
- - !ruby/object:Gem::Version
69
- version: 0.7.0
70
67
  - - "~>"
71
68
  - !ruby/object:Gem::Version
72
69
  version: '0.7'
70
+ - - ">="
71
+ - !ruby/object:Gem::Version
72
+ version: 0.7.0
73
73
  - !ruby/object:Gem::Dependency
74
74
  name: nokogiri
75
75
  requirement: !ruby/object:Gem::Requirement
@@ -761,7 +761,7 @@ homepage: https://cucumber.io
761
761
  licenses:
762
762
  - MIT
763
763
  metadata: {}
764
- post_install_message:
764
+ post_install_message:
765
765
  rdoc_options: []
766
766
  require_paths:
767
767
  - lib
@@ -776,8 +776,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
776
776
  - !ruby/object:Gem::Version
777
777
  version: '0'
778
778
  requirements: []
779
- rubygems_version: 3.0.3.1
780
- signing_key:
779
+ rubygems_version: 3.4.1
780
+ signing_key:
781
781
  specification_version: 4
782
782
  summary: Export your tests from CucumberStudio into executable tests.
783
783
  test_files: []