Skip to main content

Playwright workflow use cases

Each page here builds one complete workflow on the canvas, from trigger to outcome. They all assume you have Playrunner running and a repository connected — if not, start with Get started with Playrunner.

They also share one idea worth understanding first: connection state. What happens after a Playwright run is decided by the kind of edge you draw out of it — on failure, on success, sequential, concurrent, or independent — rather than by a condition inside a script.

Reacting to results

Starting runs