@qawolf/flows/web for browser flows and Electron flows.
Browser Flow
Start here for ordinary web app tests.launch: true gives the callback a ready-to-use page.
Pick A Browser
Change the target to run in another browser. Safari targets run with Playwright WebKit.Pass Launch Options
When startup options are known up front, put them in the flow definition.Launch Manually For Advanced Control
Calllaunch() yourself only when startup depends on callback logic.
Launch Electron
Use the Electron launch kind when the target is an app instead of a website.page.
Assertions
Importexpect from @qawolf/flows/web so assertions are connected to the QA Wolf runtime.