@serenity-js/playwright-test
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 @@ |
@@ -151,16 +151,16 @@ import type { Expect, Fixtures, PlaywrightTestArgs, PlaywrightTestOptions, PlaywrightWorkerArgs, PlaywrightWorkerOptions, TestInfo, TestType } from '@playwright/test'; | ||
export declare const beforeAll: { | ||
(inner: (args: PlaywrightTestArgs & PlaywrightTestOptions & Omit<SerenityOptions, "actors"> & SerenityFixtures & PlaywrightWorkerArgs & PlaywrightWorkerOptions & object, testInfo: TestInfo) => any): void; | ||
(title: string, inner: (args: PlaywrightTestArgs & PlaywrightTestOptions & Omit<SerenityOptions, "actors"> & SerenityFixtures & PlaywrightWorkerArgs & PlaywrightWorkerOptions & object, testInfo: TestInfo) => any): void; | ||
(inner: (args: PlaywrightTestArgs & PlaywrightTestOptions & Omit<SerenityOptions, "actors"> & SerenityFixtures & PlaywrightWorkerArgs & PlaywrightWorkerOptions & object, testInfo: TestInfo) => Promise<any> | any): void; | ||
(title: string, inner: (args: PlaywrightTestArgs & PlaywrightTestOptions & Omit<SerenityOptions, "actors"> & SerenityFixtures & PlaywrightWorkerArgs & PlaywrightWorkerOptions & object, testInfo: TestInfo) => Promise<any> | any): void; | ||
}; | ||
export declare const beforeEach: { | ||
(inner: (args: PlaywrightTestArgs & PlaywrightTestOptions & Omit<SerenityOptions, "actors"> & SerenityFixtures & PlaywrightWorkerArgs & PlaywrightWorkerOptions & object, testInfo: TestInfo) => any): void; | ||
(title: string, inner: (args: PlaywrightTestArgs & PlaywrightTestOptions & Omit<SerenityOptions, "actors"> & SerenityFixtures & PlaywrightWorkerArgs & PlaywrightWorkerOptions & object, testInfo: TestInfo) => any): void; | ||
(inner: (args: PlaywrightTestArgs & PlaywrightTestOptions & Omit<SerenityOptions, "actors"> & SerenityFixtures & PlaywrightWorkerArgs & PlaywrightWorkerOptions & object, testInfo: TestInfo) => Promise<any> | any): void; | ||
(title: string, inner: (args: PlaywrightTestArgs & PlaywrightTestOptions & Omit<SerenityOptions, "actors"> & SerenityFixtures & PlaywrightWorkerArgs & PlaywrightWorkerOptions & object, testInfo: TestInfo) => Promise<any> | any): void; | ||
}; | ||
export declare const afterEach: { | ||
(inner: (args: PlaywrightTestArgs & PlaywrightTestOptions & Omit<SerenityOptions, "actors"> & SerenityFixtures & PlaywrightWorkerArgs & PlaywrightWorkerOptions & object, testInfo: TestInfo) => any): void; | ||
(title: string, inner: (args: PlaywrightTestArgs & PlaywrightTestOptions & Omit<SerenityOptions, "actors"> & SerenityFixtures & PlaywrightWorkerArgs & PlaywrightWorkerOptions & object, testInfo: TestInfo) => any): void; | ||
(inner: (args: PlaywrightTestArgs & PlaywrightTestOptions & Omit<SerenityOptions, "actors"> & SerenityFixtures & PlaywrightWorkerArgs & PlaywrightWorkerOptions & object, testInfo: TestInfo) => Promise<any> | any): void; | ||
(title: string, inner: (args: PlaywrightTestArgs & PlaywrightTestOptions & Omit<SerenityOptions, "actors"> & SerenityFixtures & PlaywrightWorkerArgs & PlaywrightWorkerOptions & object, testInfo: TestInfo) => Promise<any> | any): void; | ||
}; | ||
export declare const afterAll: { | ||
(inner: (args: PlaywrightTestArgs & PlaywrightTestOptions & Omit<SerenityOptions, "actors"> & SerenityFixtures & PlaywrightWorkerArgs & PlaywrightWorkerOptions & object, testInfo: TestInfo) => any): void; | ||
(title: string, inner: (args: PlaywrightTestArgs & PlaywrightTestOptions & Omit<SerenityOptions, "actors"> & SerenityFixtures & PlaywrightWorkerArgs & PlaywrightWorkerOptions & object, testInfo: TestInfo) => any): void; | ||
(inner: (args: PlaywrightTestArgs & PlaywrightTestOptions & Omit<SerenityOptions, "actors"> & SerenityFixtures & PlaywrightWorkerArgs & PlaywrightWorkerOptions & object, testInfo: TestInfo) => Promise<any> | any): void; | ||
(title: string, inner: (args: PlaywrightTestArgs & PlaywrightTestOptions & Omit<SerenityOptions, "actors"> & SerenityFixtures & PlaywrightWorkerArgs & PlaywrightWorkerOptions & object, testInfo: TestInfo) => Promise<any> | any): void; | ||
}; | ||
@@ -167,0 +167,0 @@ export declare const expect: Expect; |
@@ -26,3 +26,4 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.useBase = exports.useFixtures = exports.expect = exports.afterAll = exports.afterEach = exports.beforeEach = exports.beforeAll = exports.describe = exports.test = exports.it = exports.fixtures = void 0; | ||
exports.useFixtures = exports.expect = exports.afterAll = exports.afterEach = exports.beforeEach = exports.beforeAll = exports.describe = exports.test = exports.it = exports.fixtures = void 0; | ||
exports.useBase = useBase; | ||
const test_1 = require("@playwright/test"); | ||
@@ -405,3 +406,2 @@ const core_1 = require("@serenity-js/core"); | ||
} | ||
exports.useBase = useBase; | ||
/** | ||
@@ -408,0 +408,0 @@ * @private |
{ | ||
"name": "@serenity-js/playwright-test", | ||
"version": "3.25.3", | ||
"version": "3.25.4", | ||
"description": "Serenity/JS test runner adapter for Playwright Test, combining Playwright's developer experience with the advanced reporting and automation capabilities of Serenity/JS", | ||
@@ -48,6 +48,6 @@ "author": { | ||
"dependencies": { | ||
"@serenity-js/core": "3.25.3", | ||
"@serenity-js/playwright": "3.25.3", | ||
"@serenity-js/rest": "3.25.3", | ||
"@serenity-js/web": "3.25.3", | ||
"@serenity-js/core": "3.25.4", | ||
"@serenity-js/playwright": "3.25.4", | ||
"@serenity-js/rest": "3.25.4", | ||
"@serenity-js/web": "3.25.4", | ||
"deepmerge": "4.3.1", | ||
@@ -57,8 +57,8 @@ "tiny-types": "1.22.0" | ||
"peerDependencies": { | ||
"@playwright/test": "~1.45.3" | ||
"@playwright/test": "~1.46.0" | ||
}, | ||
"devDependencies": { | ||
"@integration/testing-tools": "3.0.0", | ||
"@playwright/test": "1.45.3", | ||
"@types/chai": "4.3.16", | ||
"@playwright/test": "1.46.0", | ||
"@types/chai": "4.3.17", | ||
"@types/mocha": "10.0.7", | ||
@@ -69,5 +69,5 @@ "c8": "10.1.2", | ||
"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
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
245464
+ Added@playwright/test@1.46.1(transitive)
+ Added@serenity-js/assertions@3.25.4(transitive)
+ Added@serenity-js/core@3.25.4(transitive)
+ Added@serenity-js/playwright@3.25.4(transitive)
+ Added@serenity-js/rest@3.25.4(transitive)
+ Added@serenity-js/web@3.25.4(transitive)
+ Addedaxios@1.7.3(transitive)
+ Addedlru-cache@11.0.0(transitive)
+ Addedplaywright@1.46.1(transitive)
+ Addedplaywright-core@1.46.1(transitive)
- Removed@playwright/test@1.45.3(transitive)
- Removed@serenity-js/assertions@3.25.3(transitive)
- Removed@serenity-js/core@3.25.3(transitive)
- Removed@serenity-js/playwright@3.25.3(transitive)
- Removed@serenity-js/rest@3.25.3(transitive)
- Removed@serenity-js/web@3.25.3(transitive)
- Removedaxios@1.7.2(transitive)
- Removedlru-cache@10.4.3(transitive)
- Removedplaywright@1.45.3(transitive)
- Removedplaywright-core@1.45.3(transitive)
Updated@serenity-js/core@3.25.4
Updated@serenity-js/rest@3.25.4
Updated@serenity-js/web@3.25.4