New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@serenity-js/playwright-test

Package Overview
Dependencies
Maintainers
1
Versions
104
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.39 to 3.0.0-rc.40

11

CHANGELOG.md

@@ -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 @@

3

lib/reporter/PlaywrightStepReporter.js

@@ -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

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