@alwaysmeticulous/sdk-bundles-api
Advanced tools
Comparing version 2.176.0 to 2.177.0
@@ -7,4 +7,6 @@ export { RecordConfig, RecordSettings } from "./record"; | ||
export { ExecuteScheduledTestRunOptions } from "./replay-orchestrator/sdk-to-bundle/execute-scheduled-test-run"; | ||
export { ExecuteTestRunResult, TestRunExecution, RunningTestRunExecution, FinishedTestRunExecution, TestRunProgress, DetailedTestCaseResult, } from "./replay-orchestrator/bundle-to-sdk/execute-test-run"; | ||
export { ExecuteScheduledTestRunChunkOptions } from "./replay-orchestrator/sdk-to-bundle/execute-scheduled-test-run-chunk"; | ||
export { ExecuteTestRunResult, ExecutionProgress, TestRunExecution, RunningTestRunExecution, FinishedTestRunExecution, TestRunProgress, DetailedTestCaseResult, } from "./replay-orchestrator/bundle-to-sdk/execute-test-run"; | ||
export { InProgressTestRun } from "./replay-orchestrator/bundle-to-sdk/execute-scheduled-test-run"; | ||
export { InProgressTestRunChunk, ExecuteTestRunChunkResult, TestRunChunkExecution, } from "./replay-orchestrator/bundle-to-sdk/execute-scheduled-test-run-chunk"; | ||
export { ReplayAndStoreResultsResult, ReplayExecution, BeforeUserEventResult, IndexedReplayableEvent, } from "./replay-orchestrator/bundle-to-sdk/execute-replay"; | ||
@@ -11,0 +13,0 @@ export { ScreenshotDiffData } from "./replay-orchestrator/bundle-to-sdk/execute-replay"; |
@@ -11,3 +11,3 @@ import { Project, TestCaseResult, TestRunStatus } from "@alwaysmeticulous/api"; | ||
project: Project; | ||
progress: TestRunProgress; | ||
progress: ExecutionProgress; | ||
url: string; | ||
@@ -31,3 +31,3 @@ } | ||
} | ||
export interface TestRunProgress { | ||
export interface ExecutionProgress { | ||
failedTestCases: number; | ||
@@ -38,2 +38,6 @@ flakedTestCases: number; | ||
} | ||
/** | ||
* @deprecated Use `ExecutionProgress` instead. | ||
*/ | ||
export type TestRunProgress = ExecutionProgress; | ||
export interface DetailedTestCaseResult extends TestCaseResult { | ||
@@ -40,0 +44,0 @@ screenshotDiffDataByBaseReplayId: Record<string, ScreenshotDiffData>; |
{ | ||
"name": "@alwaysmeticulous/sdk-bundles-api", | ||
"version": "2.176.0", | ||
"version": "2.177.0", | ||
"description": "Meticulous common types", | ||
@@ -22,3 +22,3 @@ "license": "ISC", | ||
"devDependencies": { | ||
"@alwaysmeticulous/api": "^2.175.0" | ||
"@alwaysmeticulous/api": "^2.177.0" | ||
}, | ||
@@ -50,3 +50,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "c925c0c59a21297a179f3369ac9980b8eab714a5" | ||
"gitHead": "99b38cab406ba8de7e0fde5fd53cd98a81449ed1" | ||
} |
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
43090
45
878