UNPKG

protractor-flake

Version:

A wrapper for protractor to automatically re-run failed specs for a specific number of attempts

12 lines (11 loc) 284 B
declare type Options = { nodeBin?: string; maxAttempts?: number; color?: string | boolean; protractorArgs?: string[]; protractorPath?: string; parser?: string; protractorRetryConfig?: string; protractorSpawnOptions?: object; }; export default Options;