Quick Start

Get the SeaLights qTest Integration Tool up and running and generate your first report.

circle-info

For detailed prerequisites and installation instructions, see Installation.

Step 1 — Install

circle-info

The SeaLights qTest Integration Tool is distributed as a controlled package. Contact your SeaLights Customer Success representative to receive the installation package and version appropriate for your environment.

Once you have received the package, extract it and install its dependencies:

cd sl-qtest-integration-tool
npm install

Step 2 — Run the Setup Wizard

The setup wizard configures your qTest and SeaLights connections and sets up Test Design mapping.

npm run setup

The wizard will:

  1. Ask for your qTest URL and credentials, then verify the connection

  2. Let you select the default project

  3. Ask for your SeaLights agent token, then extract backend settings automatically

  4. Guide you through selecting qTest Test Design folders and mapping them to SeaLights test stages

  5. Save everything to config.json

After setup, secure your config file:

circle-info

See Setup Wizard for a full walkthrough of the wizard flow.

Step 3 — Map Users to Labs

Each tester in qTest needs to be mapped to a lab ID — the environment identifier SeaLights uses to group test results.

Select "Discover users from qTest" to auto-discover all users from recent executions, then assign a lab ID to each one.

circle-info

See User Mapping for a full walkthrough.

Step 4 — Generate Your First Report

Run a report for the past 90 days to send your historical test execution data to SeaLights:

You will see output similar to:

circle-exclamation

Step 5 — Check Your Output

Reports are saved in date-stamped folders:

See Report Output for details on what each folder contains.

Next Steps


Step 6 — Try the Recommendations Demo (Optional)

Before deploying SeaLights agents and waiting for model training, you can validate that the full recommendations workflow works correctly using demo mode. Demo mode simulates recommendations using mock data — no data is sent to SeaLights.

You will see a clear DEMO MODE ACTIVE banner throughout the session. The workflow is identical to production mode — the only difference is that SeaLights API calls are replaced with mock data.

circle-check

Last updated

Was this helpful?