{"id":22363116,"url":"https://github.com/lambdatest/test-at-scale-scripts","last_synced_at":"2026-03-18T02:33:59.417Z","repository":{"id":97545489,"uuid":"540470854","full_name":"LambdaTest/test-at-scale-scripts","owner":"LambdaTest","description":null,"archived":false,"fork":false,"pushed_at":"2022-11-01T08:29:56.000Z","size":31,"stargazers_count":6,"open_issues_count":12,"forks_count":8,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-07-30T16:20:11.189Z","etag":null,"topics":["golang","hacktoberfest","javascript","linux","ruby","rust"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LambdaTest.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-09-23T14:08:55.000Z","updated_at":"2023-10-22T09:15:10.000Z","dependencies_parsed_at":"2023-03-13T16:11:03.601Z","dependency_job_id":null,"html_url":"https://github.com/LambdaTest/test-at-scale-scripts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LambdaTest/test-at-scale-scripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LambdaTest%2Ftest-at-scale-scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LambdaTest%2Ftest-at-scale-scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LambdaTest%2Ftest-at-scale-scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LambdaTest%2Ftest-at-scale-scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LambdaTest","download_url":"https://codeload.github.com/LambdaTest/test-at-scale-scripts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LambdaTest%2Ftest-at-scale-scripts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30642995,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-18T01:41:58.583Z","status":"online","status_checked_at":"2026-03-18T02:00:07.824Z","response_time":104,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["golang","hacktoberfest","javascript","linux","ruby","rust"],"created_at":"2024-12-04T17:13:42.726Z","updated_at":"2026-03-18T02:33:59.409Z","avatar_url":"https://github.com/LambdaTest.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Test-at-scale\n\nContains scripts to setup TAS.\n\n- Laser \u003chttps://github.com/LambdaTest/laser\u003e\n- Photon \u003chttps://github.com/LambdaTest/photon\u003e\n- Neuron \u003chttps://github.com/LambdaTest/neuron\u003e\n- JS Runners \u003chttps://github.com/LambdaTest/test-at-scale-js\u003e\n- Test-at-Scale \u003chttps://github.com/LambdaTest/test-at-scale\u003e\n- Test-at-Scale-js-smart-select \u003chttps://github.com/LambdaTest/test-at-scale-js-smart-select\u003e\n\n## Dev Onboarding\n\n### Local System Setup\n\n#### Mac Users\n\n- Install [Homebrew](https://brew.sh/).\n\n```bash\n/bin/bash -c \"$(curl -fsSL \u003chttps://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh\u003e)\"\n```\n\n- Install [Docker Desktop](https://www.docker.com/products/docker-desktop). Start the Docker Desktop Application before proceeding further.\n\n- Add your machine’s [SSH keys on GitHub](https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account).\n\n- Create a new folder and paste mac_deployer.sh (refer Attachments) in that folder.\n\n- Run the script using the command below. (You'll need to define credentials for various services and configurations of resources required by TestAtScale system)\n\n```bash\nbash mac_deployer.sh\n```\n\n**This script may ask for your root password in order to add entry in /etc/hosts.**\n\n### Enviroment variables\n\n```bash\ndb_pass=db-pass\nazure_acc_name=azure-acc-name\nazure_acc_key=azure-acc-key\ngithub_client_id=github-client-id\ngithub_client_secret=github-client-secret\ngitlab_client_id=gitlab-client-id\ngitlab_client_secret=gitlab-client-secret\nbitbucket_client_id=bitbucket-client-id\nbitbucket_client_secret=bitbucket-client-secret\ngithub_app_app_name=github-app-app-id\ngithub_app_app_id=github-app-app-id\ngithub_app_client_id=github-app-client-id\ngithub_app_client_secret=github-app-client-secret\ngithub_app_private_key=github-app-private-key\n```\n#### Obtaining the values for environment variables\n\n| Variable    | Function | Find it here |\n| :---------- | :-------- | :--------- |\n| db_pass     | Password for the database will be used to connect to the database running in a mysql docker container locally from the application.| You can use any password you want.|\n| azure_acc_name | Name of the Azure account.| Azure portal|\n| azure_acc_key | Key of the Azure account.| Azure portal|\n| github_client_id | Client ID of the GitHub application.| [GitHub application settings](https://docs.github.com/en/developers/apps/building-oauth-apps/creating-an-oauth-app)|\n| github_client_secret | Client secret of the GitHub application.| [GitHub application settings](https://docs.github.com/en/developers/apps/building-oauth-apps/creating-an-oauth-app)|\n| gitlab_client_id | Client ID of the GitLab application.| [GitLab application settings](https://docs.gitlab.com/ee/integration/oauth_provider.html)|\n| gitlab_client_secret | Client secret of the GitLab application.| [GitLab application settings](https://docs.gitlab.com/ee/integration/oauth_provider.html)|\n| bitbucket_client_id | Client ID of the Bitbucket application.| [Bitbucket application settings](https://developer.atlassian.com/cloud/bitbucket/oauth-2/)|\n| bitbucket_client_secret | Client secret of the Bitbucket application.| [Bitbucket application settings](https://developer.atlassian.com/cloud/bitbucket/oauth-2/)|\n| github_app_app_name | Name of the GitHub application.| [GitHub application settings](https://docs.github.com/en/developers/apps/building-github-apps/creating-a-github-app)|\n| github_app_app_id | App ID of the GitHub application.| [GitHub application settings](https://docs.github.com/en/developers/apps/building-github-apps/creating-a-github-app)|\n| github_app_client_id | Client ID of the GitHub application.| [GitHub application settings](https://docs.github.com/en/developers/apps/building-github-apps/creating-a-github-app)|\n| github_app_client_secret | Client secret of the GitHub application.| [GitHub application settings](https://docs.github.com/en/developers/apps/building-github-apps/creating-a-github-app)|\n| github_app_private_key | Private key of the GitHub application.| [GitHub application settings](https://docs.github.com/en/developers/apps/building-github-apps/creating-a-github-app)|\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flambdatest%2Ftest-at-scale-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flambdatest%2Ftest-at-scale-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flambdatest%2Ftest-at-scale-scripts/lists"}