mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-08 07:50:24 -05:00
chore: resetting the test when top changes (#26797)
This commit is contained in:
@@ -2,7 +2,7 @@ import type { ReporterRunState, StudioRecorderState } from './reporter'
|
||||
|
||||
interface MochaRunnerState {
|
||||
startTime?: number
|
||||
currentId?: number | null
|
||||
currentId?: string | null
|
||||
emissions?: Emissions
|
||||
tests?: Record<string, Cypress.ObjectLike>
|
||||
passed?: number
|
||||
|
||||
@@ -24,6 +24,7 @@ export interface AppCaptureProtocolCommon {
|
||||
afterSpec (): Promise<void>
|
||||
connectToBrowser (cdpClient: CDPClient): Promise<void>
|
||||
pageLoading (input: any): void
|
||||
resetTest (testId: string): void
|
||||
}
|
||||
|
||||
export interface AppCaptureProtocolInterface extends AppCaptureProtocolCommon {
|
||||
|
||||
Reference in New Issue
Block a user