Skip to content

Commit c5e6d5f

Browse files
Initial commit (#1)
* Initial Commit * Added TCG agent, a11y skill and visual fix skill * Added skills and agents to README.md
1 parent f4c154b commit c5e6d5f

File tree

6 files changed

+815
-2
lines changed

6 files changed

+815
-2
lines changed

.cursor/plugin.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "browserstack",
3+
"version": "1.0.0",
4+
"description": "BrowserStack integration for Cursor. Test websites and mobile apps on real devices, run automated tests, debug failures, and manage test cases—all using natural language.",
5+
"author": {
6+
"name": "BrowserStack",
7+
"email": "support@browserstack.com",
8+
"url": "https://www.browserstack.com"
9+
},
10+
"keywords": [
11+
"browserstack",
12+
"testing",
13+
"automation",
14+
"accessibility",
15+
"quality-assurance",
16+
"playwright",
17+
"selenium",
18+
"manual-testing",
19+
"app-testing",
20+
"real-devices"
21+
],
22+
"logo": "https://github.com/browserstack/mcp-server/raw/main/assets/browserstack-logo.png",
23+
"primaryColor": "#0070f0"
24+
}

0 commit comments

Comments
 (0)