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

@serenity-js/playwright-test

Package Overview
Dependencies
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@serenity-js/playwright-test - npm Package Compare versions

Comparing version 3.12.0 to 3.13.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [3.13.0](https://github.com/serenity-js/serenity-js/compare/v3.12.0...v3.13.0) (2023-10-19)
### Bug Fixes
* **deps:** update playwright dependencies to ^1.39.0 ([32af6b0](https://github.com/serenity-js/serenity-js/commit/32af6b02cea254cd3dcf5aa2a6318d3145d0af13))
# [3.12.0](https://github.com/serenity-js/serenity-js/compare/v3.11.1...v3.12.0) (2023-10-09)

@@ -8,0 +19,0 @@

2

lib/api/test-api.d.ts

@@ -166,3 +166,3 @@ import type { Fixtures, PlaywrightTestArgs, PlaywrightTestOptions, PlaywrightWorkerArgs, PlaywrightWorkerOptions, TestInfo, TestType } from '@playwright/test';

};
export declare const expect: import("@playwright/test").Expect;
export declare const expect: import("@playwright/test").Expect<{}>;
export declare const useFixtures: <T extends Record<string, any>, W extends Record<string, any> = object>(customFixtures: Fixtures<T, W, PlaywrightTestArgs & PlaywrightTestOptions & Omit<SerenityOptions, "actors"> & SerenityFixtures, PlaywrightWorkerArgs & PlaywrightWorkerOptions & object>) => TestApi<PlaywrightTestArgs & PlaywrightTestOptions & Omit<SerenityOptions, "actors"> & SerenityFixtures & T, PlaywrightWorkerArgs & PlaywrightWorkerOptions & object & W>;

@@ -169,0 +169,0 @@ /**

{
"name": "@serenity-js/playwright-test",
"version": "3.12.0",
"version": "3.13.0",
"description": "Serenity/JS reporter and test APIs for Playwright Test",

@@ -47,7 +47,7 @@ "author": {

"dependencies": {
"@playwright/test": "^1.38.1",
"@serenity-js/core": "3.12.0",
"@serenity-js/playwright": "3.12.0",
"@serenity-js/rest": "3.12.0",
"@serenity-js/web": "3.12.0",
"@playwright/test": "^1.39.0",
"@serenity-js/core": "3.13.0",
"@serenity-js/playwright": "3.13.0",
"@serenity-js/rest": "3.13.0",
"@serenity-js/web": "3.13.0",
"deepmerge": "^4.3.1",

@@ -58,4 +58,4 @@ "tiny-types": "^1.20.0"

"@integration/testing-tools": "3.0.0",
"@types/chai": "^4.3.6",
"@types/mocha": "^10.0.2",
"@types/chai": "^4.3.9",
"@types/mocha": "^10.0.3",
"c8": "8.0.1",

@@ -67,3 +67,3 @@ "mocha": "^10.2.0",

},
"gitHead": "fc2c4cead412f2c3a32b3b96cfb58e009fd16696"
"gitHead": "46323e04f31dd27ac81f23d4e5a7cc16565f23f4"
}

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