Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@argos-ci/playwright

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@argos-ci/playwright - npm Package Compare versions

Comparing version 1.0.0-alpha.3 to 1.0.0-alpha.4

2

dist/reporter.d.ts

@@ -0,1 +1,2 @@

/// <reference types="node" />
import { FullConfig, FullResult, Reporter, Suite, TestCase, TestResult } from "@playwright/test/reporter";

@@ -8,2 +9,3 @@ import { UploadParameters } from "@argos-ci/core";

constructor(config: ArgosReporterOptions);
writeFile(path: string, body: Buffer | string): Promise<void>;
onBegin(_config: FullConfig, _suite: Suite): Promise<void>;

@@ -10,0 +12,0 @@ onTestEnd(test: TestCase, result: TestResult): Promise<void>;

12

package.json
{
"name": "@argos-ci/playwright",
"description": "Visual testing solution to avoid visual regression. Playwright commands and utilities for Argos visual testing.",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"author": "Smooth Code",

@@ -45,8 +45,8 @@ "license": "MIT",

"dependencies": {
"@argos-ci/browser": "1.0.0-alpha.3",
"@argos-ci/core": "1.0.0-alpha.2",
"@argos-ci/util": "1.0.0-alpha.2"
"@argos-ci/browser": "1.0.0-alpha.4",
"@argos-ci/core": "1.0.0-alpha.3",
"@argos-ci/util": "1.0.0-alpha.3"
},
"devDependencies": {
"@argos-ci/cli": "1.0.0-alpha.2",
"@argos-ci/cli": "1.0.0-alpha.3",
"@argos-ci/playwright": "workspace:.",

@@ -62,3 +62,3 @@ "@playwright/test": "^1.38.1",

},
"gitHead": "df6e36fccc387245c17bc7f44b8ca81bbe788bd7"
"gitHead": "f05050ceab1ceeff81d12a8de7a768018a5cfd60"
}

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