feat: add web sentinel session invariance checks
This commit is contained in:
@@ -122,6 +122,9 @@ export type NodeWebProbeObserveCommandType =
|
||||
| "cancel"
|
||||
| "selectProvider"
|
||||
| "clickSession"
|
||||
| "refreshCurrentSession"
|
||||
| "switchAwayAndBack"
|
||||
| "assertSessionInvariant"
|
||||
| "selectProjectSource"
|
||||
| "selectMdtodoSource"
|
||||
| "selectMdtodoFile"
|
||||
@@ -186,6 +189,13 @@ export interface NodeWebProbeObserveOptions {
|
||||
commandLabel: string | null;
|
||||
commandSessionId: string | null;
|
||||
commandProvider: string | null;
|
||||
commandAfterRound: number | null;
|
||||
commandSeverity: string | null;
|
||||
commandAlternateSessionStrategy: string | null;
|
||||
commandExpectedSentinelRange: string | null;
|
||||
commandRequireComposerReady: boolean;
|
||||
commandFindingId: string | null;
|
||||
commandBlocking: boolean | null;
|
||||
commandSourceId: string | null;
|
||||
commandFileRef: string | null;
|
||||
commandTaskRef: string | null;
|
||||
|
||||
Reference in New Issue
Block a user