@argos-ci/playwright
Advanced tools
Comparing version 1.0.0-alpha.3 to 1.0.0-alpha.4
@@ -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>; |
{ | ||
"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
17894
397
+ Added@argos-ci/browser@1.0.0-alpha.4(transitive)
+ Added@argos-ci/core@1.0.0-alpha.3(transitive)
+ Added@argos-ci/util@1.0.0-alpha.3(transitive)
- Removed@argos-ci/browser@1.0.0-alpha.3(transitive)
- Removed@argos-ci/core@1.0.0-alpha.2(transitive)
- Removed@argos-ci/util@1.0.0-alpha.2(transitive)
Updated@argos-ci/core@1.0.0-alpha.3
Updated@argos-ci/util@1.0.0-alpha.3