GitHub Actions For TestMu AI Tunnel: Setup Guide
Start the TestMu AI Tunnel inside your GitHub Actions workflow with one YAML block and test locally or privately hosted builds on 10,000+ browsers and real devices.
World’s largest virtual agentic engineering & quality conference
Trusted by 3M+ users globally at
"We have tripled our tests and are now executing tests in less than 2 hours with 78% Faster Test Execution"
"We figured out a more efficient way to monitor system health and resolve failures earlier in lower environments."
"TestMu AI has significantly boosted our testing speed, is easy to implement, and provides exceptional support."
"With 70% faster test execution, TestMu AI helped us achieve faster time-to-market and enhanced CX."
Copy-Paste the main.yml Tunnel Workflow
On every push and pull request: check out code, start the TestMu AI Tunnel with the v2 action, run tests, and archive tunnel logs.
Full setup steps and per-framework capabilities live in the local testing guide. Check out our documentation
Three Steps to Local Testing in CI
Add your secrets once, commit one workflow block, and tune the tunnel for proxies, teams, and debugging.
PREREQUISITES
Set Up GitHub Secrets
The tunnel action authenticates with the username and access key from your TestMu AI dashboard. Store both as encrypted repository secrets before you edit main.yml.
Get Your Access Key- Copy your username and access key from Password & Security
- Create LT_USERNAME and LT_ACCESS_KEY under Settings > Secrets and variables > Actions
- Reference them as secrets in the workflow, never in plain text
WORKFLOW
Add the Workflow Block
The main.yml example above checks out your code, starts the tunnel with the v2 action, runs your suite against the grid, and tears everything down when the job ends.
Run It Free- Check out code with actions/checkout on ubuntu-latest
- Start the tunnel step with your stored secrets
- Set tunnel: true and your tunnelName in test capabilities
TUNNEL CONFIGURATION
Configure the Tunnel
Only user, accessKey, and tunnelName are required. Optional inputs handle proxies, shared tunnels, DNS overrides, and verbose logging for restricted networks.
Read the Tunnel Docs- Route through corporate proxies with proxyHost and proxyPort
- Share one tunnel across the team with sharedTunnel
- Debug CI runs with verbose logs and the logFileName output
Tunnel Action Inputs and Outputs
Start free with GoogleEverything the action accepts under with:, plus the outputs port, logFileName, and usePrivateIP for later workflow steps.
Required
What it does
user
Yes
Your TestMu AI username, via LT_USERNAME
accessKey
Yes
Your TestMu AI access key, via LT_ACCESS_KEY
tunnelName
Yes
Unique name matched by tunnelName in test capabilities
proxyHost / proxyPort
No
Route the tunnel through a corporate proxy
proxyUser / proxyPass
No
Credentials when the proxy requires authentication
sharedTunnel
No
Share one tunnel across your whole organization
dns
No
Comma-separated list of custom DNS servers
bypassHosts
No
Hosts that resolve publicly and skip the tunnel
basicAuth
No
Credentials for staging environments behind basic auth
verbose
No
Detailed tunnel logging, exported via the logFileName output
Required
user
Yes
accessKey
Yes
tunnelName
Yes
proxyHost / proxyPort
No
proxyUser / proxyPass
No
sharedTunnel
No
dns
No
bypassHosts
No
basicAuth
No
verbose
No
What it does
user
Your TestMu AI username, via LT_USERNAME
accessKey
Your TestMu AI access key, via LT_ACCESS_KEY
tunnelName
Unique name matched by tunnelName in test capabilities
proxyHost / proxyPort
Route the tunnel through a corporate proxy
proxyUser / proxyPass
Credentials when the proxy requires authentication
sharedTunnel
Share one tunnel across your whole organization
dns
Comma-separated list of custom DNS servers
bypassHosts
Hosts that resolve publicly and skip the tunnel
basicAuth
Credentials for staging environments behind basic auth
verbose
Detailed tunnel logging, exported via the logFileName output
Success Stories of TestMu AI (Formerly LambdaTest)
50%
reduction in test execution time
“HyperExecute is a highly reliable test execution platform and has excellent customer support.”
Sagar Uday Kumar
Sr. Engineering Manager
Some Love from our Customers
As Best Egg expanded its product offerings and entered new markets, we knew our old testing infrastructure couldn’t keep up.
With support from Tenny Agustin, our Engineering Operations Lead, we modernized our approach with
TestMu AI

Best Egg
best-egg
Excited to Share My Learning Journey with Kane AI & Lambda Tool!
I'm pleased to announce that I've recently gained hands-on experience exploring Kane AI through the Lambda Tool and it’s been a fantastic journey of upskilling!
KaneAI

Suryateja Goud
suryateja-goud
See how is #Futureready to enable blazing-fast test orchestration seamlessly integrated with organizations' existing CI/CD platforms, using #Microsoft Azure.
TestMu AI

Microsoft India
MicrosoftIndia
More Reasons to LoveTestMu AI (formerly LambdaTest)
See how TestMu AI speeds up your testing with AI-native authoring, faster execution, and deeper test insights across web, mobile, and AI applications.
TestMu AI Named a Challenger in the 2025 Gartner® Magic Quadrant™
Read ReportTestMu AI recognized in The Forrester Wave™: Autonomous Testing Platforms, Q4 2025
Read ReportWall of Fame
TestMu AI is #1 choice for SMBs and Enterprises across the globe.
Enterprise-Grade Security
We safeguard your data and AI systems with global security, privacy, responsible AI, and ESG standards.
Integrations
Works where you work, 120+ integrations with the tools your team relies on.
Users
3M+
Tests
1.5B+
Enterprises
18K+
Countries
132
As Seen On
Frequently asked questions
TestMu AI forEnterprise
Get access to solutions built on Enterprise
grade security, privacy, & compliance
- Advanced access controls
- Advanced data retention rules
- Advanced Local Testing
- Premium Support options
- Early access to beta features
- Private Slack Channel
- Unlimited Manual Accessibility DevTools Tests






