@serenity-js/playwright
Advanced tools
Comparing version 3.25.2 to 3.25.3
@@ -6,2 +6,14 @@ # Change Log | ||
## [3.25.3](https://github.com/serenity-js/serenity-js/compare/v3.25.2...v3.25.3) (2024-07-25) | ||
### Bug Fixes | ||
* **deps:** update playwright dependencies to v1.45.3 ([89775e6](https://github.com/serenity-js/serenity-js/commit/89775e6b535b62c4a705db6ae463fd50be51c2bd)) | ||
* **playwright:** playwright is now a peer dependency ([d9c7307](https://github.com/serenity-js/serenity-js/commit/d9c73073b57f1394efec0860f23b193b5ff53d97)) | ||
## [3.25.2](https://github.com/serenity-js/serenity-js/compare/v3.25.1...v3.25.2) (2024-07-17) | ||
@@ -8,0 +20,0 @@ |
@@ -55,3 +55,3 @@ import type { Discardable } from '@serenity-js/core'; | ||
* | ||
* ```ts title="specs/example.spec.ts" | ||
* ```ts | ||
* import { describe, it, test } from '@playwright/playwright-test' | ||
@@ -58,0 +58,0 @@ * import { BrowseTheWebWithPlaywright } from '@serenity-js/playwright' |
@@ -80,3 +80,3 @@ "use strict"; | ||
* | ||
* ```ts title="specs/example.spec.ts" | ||
* ```ts | ||
* import { describe, it, test } from '@playwright/playwright-test' | ||
@@ -83,0 +83,0 @@ * import { BrowseTheWebWithPlaywright } from '@serenity-js/playwright' |
{ | ||
"name": "@serenity-js/playwright", | ||
"version": "3.25.2", | ||
"description": "Serenity/JS adapter for Playwright, enabling the use of the Serenity/JS web library to write component and end-to-end test scenarios", | ||
"version": "3.25.3", | ||
"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", | ||
"author": { | ||
@@ -47,7 +47,9 @@ "name": "Jan Molak", | ||
"dependencies": { | ||
"@serenity-js/core": "3.25.2", | ||
"@serenity-js/web": "3.25.2", | ||
"playwright-core": "1.45.2", | ||
"@serenity-js/core": "3.25.3", | ||
"@serenity-js/web": "3.25.3", | ||
"tiny-types": "1.22.0" | ||
}, | ||
"peerDependencies": { | ||
"playwright-core": "~1.45.3" | ||
}, | ||
"devDependencies": { | ||
@@ -58,8 +60,9 @@ "@integration/testing-tools": "3.0.0", | ||
"c8": "10.1.2", | ||
"mocha": "10.6.0", | ||
"mocha": "10.7.0", | ||
"mocha-multi": "1.1.7", | ||
"playwright-core": "1.45.3", | ||
"ts-node": "10.9.2", | ||
"typescript": "5.2.2" | ||
}, | ||
"gitHead": "98b68da1e04a8fcbb255dca509b7bc9c322a3b6b" | ||
"gitHead": "ddbff3edbb00910bb31f3b53c13ba5d049edff0e" | ||
} |
@@ -61,3 +61,3 @@ import type { Discardable } from '@serenity-js/core'; | ||
* | ||
* ```ts title="specs/example.spec.ts" | ||
* ```ts | ||
* import { describe, it, test } from '@playwright/playwright-test' | ||
@@ -64,0 +64,0 @@ * import { BrowseTheWebWithPlaywright } from '@serenity-js/playwright' |
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
216893
9
+ Added@noble/hashes@1.5.0(transitive)
+ Added@serenity-js/assertions@3.25.3(transitive)
+ Added@serenity-js/core@3.25.3(transitive)
+ Added@serenity-js/web@3.25.3(transitive)
+ Addedplaywright-core@1.45.3(transitive)
- Removedplaywright-core@1.45.2
- Removed@noble/hashes@1.6.1(transitive)
- Removed@serenity-js/assertions@3.25.2(transitive)
- Removed@serenity-js/core@3.25.2(transitive)
- Removed@serenity-js/web@3.25.2(transitive)
- Removedplaywright-core@1.45.2(transitive)
Updated@serenity-js/core@3.25.3
Updated@serenity-js/web@3.25.3