Get Started With Selenium Testing
Run your Selenium tests on TestMu AI's cloud grid of 3000+ browser and OS combinations. Point your tests at the hub URL, add capabilities, and get parallel execution, video recordings, logs, and screenshots for every session - no infrastructure to maintain.
Before You Begin
- You need a TestMu AI account. Sign up free if you don't have one.
- Visit the TestMu AI Dashboard and navigate to the left sidebar and select Credentials. Your Username and Access Key will be visible there, along with options to copy them for use.
- Set them as environment variables:
- macOS / Linux
- Windows
export LT_USERNAME="YOUR_USERNAME"
export LT_ACCESS_KEY="YOUR_ACCESS_KEY"
set LT_USERNAME="YOUR_USERNAME"
set LT_ACCESS_KEY="YOUR_ACCESS_KEY"
Your tests connect to the grid at:
https://{username}:{accessKey}@hub.lambdatest.com/wd/hub
Choose How to Start
Run Your First Test
New to cloud testing? Clone a sample project, set credentials, and run your first Selenium script on the grid.
Migrate Your Test Suite
Already have Selenium tests? Change the hub URL, add credentials, and run them on the cloud.
Explore the Dashboard
See where test results live - video playback, command logs, screenshots, and analytics.
Configure Capabilities
Control which browser, version, OS, and advanced features your tests use.
