UNPKG

create-testplane

Version:

A tool for fast and simple Testplane configuration

6 lines (5 loc) 235 B
import type { TestplaneConfig } from "./testplaneConfig"; import type { Answers } from "./toolOpts"; export interface PluginsConfig { [plugin: string]: (config: TestplaneConfig, generalAnswers?: Answers) => void | Promise<void>; }