@serenity-js/serenity-bdd 3.1.6 → 3.2.0
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 +16 -0
- package/README.md +29 -4
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
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.2.0](https://github.com/serenity-js/serenity-js/compare/v3.1.6...v3.2.0) (2023-05-05)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **core:** use "types" instead of "typings" in package.json files ([b83d922](https://github.com/serenity-js/serenity-js/commit/b83d922076242c6cd5d6f2da055a05aa5e77f11b)), closes [#1682](https://github.com/serenity-js/serenity-js/issues/1682)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* **core:** introduced support for Node.js 20, dropped support for Node.js 14 ([491fef8](https://github.com/serenity-js/serenity-js/commit/491fef8df672a2b40d247887b3da409dccbd26fd)), closes [#1678](https://github.com/serenity-js/serenity-js/issues/1678)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [3.1.6](https://github.com/serenity-js/serenity-js/compare/v3.1.5...v3.1.6) (2023-04-18)
|
|
7
23
|
|
|
8
24
|
|
package/README.md
CHANGED
|
@@ -5,16 +5,23 @@
|
|
|
5
5
|
[](https://matrix.to/#/#serenity-js:gitter.im)
|
|
6
6
|
[](https://github.com/sponsors/serenity-js)
|
|
7
7
|
|
|
8
|
-
[Serenity/JS](https://serenity-js.org) is an innovative framework designed to make acceptance and regression testing
|
|
8
|
+
[Serenity/JS](https://serenity-js.org) is an innovative open-source framework designed to make acceptance and regression testing
|
|
9
9
|
of complex software systems faster, more collaborative and easier to scale.
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
⭐️ Get started with Serenity/JS!
|
|
12
|
+
- [Serenity/JS Handbook](https://serenity-js.org/handbook) and [tutorial](https://serenity-js.org/handbook/web-testing/your-first-web-scenario),
|
|
13
|
+
- [API documentation](https://serenity-js.org/api/core),
|
|
14
|
+
- [Serenity/JS project templates on GitHub](https://serenity-js.org/handbook/getting-started#serenityjs-project-templates).
|
|
12
15
|
|
|
13
|
-
|
|
16
|
+
👋 Join the Serenity/JS Community!
|
|
17
|
+
- Meet other Serenity/JS developers and maintainers on the [Serenity/JS Community chat channel](https://matrix.to/#/#serenity-js:gitter.im),
|
|
18
|
+
- Find answers to your Serenity/JS questions on the [Serenity/JS Forum](https://github.com/orgs/serenity-js/discussions/categories/how-do-i),
|
|
19
|
+
- Learn how to [contribute to Serenity/JS](https://serenity-js.org/contributing),
|
|
20
|
+
- Support the project and gain access to [Serenity/JS Playbooks](https://github.com/serenity-js/playbooks) by becoming a [Serenity/JS GitHub Sponsor](https://github.com/sponsors/serenity-js)!
|
|
14
21
|
|
|
15
22
|
## Serenity BDD
|
|
16
23
|
|
|
17
|
-
[`@serenity-js/serenity-bdd`](https://serenity-js.org/
|
|
24
|
+
[`@serenity-js/serenity-bdd`](https://serenity-js.org/api/serenity-bdd/) module integrates Serenity/JS and the Serenity BDD reporting CLI.
|
|
18
25
|
|
|
19
26
|
This integration enables your Serenity/JS tests to produce interim JSON reports, which the Serenity BDD reporting CLI
|
|
20
27
|
can then turn into world-class, illustrated test reports and living documentation. Learn more about [Serenity/JS reporting](https://serenity-js.org/handbook/reporting/index.html).
|
|
@@ -315,3 +322,21 @@ on using:
|
|
|
315
322
|
}
|
|
316
323
|
```
|
|
317
324
|
Note that in the above code sample, you should configure `test:execute` to invoke [your test runner of choice](https://serenity-js.org/handbook/test-runners/).
|
|
325
|
+
|
|
326
|
+
## 📣 Stay up to date
|
|
327
|
+
|
|
328
|
+
New features, tutorials, and demos are coming soon!
|
|
329
|
+
Follow [Serenity/JS on LinkedIn](https://www.linkedin.com/company/serenity-js),
|
|
330
|
+
subscribe to [Serenity/JS channel on YouTube](https://www.youtube.com/@serenity-js) and join the [Serenity/JS Community Chat](https://matrix.to/#/#serenity-js:gitter.im) to stay up to date!
|
|
331
|
+
Please also make sure to star ⭐️ [Serenity/JS on GitHub](https://github.com/serenity-js/serenity-js) to help others discover the framework!
|
|
332
|
+
|
|
333
|
+
[](https://www.linkedin.com/company/serenity-js)
|
|
334
|
+
[](https://www.youtube.com/@serenity-js)
|
|
335
|
+
[](https://matrix.to/#/#serenity-js:gitter.im)
|
|
336
|
+
[](https://github.com/serenity-js/serenity-js)
|
|
337
|
+
|
|
338
|
+
## 💛 Support Serenity/JS
|
|
339
|
+
|
|
340
|
+
If you appreciate all the effort that goes into making sophisticated tools easy to work with, please support our work and become a Serenity/JS GitHub Sponsor today!
|
|
341
|
+
|
|
342
|
+
[](https://github.com/sponsors/serenity-js)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@serenity-js/serenity-bdd",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.2.0",
|
|
4
4
|
"description": "Serenity BDD reporter for Serenity/JS",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Jan Molak",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"access": "public"
|
|
17
17
|
},
|
|
18
18
|
"main": "lib/index.js",
|
|
19
|
-
"
|
|
19
|
+
"types": "./lib/index.d.ts",
|
|
20
20
|
"bin": {
|
|
21
21
|
"serenity-bdd": "bin/serenity-bdd"
|
|
22
22
|
},
|
|
@@ -29,7 +29,8 @@
|
|
|
29
29
|
],
|
|
30
30
|
"scripts": {
|
|
31
31
|
"clean": "rimraf target",
|
|
32
|
-
"test": "
|
|
32
|
+
"test": "c8 npm run test:no-coverage",
|
|
33
|
+
"test:no-coverage": "mocha --config ../../.mocharc.yml 'spec/**/*.spec.*'",
|
|
33
34
|
"compile": "rimraf lib && tsc --project tsconfig.build.json"
|
|
34
35
|
},
|
|
35
36
|
"repository": {
|
|
@@ -41,13 +42,12 @@
|
|
|
41
42
|
"url": "https://github.com/serenity-js/serenity-js/issues"
|
|
42
43
|
},
|
|
43
44
|
"engines": {
|
|
44
|
-
"node": "^
|
|
45
|
-
"npm": "^6 || ^7 || ^8 || ^9"
|
|
45
|
+
"node": "^16.13 || ^18.12 || ^20"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@serenity-js/assertions": "3.
|
|
49
|
-
"@serenity-js/core": "3.
|
|
50
|
-
"@serenity-js/rest": "3.
|
|
48
|
+
"@serenity-js/assertions": "3.2.0",
|
|
49
|
+
"@serenity-js/core": "3.2.0",
|
|
50
|
+
"@serenity-js/rest": "3.2.0",
|
|
51
51
|
"ansi-regex": "^5.0.1",
|
|
52
52
|
"axios": "^1.3.5",
|
|
53
53
|
"chalk": "^4.1.2",
|
|
@@ -63,13 +63,13 @@
|
|
|
63
63
|
"@types/chai": "^4.3.4",
|
|
64
64
|
"@types/mocha": "^10.0.1",
|
|
65
65
|
"@types/progress": "^2.0.5",
|
|
66
|
+
"c8": "7.13.0",
|
|
66
67
|
"if-env": "^1.0.4",
|
|
67
68
|
"memfs": "^3.5.0",
|
|
68
69
|
"mocha": "^10.2.0",
|
|
69
70
|
"mocha-multi": "^1.1.7",
|
|
70
|
-
"nyc": "15.1.0",
|
|
71
71
|
"ts-node": "^10.9.1",
|
|
72
72
|
"typescript": "^5.0.4"
|
|
73
73
|
},
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "e69cea764f50991c3ad742f28926b4345b3e2422"
|
|
75
75
|
}
|