UNPKG

magnitude-test

Version:

A TypeScript client for running automated UI tests through the Magnitude testing platform

5 lines (4 loc) 294 B
import { TestFunction, TestGroup, TestOptions } from "@/discovery/types"; export declare function registerTest(testFn: TestFunction, title: string, url: string): void; export declare function setCurrentGroup(group?: TestGroup): void; export declare function currentGroupOptions(): TestOptions;