hiptest-publisher-fork 3.4.13 → 3.4.14

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 303a3e6944d2d69ce800d82c7f9762dcc53f4a956a7284ced288a8672ca9d966
4
- data.tar.gz: cf0336ac9e7f2bfd8c65ceca5029a058259c89a888e0fd7fcab9c14f2d4aef7a
3
+ metadata.gz: cc3138b4530a1ec998b979b165f56d95e91a1159e600d951ecbf0a4c0b07c6f0
4
+ data.tar.gz: a89ee7eb91e41e5c87909d85f5017d7e7a56ee12b7f32ea615ad3d3161e0263b
5
5
  SHA512:
6
- metadata.gz: d381090251e92cf70bed0af423b46956dc8322661e2fc30ec6c5d4b5c6a34522816f8f35b4c319e4b16cc7944aba4dcf7c0a4f979816580dbe4e9c9a9a969c66
7
- data.tar.gz: 4ed4bac90e40deb79ca01ec282d10dd2f370d82765c9e690d5ab0b05ce4a9c0d0e95d634f1de34993db1f183a7f62a8616e0ba9123fd1489fbe7a87a6cee85cf
6
+ metadata.gz: 3bd4d02d928b506b28ee7f32543d7279db843299d3a3246b0cb41e224a0a2e506785072158a3b547745079d6cb605a0a3b9a554aca2fe234856427bd29b3561e
7
+ data.tar.gz: 32cff68d7fc5c682bd0457b66c7b726b37c27301f5272139ee9e9bcf1a7d40820b26c4413061aa1ca754210298f30367daf4a3c90952cf789a53e97801b1f892
data/CHANGELOG.md CHANGED
@@ -1,285 +1,315 @@
1
- # HipTest Publisher Changelog
1
+ HipTest Publisher Changelog
2
+ ===========================
2
3
 
3
- ## [3.4.0]
4
+ [3.2.0]
5
+ ------------
4
6
 
5
- - Fix the issue "undefined method `exists?' for class File (NoMethodError)"
7
+ - Dropping support for ruby < 2.7
8
+ - Adding support for ruby 3.0
6
9
 
7
- ## [3.2.0]
10
+ [3.1.0]
11
+ -------
8
12
 
9
- - Dropping support for ruby < 2.7
10
- - Adding support for ruby 3.0
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
11
16
 
12
- ## [3.1.0]
17
+ [3.0.0]
18
+ -------
13
19
 
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
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)
17
27
 
18
- ## [3.0.0]
28
+ [2.4.0]
29
+ -------
19
30
 
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)
31
+ - Add support for asynchronous export of projects from Cucumber Studio
27
32
 
28
- ## [2.4.0]
33
+ [2.3.1]
34
+ -------
29
35
 
30
- - Add support for asynchronous export of projects from Cucumber Studio
36
+ - `--indentation` option is now available to customize the indentation of the output
31
37
 
32
- ## [2.3.1]
38
+ [2.3.0]
39
+ -------
33
40
 
34
- - `--indentation` option is now available to customize the indentation of the output
41
+ - No test uids in datatables by default for feature files, add them when test run is used (#201)
35
42
 
36
- ## [2.3.0]
43
+ [2.2.0]
44
+ -------
37
45
 
38
- - No test uids in datatables by default for feature files, add them when test run is used (#201)
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])
39
47
 
40
- ## [2.2.0]
48
+ [2.1.0]
49
+ -------
41
50
 
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])
51
+ - Do not try to colorize output when not in a `tty`
43
52
 
44
- ## [2.1.0]
53
+ - Add `--[no-]color` option to allow disabling colored output
45
54
 
46
- - Do not try to colorize output when not in a `tty`
55
+ [2.0.0]
56
+ -------
47
57
 
48
- - Add `--[no-]color` option to allow disabling colored output
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/))
49
59
 
50
- ## [2.0.0]
60
+ - Drop Ruby 2.2 support.
51
61
 
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/))
62
+ - Update Nokogiri to 1.10
53
63
 
54
- - Drop Ruby 2.2 support.
64
+ [1.31.0]
65
+ --------
55
66
 
56
- - Update Nokogiri to 1.10
67
+ - Follow redirections when doing HTTP requests.
57
68
 
58
- ## [1.31.0]
69
+ [1.30.0]
70
+ --------
59
71
 
60
- - Follow redirections when doing HTTP requests.
72
+ - Upgrade `ruby-handlebars` to 0.4. `each` and `join` helpers now support the `as` notation.
61
73
 
