Files
moreminimore-vibe/e2e-tests/dump_messages.spec.ts
Kunthawat Greethong 11986a0196 Add project files
2025-12-05 09:26:53 +07:00

9 lines
249 B
TypeScript

import { test } from "./helpers/test_helper";
// This is useful to make sure the messages are being sent correctly.
test("dump messages", async ({ po }) => {
await po.setUp();
await po.sendPrompt("[dump]");
await po.snapshotServerDump();
});