Skip to content

Commit 4987219

Browse files
authored
Merge README update
docs: rebrand LambdaTest to TestMu AI in README
2 parents 137693a + 941dd96 commit 4987219

1 file changed

Lines changed: 90 additions & 27 deletions

File tree

README.md

Lines changed: 90 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,115 @@
1-
# smartui-playwright-sample
2-
# LambdaTest SmartUI Playwright Sample
1+
# Run SmartUI Visual Tests with Playwright on TestMu AI (Formerly LambdaTest)
32

4-
This project demonstrates how to use playwright and LambdaTest together to run automated tests on the LambdaTest platform.
3+
<p align="center">
4+
<a href="https://www.testmuai.com/"><img src="https://img.shields.io/badge/MADE%20BY%20TestMu%20AI-000000.svg?style=for-the-badge&labelColor=000" alt="Made by TestMu AI"></a>
5+
<a href="https://www.npmjs.com/package/playwright"><img src="https://img.shields.io/npm/v/playwright.svg?style=for-the-badge&labelColor=000000" alt="Playwright version"></a>
6+
<a href="https://community.testmuai.com/"><img src="https://img.shields.io/badge/Join%20the%20community-blueviolet.svg?style=for-the-badge&labelColor=000000" alt="Community"></a>
7+
</p>
58

6-
## Setup
9+
## Getting Started
710