62
- ## [1.30.0]
74
+ - Add support for Swift/XCTest ([#134](https://github.com/hiptest/hiptest-publisher/pull/134) [bangroot])
63
75
 
64
- - Upgrade `ruby-handlebars` to 0.4. `each` and `join` helpers now support the `as` notation.
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.
65
78
 
66
- - Add support for Swift/XCTest ([#134](https://github.com/hiptest/hiptest-publisher/pull/134) [bangroot])
79
+ [1.29.2]
80
+ --------
67
81
 
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.
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))
70
83
 
71
- ## [1.29.2]
84
+ [1.29.1]
85
+ --------
72
86
 
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))
87
+ - Allow any characters for the meta value ([#155](https://github.com/hiptest/hiptest-publisher/issues/155))
74
88
 
75
- ## [1.29.1]
76
89
 
77
- - Allow any characters for the meta value ([#155](https://github.com/hiptest/hiptest-publisher/issues/155))
90
+ [1.29.0]
91
+ --------
78
92
 
79
- ## [1.29.0]
93
+ - Make `rake install` work with ruby 2.6
94
+ - `--parameter-delimiter` option now accepts empty string
80
95
 
81
- - Make `rake install` work with ruby 2.6
82
- - `--parameter-delimiter` option now accepts empty string
96
+ [1.28.0]
97
+ --------
83
98
 
84
- ## [1.28.0]
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))
85
101
 
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))
102
+ [1.27.1]
103
+ --------
88
104
 
89
- ## [1.27.1]
105
+ - Add CodeceptJS to language list in OptionsParser.languages
90
106
 
91
- - Add CodeceptJS to language list in OptionsParser.languages
107
+ [1.27.0]
108
+ --------
92
109
 
