Before starting, ensure you have TestSprite MCP Server installed and your IDE open.
Step 1: Prepare Your Project
Start Your Application - Make sure your application is running locally:Example
Project Structure Example
Step 2: The Magic Command
Open your IDE Chat and follow these steps:- Open a new chat window in your IDE
- Type the magic command:
- Drag and drop your project folder into the chat if you’d like to test a specific sub-project
- Press ⇧ Enter
Step 3: The Automated Workflow
Your AI assistant will automatically handle the entire testing process by running through these steps. It takes care of everything from understanding your project to running the actual tests, so you don’t have to do any of the work manually. Learn more about details steps at Testing Workflow.Step 4: Configuration (Required)
When the bootstrap tool opens, you must configure:- Test Account Credentials - If your app requires login:
Crediential Examples
- Application URLs:
URL Examples
- Product Requirements Document
Step 5: Review Test Results
After testing, you’ll find these files in your project:Expandable After Testing Project Structure Example
Step 6: Automatic Bug Fixes
Request Fixes - After reviewing the test results, simply ask:Example Output
Test Plan Generated:Expandable Test Plan Example
Expandable Test Report Summary Example
Tips for Success
Ensure Apps Are Running
Ensure Apps Are Running
Frontend and backend should be accessible on standard ports
Project Structure
Project Structure
Include README with setup instructions and descriptive folder names
Test Credentials
Test Credentials
Prepare test user accounts with non-production data
Review Generated Files
Review Generated Files
Check the generated PRD and test plan for accuracy