UNPKG

e2ed

Version:

E2E testing framework over Playwright

12 lines (10 loc) 234 B
import {Services as ServicesRoute} from 'autotests/routes/pageRoutes'; import {Page} from 'e2ed'; /** * The Services page. */ export class Services extends Page { getRoute(): ServicesRoute { return new ServicesRoute(); } }