Skip to main content

Project Settings

This guide provides detailed information on how to navigate and configure the various options available in SmartUI's Project Settings. SmartUI offers a wide array of settings to customize your project, manage approvals, configure comparison parameters, and more. Before delving into the Project Settings, ensure you meet the following prerequisites:

Prerequisites for Accessing Project Settings in SmartUI

To access the Project Settings in SmartUI, you must meet the following requirements:

  1. You need an active account with LambdaTest.
  2. Ensure you have an active subscription plan with a valid screenshots limit.
  3. You must have created a project within the SmartUI web app.

To access the Project Settings, follow these simple steps:

  1. Log in to your SmartUI account and navigate to your desired SmartUI project and click on it.

  2. Click on the "Project Settings" section within the SmartUI dashboard to access the settings related to your project.

Project Settings

Project Token

The Project Token is a unique identifier that authenticates your SmartUI project for executing tests locally with CLI and APIs. You'll find your Project Token in the Project Settings after creating a project.

Setting Up Project Token

Use this key to authenticate your SmartUI project for executing locally with CLI and APIs.

export PROJECT_TOKEN='project#token'

Using Project Token

The Project Token is required for:

  • CLI executions (npx smartui exec, npx smartui capture)
  • API uploads
  • Local test execution
  • CI/CD pipeline integrations
info

Keep your Project Token secure and never commit it to version control. Use environment variables or secret management tools in CI/CD pipelines.

Additional Resources

Test across 3000+ combinations of browsers, real devices & OS.

Book Demo

Help and Support

Related Articles