E2EFramework type exported

Last updated: 2026-03-05T12:26:14.068Z

Metrics

LOC: 1 Complexity: 1 Params: 0

Signature

type E2EFramework

Summary

Supported E2E frameworks for code generation

Source Code

export type E2EFramework = "playwright" | "cypress" | "pest";

No outgoing dependencies.

Impact (Incoming)

graph LR E2EFramework["E2EFramework"] FillableElement["FillableElement"] getE2EGenerator["getE2EGenerator"] FillableElement -->|uses| E2EFramework getE2EGenerator -->|uses| E2EFramework style E2EFramework fill:#dbeafe,stroke:#2563eb,stroke-width:2px click E2EFramework "b4a4eba33058bb5c.html" click FillableElement "2ecf5aaac3f668a8.html" click getE2EGenerator "4430350759e1bdc8.html"
SourceType
FillableElement uses
getE2EGenerator uses