@serenity-js/playwright-test 3.43.0 → 3.43.1

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 CHANGED
@@ -3,6 +3,17 @@
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.43.1](https://github.com/serenity-js/serenity-js/compare/v3.43.0...v3.43.1) (2026-05-11)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **core:** updated API docs ([38b86f4](https://github.com/serenity-js/serenity-js/commit/38b86f4190b5d3c6a64fd0042c87ac187f847f89))
12
+
13
+
14
+
15
+
16
+
6
17
  # [3.43.0](https://github.com/serenity-js/serenity-js/compare/v3.42.2...v3.43.0) (2026-05-11)
7
18
 
8
19
 
@@ -153,7 +153,7 @@ export interface SerenityFixtures {
153
153
  *
154
154
  * #### Learn more
155
155
  * - [`SerenityConfig.cueTimeout`](https://serenity-js.org/api/core/class/SerenityConfig/#cueTimeout)
156
- * - [`Discardable`](https://serenity-js.org/api/core/interface/Discardable/)
156
+ * - [`Discardable`](https://serenity-js.org/api/core/class/Discardable/)
157
157
  * - [`Ability`](https://serenity-js.org/api/core/class/Ability/)
158
158
  */
159
159
  cueTimeout: number | Duration;
@@ -153,7 +153,7 @@ export interface SerenityFixtures {
153
153
  *
154
154
  * #### Learn more
155
155
  * - [`SerenityConfig.cueTimeout`](https://serenity-js.org/api/core/class/SerenityConfig/#cueTimeout)
156
- * - [`Discardable`](https://serenity-js.org/api/core/interface/Discardable/)
156
+ * - [`Discardable`](https://serenity-js.org/api/core/class/Discardable/)
157
157
  * - [`Ability`](https://serenity-js.org/api/core/class/Ability/)
158
158
  */
159
159
  cueTimeout: number | Duration;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serenity-js/playwright-test",
3
- "version": "3.43.0",
3
+ "version": "3.43.1",
4
4
  "description": "Serenity/JS test runner adapter for Playwright Test, combining Playwright's developer experience with the advanced reporting and automation capabilities of Serenity/JS",
5
5
  "author": {
6
6
  "name": "Jan Molak",
@@ -142,10 +142,10 @@
142
142
  "node": "^20 || ^22 || ^24"
143
143
  },
144
144
  "dependencies": {
145
- "@serenity-js/core": "3.43.0",
146
- "@serenity-js/playwright": "3.43.0",
147
- "@serenity-js/rest": "3.43.0",
148
- "@serenity-js/web": "3.43.0",
145
+ "@serenity-js/core": "3.43.1",
146
+ "@serenity-js/playwright": "3.43.1",
147
+ "@serenity-js/rest": "3.43.1",
148
+ "@serenity-js/web": "3.43.1",
149
149
  "axios": "1.16.0",
150
150
  "deepmerge": "4.3.1",
151
151
  "tiny-types": "2.0.5"
@@ -164,5 +164,5 @@
164
164
  "ts-node": "10.9.2",
165
165
  "typescript": "5.9.3"
166
166
  },
167
- "gitHead": "96ffb7ecba111082c92d7b107fef007d9f56bb83"
167
+ "gitHead": "b7cc8abc2e54e11707f1b3611df16c4bcdadcf62"
168
168
  }
@@ -166,7 +166,7 @@ export interface SerenityFixtures {
166
166
  *
167
167
  * #### Learn more
168
168
  * - [`SerenityConfig.cueTimeout`](https://serenity-js.org/api/core/class/SerenityConfig/#cueTimeout)
169
- * - [`Discardable`](https://serenity-js.org/api/core/interface/Discardable/)
169
+ * - [`Discardable`](https://serenity-js.org/api/core/class/Discardable/)
170
170
  * - [`Ability`](https://serenity-js.org/api/core/class/Ability/)
171
171
  */
172
172
  cueTimeout: number | Duration;