Skip to content

Commit 8935cee

Browse files
Update README.md with Test management tools usage examples (#33)
* Update README.md with Test management tools usage examples * Update README.md --------- Co-authored-by: Pulkit Sharma
1 parent 7cdab99 commit 8935cee

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,28 @@ Use the following prompts to run/debug/fix your **automated tests** on BrowserSt
8484
- Run tests written in Jest, Playwright, Selenium, and more on BrowserStack's [Test Platform](https://www.browserstack.com/test-platform)
8585
- **Accessibility Testing**: Ensure WCAG and ADA compliance with our [Accessibility Testing](https://www.browserstack.com/accessibility-testing) tool
8686

87+
88+
### 📋 Test Management
89+
90+
Use the following prompts to utilise capabilities of BrowserStack's [Test Management](https://www.browserstack.com/test-management) with MCP server.
91+
92+
```bash
93+
# Create project & folder structure
94+
"create new Test management project named My Demo Project with two sub folders - Login & Checkout"
95+
96+
# Add test cases
97+
"add invalid login test case in Test Management project named My Demo Project"
98+
99+
# List added test cases
100+
"list high priority Login test cases from Test Management project - My Demo Project"
101+
102+
# Create test run
103+
"create a test run for Login tests from Test Management project - My Demo Project"
104+
105+
# Update test results
106+
"update test results as passed for Login tests test run from My Demo Project"
107+
```
108+
87109
## 🛠️ Installation
88110

89111
1. **Create a BrowserStack Account**

0 commit comments

Comments
 (0)