Add project files
This commit is contained in:
13
e2e-tests/main.spec.ts
Normal file
13
e2e-tests/main.spec.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { test } from "./helpers/test_helper";
|
||||
|
||||
test("simple message to custom test model", async ({ po }) => {
|
||||
await po.setUp();
|
||||
await po.sendPrompt("hi");
|
||||
await po.snapshotMessages();
|
||||
});
|
||||
|
||||
test("basic message to custom test model", async ({ po }) => {
|
||||
await po.setUp();
|
||||
await po.sendPrompt("tc=basic");
|
||||
await po.snapshotMessages();
|
||||
});
|
||||
Reference in New Issue
Block a user