UNPKG

angles-javascript-client

Version:

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

11 lines (10 loc) 225 B
import { StepStates } from './enum/StepStates'; export declare class Step { name: string; expected: string; actual: string; info: string; status: StepStates; timestamp: Date; screenshot: string; }