@argos-ci/util
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -13,2 +13,4 @@ type ScreenshotMetadata = { | ||
titlePath: string[]; | ||
retries?: number; | ||
retry?: number; | ||
location?: { | ||
@@ -15,0 +17,0 @@ file: string; |
@@ -21,2 +21,4 @@ /** | ||
titlePath: string[]; | ||
retries?: number; | ||
retry?: number; | ||
location?: { | ||
@@ -60,2 +62,7 @@ file: string; | ||
}): string; | ||
export { getGitRepositoryPath, readVersionFromPackage, ScreenshotMetadata, getMetadataPath, writeMetadata, readMetadata, getScreenshotName }; | ||
/** | ||
* Get playwright trace from screenshot path. | ||
* If not found, returns null. | ||
*/ | ||
declare function getPlaywrightTracePath(screenshotPath: string): Promise<string | null>; | ||
export { getGitRepositoryPath, readVersionFromPackage, ScreenshotMetadata, getMetadataPath, writeMetadata, readMetadata, getScreenshotName, getPlaywrightTracePath }; |
{ | ||
"name": "@argos-ci/util", | ||
"description": "Set of utilities used across all Argos SDKs", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"author": "Smooth Code", | ||
@@ -39,3 +39,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "f864cced9e48669efab2a35fde612570600b94a7" | ||
"gitHead": "47a939474ca0c0d55ca5360dcaa5f8912547ed76" | ||
} |
Sorry, the diff of this file is not supported yet
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
9246
227