Documentation
Learn how to install Raiken, configure it for your project, and generate your first AI-powered Playwright tests.
Core Concepts
Understand the code graph, DOM capture, and orchestration that powers Raiken's test generation.
Architecture
See how the CLI, dashboard, and core engine work together to generate and manage tests.
CLI Reference
All available commands, flags, and environment variables for the Raiken CLI.
Configuration
Customize Raiken with raiken.config.json: AI providers, test output, browser settings, and more.
Deep Dives
DOM Capture
How Raiken extracts semantic UI structure for stable selectors.
Test Generation
The pipeline from prompt to production-ready Playwright code.
Orchestrator
The agent that coordinates tools and builds context for the AI.
Code Graph
How your project is indexed to provide structural context.
Dashboard
Navigate the web UI for test generation and management.
Examples
Real prompts and the tests they produce.