LambdaTest / lambdatest-cypress-cli

Allows Customers to run cypress test on Lambdatest Infrastructure
https://www.lambdatest.com/
MIT License
7 stars 24 forks source link
browser cloudtesting cypress lambdatest testing

LambdaTest Cypress CLI

The lambdatest-cypress-cli is LambdaTest's command-line interface (CLI) aimed to help you run your Cypress tests on LambdaTest platform.

Installation

You can run your first Cypress test on the LambdaTest platform in just 3 simple steps:

Installing the LambdaTest CLI

You can do install the LambdaTest-Cypress CLI with the help of npm, using the below command:

npm install -g lambdatest-cypress-cli

Usage

Step 1:

Before using this plugin, save the LambdaTest username and access key to environment variables LT_USERNAME and LT_ACCESS_KEY, as described in LambdaTest Documentation.

Step 2: Setup configurations on which you want to run your test

Once you have installed the LambdaTest-Cypress CLI, now you need to setup the configuration. You can do that using the below command:

# Create a sample LambdaTest Cypress configuration file
lambdatest-cypress init

In this configuration file, setup:

Step 3: Execute tests

Once you have the above two pre-requisites ready, you can execute your Cypress tests on the LambdaTest platform. To do so, you will need the following command:

lambdatest-cypress run

As soon as the tests starts executing, you can view them running. Just visit your LambdaTest Automation Dashboard.

For each test, you can view the live video feed, screenshots for each test run, view console logs, terminal logs, and do much more using the LambdaTest platform.

To learn more about LambdaTest Cypress CLI, refer to the LambdaTest Cypress Documentation

Documentation

With the LambdaTest and Cypress integration document, you will see how to get started with Cypress testing on the LambdaTest platform using the LambdaTest Cypress CLI.

About LambdaTest

LambdaTest is a cloud based selenium grid infrastructure that can help you run automated cross browser compatibility tests on 2000+ different browser and operating system environments. LambdaTest supports all programming languages and frameworks that are supported with Selenium, and have easy integrations with all popular CI/CD platforms. It's a perfect solution to bring your selenium automation testing to cloud based infrastructure that not only helps you increase your test coverage over multiple desktop and mobile browsers, but also allows you to cut down your test execution time by running tests on parallel.

License

Licensed under the MIT license.