Add MCP support (#1028)
This commit is contained in:
@@ -42,10 +42,12 @@ const config: PlaywrightTestConfig = {
|
||||
// video: "retain-on-failure",
|
||||
},
|
||||
|
||||
webServer: {
|
||||
command: `cd testing/fake-llm-server && npm run build && npm start`,
|
||||
url: "http://localhost:3500/health",
|
||||
},
|
||||
webServer: [
|
||||
{
|
||||
command: `cd testing/fake-llm-server && npm run build && npm start`,
|
||||
url: "http://localhost:3500/health",
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
||||
Reference in New Issue
Block a user