You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-2Lines changed: 16 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,15 @@ Stay in flow—keep all project context in one place and trigger actions directl
38
38
## ⚡️ One Click MCP Setup
39
39
40
40
[](http://mcp.browserstack.com/one-click-setup?client=vscode) [](http://mcp.browserstack.com/one-click-setup?client=cursor)
41
-
41
+
#### Note : Ensure you are using Node version >= `18.0`
42
+
- Check your node version using `node --version`. Recommended version: `v22.15.0` (LTS)
43
+
- To Upgrade Node :
44
+
-1. On macOS `(Homebrew) - brew update && brew upgrade node or if using (nvm) - nvm install 22.15.0 && nvm use 22.15.0 && nvm alias default 22.15.0`
45
+
-2. On Windows `(nvm-windows) : nvm install 22.15.0 && nvm use 22.15.0`
46
+
- 👉 <ahref="https://nodejs.org/en/download"target="_blank">Or directly download the Node.js LTS Installer</a>
47
+
48
+
.
49
+
42
50
## 💡 Usage Examples
43
51
44
52
### 📱 Manual App Testing
@@ -142,6 +150,10 @@ Generate test cases from PRDs, convert manual tests to low-code automation, and
142
150
143
151
## 🛠️ Installation
144
152
153
+
### 📋 Prerequisites for MCP Setup
154
+
#### Note : Ensure you are using Node version >= `18.0`
155
+
- Check your node version using `node --version`. Recommended version: `v22.15.0` (LTS)
156
+
145
157
### **One Click MCP Setup**
146
158
147
159
[](http://mcp.browserstack.com/one-click-setup?client=vscode) [](http://mcp.browserstack.com/one-click-setup?client=cursor)
@@ -158,7 +170,9 @@ Generate test cases from PRDs, convert manual tests to low-code automation, and
158
170
159
171
- Once you have an account (and purchased appropriate plan), note down your `username` and `access_key` from [Account Settings](https://www.browserstack.com/accounts/profile/details).
160
172
161
-
2. Ensure you are using Node version >= `18.0`. Check your node version using `node --version`. Recommended version: `v22.15.0` (LTS)
173
+
2. #### Note : Ensure you are using Node version >= `18.0`
174
+
- Check your node version using `node --version`. Recommended version: `v22.15.0` (LTS)
0 commit comments