How to enable integration with LT for Jest?

How can I enable integration with LT?

Hello Tim,

To enable integration with LT for Jest, you need to set LambdaTest Username and Access Key in environment variables.

For Windows:

set LT_USERNAME="YOUR_USERNAME" set LT_ACCESS_KEY="YOUR ACCESS KEY"

Use the capabilities:

 const capabilities = {
  build: 'jest-LambdaTest-Single',
  browserName: 'chrome',
  version: 'latest',
  platform: 'Windows 10',
};

Here is the support document reference: