@serenity-js/playwright
Advanced tools
Comparing version 3.25.3 to 3.25.4
@@ -6,2 +6,13 @@ # Change Log | ||
## [3.25.4](https://github.com/serenity-js/serenity-js/compare/v3.25.3...v3.25.4) (2024-08-07) | ||
### Bug Fixes | ||
* **deps:** update playwright dependencies to v1.46.0 ([000d43a](https://github.com/serenity-js/serenity-js/commit/000d43ae468595e78fdf5341b0d89432c3cc270a)) | ||
## [3.25.3](https://github.com/serenity-js/serenity-js/compare/v3.25.2...v3.25.3) (2024-07-25) | ||
@@ -8,0 +19,0 @@ |
@@ -33,4 +33,4 @@ "use strict"; | ||
return { | ||
browserName: this.browser._initializer.name, | ||
platformName: process.platform, | ||
browserName: this.browser._initializer.name, // todo: raise a PR to Playwright to expose this information | ||
platformName: process.platform, // todo: get the actual platform from Playwright | ||
browserVersion: this.browser.version() | ||
@@ -37,0 +37,0 @@ }; |
@@ -41,4 +41,4 @@ "use strict"; | ||
return { | ||
browserName: browser._initializer.name, | ||
platformName: process.platform, | ||
browserName: browser._initializer.name, // todo: raise a PR to Playwright to expose this information | ||
platformName: process.platform, // todo: get the actual platform from Playwright | ||
browserVersion: browser.version() | ||
@@ -45,0 +45,0 @@ }; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import { type QuestionAdapter } from '@serenity-js/core'; | ||
@@ -3,0 +2,0 @@ import type { CorrelationId } from '@serenity-js/core/lib/model'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.promised = void 0; | ||
exports.promised = promised; | ||
/** | ||
@@ -15,3 +15,2 @@ * Playwright 1.33.0 and newer rely on "zones" recorded in the stack trace | ||
} | ||
exports.promised = promised; | ||
//# sourceMappingURL=promised.js.map |
{ | ||
"name": "@serenity-js/playwright", | ||
"version": "3.25.3", | ||
"version": "3.25.4", | ||
"description": "Adapter that integrates @serenity-js/web with Playwright, enabling Serenity/JS reporting and using the Screenplay Pattern to write component and end-to-end test scenarios", | ||
@@ -47,12 +47,12 @@ "author": { | ||
"dependencies": { | ||
"@serenity-js/core": "3.25.3", | ||
"@serenity-js/web": "3.25.3", | ||
"@serenity-js/core": "3.25.4", | ||
"@serenity-js/web": "3.25.4", | ||
"tiny-types": "1.22.0" | ||
}, | ||
"peerDependencies": { | ||
"playwright-core": "~1.45.3" | ||
"playwright-core": "~1.46.0" | ||
}, | ||
"devDependencies": { | ||
"@integration/testing-tools": "3.0.0", | ||
"@types/chai": "4.3.16", | ||
"@types/chai": "4.3.17", | ||
"@types/mocha": "10.0.7", | ||
@@ -62,7 +62,7 @@ "c8": "10.1.2", | ||
"mocha-multi": "1.1.7", | ||
"playwright-core": "1.45.3", | ||
"playwright-core": "1.46.0", | ||
"ts-node": "10.9.2", | ||
"typescript": "5.2.2" | ||
"typescript": "5.5.4" | ||
}, | ||
"gitHead": "ddbff3edbb00910bb31f3b53c13ba5d049edff0e" | ||
"gitHead": "aebcb7b47540576437d79f6190c867a455ea695b" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
217803
2850
+ Added@serenity-js/assertions@3.25.4(transitive)
+ Added@serenity-js/core@3.25.4(transitive)
+ Added@serenity-js/web@3.25.4(transitive)
+ Addedplaywright-core@1.46.1(transitive)
- Removed@serenity-js/assertions@3.25.3(transitive)
- Removed@serenity-js/core@3.25.3(transitive)
- Removed@serenity-js/web@3.25.3(transitive)
- Removedplaywright-core@1.45.3(transitive)
Updated@serenity-js/core@3.25.4
Updated@serenity-js/web@3.25.4