Skip to content

Commit fa3ee06

Browse files
committed
Update README
1 parent d9d4d0f commit fa3ee06

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -160,14 +160,14 @@ Generate test cases from PRDs, convert manual tests to low-code automation, and
160160
161161
- VSCode (Copilot - Agent Mode): `.vscode/mcp.json`:
162162
163-
1. Locate or Create the Configuration File:
164-
In the root directory of your project, look for a folder named .vscode. This folder is usually hidden so you will need to find it as mentioned in the expand.
163+
- Locate or Create the Configuration File:
164+
In the root directory of your project, look for a folder named .vscode. This folder is usually hidden so you will need to find it as mentioned in the expand.
165165
166-
2. If this folder doesn't exist, create it.
166+
- If this folder doesn't exist, create it.
167167
168-
3. Inside the .vscode folder, create a new file named mcp.json
169-
170-
4. Add the Configuration: Open the mcp.json file and add the following JSON content. Replace <username> and <access_key> with your BrowserStack credentials.
168+
- Inside the .vscode folder, create a new file named mcp.json
169+
170+
- Add the Configuration: Open the mcp.json file and then add the following JSON content. Replace <username> and <access_key> with your BrowserStack credentials.
171171
172172
```json
173173
{

0 commit comments

Comments
 (0)