93
- ## [1.27.0]
110
+ - Enable accessing scenario tags in datasets
111
+ ([#142](https://github.com/hiptest/hiptest-publisher/pull/142) [nono0481])
94
112
 
95
- - Enable accessing scenario tags in datasets
96
- ([#142](https://github.com/hiptest/hiptest-publisher/pull/142) [nono0481])
113
+ - Added support for CodeceptJS testing framework
114
+ ([#130](https://github.com/hiptest/hiptest-publisher/pull/130) [DavertMik])
97
115
 
98
- - Added support for CodeceptJS testing framework
99
- ([#130](https://github.com/hiptest/hiptest-publisher/pull/130) [DavertMik])
116
+ [1.26.0]
117
+ --------
100
118
 
101
- ## [1.26.0]
119
+ - Shared actionwords handling for Cucumber/Typescript
102
120
 
103
- - Shared actionwords handling for Cucumber/Typescript
121
+ [1.25.0]
122
+ --------
104
123
 
105
- ## [1.25.0]
124
+ - Shared actionwords handling for Behave
106
125
 
107
- - Shared actionwords handling for Behave
126
+ [1.24.0]
127
+ --------
108
128
 
109
- ## [1.24.0]
129
+ - Add #case, #when and #when_includes handlebars helpers
130
+ - Modify #if_includes handlebars helper to work with strings
110
131
 
111
- - Add #case, #when and #when_includes handlebars helpers
112
- - Modify #if_includes handlebars helper to work with strings
132
+ [1.23.5]
133
+ --------
113
134
 
114
- ## [1.23.5]
135
+ - Load i18n path also when used as a library
115
136
 
116
- - Load i18n path also when used as a library
137
+ [1.23.4]
138
+ --------
117
139
 
118
- ## [1.23.4]
140
+ - Add I18n to enable localizing (and clearing the code)
119
141
 
120
- - Add I18n to enable localizing (and clearing the code)
142
+ [1.23.3]
143
+ --------
121
144
 
122
- ## [1.23.3]
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)
123
147
 
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)
148
+ [1.23.2]
149
+ --------
126
150
 
127
- ## [1.23.2]
151
+ - Force Nokogiri < 1.10 to keep support for Ruby 2.2
152
+ - Add deprecation notifications for Ruby 2.2
128
153
 
129
- - Force Nokogiri < 1.10 to keep support for Ruby 2.2
130
- - Add deprecation notifications for Ruby 2.2
154
+ [1.23.1]
155
+ --------
131
156
 
132
- ## [1.23.1]
157
+ - Handle new shared actionword architecture
133
158
 
134
- - Handle new shared actionword architecture
159
+ [1.22.0]
160
+ --------
135
161
 
136
- ## [1.22.0]
162
+ - Add support for Cucumber/Typescript
163
+ - Unlock Nokogiri update to 1.9.1
137
164
 
138
- - Add support for Cucumber/Typescript
139
- - Unlock Nokogiri update to 1.9.1
165
+ [1.21.0]
166
+ --------
140
167
 
141
- ## [1.21.0]
168
+ - Add option --execution-environment to push results in the specified execution environment name
142
169
 
143
- - Add option --execution-environment to push results in the specified execution environment name
170
+ [1.20.0]
171
+ --------
144
172
 
145
- ## [1.20.0]
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)
146
175
 
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)
176
+ [1.19.3]
177
+ --------
149
178
 
150
- ## [1.19.3]
179
+ - Do not leave trailing whitespaces with {{comment}} helper
151
180
 
152
- - Do not leave trailing whitespaces with {{comment}} helper
181
+ [1.19.2]
182
+ --------
183
+ - Fix description in Gherkin exports
153
184
 
154
- ## [1.19.2]
185
+ [1.19.1]
186
+ --------
187
+ - Fix description in Gherkin exports
155
188
 
156
- - Fix description in Gherkin exports
189
+ [1.19.0]
190
+ --------
191
+ - Do not comment description in Gherkin exports
157
192
 
158
- ## [1.19.1]
193
+ [1.18.1]
194
+ --------
195
+ - Show message when calling an actionword using an unknown UID
159
196
 
160
- - Fix description in Gherkin exports
197
+ [1.18.0]
198
+ --------
199
+ - Add option [no-]parent-folders-tags to choose if parent tags are rendered in feature files
161
200
 
162
- ## [1.19.0]
201
+ [1.17.2]
202
+ --------
203
+ - Fix UIDCall handling for shared actionwords
163
204
 
164
- - Do not comment description in Gherkin exports
205
+ [1.17.1]
206
+ --------
207
+ - update version number
165
208
 
166
- ## [1.18.1]
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)
167
214
 
168
- - Show message when calling an actionword using an unknown UID
215
+ [1.16.5]
216
+ --------
217
+ - Fix UIDCall handling for behat
169
218
 
170
- ## [1.18.0]
219
+ [1.16.4]
220
+ --------
221
+ - Handling tags for shared actionwords
171
222
 
172
- - Add option [no-]parent-folders-tags to choose if parent tags are rendered in feature files
223
+ [1.16.3]
224
+ --------
225
+ - Fix behat rendering of shared actionwords
173
226
 
174
- ## [1.17.2]
227
+ [1.16.2]
228
+ --------
229
+ - Remove unnecessary templates for cucumber/groovy
175
230
 
176
- - Fix UIDCall handling for shared actionwords
231
+ [1.16.0]
232
+ --------
233
+ - Shared actionwords handling for behat
177
234
 
178
- ## [1.17.1]
235
+ [1.15.0]
236
+ --------
237
+ - Shared actionwords handling for groovy/spock
179
238
 
180
- - update version number
239
+ [1.14.0]
240
+ --------
181
241
 
182
- ## [1.16.6]
242
+ - Shared actionwords handling for cucumber/groovy
183
243
 
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)
244
+ [1.13.0]
245
+ --------
187
246
 
188
- ## [1.16.5]
247
+ - Add Cucumber/Groovy support
248
+ ([#54](https://github.com/hiptest/hiptest-publisher/issues/54))
189
249
 
190
- - Fix UIDCall handling for behat
250
+ [1.12.0]
251
+ --------
191
252
 
192
- ## [1.16.4]
253
+ - Add JBehave support
254
+ ([#38](https://github.com/hiptest/hiptest-publisher/issues/38))
193
255
 
194
- - Handling tags for shared actionwords
256
+ - Add option --with-dataset-names
257
+ ([#105](https://github.com/hiptest/hiptest-publisher/issues/105))
195
258
 
196
- ## [1.16.3]
259
+ - Reorder steps by regexp length for Behave
260
+ ([#104](https://github.com/hiptest/hiptest-publisher/issues/104))
197
261
 
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))
231
262
 
232
263
  <!-- List of releases -->
233
-
234
264
  [Unreleased]: https://github.com/hiptest/hiptest-publisher/compare/v3.1.0...master
235
- [3.1.0]: https://github.com/hiptest/hiptest-publisher/compare/v3.0.0...v3.1.0
265
+ [3.1.0]: https://github.com/hiptest/hiptest-publisher/compare/v3.0.0...v3.1.0
236
266
  [3.0.0]: https://github.com/hiptest/hiptest-publisher/compare/v2.4.0...v3.0.0
237
267
  [2.4.0]: https://github.com/hiptest/hiptest-publisher/compare/v2.3.1...v2.4.0
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
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
280
310
 
281
- <!-- List of contributors -->
282
311
 
312
+ <!-- List of contributors -->
283
313
  [atulhm]: https://github.com/atulhm
284
314
  [bangroot]: https://github.com/bangroot
285
315
  [ClaudiaJ]: https://github.com/ClaudiaJ
@@ -158,6 +158,7 @@ module Hiptest
158
158
  def fetch_project_export_asynchronously
159
159
  publication_export_id = fetch_asynchronous_publication_export_id
160
160
  url = "#{base_publication_path}/async_project/#{publication_export_id}"
161
+ puts url
161
162
  response = nil
162
163
 
163
164
  # the server should respond with a timeout after 15 minutes
@@ -22,7 +22,7 @@ module Hiptest
22
22
  private
23
23
 
24
24
  def mkdirs_for(path)
25
- unless Dir.exist?(File.dirname(path))
25
+ unless Dir.exists?(File.dirname(path))
26
26
  FileUtils.mkpath(File.dirname(path))
27
27
  end
28
28
  end
@@ -3,4 +3,3 @@ 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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hiptest-publisher-fork
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.13
4
+ version: 3.4.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - CucumberStudio R&D