From 8c1612c3dfd5f76e6bc88f08b5c6aedb9ea6c051 Mon Sep 17 00:00:00 2001 From: tech-sushant Date: Wed, 16 Jul 2025 12:53:12 +0530 Subject: [PATCH] fix: update project and build names in YML instructions for clarity --- src/tools/sdk-utils/instructions.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/tools/sdk-utils/instructions.ts b/src/tools/sdk-utils/instructions.ts index 1d87d20..d98c872 100644 --- a/src/tools/sdk-utils/instructions.ts +++ b/src/tools/sdk-utils/instructions.ts @@ -50,10 +50,10 @@ export function generateBrowserStackYMLInstructions( # ====================== # BrowserStack Reporting # ====================== -# A single name for your project to organize all your tests. This is required for Percy. -projectName: BrowserStack SDK Tests -# A name for the group of tests you are running -buildName: mcp-run +# Project and build names help organize your test runs in BrowserStack dashboard and Percy. +# TODO: Replace these sample values with your actual project details +projectName: Sample Project +buildName: Sample Build # ======================================= # Platforms (Browsers / Devices to test)