Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

Quick Start

For the impatient, here’s the fastest way to get started:

Ensure you have Node.js 20 or higher installed:

Terminal window
node --version

If you need to install or update Node.js, visit nodejs.org.

Terminal window
# Create a new project
npx rocketqa init
# Navigate to your project
cd your-project-name
# Install browser dependencies
npx rocketqa install
# Run your first tests
npx rocketqa test

For an even better development experience, install the RocketQA VS Code Extension:

  1. Open VS Code Extensions (Ctrl+Shift+X)
  2. Search for “RocketQA” by ENTech Solutions
  3. Click Install

Benefits:

  • 🎯 Smart autocompletion for locators and scenarios
  • 🔍 Real-time syntax validation
  • 🧭 Go-to-definition navigation
  • 📝 Enhanced syntax highlighting
  • CLI Help: Use npx rocketqa --help for command-line assistance
  • Step Discovery: Use npx rocketqa steps to see all available test steps
  • Examples: Check the features/ folder after running init for sample tests
  • Issues: Report bugs at GitHub Issues