GETTING STARTED
Autonomous Testing in 2 Minutes
Learn how to discover your application, generate complete end-to-end scenarios, and execute tests across headless Playwright sandboxes using the NovaQA CLI.
Step 1: Install NovaQA CLI
npm install -g @novaqa/cliStep 2: Initialize & Discover Project
testing-platform project init && testing-platform discoverNovaQA inspects your directory, discovers Next.js/Vite/Express routes, forms, API contracts, and synthesizes an internal Product Specification document.
Step 3: Execute Autonomous Test Suite
testing-platform test --suite regression --security