UNPKG

cybernaut

Version:

Reliable, automated web UI testing in BDD-style.

5 lines (4 loc) 104 B
export interface Action<T> { readonly description: string; perform(driver: T): Promise<void>; }