UNPKG

e2ed

Version:

E2E testing framework over Playwright

6 lines (5 loc) 244 B
import type { NavigateToUrlOptions, Url } from '../types/internal'; /** * Navigate to the `url` (without waiting of interface stabilization). */ export declare const navigateToUrl: (url: Url, options?: NavigateToUrlOptions) => Promise<void>;