refactoring
This commit is contained in:
@@ -9,21 +9,21 @@
|
||||
*/
|
||||
|
||||
// Adapters
|
||||
export { MockBrowserAutomationAdapter } from './MockBrowserAutomationAdapter';
|
||||
export { PlaywrightAutomationAdapter } from './PlaywrightAutomationAdapter';
|
||||
export type { PlaywrightConfig } from './PlaywrightAutomationAdapter';
|
||||
export { MockBrowserAutomationAdapter } from './engine/MockBrowserAutomationAdapter';
|
||||
export { PlaywrightAutomationAdapter } from './core/PlaywrightAutomationAdapter';
|
||||
export type { PlaywrightConfig, AutomationAdapterMode } from './core/PlaywrightAutomationAdapter';
|
||||
|
||||
// Services
|
||||
export { FixtureServer, getFixtureForStep, getAllStepFixtureMappings } from './FixtureServer';
|
||||
export type { IFixtureServer } from './FixtureServer';
|
||||
export { FixtureServer, getFixtureForStep, getAllStepFixtureMappings } from './engine/FixtureServer';
|
||||
export type { IFixtureServer } from './engine/FixtureServer';
|
||||
|
||||
// Template map and utilities
|
||||
export {
|
||||
IRacingTemplateMap,
|
||||
getStepTemplates,
|
||||
getStepName,
|
||||
isModalStep,
|
||||
getLoginIndicators,
|
||||
getLogoutIndicators,
|
||||
} from './templates/IRacingTemplateMap';
|
||||
export type { IRacingTemplateMapType, StepTemplates } from './templates/IRacingTemplateMap';
|
||||
IRacingTemplateMap,
|
||||
getStepTemplates,
|
||||
getStepName,
|
||||
isModalStep,
|
||||
getLoginIndicators,
|
||||
getLogoutIndicators,
|
||||
} from './engine/templates/IRacingTemplateMap';
|
||||
export type { IRacingTemplateMapType, StepTemplates } from './engine/templates/IRacingTemplateMap';
|
||||
Reference in New Issue
Block a user