@pragmap/playwright
v0.1.0
Published
Playwright helpers for Pragmap browser probe collection
Readme
@pragmap/playwright
Playwright helpers for Pragmap browser event collection.
Install
npm install @pragmap/playwright @pragmap/runtimeUsage
import { flushPragmapBrowserEvents } from "@pragmap/playwright";
await flushPragmapBrowserEvents(page);Use this package to flush browser-side Pragmap probe events into JSONL output during Playwright-driven verification flows.
