UNPKG

testeranto

Version:

the AI powered BDD test framework for typescript projects

9 lines (6 loc) 224 B
import { ITTestResourceConfiguration } from "."; // Do not add logging to this file as it is used by the pure runtime. export abstract class Sidecar { abstract start(t: ITTestResourceConfiguration); abstract stop(); }