@alwaysmeticulous/replay-orchestrator-launcher
Advanced tools
Comparing version 2.175.0 to 2.176.0
import { ExecuteScheduledTestRunOptions, ExecuteTestRunOptions, ExecuteTestRunResult, InProgressTestRun, ReplayAndStoreResultsOptions, ReplayExecution } from "@alwaysmeticulous/sdk-bundles-api"; | ||
export declare const replayAndStoreResults: (options: Omit<ReplayAndStoreResultsOptions, "logLevel" | "chromeExecutablePath">) => Promise<ReplayExecution>; | ||
export declare const replayAndStoreResults: (options: Omit<ReplayAndStoreResultsOptions, "logLevel" | "chromeExecutablePath" | "projectId">) => Promise<ReplayExecution>; | ||
export declare const executeScheduledTestRun: (options: Omit<ExecuteScheduledTestRunOptions, "logLevel" | "chromeExecutablePath">) => Promise<InProgressTestRun>; | ||
export declare const executeTestRun: (options: Omit<ExecuteTestRunOptions, "logLevel" | "chromeExecutablePath">) => Promise<ExecuteTestRunResult>; |
{ | ||
"name": "@alwaysmeticulous/replay-orchestrator-launcher", | ||
"version": "2.175.0", | ||
"version": "2.176.0", | ||
"description": "Downloads the replay-orchestrator bundle script and executes it", | ||
@@ -22,5 +22,5 @@ "license": "ISC", | ||
"dependencies": { | ||
"@alwaysmeticulous/common": "^2.175.0", | ||
"@alwaysmeticulous/downloading-helpers": "^2.175.0", | ||
"@alwaysmeticulous/sdk-bundles-api": "^2.175.0", | ||
"@alwaysmeticulous/common": "^2.176.0", | ||
"@alwaysmeticulous/downloading-helpers": "^2.176.0", | ||
"@alwaysmeticulous/sdk-bundles-api": "^2.176.0", | ||
"loglevel": "^1.8.0", | ||
@@ -46,3 +46,3 @@ "puppeteer": "23.5.0" | ||
}, | ||
"gitHead": "600b5e17072eea1fb83d54e536dc644a7c95a87f" | ||
"gitHead": "c925c0c59a21297a179f3369ac9980b8eab714a5" | ||
} |
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
7272