feat: add web probe performance hotspot analysis
This commit is contained in:
@@ -158,6 +158,7 @@ export type NodeWebProbeObserveCommandType =
|
||||
| "deleteMdtodoTask"
|
||||
| "launchWorkbenchFromTask"
|
||||
| "launchWorkbenchFromMdtodo"
|
||||
| "performanceCapture"
|
||||
| "screenshot"
|
||||
| "mark"
|
||||
| "stop";
|
||||
@@ -214,6 +215,7 @@ export interface NodeWebProbeObserveOptions {
|
||||
commandAlternateSessionStrategy: string | null;
|
||||
commandExpectedSentinelRange: string | null;
|
||||
commandExpectedActionWaitMs: number | null;
|
||||
commandDurationMs: number | null;
|
||||
commandRequireComposerReady: boolean;
|
||||
commandWaitProjectManagementReady: boolean;
|
||||
commandFindingId: string | null;
|
||||
|
||||
Reference in New Issue
Block a user