From be7e4424b35a3f05bfbb172d29e07a1903b6ca17 Mon Sep 17 00:00:00 2001 From: tushar-sanap <132669607+tushar-sanap@users.noreply.github.com> Date: Mon, 12 May 2025 20:33:00 +0530 Subject: [PATCH 1/2] Update README.md with Test management tools usage examples --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 8099511..5591450 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,28 @@ Use the following prompts to run/debug/fix your **automated tests** on BrowserSt - Run tests written in Jest, Playwright, Selenium, and more on BrowserStack's [Test Platform](https://www.browserstack.com/test-platform) - **Accessibility Testing**: Ensure WCAG and ADA compliance with our [Accessibility Testing](https://www.browserstack.com/accessibility-testing) tool + +### 📋 Test Management + +Use the following prompts to utlise capabilities of BrowserStack's [Test Management](https://www.browserstack.com/test-management) with MCP server. + +```bash +# Create project & folder structure +"create new Test management project named My Demo Project with two sub folders - Login & Checkout" + +# Add test cases +"add invalid login test case in Test Management project named My Demo Project" + +# List added test cases +"list high priority Login test cases from Test Management project - My Demo Project" + +# Create test run +"create a test run for Login tests from Test Management project - My Demo Project" + +# Update test results +"update test results as passed for Login tests test run from My Demo Project" +``` + ## 🛠️ Installation 1. **Create a BrowserStack Account** From c3384f907c61ef291ec53b433165ab20e13f1742 Mon Sep 17 00:00:00 2001 From: Pulkit Sharma Date: Mon, 12 May 2025 20:36:40 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5591450..2353f7d 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ Use the following prompts to run/debug/fix your **automated tests** on BrowserSt ### 📋 Test Management -Use the following prompts to utlise capabilities of BrowserStack's [Test Management](https://www.browserstack.com/test-management) with MCP server. +Use the following prompts to utilise capabilities of BrowserStack's [Test Management](https://www.browserstack.com/test-management) with MCP server. ```bash # Create project & folder structure