8-
First, clone this repository to your local machine.
11+
[TestMu AI](https://www.testmuai.com/) (Formerly LambdaTest) is the world's first full-stack AI Agentic Quality Engineering platform that empowers teams to test intelligently, smarter, and ship faster. Built for scale, it offers a full-stack testing cloud with 10K+ real devices and 3,000+ browsers. With AI-native test management, MCP servers, and agent-based automation, TestMu AI supports Selenium, Appium, Playwright, and all major frameworks.
12+
13+
With TestMu AI (Formerly LambdaTest), you can run SmartUI visual regression tests with Playwright on real browsers. This sample shows how to configure Playwright + SmartUI to run on the TestMu AI cloud.
14+
15+
- [Sign up on TestMu AI](https://www.testmuai.com/register/) (Formerly LambdaTest).
16+
- Follow the [TestMu AI Documentation](https://www.testmuai.com/support/docs/) for the full setup walkthrough.
17+
18+
### Prerequisites
19+
20+
- Node.js and npm (latest stable)
21+
- A TestMu AI (Formerly LambdaTest) account with your username and access key
22+
23+
### Setup
24+
25+
Clone and install dependencies:
26+
27+
```bash
28+
git clone https://github.com/LambdaTest/smartui-playwright-sample && cd smartui-playwright-sample
29+
npm i
30+
```
31+
32+
Set your credentials as environment variables.
33+
34+
**macOS / Linux:**
935

1036
```bash
11-
git clone https://github.com/LambdaTest/smartui-playwright-sample.git
12-
cd smartui-playwright-sample
37+
export LT_USERNAME="YOUR_USERNAME"
38+
export LT_ACCESS_KEY="YOUR_ACCESS_KEY"
39+
export LT_TUNNEL="YOUR_TUNNEL_NAME"
40+
export PROJECT_TOKEN="YOUR_PROJECT_TOKEN"
1341
```
1442

15-
Next, install the necessary dependencies:
43+
**Windows:**
1644

1745
```bash
18-
npm i
46+
set LT_USERNAME="YOUR_USERNAME"
47+
set LT_ACCESS_KEY="YOUR_ACCESS_KEY"
48+
set LT_TUNNEL="YOUR_TUNNEL_NAME"
49+
set PROJECT_TOKEN="YOUR_PROJECT_TOKEN"
1950
```
2051

21-
You'll need to set your LambdaTest username and access key as environment variables. They can be found on your LambdaTest profile.
52+
### Run tests
2253

2354
```bash
24-
export LT_USERNAME="Your LambdaTest Username"
25-
export LT_ACCESS_KEY="Your LambdaTest Access Key"
55+
node playwright-smartui.js
2656
```
2757

28-
## About the Test
58+
View results on your TestMu AI dashboard.
2959

30-
The test navigates to the LambdaTest homepage and checks the page title. After the title check, it will take a full-page screenshot for visual regression testing.
60+
### Local testing with TestMu AI Tunnel
3161

32-
## About SmartUI Webhook
62+
To test locally hosted apps, set up the TestMu AI tunnel. OS-specific guides:
3363

34-
LambdaTest's SmartUI uses a webhook to call the `smartui.takeScreenshot` function. This function captures a screenshot of the full page and uses it for visual regression testing. The function is called using the `page.evaluate` method with the `lambdatest_action` parameter.
64+
- [Local Testing on Windows](https://www.testmuai.com/support/docs/local-testing-for-windows/)
65+
- [Local Testing on macOS](https://www.testmuai.com/support/docs/local-testing-for-macos/)
66+
- [Local Testing on Linux](https://www.testmuai.com/support/docs/local-testing-for-linux/)
3567

36-
Here's an example of how to use the `smartui.takeScreenshot` function:
68+
Add the following to your capabilities:
3769

38-
```javascript
39-
await page.evaluate((_) => {},
40-
`lambdatest_action: ${JSON.stringify({ action: 'smartui.takeScreenshot', arguments: { fullPage: true, screenshotName: '<Your_Screenshot_Name>' }
41-
})}`)
70+
```js
71+
tunnel: true,
4272
```
4373

44-
Replace `<Your Screenshot Name>` with a relevant name for the screenshot. The screenshot will be saved with this name in the LambdaTest platform, and you can use it for comparing the UI changes over time.
74+
## Contributions
4575

46-
## Running Tests
76+
Contributions are welcome. Open an issue to discuss your idea before submitting a pull request. When reporting bugs, include your Node.js version, OS, and Playwright version.
4777

48-
To run the test, execute:
78+
## TestMu AI (Formerly LambdaTest) Community
4979

50-
```bash
51-
node playwright-smartui.js
52-
```
80+
Connect with testers and developers in the [TestMu AI Community](https://community.testmuai.com/). Ask questions, share what you are building, and discuss best practices in test automation and DevOps.
81+
82+
## TestMu AI (Formerly LambdaTest) Certifications
83+
84+
Earn free [TestMu AI Certifications](https://www.testmuai.com/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.
85+
86+
## Learning Resources by TestMu AI (Formerly LambdaTest)
87+
88+
Learn modern testing through tutorials, guides, videos, and weekly updates:
89+
90+
* [TestMu AI Blog](https://www.testmuai.com/blog/)
91+
* [TestMu AI Learning Hub](https://www.testmuai.com/learning-hub/)
92+
* [TestMu AI on YouTube](https://www.youtube.com/@TestMuAI)
93+
* [TestMu AI Newsletter](https://www.testmuai.com/newsletter/)
94+
95+
## LambdaTest is Now TestMu AI
96+
97+
On **January 12, 2026**, [LambdaTest evolved to TestMu AI](https://www.testmuai.com/lambdatest-is-now-testmuai/), the world's first fully autonomous **Agentic AI Quality Engineering Platform**.
98+
99+
Same team. Same infrastructure. Same customer accounts. All existing LambdaTest logins, scripts, capabilities, and integrations continue to work without change.
100+
101+
ð Find the new home for [LambdaTest](https://www.testmuai.com).
102+
103+
### How LambdaTest Evolved into TestMu AI
104+
105+
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.
106+
107+
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.
108+
109+
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.
110+
111+
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.
112+
113+
## Support
114+
115+
Got a question? Email [support@testmuai.com](mailto:support@testmuai.com) or chat with us 24x7 from our chat portal.

0 commit comments

Comments
 (0)