File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ export default defineConfig({
10
10
command : "npm run dev" ,
11
11
url : "http://localhost:6274" ,
12
12
reuseExistingServer : ! process . env . CI ,
13
+ env : {
14
+ MCP_AUTO_OPEN_ENABLED : "false" ,
15
+ } ,
13
16
} ,
14
17
15
18
testDir : "./e2e" ,
Original file line number Diff line number Diff line change 37
37
"start-client" : " cd client && npm run preview" ,
38
38
"test" : " npm run prettier-check && cd client && npm test" ,
39
39
"test-cli" : " cd cli && npm run test" ,
40
- "test:e2e" : " MCP_AUTO_OPEN_ENABLED=false npm run test:e2e --workspace=client" ,
40
+ "test:e2e" : " npm run test:e2e --workspace=client" ,
41
41
"prettier-fix" : " prettier --write ." ,
42
42
"prettier-check" : " prettier --check ." ,
43
43
"lint" : " prettier --check . && cd client && npm run lint" ,
You can’t perform that action at this time.
0 commit comments