archfz / cypress-terminal-report

Plugin for cypress. Logs to terminal and files, mimicking cypress UI.
MIT License
507 stars 39 forks source link

typescript: LogType and Severity to enums #224

Closed bvandercar-vt closed 1 year ago

bvandercar-vt commented 1 year ago

Use enums instead of string unions. More useful for consumers.