flagpole
Version:
Simple and fast DOM integration, headless or headful browser, and REST API testing framework.
8 lines (7 loc) • 698 B
TypeScript
export declare function beforeScenarioExecuted(t: Object, p: string, d: PropertyDescriptor): void;
export declare function afterScenarioExecuted(t: Object, p: string, d: PropertyDescriptor): void;
export declare function beforeScenarioRequestStarted(t: Object, p: string, d: PropertyDescriptor): void;
export declare function afterScenarioRequestStarted(t: Object, p: string, d: PropertyDescriptor): void;
export declare function beforeScenarioFinished(t: Object, p: string, d: PropertyDescriptor): void;
export declare function afterScenarioFinished(t: Object, p: string, d: PropertyDescriptor): void;
export declare function afterScenarioReady(t: Object, p: string, d: PropertyDescriptor): void;