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
- Create an account by visiting TAS Login Page. (Or TAS Home Page)
- After login, select your organisation and continue with TAS Self Hosted.
Step 2
- Download the configuration file for TAS self hosted and update your LambdaTest SecretKey.
- Download and run the docker-compose file.
- Click on Test Connection and then Proceed.
Step 3
- Fork any one of our sample repos into your GitHub account. Sample repos : Mocha, Jest, Jasmine.
- Import the same sample repository on the TAS Portal that you have forked earlier.
- 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.
Step 4
- On the bottom left corner click Already have a .tas.yml and read the instructions.
- 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.
- Go back to the portal and click on Understood to proceed further.
- You should see a new job under queued or initiating status on your TAS portal.
Congratulations 🎉
You have successfully initiated your first job.
Once this job finishes you should be able to see the test results for this job.