{"message":"TimetoTest API","version":"1.0.0","status":"🚀 Ready to test!","features":["Automated web testing with AI-powered test case generation","Full-page screenshot capture across multiple pages","Internal page discovery and crawling","Real-time progress tracking","Socket.IO-based real-time event streaming","Guest user management by IP address","Concurrent test execution","Test execution result tracking and history","Detailed step-by-step execution logs","Backend API testing and validation","Performance and stress testing","Health monitoring and endpoint discovery"],"main_endpoints":{"authentication":{"login":"/api/v1/auth/login","signup":"/api/v1/auth/signup","profile":"/api/v1/auth/me","verify_token":"/api/v1/auth/verify","logout":"/api/v1/auth/logout"},"testing":{"start_test":"/api/v1/start-test","execute_test":"/api/v1/tests/{test_id}/execute","get_tests_by_user":"/api/v1/get-tests/{user_id}","get_my_tests":"/api/v1/my-tests","get_single_test":"/api/v1/get-single-test/{test_id}","test_status":"/api/v1/test-status/{test_id}","user_profile":"/api/v1/me/profile"},"results":{"execution_results":"/api/v1/executions/","execution_statistics":"/api/v1/executions/statistics","reports":"/api/v1/reports/"},"realtime":{"socketio_endpoint":"/socket.io/"},"admin":{"health_check":"/api/v1/admin/health-check","notification_status":"/api/v1/admin/notification-status","test_notifications":"/api/v1/admin/test-notification/"}}}