Skip to content

Quick Start

From zero to your first test result in under 5 minutes.

xyva.ai portal overview

Step 1: Sign in to the portal

Open xyva.ai/app and log in with Google, GitHub or magic link. New accounts land on a 14-day Solo trial — no credit card.

Step 2: Start the local agent

In a terminal, inside the project you want to test:

bash
npx @xyva/agent start --project .

On first run the agent will:

  1. Open a browser tab to confirm portal handoff
  2. Offer to install Playwright browsers if missing
  3. Bind the WebSocket bridge on 127.0.0.1:7900

Leave the terminal running. The portal's agent badge in the top bar should flip to Connected.

Step 3: Walk through the in-portal Wizard

The first time the portal sees a new project, the Wizard appears. Steps:

  1. Language — English or German
  2. AI Connection — choose a provider and paste your key, or pick Observer Mode
  3. Project Import — confirm the detected Playwright config
  4. Preflight — the agent validates Node, Git and browser binaries

TIP

No AI key yet? Pick Observer Mode. Runner, Test Hub, Accessibility Auditor and reports all work without AI.

Step 4: Run your first test

  1. Open Runner in the sidebar
  2. The file tree mirrors the agent's project directory
  3. Click next to a spec or a single test
  4. Stream results, console logs and screenshots in real time

Equivalent CLI from the agent's terminal:

bash
npx playwright test --reporter=list

Step 5: Try the AI features

With a provider connected:

FeatureWhat it does
AI AssistantProject-aware chat for test generation, debugging, code explanations
Swarm QA8 parallel agents (a11y, links, performance, SEO, …)
Project ScoutCoverage-gap suggestions
Auto-FixSelector / fix proposals on failure — you approve before they're applied

Launch a Swarm Scan

  1. Open Swarm QA
  2. Enter a target URL (e.g. https://your-app.dev)
  3. Pick a preset: Quick Smoke, Standard Scan or Deep Audit
  4. Click Launch
  5. Findings stream into the dashboard, classified by severity and action category

WARNING

Swarm scans hit your target URL with real HTTP requests. Only scan apps you have permission to test.

What's next?

Cloud portal · Local Playwright agent.