@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 (7 loc) • 293 B
text/typescript
export * from './locators';
export * from './PlaywrightBrowsingSession';
export * from './PlaywrightBrowsingSessionWithBrowser';
export * from './PlaywrightBrowsingSessionWithPage';
export * from './PlaywrightCookie';
export * from './PlaywrightPage';
export * from './PlaywrightPageElement';