Integrations
Browser automation (Playwright)
Drive a web application from a flow. Experimental.
Web applications are tested through Playwright.
Playwright automations have their own YAML files, and an application
integrates with them by calling playwright.run with the path to one.
The application's envs/*.env decide the browser configuration: which browser,
launch options (headless, slowMo…) and context options (viewport, locale,
credentials…).
This part is experimental: the set of available methods lives with the
Playwright helper, and the seeded playful_website example application shows a
complete YAML automation end to end.