@abapify/adt-playwright
SSO authentication plugin using Playwright. Wraps
@abapify/browser-auth with a Playwright adapter for
interactive SSO/IDP login flows.
Install
bun add @abapify/adt-playwright
Public API
export type {
PlaywrightCredentials,
PlaywrightAuthOptions,
PlaywrightPluginOptions,
} from '@abapify/adt-playwright';
export type {
BrowserCredentials,
BrowserAuthOptions,
CookieData,
} from '@abapify/adt-playwright';
Dependencies
@abapify/adt-config,@abapify/browser-auth,playwright