Skip to content

Commit 45e5da7

Browse files
authored
Merge pull request #19 from keys-github/rebrand/testmuai
docs: rebrand LambdaTest to TestMu AI in README
2 parents 66c7dc2 + 0563c38 commit 45e5da7

1 file changed

Lines changed: 67 additions & 159 deletions

File tree

README.md

Lines changed: 67 additions & 159 deletions
Original file line numberDiff line numberDiff line change
@@ -1,207 +1,115 @@
1-
<h1>Smart UI Testing With Selenium Python</h1>
2-
3-
<img height="400" src="https://user-images.githubusercontent.com/126776938/232534498-27618de9-6625-437e-904f-e94fc0bf38b9.png">
4-
5-
1+
# Run SmartUI Visual Tests with Python on TestMu AI (Formerly LambdaTest)
62

73
<p align="center">
8-
<a href="https://www.lambdatest.com/blog/?utm_source=github&utm_medium=repo&utm_campaign=playwright-sample" target="_bank">Blog</a>
9-
&nbsp; &#8901; &nbsp;
10-
<a href="https://www.lambdatest.com/support/docs/?utm_source=github&utm_medium=repo&utm_campaign=playwright-sample" target="_bank">Docs</a>
11-
&nbsp; &#8901; &nbsp;
12-
<a href="https://www.lambdatest.com/learning-hub/?utm_source=github&utm_medium=repo&utm_campaign=playwright-sample" target="_bank">Learning Hub</a>
13-
&nbsp; &#8901; &nbsp;
14-
<a href="https://www.lambdatest.com/newsletter/?utm_source=github&utm_medium=repo&utm_campaign=playwright-sample" target="_bank">Newsletter</a>
15-
&nbsp; &#8901; &nbsp;
16-
<a href="https://www.lambdatest.com/certifications/?utm_source=github&utm_medium=repo&utm_campaign=playwright-sample" target="_bank">Certifications</a>
17-
&nbsp; &#8901; &nbsp;
18-
<a href="https://www.youtube.com/c/LambdaTest" target="_bank">YouTube</a>
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://pypi.org/project/selenium/"><img src="https://img.shields.io/pypi/v/selenium.svg?style=for-the-badge&labelColor=000000" alt="Selenium 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>
197
</p>
20-
&emsp;
21-
&emsp;
22-
&emsp;
23-
24-
*Learn the how to get started with Smart UI testing with Selenium Python on the LambdaTest platform with SmartUI*
25-
26-
[<img height="58" width="200" src="https://user-images.githubusercontent.com/70570645/171866795-52c11b49-0728-4229-b073-4b704209ddde.png">](https://accounts.lambdatest.com/register?utm_source=github&utm_medium=repo&utm_campaign=playwright-sample)
27-
288

29-
## Table of Contents:
9+
## Getting Started
3010

31-
* [Pre-requisites](#pre-requisites)
32-
* [Running Your First Selenium Python Test](#running-your-first-selenium-python-test)
33-
* [Setting Up GitHub App Integration With SmartUI](#setting-up-github-app-integration-with-smartui)
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.
3412

35-
## Pre-requisites
13+
With TestMu AI (Formerly LambdaTest), you can run SmartUI visual regression tests with Python and Selenium on real browsers. This sample shows how to configure Python + Selenium + SmartUI to run on the TestMu AI cloud.
3614

37-
1. In order to run your Smart UI tests with Selenium Python, you will need to set your LambdaTest username and access key in the environment variables. Click the **Access Key** button at the top-right of the Automation Dashboard to access it.
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.
3817

39-
![Screenshot 2023-04-18 132921](https://user-images.githubusercontent.com/126776938/232711334-676f1895-d223-4ee2-9bff-d82837715520.png)
18+
### Prerequisites
4019

20+
- Python 3 and pip (latest stable). Node.js (for SmartUI CLI)
21+
- A TestMu AI (Formerly LambdaTest) account with your username and access key
4122

23+
### Setup
4224

25+
Clone and install dependencies:
4326

44-
**Windows**
45-
46-
```js
47-
set LT_USERNAME="YOUR_USERNAME"
48-
set LT_ACCESS_KEY="YOUR ACCESS KEY"
49-
```
50-
51-
**macOS/Linux**
52-
53-
```js
54-
export LT_USERNAME="YOUR_USERNAME"
55-
export LT_ACCESS_KEY="YOUR ACCESS KEY"
27+
```bash
28+
git clone https://github.com/LambdaTest/smartui-python-sample && cd smartui-python-sample
29+
pip install -r requirements.txt
5630
```
5731

58-
2. To create a `New Project` using the SmartUI Web Application, click the **New Project** button in the top-right corner of your dashboard.
59-
60-
![Screenshot 2023-04-18 133652](https://user-images.githubusercontent.com/126776938/232756183-051fc7b4-f923-410c-8168-78e44597fdc7.png)
61-
62-
3. Fill in the specifications such as **Platform**, **Project Name**, **Approvers**, and **Tags** as per your requirement and click **Create Project**.
32+
Set your credentials as environment variables.
6333

64-
![Screenshot 2023-04-18 134121](https://user-images.githubusercontent.com/126776938/232714262-56ae0be3-3ba3-4ba3-8e82-2f063657fcaf.png)
34+
**macOS / Linux:**
6535

66-
4. Install `pip` and Python.
67-
68-
```
69-
sudo apt install python-pip
70-
sudo apt install python
71-
```
72-
73-
5. The recommended way to run your tests would be in `virtualenv`. It will isolate the build from other setups you may have running and ensure that the tests run with the specified versions of the modules specified in the `requirements.txt` file.
74-
75-
```
76-
pip install virtualenv
36+
```bash
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"
7741
```
7842

79-
## Running Your First Selenium Python Test
80-
81-
1. To get started, clone the `Python-Selenium-Sample` Repository.
43+
**Windows:**
8244

83-
```
84-
git clone https://github.com/LambdaTest/smartui-python-sample
45+
```bash
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"
8550
```
8651

87-
2. Next, create and activate the virtual environment in the `Python-Selenium-Sample` folder.
52+
### Run tests
8853

89-
```
90-
virtualenv venv
91-
source venv/bin/activate
92-
```
93-
3. Inside the `Python-Selenium-Sample` folder, export the `LambdaTest Credentials`. You can get these from your automation dashboard.
94-
95-
4. To run your first test, run the below given command.
96-
```
97-
python test.py
54+
```bash
55+
pytest
9856
```
9957

100-
## Setting Up Github App Integration with SmartUI
58+
View results on your TestMu AI dashboard.
10159

102-
### Steps 1: Integrate the your Lambdatest Account with GitHub App.
60+
### Local testing with TestMu AI Tunnel
10361

104-
You can integrate your LambdaTest account with the GiHub application in the following ways:
62+
To test locally hosted apps, set up the TestMu AI tunnel. OS-specific guides:
10563

106-
- Using OAuth
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/)
10767

108-
![github-app-landing-92ef6e152a7302cb9ab88f5034b9ec0c](https://user-images.githubusercontent.com/126776938/232715867-f375b4df-1bc9-4e88-8340-44e986be2e9a.png)
68+
Add the following to your capabilities:
10969

110-
### Step 2: Select your GitHub repository
111-
112-
Go to your GitHub repository where you want to configure your SmartUI project. Check out our GitHub sample [here](https://github.com/LambdaTest/smartui-node-sample).
113-
114-
### Step 3: Configure your test suite
115-
116-
Add the `Github` capability to your current test configuration:
117-
118-
```bash
119-
const capabilities: {
120-
platform: "Windows 10",
121-
browserName: "chrome",
122-
version: "latest",
123-
"smartUI.project": "Smart UI sample test",
124-
github: {
125-
"url": "https://api.github.com/repos/OWNER/REPO/statuses/commitId", // Mandatory
126-
"owner": "{OWNER}", //Optional
127-
"repo": "{REPO}", //Optional
128-
"commit": "{commitId}" //Optional
129-
}
130-
}
70+
```python
71+
"tunnel": True
13172
```
13273

133-
### Step 4: Setting up your CI configuration
134-
135-
Setting up your CI workflow to execute on GitHub. Here is an example setup with `GitHub Actions`:
74+
## Contributions
13675

137-
Go to `.github/workflows/<your_ci_file>.yml`.
76+
Contributions are welcome. Open an issue to discuss your idea before submitting a pull request. When reporting bugs, include your Python version, OS, and Selenium version.
13877

139-
```bash
140-
name: Execute SmartUI Test with Github App Integration
141-
runs-on: ubuntu-latest
142-
steps:
143-
- uses: actions/checkout@v1
144-
145-
- name: Create commit status
146-
run: |
147-
API_HOST=https://api.github.com
148-
# Check out the PR branch
149-
git checkout $GITHUB_HEAD_REF
150-
# Get the commit ID of the last commit
151-
COMMIT_ID=$(git rev-parse HEAD)
152-
echo "Last commit ID of PR: $COMMIT_ID"
153-
GITHUB_URL=$API_HOST/repos/$GITHUB_REPOSITORY/statuses/$COMMIT_ID
154-
echo "GITHUB_URL: $GITHUB_URL"
155-
echo "GITHUB_URL=$GITHUB_URL" >> $GITHUB_ENV
156-
```
78+
## TestMu AI (Formerly LambdaTest) Community
15779

158-
### Step5: Execute your test suite with CI
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
15983

160-
After the setup is completed, you can now execute your test suite with the Continuos Integration (CI) pipeline with any tool of your choice.
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.
16185

162-
### Step 6: Commit you changes over git on a branch and raise the PR to main branch.
86+
## Learning Resources by TestMu AI (Formerly LambdaTest)
16387

164-
### Step 7: Now you will see the `lambdatest-smartui-app` in the PR.
88+
Learn modern testing through tutorials, guides, videos, and weekly updates:
16589

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
16696

167-
## Documentation & Resources :books:
168-
169-
Visit the following links to learn more about LambdaTest's features, setup and tutorials around test automation, mobile app testing, responsive testing, and manual testing.
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**.
17098

171-
* [LambdaTest Documentation](https://www.lambdatest.com/support/docs/?utm_source=github&utm_medium=repo&utm_campaign=playwright-sample)
172-
* [LambdaTest Blog](https://www.lambdatest.com/blog/?utm_source=github&utm_medium=repo&utm_campaign=playwright-sample)
173-
* [LambdaTest Learning Hub](https://www.lambdatest.com/learning-hub/?utm_source=github&utm_medium=repo&utm_campaign=playwright-sample)
99+
Same team. Same infrastructure. Same customer accounts. All existing LambdaTest logins, scripts, capabilities, and integrations continue to work without change.
174100

175-
## LambdaTest Community :busts_in_silhouette:
101+
ð Find the new home for [LambdaTest](https://www.testmuai.com).
176102

177-
The [LambdaTest Community](https://community.lambdatest.com/?utm_source=github&utm_medium=repo&utm_campaign=playwright-sample) allows people to interact with tech enthusiasts. Connect, ask questions, and learn from tech-savvy people. Discuss best practises in web development, testing, and DevOps with professionals from across the globe 🌎
103+
### How LambdaTest Evolved into TestMu AI
178104

179-
## What's New At LambdaTest
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.
180106

181-
To stay updated with the latest features and product add-ons, visit [Changelog](https://changelog.lambdatest.com/)
182-
183-
## About LambdaTest
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.
184108

185-
[LambdaTest](https://www.lambdatest.com?utm_source=github&utm_medium=repo&utm_campaign=playwright-sample) is an intelligent unified digital experience testing cloud that helps businesses drastically reduce time to market through faster test execution, ensuring quality releases and accelerated digital transformation. The platforms allows you to perform both real time and automation testing across 3000+ environments and real mobile devices, making it a top choice among other cloud testing platforms. Over 10,000+ enterprise customers and 2+ million users across 130+ countries rely on LambdaTest for their testing needs.
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.
186110

187-
### Features
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.
188112

189-
* Run Selenium, Cypress, Puppeteer, Playwright, and Appium automation tests across 3000+ real desktop and mobile environments.
190-
* Real-time cross browser testing on 3000+ environments.
191-
* Test on Real device cloud
192-
* Blazing fast test automation with HyperExecute
193-
* Accelerate testing, shorten job times and get faster feedback on code changes with Test At Scale.
194-
* Smart Visual Regression Testing on cloud
195-
* 120+ third-party integrations with your favorite tool for CI/CD, Project Management, Codeless Automation, and more.
196-
* Automated Screenshot testing across multiple browsers in a single click.
197-
* Local testing of web and mobile apps.
198-
* Online Accessibility Testing across 3000+ desktop and mobile browsers, browser versions, and operating systems.
199-
* Geolocation testing of web and mobile apps across 53+ countries.
200-
* LT Browser - for responsive testing across 50+ pre-installed mobile, tablets, desktop, and laptop viewports
201-
202-
[<img height="58" width="200" src="https://user-images.githubusercontent.com/70570645/171866795-52c11b49-0728-4229-b073-4b704209ddde.png">](https://accounts.lambdatest.com/register?utm_source=github&utm_medium=repo&utm_campaign=playwright-sample)
203-
204-
## We are here to help you :headphones:
113+
## Support
205114

206-
* Got a query? we are available 24x7 to help. [Contact Us](mailto:support@lambdatest.com)
207-
* For more info, visit - [LambdaTest](https://www.lambdatest.com/?utm_source=github&utm_medium=repo&utm_campaign=playwright-sample)
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)