export type BrowserName = 'chromium' | 'firefox'; export const BASE_URL = 'http://localhost:8889/';