UNPKG

@wix-pilot/core

Version:

A flexible plugin that drives your tests with human-written commands, enhanced by the power of large language models (LLMs)

5 lines (4 loc) 317 B
import { Pilot } from "./Pilot"; import logger from "./common/logger"; export { Pilot, logger }; export { Config, CacheOptions, PilotOptions, PromptHandler, TestingFrameworkDriver, TestingFrameworkAPICatalog, TestingFrameworkAPICatalogItem, TestingFrameworkDriverConfig, AutoReport, LoggerDelegate, } from "./types";