cypress-controls-ext
Version:
Extension to embed controls to controls panel in cypress app
7 lines (6 loc) • 330 B
TypeScript
/**
* for testing purposes
*/
export { cypressAppSelect, setStoredVar, getStoredVar, updateEnvVar, } from './common';
export { setupControlsExtension, setupControlsExtensionWithEvent, removeControls, } from './inject';
export type { SetupControlSettings, ModeSetting, ListenerSetting, FnVoid, } from './control-settings.types';