UNPKG

cypress-terminal-report

Version:

Better terminal and file output for cypress test logs.

4 lines (3 loc) 140 B
import type { Log } from '../types'; declare function logsTxtFormatter(logs: Log[], EOL?: string): string; export default logsTxtFormatter;