Prerequisites
Before deploying your tests, ensure you have:- Successfully created and run tests locally using MCP
- Access to the MCP Tests web portal
- The URL of your deployed application (staging or production)
Deployment Steps
1
Access the MCP Tests Web Portal
Log in to the MCP Tests web portal and navigate to your project. You’ll see a list of all test suites that have been created locally.
2
Initiate Test Deployment
Locate the test suite you want to deploy and click the “Deploy Tests” button next to it. This opens the test selection interface.
3
Select Tests to Deploy
Review the available tests and use the checkboxes to select which ones you want to deploy. You can select individual tests or multiple tests at once depending on your deployment strategy.
Consider starting with a subset of critical tests before deploying your entire test suite to production.
4
Confirm Test Selection
After selecting your tests, click the “Deploy Tests” button in the upper right corner to proceed with the deployment.
5
Configure Target Environment
Enter the URL of your deployed application where the tests will run (e.g.,
https://your-app.com or https://staging.your-app.com). This URL becomes the target environment for all test executions.Ensure the URL is accessible and that any required authentication credentials are properly configured.
6
Monitor Test Execution
Navigate to the “All Tests” page to monitor your test results in real-time. Here you can:
- View detailed test execution logs
- Analyze test visualizations and screenshots
- Review any failures or issues
- Track test performance over time
Next Steps
After deploying your tests to production:- Set up continuous monitoring to run tests automatically on a schedule
- Configure alerts to notify your team of test failures
- Review the test maintenance guide for best practices on keeping your tests up to date