@serenity-js/playwright-test
Advanced tools
Comparing version 3.0.0-rc.34 to 3.0.0-rc.35
@@ -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 @@ |
@@ -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
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
84990
+ Added@serenity-js/assertions@3.0.0-rc.35(transitive)
+ Added@serenity-js/core@3.0.0-rc.35(transitive)
+ Added@serenity-js/playwright@3.0.0-rc.35(transitive)
+ Added@serenity-js/web@3.0.0-rc.35(transitive)
- Removed@serenity-js/assertions@3.0.0-rc.34(transitive)
- Removed@serenity-js/core@3.0.0-rc.34(transitive)
- Removed@serenity-js/playwright@3.0.0-rc.34(transitive)
- Removed@serenity-js/web@3.0.0-rc.34(transitive)