• logo
    Vela Docs
  • Getting Started
  • Ethos
  • Backend
    • PocketBase
    • PostgreSQL Preview
  • CLI Reference
    • Installation
    • Environment Variables
  • Create
  • Dev
  • Build
  • Generate
    • Form
    • Resource
    • Schema
    • Scaffold
    • AI Pro
  • Destroy
  • Enable
    • Auth
    • API
    • API Keys
    • S3
    • SMTP
    • Notifications
    • Teams Pro
    • Payments Pro
    • Subscriptions Preview
    • i18n Preview
    • CMS Preview
    • Workflow Preview
  • Disable
  • Sync
  • Test
    • Unit
    • Integration
  • Seeds
    • Save
    • Load
    • Clear
  • Fixtures
    • Generate
    • Load
    • Clear
  • Legal
    • Privacy
    • Terms
  • UI
    • Add
    • Base
  • Routes
  • Provision
  • Deploy
  • Serverless
    • Vercel
    • Netlify
    • Cloudflare
  • Static Site Generator
  • Account
    • Sign Up
    • Login
    • Who Am I
    • Logout
  • Helpers
    • PocketBase
    • PostgreSQL Preview
    • GitHub Action
    Test

Test

The test command is used to run the unit and integration tests for your application. Vela uses Vitest for testing and includes tests for all generated code.

Unit

Unit tests for your application.

Learn more
Integration

Integration tests for your application.

Learn more