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.0.0-rc.34 to 3.0.0-rc.35

11

CHANGELOG.md

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

# [3.0.0-rc.35](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.34...v3.0.0-rc.35) (2022-11-25)
### Bug Fixes
* **playwright:** upgraded to Playwright 1.28.1 ([e9c4c1c](https://github.com/serenity-js/serenity-js/commit/e9c4c1c5c4467423c8254baeab0d0603d90c0d96))
# [3.0.0-rc.34](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.33...v3.0.0-rc.34) (2022-11-21)

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

2

lib/api.d.ts

@@ -16,3 +16,3 @@ import { PlaywrightTestArgs, PlaywrightTestOptions, PlaywrightWorkerArgs, PlaywrightWorkerOptions, TestType } from '@playwright/test';

}
export declare type SerenityTestType = TestType<PlaywrightTestArgs & PlaywrightTestOptions & SerenityFixtures, PlaywrightWorkerArgs & PlaywrightWorkerOptions>;
export type SerenityTestType = TestType<PlaywrightTestArgs & PlaywrightTestOptions & SerenityFixtures, PlaywrightWorkerArgs & PlaywrightWorkerOptions>;
export declare const it: SerenityTestType;

@@ -19,0 +19,0 @@ export declare const test: SerenityTestType;

import type { PlaywrightTestConfig as BasePlaywrightTestConfig } from '@playwright/test';
import { ClassDescription } from '@serenity-js/core';
export declare type PlaywrightTestConfig<BaseConfig extends BasePlaywrightTestConfig = BasePlaywrightTestConfig> = Omit<BaseConfig, 'use' | 'reporter'> & {
export type PlaywrightTestConfig<BaseConfig extends BasePlaywrightTestConfig = BasePlaywrightTestConfig> = Omit<BaseConfig, 'use' | 'reporter'> & {
use?: BaseConfig['use'] & {

@@ -5,0 +5,0 @@ crew: Array<ClassDescription>;

{
"name": "@serenity-js/playwright-test",
"version": "3.0.0-rc.34",
"version": "3.0.0-rc.35",
"description": "Serenity/JS Screenplay Pattern library for Playwright",

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

"dependencies": {
"@serenity-js/core": "3.0.0-rc.34",
"@serenity-js/playwright": "3.0.0-rc.34",
"@serenity-js/core": "3.0.0-rc.35",
"@serenity-js/playwright": "3.0.0-rc.35",
"deepmerge": "^4.2.2",

@@ -55,13 +55,13 @@ "tiny-types": "^1.19.0"

"@integration/testing-tools": "3.0.0",
"@playwright/test": "1.28.0",
"@playwright/test": "1.28.1",
"@serenity-js/core": "3.0.0-rc.27",
"@serenity-js/playwright": "3.0.0-rc.27",
"@types/chai": "^4.3.4",
"@types/mocha": "^9.1.1",
"mocha": "^10.0.0",
"@types/mocha": "^10.0.0",
"mocha": "^10.1.0",
"nyc": "15.1.0",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
"typescript": "^4.9.3"
},
"gitHead": "5b0ad14a0b673fdb541ec89ac67dc631db562018"
"gitHead": "632f7c62c31321cfb7641ee834b5636e1eefa442"
}

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