@serenity-js/console-reporter 3.31.10 → 3.31.13
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 +2 -3
- package/package.json +3 -3
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.31.13](https://github.com/serenity-js/serenity-js/compare/v3.31.12...v3.31.13) (2025-03-20)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @serenity-js/console-reporter
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [3.31.12](https://github.com/serenity-js/serenity-js/compare/v3.31.11...v3.31.12) (2025-03-12)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @serenity-js/console-reporter
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [3.31.10](https://github.com/serenity-js/serenity-js/compare/v3.31.9...v3.31.10) (2025-03-05)
|
|
7
23
|
|
|
8
24
|
|
package/README.md
CHANGED
|
@@ -10,9 +10,9 @@ of complex software systems faster, more collaborative and easier to scale.
|
|
|
10
10
|
|
|
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
|
-
- [Serenity/JS Handbook](https://serenity-js.org/handbook)
|
|
13
|
+
- [Serenity/JS Handbook](https://serenity-js.org/handbook)
|
|
14
14
|
- [API documentation](https://serenity-js.org/api/)
|
|
15
|
-
- [Serenity/JS Project Templates](https://serenity-js.org/handbook/
|
|
15
|
+
- [Serenity/JS Project Templates](https://serenity-js.org/handbook/project-templates/)
|
|
16
16
|
|
|
17
17
|
👋 Join the Serenity/JS Community!
|
|
18
18
|
- Meet other Serenity/JS developers and maintainers on the [Serenity/JS Community chat channel](https://matrix.to/#/#serenity-js:gitter.im),
|
|
@@ -32,7 +32,6 @@ to your computer terminal.
|
|
|
32
32
|
npm install --save-dev @serenity-js/core @serenity-js/console-reporter
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
To learn more about Serenity/JS and how to use it on your project, follow the [Serenity/JS Getting Started guide](https://serenity-js.org/handbook/getting-started/).
|
|
36
35
|
|
|
37
36
|
#### Windows
|
|
38
37
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@serenity-js/console-reporter",
|
|
3
|
-
"version": "3.31.
|
|
3
|
+
"version": "3.31.13",
|
|
4
4
|
"description": "Serenity/JS console reporter that displays test results directly in the standard output",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Jan Molak",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"node": "^18.12 || ^20 || ^22"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@serenity-js/core": "3.31.
|
|
52
|
+
"@serenity-js/core": "3.31.13",
|
|
53
53
|
"chalk": "4.1.2",
|
|
54
54
|
"tiny-types": "1.23.0"
|
|
55
55
|
},
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"ts-node": "10.9.2",
|
|
64
64
|
"typescript": "5.8.2"
|
|
65
65
|
},
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "4f4a4d87b439afb43d81cd5a38ffaca43cec420d"
|
|
67
67
|
}
|