Skip to main content

TAS Self Hosted Demo


In this section we will explain how you can make a configuration file for Test at Scale community version.

Step 1


  1. Create an account by visiting TAS Login Page. (Or TAS Home Page)
  2. After login, select your organisation and continue with TAS Self Hosted.

Creating an account

Step 2


  1. Download the configuration file for TAS self hosted and update your LambdaTest SecretKey.

Creating synapse secrets file

  1. Download and run the docker-compose file.
  2. Click on Test Connection and then Proceed.

Start Docker Compose

Step 3


  1. Fork any one of our sample repos into your GitHub account. Sample repos : Mocha, Jest, Jasmine.
  2. Import the same sample repository on the TAS Portal that you have forked earlier.
  3. Now its time to configure your .tas.yml. For this demo repo .tas.yml file is already present 👍, therefore just proceed to Step 4 below.

Select mode and post-merge

Step 4


  1. On the bottom left corner click Already have a .tas.yml and read the instructions.
  2. In order make a commit open the readme file, make some changes (you can make any changes as we just have to do a dummy commit) and commit them directly to the master branch.
  3. Go back to the portal and click on Understood to proceed further.
  4. You should see a new job under queued or initiating status on your TAS portal.

Select mode and post-merge

Congratulations 🎉
You have successfully initiated your first job. Once this job finishes you should be able to see the test results for this job.