Configuring Test Project ID
Configuration
Option 1: Command-Line Parameter
<your-test-runner-command> --test-stage=regression --test-project-id="Product A"Option 2: Environment Variable
export SL_TEST_PROJECT_ID="Product A"# Jenkins, GitLab CI, etc.
environment:
SL_TEST_PROJECT_ID: "Product A"Technology-Specific Configuration
Gradle
Configuration
Integration Steps
Last updated
Was this helpful?

