UNPKG

angles-javascript-client

Version:

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

10 lines (9 loc) 236 B
import { ScreenshotPlatform } from './ScreenshotPlatform'; export declare class StoreScreenshot { buildId: string; view: string; timestamp: Date; filePath: string; tags: string[]; platform: ScreenshotPlatform; }