feat(e2e-helpers): republier les types Playwright que notre surface mentionne

This commit is contained in:
Sylvain Duchesne
2026-08-17 11:10:30 +02:00
parent 72bb72c0b7
commit 6dfdf2f036
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -94,3 +94,8 @@ export {
type ScreenSignature,
type TextPattern,
} from "./nextgraph-ui";
// Re-exported so a consumer can type its own helpers against our signatures without a second,
// independently-versioned import of `playwright` — exactly the set our own exported functions
// mention (`launchWatchedContext`, `setupBrokerPage`, `frameTrouble`, and their neighbors).
export type { BrowserContext, Frame, Page } from "playwright";