Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@serenity-js/playwright

Package Overview
Dependencies
Maintainers
1
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@serenity-js/playwright - npm Package Compare versions

Comparing version 3.25.3 to 3.25.4

11

CHANGELOG.md

@@ -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 @@

4

lib/screenplay/models/PlaywrightBrowsingSessionWithBrowser.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc