Attach image e2e tests (#301)
This commit is contained in:
@@ -28,7 +28,7 @@ const config: PlaywrightTestConfig = {
|
||||
},
|
||||
|
||||
webServer: {
|
||||
command: `cd testing/fake-llm-server && npm start`,
|
||||
command: `cd testing/fake-llm-server && npm run build && npm start`,
|
||||
url: "http://localhost:3500/health",
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user