LM studio e2e test (#297)

This commit is contained in:
Will Chen
2025-05-31 23:04:28 -07:00
committed by GitHub
parent af7d6fa9f8
commit 8a743ca4f5
10 changed files with 113 additions and 95 deletions

View 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();
});