← All skills

TestCafe Skill

E2e testingJavaScriptTypeScript
View on GitHub →

Usage

npx agentskillsforall add https://github.com/LambdaTest/agent-skills.git --skill testcafe-skill

Run this command from your project root, then ask your AI assistant to use SKILL.md.

Installs
0
GitHub
--

Cloud integration

Cloud execution and TestMu AI integration.

TestCafe — TestMu AI Cloud Integration

For full device catalog, capabilities, and LT:Options reference, see shared/testmu-cloud-reference.md.

Setup

TestCafe uses the lambdatest browser alias. Set credentials and run:

export LT_USERNAME=your_username
export LT_ACCESS_KEY=your_access_key
npx testcafe "lambdatest:Chrome@latest:Windows 11" tests/

Multiple Browsers

npx testcafe "lambdatest:Chrome@latest:Windows 11,lambdatest:Firefox@latest:macOS Sequoia" tests/

In Code (Programmatic)

When using TestCafe's programmatic API, pass the same browser string. For tunnel (localhost), use TestCafe's --tunnel or configure via LambdaTest tunnel settings in the dashboard.

For capability options (tunnel, geoLocation, resolution, video), see shared/testmu-cloud-reference.md.