@serenity-js/playwright
Version:
Adapter that integrates @serenity-js/web with Playwright, enabling Serenity/JS reporting and using the Screenplay Pattern to write component and end-to-end test scenarios
8 lines • 328 B
TypeScript
export * from './locators';
export * from './PlaywrightBrowsingSession';
export * from './PlaywrightBrowsingSessionWithBrowser';
export * from './PlaywrightBrowsingSessionWithPage';
export * from './PlaywrightCookie';
export * from './PlaywrightPage';
export * from './PlaywrightPageElement';
//# sourceMappingURL=index.d.ts.map