Skip to content

Commit 2606067

Browse files
authored
Merge pull request #98 from tech-sushant/instructions
fix: update project and build names in YML instructions for clarity
2 parents 550a4f1 + 8c1612c commit 2606067

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/tools/sdk-utils/instructions.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ export function generateBrowserStackYMLInstructions(
5050
# ======================
5151
# BrowserStack Reporting
5252
# ======================
53-
# A single name for your project to organize all your tests. This is required for Percy.
54-
projectName: BrowserStack SDK Tests
55-
# A name for the group of tests you are running
56-
buildName: mcp-run
53+
# Project and build names help organize your test runs in BrowserStack dashboard and Percy.
54+
# TODO: Replace these sample values with your actual project details
55+
projectName: Sample Project
56+
buildName: Sample Build
5757
5858
# =======================================
5959
# Platforms (Browsers / Devices to test)

0 commit comments

Comments
 (0)