Human QA testing for Replit-built apps
Connect TestMyVibes to your Replit deployments for automated human QA on every publish.
# After deploying on Replit, trigger a human QA test:
curl -X POST https://testmyvibes.com/v1/jobs \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"url": "https://your-app.replit.app",
"title": "Replit Deploy QA",
"jobType": "smoke_test"
}'
# Pro tip: Add this as a post-deploy script
# or use the TestMyVibes deploy hook.