Skip to content

Commit b481ed0

Browse files
msabramocliffhall
andauthored
Set MCP_AUTO_OPEN_ENABLED=false for test:e2e script
Since merging the latest changes from `main` that put auto-open back in when running the start or dev scripts, the `test:e2e` run results in the Inspector being opened in the browser. This change suppresses that (tested locally). Thanks, @cliffhall! Co-authored-by: Cliff Hall <[email protected]>
1 parent 1807542 commit b481ed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"start-client": "cd client && npm run preview",
3535
"test": "npm run prettier-check && cd client && npm test",
3636
"test-cli": "cd cli && npm run test",
37-
"test:e2e": "npm run test:e2e --workspace=client",
37+
"test:e2e": "MCP_AUTO_OPEN_ENABLED=false npm run test:e2e --workspace=client",
3838
"prettier-fix": "prettier --write .",
3939
"prettier-check": "prettier --check .",
4040
"lint": "prettier --check . && cd client && npm run lint",

0 commit comments

Comments
 (0)