@serenity-js/playwright-test
Advanced tools
Comparing version 3.0.0-rc.39 to 3.0.0-rc.40
@@ -6,2 +6,13 @@ # Change Log | ||
# [3.0.0-rc.40](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.39...v3.0.0-rc.40) (2023-01-06) | ||
### Bug Fixes | ||
* **playwright-test:** corrected invalid import path ([2c46662](https://github.com/serenity-js/serenity-js/commit/2c46662ba37cb43d0a487c265c087114d8dda518)) | ||
# [3.0.0-rc.39](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.38...v3.0.0-rc.39) (2023-01-05) | ||
@@ -8,0 +19,0 @@ |
@@ -7,3 +7,2 @@ "use strict"; | ||
const model_1 = require("@serenity-js/core/lib/model"); | ||
const model_2 = require("@serenity-js/core/src/model"); | ||
const web_1 = require("@serenity-js/web"); | ||
@@ -48,3 +47,3 @@ const tiny_types_1 = require("tiny-types"); | ||
// don't include platform and browser tags as Playwright already includes them | ||
if (!(e.tag instanceof model_2.PlatformTag || e.tag instanceof model_2.BrowserTag)) { | ||
if (!(e.tag instanceof model_1.PlatformTag || e.tag instanceof model_1.BrowserTag)) { | ||
this.testInfo.annotations.push({ type: e.tag.type, description: e.tag.name }); | ||
@@ -51,0 +50,0 @@ } |
{ | ||
"name": "@serenity-js/playwright-test", | ||
"version": "3.0.0-rc.39", | ||
"version": "3.0.0-rc.40", | ||
"description": "Serenity/JS reporter and test APIs for Playwright Test", | ||
@@ -48,5 +48,5 @@ "author": { | ||
"@playwright/test": "^1.29.1", | ||
"@serenity-js/core": "3.0.0-rc.39", | ||
"@serenity-js/playwright": "3.0.0-rc.39", | ||
"@serenity-js/web": "3.0.0-rc.39", | ||
"@serenity-js/core": "3.0.0-rc.40", | ||
"@serenity-js/playwright": "3.0.0-rc.40", | ||
"@serenity-js/web": "3.0.0-rc.40", | ||
"deepmerge": "^4.2.2", | ||
@@ -64,3 +64,3 @@ "tiny-types": "^1.19.0" | ||
}, | ||
"gitHead": "0ed93e2714afd329ac8e5e3121374d9f1f80d660" | ||
"gitHead": "94e7c72355737fe8bf1ad005c1677af13aa8e872" | ||
} |
@@ -16,4 +16,3 @@ import { TestError, TestInfo } from '@playwright/test'; | ||
import { FileSystemLocation, Path } from '@serenity-js/core/lib/io'; | ||
import { ActivityDetails, CorrelationId, Description, Name, Photo, ProblemIndication } from '@serenity-js/core/lib/model'; | ||
import { BrowserTag, PlatformTag } from '@serenity-js/core/src/model'; | ||
import { ActivityDetails, BrowserTag, CorrelationId, Description, Name, Photo, PlatformTag, ProblemIndication } from '@serenity-js/core/lib/model'; | ||
import { Photographer } from '@serenity-js/web'; | ||
@@ -20,0 +19,0 @@ import { match } from 'tiny-types'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
144120
0
2278
+ Added@serenity-js/assertions@3.0.0-rc.40(transitive)
+ Added@serenity-js/core@3.0.0-rc.40(transitive)
+ Added@serenity-js/playwright@3.0.0-rc.40(transitive)
+ Added@serenity-js/web@3.0.0-rc.40(transitive)
- Removed@serenity-js/assertions@3.0.0-rc.39(transitive)
- Removed@serenity-js/core@3.0.0-rc.39(transitive)
- Removed@serenity-js/playwright@3.0.0-rc.39(transitive)
- Removed@serenity-js/web@3.0.0-rc.39(transitive)
Updated@serenity-js/web@3.0.0-rc.40