Add New Service
Add a new service for HyperTest
Go to central dashboard
Navigate to Services from left panel


Add Service in HyperTest
Click on Add Service
Add service name
Follow this naming convention: ht-<company_name>-<service_name>
Name should not be longer than 25 characters
Enter Description
Enter HyperTest Version (you can see it on botton left panel)
Add Service

Click on View Service in Actions Column to go to service dashboard
The url for service dashboard will be http://<svc_name>.hypertest.<base_dns>
Configure Service
Please refer the below guide to know how to configure HyperTest service
Configure HyperTestSERVICE_NAME: The name of your service
PRIMARY_URL: The url for stable version of your test application
CANDIDATE_URL The url for test version of your test application
HEALTH_CHECK: The endpoint of the health check in your application. If you do not have one, you can specify any endpoint that exists
VALID_HEALTH_STATUS_CODES: The response code that is sent by the application on making a request at the "HEALTH_CHECK" endpoint
Last updated