@serenity-js/cucumber 3.29.3 → 3.29.5
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 +1 -1
- package/package.json +5 -5
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.29.5](https://github.com/serenity-js/serenity-js/compare/v3.29.4...v3.29.5) (2024-11-03)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @serenity-js/cucumber
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [3.29.4](https://github.com/serenity-js/serenity-js/compare/v3.29.3...v3.29.4) (2024-10-08)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @serenity-js/cucumber
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [3.29.3](https://github.com/serenity-js/serenity-js/compare/v3.29.2...v3.29.3) (2024-10-08)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @serenity-js/cucumber
|
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@ of complex software systems faster, more collaborative and easier to scale.
|
|
|
11
11
|
⭐️ Get started with Serenity/JS!
|
|
12
12
|
- [Serenity/JS web testing tutorial](https://serenity-js.org/handbook/web-testing/your-first-web-scenario)
|
|
13
13
|
- [Serenity/JS Handbook](https://serenity-js.org/handbook) and [Getting Started guides](https://serenity-js.org/handbook/getting-started/)
|
|
14
|
-
- [API documentation](https://serenity-js.org/api/
|
|
14
|
+
- [API documentation](https://serenity-js.org/api/)
|
|
15
15
|
- [Serenity/JS Project Templates on GitHub](https://serenity-js.org/handbook/getting-started/project-templates/)
|
|
16
16
|
|
|
17
17
|
👋 Join the Serenity/JS Community!
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@serenity-js/cucumber",
|
|
3
|
-
"version": "3.29.
|
|
3
|
+
"version": "3.29.5",
|
|
4
4
|
"description": "Serenity/JS test runner adapter for seamless integration with any version of Cucumber.js, facilitating BDD-style test automation and leveraging Serenity/JS reporting capabilities",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Jan Molak",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@cucumber/messages": "26.0.0",
|
|
54
|
-
"@serenity-js/core": "3.29.
|
|
54
|
+
"@serenity-js/core": "3.29.5",
|
|
55
55
|
"cli-table3": "0.6.5",
|
|
56
56
|
"gherkin": "5.1.0",
|
|
57
57
|
"tiny-types": "1.23.0"
|
|
@@ -74,10 +74,10 @@
|
|
|
74
74
|
"@types/chai": "4.3.20",
|
|
75
75
|
"@types/mocha": "10.0.9",
|
|
76
76
|
"c8": "10.1.2",
|
|
77
|
-
"mocha": "10.
|
|
77
|
+
"mocha": "10.8.2",
|
|
78
78
|
"mocha-multi": "1.1.7",
|
|
79
79
|
"ts-node": "10.9.2",
|
|
80
|
-
"typescript": "5.6.
|
|
80
|
+
"typescript": "5.6.3"
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "cc6e399a6ec5433e7470eb8bd0267479f50c4989"
|
|
83
83
|
}
|