LM studio e2e test (#297)
This commit is contained in:
7
e2e-tests/lm_studio.spec.ts
Normal file
7
e2e-tests/lm_studio.spec.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { test } from "./helpers/test_helper";
|
||||
|
||||
test("send message to LM studio", async ({ po }) => {
|
||||
await po.selectTestLMStudioModel();
|
||||
await po.sendPrompt("hi");
|
||||
await po.snapshotMessages();
|
||||
});
|
||||
Reference in New Issue
Block a user