Adding your first service

Once you're done with creating an user, Go to the services dashboard and proceed to add your first service from the UI http://<hypertest-vm-ip/domain>:<BACKEND_PORT>/#/services

  1. Choose your platform from the dropdown. (NodeJS or Java)

  2. Provide a name for your service.

  3. Select the git provider for your repositiory. Currently we support GitHub, BitBucket, GitLab and Azure DevOps.

  4. After selecting the git provider, you will be asked repository config and read access token to read your repository for running tests.

Please go to the following page based on the git provider to get assistance in filling the config details.

  • Click on verify config and complete verification of the repository access.

  • Select the master branch from the dropdown from which the recording is to be captured from your application.

  • Click on "Add Service" to complete service creation.

Note the service identifier created. Click on the name of the service and it will be revealed here. This would be used to initialize your SDK.

Last updated