UNPKG

flagpole

Version:

Simple and fast DOM integration, headless or headful browser, and REST API testing framework.

26 lines (25 loc) 802 B
export declare enum ScenarioDisposition { pending = "pending", excuting = "executing", completed = "completed", skipped = "skipped", cancelled = "cancelled", aborted = "aborted" } export declare enum ScenarioStatusEvent { beforeExecute = "beforeExecute", executionStart = "executionStart", executionSkipped = "executionSkipped", executionCancelled = "executionCancelled", executionAborted = "executionAborted", executionProgress = "executionProgress", afterExecute = "afterExecute", finished = "finished" } export declare enum SuiteStatusEvent { beforeAllExecute = "beforeAllExecute", beforeEachExecute = "beforeEachExecute", afterEachExecute = "afterEachExecute", afterAllExecute = "afterAllExecute", finished = "finished" }