We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 550a4f1 + 8c1612c commit 2606067Copy full SHA for 2606067
src/tools/sdk-utils/instructions.ts
@@ -50,10 +50,10 @@ export function generateBrowserStackYMLInstructions(
50
# ======================
51
# BrowserStack Reporting
52
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
+# 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
57
58
# =======================================
59
# Platforms (Browsers / Devices to test)
0 commit comments