UNPKG

protractor-flake

Version:

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

8 lines (7 loc) 208 B
import Parser from './parser'; declare type ParserList = { [key: string]: Parser; }; declare const all: ParserList; declare function getParser(parser?: (Parser | string)): any; export { all, getParser };