Can I transition my my local test with Testcafe to LambdaTest?

I’ve been using Testcafe to run test locally, how can I transition those to LambdaTest?

Hi Macy,

In order to transition the tests to LambdaTest, you need to install the LambdaTest browser provider using the following command: npm install testcafe-browser-provider-lambdatest and set LT_USERNAME & LT_ACCESS_KEY as environment variables.

Once done, just use the run command along with browser alis to execute the test on LT : $ testcafe "lambdatest:Chrome@74.0:Windows 8" 'path/to/test/file.js'