Add project files
This commit is contained in:
10
e2e-tests/astro.spec.ts
Normal file
10
e2e-tests/astro.spec.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { test } from "./helpers/test_helper";
|
||||
|
||||
test("astro", async ({ po }) => {
|
||||
await po.setUp({ autoApprove: true });
|
||||
await po.importApp("astro");
|
||||
|
||||
await po.sendPrompt("[dump] hi");
|
||||
|
||||
await po.snapshotServerDump("all-messages");
|
||||
});
|
||||
Reference in New Issue
Block a user