@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
11 lines • 532 B
TypeScript
export * from './ElectronLaunchOptions.js';
export * from './locators/index.js';
export * from './PlaywrightBrowsingSession.js';
export * from './PlaywrightBrowsingSessionWithBrowser.js';
export * from './PlaywrightBrowsingSessionWithElectron.js';
export * from './PlaywrightBrowsingSessionWithPage.js';
export * from './PlaywrightCookie.js';
export * from './PlaywrightPage.js';
export * from './PlaywrightPageElement.js';
export * from './SelfLaunchingPlaywrightBrowsingSessionWithElectron.js';
//# sourceMappingURL=index.d.ts.map