Tutorials

Hands-on tutorials for Donobu Studio and the Donobu Playwright Extension, from first automation to CI/CD integration.

Tutorials

These hands-on tutorials walk you through common automation and testing scenarios using Donobu. They are organized by product — choose the section that matches how you want to use Donobu.

Studio Tutorials

Learn to create and manage browser automations using the Donobu Studio desktop app — no code required.

TutorialWhat you'll learn
Your First AutomationCreate a flow in Studio, watch Flow Pilot navigate a website, and review the results
Form AutomationUse environment variables to fill out a form and validate the submission
Multi-Page User JourneyBuild a multi-step checkout flow and monitor progress through the timeline

Playwright Extension Tutorials

Learn to write AI-powered Playwright tests using the Donobu Extension in your TypeScript project.

TutorialWhat you'll learn
Your First AI TestWrite a page.ai() test, run it, and view results in Studio
Data Extraction with SchemasUse page.ai.extract() to pull structured data and assert on it
CI/CD Pipeline IntegrationRun Donobu tests in GitHub Actions and set up self-healing