UNPKG

angles-javascript-client

Version:

This is the javascript client for the Angles Dashboard. It allows you to store your test results.

8 lines (7 loc) 133 B
export declare enum StepStates { INFO = "INFO", DEBUG = "DEBUG", PASS = "PASS", ERROR = "ERROR", FAIL = "FAIL" }