@serenity-js/serenity-bdd 3.0.0-rc.21 → 3.0.0-rc.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +30 -185
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
# [3.0.0-rc.
|
|
6
|
+
# [3.0.0-rc.24](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.23...v3.0.0-rc.24) (2022-07-23)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @serenity-js/serenity-bdd
|
|
9
9
|
|
|
@@ -11,12 +11,25 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
# [3.0.0-rc.
|
|
14
|
+
# [3.0.0-rc.23](https://github.com/serenity-js/serenity-js/compare/v2.33.10...v3.0.0-rc.23) (2022-07-19)
|
|
15
15
|
|
|
16
|
-
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **node:** support for Node 18 ([73212bc](https://github.com/serenity-js/serenity-js/commit/73212bc9deb1998d871b0720a6b437687b3ceddc)), closes [#1243](https://github.com/serenity-js/serenity-js/issues/1243)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
# [3.0.0-rc.22](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.21...v3.0.0-rc.22) (2022-07-15)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
# [3.0.0-rc.21](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.20...v3.0.0-rc.21) (2022-07-11)
|
|
17
28
|
|
|
18
29
|
|
|
19
30
|
|
|
31
|
+
# [3.0.0-rc.20](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.19...v3.0.0-rc.20) (2022-07-11)
|
|
32
|
+
|
|
20
33
|
|
|
21
34
|
|
|
22
35
|
# [3.0.0-rc.19](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.18...v3.0.0-rc.19) (2022-06-11)
|
|
@@ -28,8 +41,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
28
41
|
|
|
29
42
|
|
|
30
43
|
|
|
31
|
-
|
|
32
|
-
|
|
33
44
|
# [3.0.0-rc.18](https://github.com/serenity-js/serenity-js/compare/v2.33.9...v3.0.0-rc.18) (2022-06-06)
|
|
34
45
|
|
|
35
46
|
|
|
@@ -161,7 +172,7 @@ modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped su
|
|
|
161
172
|
|
|
162
173
|
|
|
163
174
|
|
|
164
|
-
# [3.0.0-rc.
|
|
175
|
+
# [3.0.0-rc.22](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.21...v3.0.0-rc.22) (2022-07-15)
|
|
165
176
|
|
|
166
177
|
**Note:** Version bump only for package @serenity-js/serenity-bdd
|
|
167
178
|
|
|
@@ -169,120 +180,48 @@ modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped su
|
|
|
169
180
|
|
|
170
181
|
|
|
171
182
|
|
|
172
|
-
# [3.0.0-rc.
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
# [3.0.0-rc.15](https://github.com/serenity-js/serenity-js/compare/v2.33.5...v3.0.0-rc.15) (2022-04-10)
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
### Bug Fixes
|
|
180
|
-
|
|
181
|
-
* **web:** replaced legacy PromiseLike return types with native Promise types ([436b3cb](https://github.com/serenity-js/serenity-js/commit/436b3cba1793f63008a56633cc93669736155ce6))
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
# [3.0.0-rc.14](https://github.com/serenity-js/serenity-js/compare/v2.33.3...v3.0.0-rc.14) (2022-03-28)
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
# [3.0.0-rc.13](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.12...v3.0.0-rc.13) (2022-03-02)
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
# [3.0.0-rc.12](https://github.com/serenity-js/serenity-js/compare/v2.33.2...v3.0.0-rc.12) (2022-02-23)
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
### Bug Fixes
|
|
197
|
-
|
|
198
|
-
* **serenity-bdd:** downgraded to Serenity BDD CLI 3.1.0 ([773786a](https://github.com/serenity-js/serenity-js/commit/773786af91f0aaab5a6deeba8b327fda0f5cfb9f)), closes [#1133](https://github.com/serenity-js/serenity-js/issues/1133)
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
# [3.0.0-rc.11](https://github.com/serenity-js/serenity-js/compare/v2.33.1...v3.0.0-rc.11) (2022-02-13)
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
### Features
|
|
206
|
-
|
|
207
|
-
* **serenity-bdd:** updated Serenity BDD CLI to 3.2.0, which introduces new HTML reports ([9abdbd6](https://github.com/serenity-js/serenity-js/commit/9abdbd66721585af3f16d5def78e0484b9a08a92))
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
# [3.0.0-rc.10](https://github.com/serenity-js/serenity-js/compare/v2.33.0...v3.0.0-rc.10) (2022-02-03)
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
# [3.0.0-rc.9](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.8...v3.0.0-rc.9) (2022-02-01)
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
# [3.0.0-rc.8](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.7...v3.0.0-rc.8) (2022-01-28)
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
# [3.0.0-rc.7](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.6...v3.0.0-rc.7) (2022-01-28)
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
### Features
|
|
227
|
-
|
|
228
|
-
* **core:** replaced `Adapter` with `QuestionAdapter` and introduced `Optional` ([8d84ad3](https://github.com/serenity-js/serenity-js/commit/8d84ad3863e3c726533d0f21934fb1e2fa8b3022)), closes [#1103](https://github.com/serenity-js/serenity-js/issues/1103)
|
|
183
|
+
# [3.0.0-rc.21](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.20...v3.0.0-rc.21) (2022-07-11)
|
|
229
184
|
|
|
185
|
+
**Note:** Version bump only for package @serenity-js/serenity-bdd
|
|
230
186
|
|
|
231
187
|
|
|
232
|
-
# [3.0.0-rc.6](https://github.com/serenity-js/serenity-js/compare/v2.32.7...v3.0.0-rc.6) (2022-01-10)
|
|
233
188
|
|
|
234
189
|
|
|
235
190
|
|
|
236
|
-
# [3.0.0-rc.
|
|
191
|
+
# [3.0.0-rc.20](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.19...v3.0.0-rc.20) (2022-07-11)
|
|
237
192
|
|
|
193
|
+
**Note:** Version bump only for package @serenity-js/serenity-bdd
|
|
238
194
|
|
|
239
195
|
|
|
240
|
-
# [3.0.0-rc.4](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.3...v3.0.0-rc.4) (2021-12-30)
|
|
241
196
|
|
|
242
197
|
|
|
243
198
|
|
|
244
|
-
# [3.0.0-rc.
|
|
199
|
+
# [3.0.0-rc.19](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.18...v3.0.0-rc.19) (2022-06-11)
|
|
245
200
|
|
|
246
201
|
|
|
247
202
|
### Bug Fixes
|
|
248
203
|
|
|
249
|
-
* **
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
# [3.0.0-rc.2](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.1...v3.0.0-rc.2) (2021-12-09)
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
# [3.0.0-rc.1](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.0...v3.0.0-rc.1) (2021-12-09)
|
|
204
|
+
* **rest:** updated Axios to 0.27.2 ([b54694b](https://github.com/serenity-js/serenity-js/commit/b54694ba3dd2b8e0316d94c44381f51b1ab79ad0)), closes [axios/axios#4124](https://github.com/axios/axios/issues/4124) [#1223](https://github.com/serenity-js/serenity-js/issues/1223)
|
|
258
205
|
|
|
259
206
|
|
|
260
|
-
### Bug Fixes
|
|
261
207
|
|
|
262
|
-
* **serenity-bdd:** upgraded Serenity BDD CLI to 2.6.0 ([93c32f2](https://github.com/serenity-js/serenity-js/commit/93c32f267709e20f5a27a4eed712a233711c8d31))
|
|
263
208
|
|
|
264
209
|
|
|
265
|
-
|
|
266
|
-
# [3.0.0-rc.0](https://github.com/serenity-js/serenity-js/compare/v2.32.5...v3.0.0-rc.0) (2021-12-08)
|
|
210
|
+
# [3.0.0-rc.18](https://github.com/serenity-js/serenity-js/compare/v2.33.9...v3.0.0-rc.18) (2022-06-06)
|
|
267
211
|
|
|
268
212
|
|
|
269
213
|
### Bug Fixes
|
|
270
214
|
|
|
271
|
-
* **
|
|
215
|
+
* **deps:** updated tiny-types ([f1951cf](https://github.com/serenity-js/serenity-js/commit/f1951cf753df3807b5778d116f8e8bc3f24830a7))
|
|
216
|
+
* **deps:** updated tiny-types to 1.18.2 ([83a651c](https://github.com/serenity-js/serenity-js/commit/83a651c4c2f3f8dbaabcdacba94c720efdff45dd))
|
|
272
217
|
|
|
273
218
|
|
|
274
|
-
### Features
|
|
275
219
|
|
|
276
|
-
|
|
277
|
-
* **web:** support for working with cookies ([39cde6d](https://github.com/serenity-js/serenity-js/commit/39cde6de7a36d27a8b1c596493efbec94900af6b)), closes [#805](https://github.com/serenity-js/serenity-js/issues/805)
|
|
220
|
+
# [3.0.0-rc.17](https://github.com/serenity-js/serenity-js/compare/v2.33.8...v3.0.0-rc.17) (2022-06-02)
|
|
278
221
|
|
|
279
222
|
|
|
280
|
-
### BREAKING CHANGES
|
|
281
|
-
|
|
282
|
-
* **core:** Introduced @serenity-js/web - a shared library for Serenity/JS Web integration
|
|
283
|
-
modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped support for Node 12.
|
|
284
|
-
|
|
285
223
|
|
|
224
|
+
# [3.0.0-rc.16](https://github.com/serenity-js/serenity-js/compare/v2.33.6...v3.0.0-rc.16) (2022-04-15)
|
|
286
225
|
|
|
287
226
|
|
|
288
227
|
|
|
@@ -397,108 +336,14 @@ modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped su
|
|
|
397
336
|
|
|
398
337
|
|
|
399
338
|
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
# [3.0.0-rc.14](https://github.com/serenity-js/serenity-js/compare/v2.33.3...v3.0.0-rc.14) (2022-03-28)
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
# [3.0.0-rc.13](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.12...v3.0.0-rc.13) (2022-03-02)
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
# [3.0.0-rc.12](https://github.com/serenity-js/serenity-js/compare/v2.33.2...v3.0.0-rc.12) (2022-02-23)
|
|
339
|
+
## [2.33.10](https://github.com/serenity-js/serenity-js/compare/v2.33.9...v2.33.10) (2022-07-19)
|
|
411
340
|
|
|
412
341
|
|
|
413
342
|
### Bug Fixes
|
|
414
343
|
|
|
415
|
-
* **
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
# [3.0.0-rc.11](https://github.com/serenity-js/serenity-js/compare/v2.33.1...v3.0.0-rc.11) (2022-02-13)
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
### Features
|
|
423
|
-
|
|
424
|
-
* **serenity-bdd:** updated Serenity BDD CLI to 3.2.0, which introduces new HTML reports ([9abdbd6](https://github.com/serenity-js/serenity-js/commit/9abdbd66721585af3f16d5def78e0484b9a08a92))
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
# [3.0.0-rc.10](https://github.com/serenity-js/serenity-js/compare/v2.33.0...v3.0.0-rc.10) (2022-02-03)
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
# [3.0.0-rc.9](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.8...v3.0.0-rc.9) (2022-02-01)
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
# [3.0.0-rc.8](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.7...v3.0.0-rc.8) (2022-01-28)
|
|
437
|
-
|
|
344
|
+
* **rest:** updated Axios to 0.27.2 ([a5925c0](https://github.com/serenity-js/serenity-js/commit/a5925c0e5658d57fa10430245f4c6d9fd5a55a4e)), closes [axios/axios#4124](https://github.com/axios/axios/issues/4124) [#1223](https://github.com/serenity-js/serenity-js/issues/1223)
|
|
438
345
|
|
|
439
346
|
|
|
440
|
-
# [3.0.0-rc.7](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.6...v3.0.0-rc.7) (2022-01-28)
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
### Features
|
|
444
|
-
|
|
445
|
-
* **core:** replaced `Adapter` with `QuestionAdapter` and introduced `Optional` ([8d84ad3](https://github.com/serenity-js/serenity-js/commit/8d84ad3863e3c726533d0f21934fb1e2fa8b3022)), closes [#1103](https://github.com/serenity-js/serenity-js/issues/1103)
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
# [3.0.0-rc.6](https://github.com/serenity-js/serenity-js/compare/v2.32.7...v3.0.0-rc.6) (2022-01-10)
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
# [3.0.0-rc.5](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.4...v3.0.0-rc.5) (2022-01-07)
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
# [3.0.0-rc.4](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.3...v3.0.0-rc.4) (2021-12-30)
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
# [3.0.0-rc.3](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.2...v3.0.0-rc.3) (2021-12-29)
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
### Bug Fixes
|
|
465
|
-
|
|
466
|
-
* **deps:** updated tiny-types to 1.17.0 ([3187051](https://github.com/serenity-js/serenity-js/commit/3187051594158b4b450c82e851e417fd2ed21652))
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
# [3.0.0-rc.2](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.1...v3.0.0-rc.2) (2021-12-09)
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
# [3.0.0-rc.1](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.0...v3.0.0-rc.1) (2021-12-09)
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
### Bug Fixes
|
|
478
|
-
|
|
479
|
-
* **serenity-bdd:** upgraded Serenity BDD CLI to 2.6.0 ([93c32f2](https://github.com/serenity-js/serenity-js/commit/93c32f267709e20f5a27a4eed712a233711c8d31))
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
# [3.0.0-rc.0](https://github.com/serenity-js/serenity-js/compare/v2.32.5...v3.0.0-rc.0) (2021-12-08)
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
### Bug Fixes
|
|
487
|
-
|
|
488
|
-
* **core:** 3.0 RC ([469d54e](https://github.com/serenity-js/serenity-js/commit/469d54e4f81ef430566b93852e3174826f8ef672)), closes [#805](https://github.com/serenity-js/serenity-js/issues/805)
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
### Features
|
|
492
|
-
|
|
493
|
-
* **core:** question.about produces "props" that proxy the methods of the underlying model ([f771872](https://github.com/serenity-js/serenity-js/commit/f771872c56b487e404002c3800fc8f3baaed804f))
|
|
494
|
-
* **web:** support for working with cookies ([39cde6d](https://github.com/serenity-js/serenity-js/commit/39cde6de7a36d27a8b1c596493efbec94900af6b)), closes [#805](https://github.com/serenity-js/serenity-js/issues/805)
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
### BREAKING CHANGES
|
|
498
|
-
|
|
499
|
-
* **core:** Introduced @serenity-js/web - a shared library for Serenity/JS Web integration
|
|
500
|
-
modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped support for Node 12.
|
|
501
|
-
|
|
502
347
|
|
|
503
348
|
|
|
504
349
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@serenity-js/serenity-bdd",
|
|
3
|
-
"version": "3.0.0-rc.
|
|
3
|
+
"version": "3.0.0-rc.24",
|
|
4
4
|
"description": "Serenity BDD reporter for Serenity/JS",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Jan Molak",
|
|
@@ -44,13 +44,13 @@
|
|
|
44
44
|
"url": "https://github.com/serenity-js/serenity-js/issues"
|
|
45
45
|
},
|
|
46
46
|
"engines": {
|
|
47
|
-
"node": "^14 || ^16",
|
|
47
|
+
"node": "^14 || ^16 || ^18",
|
|
48
48
|
"npm": "^6 || ^7 || ^8"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@serenity-js/assertions": "3.0.0-rc.
|
|
52
|
-
"@serenity-js/core": "3.0.0-rc.
|
|
53
|
-
"@serenity-js/rest": "3.0.0-rc.
|
|
51
|
+
"@serenity-js/assertions": "3.0.0-rc.24",
|
|
52
|
+
"@serenity-js/core": "3.0.0-rc.24",
|
|
53
|
+
"@serenity-js/rest": "3.0.0-rc.24",
|
|
54
54
|
"axios": "^0.27.2",
|
|
55
55
|
"chalk": "^4.1.2",
|
|
56
56
|
"find-java-home": "^1.2.2",
|
|
@@ -67,10 +67,10 @@
|
|
|
67
67
|
"@types/mocha": "^9.1.1",
|
|
68
68
|
"@types/progress": "^2.0.5",
|
|
69
69
|
"if-env": "^1.0.4",
|
|
70
|
-
"memfs": "^3.4.
|
|
70
|
+
"memfs": "^3.4.7",
|
|
71
71
|
"mocha": "^10.0.0",
|
|
72
72
|
"ts-node": "10.8.2",
|
|
73
73
|
"typescript": "^4.7.4"
|
|
74
74
|
},
|
|
75
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "76443ef557e876727b7dae9ef66d4e6612a3034b"
|
|
76
76
|
}
|