Skip to content

LambdaTest/test-at-scale-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run JavaScript Tests on TestMu AI (Formerly LambdaTest)

Made by TestMu AI Community

Getting Started

TestMu AI (Formerly LambdaTest) is an AI-native, multi-agent quality engineering platform that enables teams to plan, author, execute, analyze, and optimize tests at scale across browsers, devices, and frameworks.

Custom runners written on top of JavaScript testing frameworks for running test-at-scale on TestMu AI (Formerly LambdaTest). This runner supports Mocha, Jest and Jasmine.

test-at-scale-js

Custom runners written on top of javascript testing frameworks. For running test-at-scale locally, follow this.

This runner supports Mocha, Jest and jasmine. To request support for additional frameworks, raise an issue in this repository.

Project Structure

Monorepo consisting of separate packages for each javascript testing framework managed using lerna.

  • test-at-scale-core - Common package containing utilities and models being used
  • test-at-scale-jasmine-runner - Custom jasmine runner
  • test-at-scale-jest-runner - Custom jest runner
  • test-at-scale-mocha-runner - Custom mocha runner

Contributing

  • Clone this monorepo.
  • yarn bootstrap

Building a subpackage

  • yarn build:mocha

Build all

  • yarn build

Adding a dependency in a sub-package

Use lerna commands.

Building it locally with test-at-scale's nucleus image

In order to use it (or test it) locally with test-at-scale's nucleus image, create an npm package zip using command npm pack at root of this repo and make the following changes in nucleus/Dockerfile (of test-at-scale repo):

Replace

RUN npm i --global-style --legacy-peer-deps \
    @lambdatest/test-at-scale-jasmine-runner@~0.1.0 \
    @lambdatest/test-at-scale-mocha-runner@~0.1.0 \
    @lambdatest/test-at-scale-jest-runner@~0.1.0

with

COPY <dir_containing_zip>/lambdatest-1.0.0.tgz .
RUN npm i --global-style --legacy-peer-deps lambdatest-1.0.0.tgz

Used By

This project is used by:

  • TestMu AI (Formerly LambdaTest) TAS

TestMu AI (Formerly LambdaTest) Community

Connect with testers and developers in the TestMu AI Community. Ask questions, share what you are building, and discuss best practices in test automation and DevOps.

TestMu AI (Formerly LambdaTest) Certifications

Earn free TestMu AI Certifications for testers, developers, and QA engineers. Validate your skills in Selenium, Cypress, Playwright, Appium, Espresso and more. Industry-recognized, shareable on LinkedIn, and built by practitioners, not marketers.

Learning Resources by TestMu AI (Formerly LambdaTest)

Learn modern testing through tutorials, guides, videos, and weekly updates:

LambdaTest is Now TestMu AI

On January 12, 2026, LambdaTest evolved to TestMu AI, the world's first fully autonomous Agentic AI Quality Engineering Platform.

Same team. Same infrastructure. Same customer accounts. All existing LambdaTest logins, scripts, capabilities, and integrations continue to work without change.

ð Find the new home for LambdaTest.

How LambdaTest Evolved into TestMu AI

In 2017, we launched LambdaTest with a simple mission: make testing fast, reliable, and accessible. As LambdaTest grew, we expanded into Test Intelligence, Visual Regression Testing, Accessibility Testing, API Testing, and Performance Testing, covering the full depth of the testing lifecycle.

As software development entered the AI era, testing had to evolve, too. We rebuilt the architecture to be AI-native from the ground up, with autonomous agents that plan, author, execute, analyze, and optimize tests while keeping humans in the loop. The platform integrates with your repos, CI, IDEs, and terminals, continuously learning from every code change and development signal.

That evolution earned a new name: TestMu AI, built for an AI-first future of quality engineering. TestMu is not a new name for us. It is the name of our annual community conference, which has brought together 100,000+ quality engineers to discuss how AI would reshape testing, long before that became an industry norm.

What started as a high-performance cloud testing platform has transformed into an AI-native, multi-agent system powering a connected, end-to-end quality layer. That evolution defined a new identity: LambdaTest evolved into TestMu AI, built for an AI-first future of quality engineering.

Support

Got a question? Email support@testmuai.com or chat with us 24x7 from our chat portal.

Packages

 
 
 

Contributors