During execution
The worker receives test files, project identity, base URL, and runtime variables. Playwright actions, logs, results, and artifacts stream back to the project run view.
Direct answer
Manual and scheduled runs enter the same pending queue. The dispatcher checks workspace, project, and job concurrency plus worker capability before assignment.
The worker receives test files, project identity, base URL, and runtime variables. Playwright actions, logs, results, and artifacts stream back to the project run view.
The run settles as passed, failed, or error. Lifecycle acknowledgements protect assignment ownership during reconnects, while host-process loss and arbitrary external side effects are not presented as exactly-once guarantees.
EARLY ACCESS