@alwaysmeticulous/sdk-bundles-api
Advanced tools
Comparing version 2.56.0 to 2.60.0
import { ScreenshotDiffOptions } from "@alwaysmeticulous/api"; | ||
import { LogLevelNumbers } from "loglevel"; | ||
import { BeforeUserEventResult } from "../bundle-to-sdk/execute-replay"; | ||
import { NetworkStubbingMode } from "./network-stubbing"; | ||
export interface ReplayAndStoreResultsOptions { | ||
@@ -118,2 +119,8 @@ chromeExecutablePath?: string; | ||
networkStubbing: boolean; | ||
/** | ||
* Defaults to {@link StubAllRequests} | ||
* | ||
* networkStubbing must be true if networkStubbingMode is set. | ||
*/ | ||
networkStubbingMode?: NetworkStubbingMode; | ||
skipPauses: boolean; | ||
@@ -120,0 +127,0 @@ moveBeforeClick: boolean; |
{ | ||
"name": "@alwaysmeticulous/sdk-bundles-api", | ||
"version": "2.56.0", | ||
"version": "2.60.0", | ||
"description": "Meticulous common types", | ||
@@ -49,3 +49,3 @@ "license": "ISC", | ||
}, | ||
"gitHead": "78222a2650425ced6537f3077ad47199a1fa45c3" | ||
"gitHead": "79db2c64a95e1e13360fc94610cd717bbb9baded" | ||
} |
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
20951
21
464