Shard E2E tests (#941)

This commit is contained in:
Will Chen
2025-08-14 13:48:27 -07:00
committed by GitHub
parent cc72990f0d
commit 8ef84285fc
7 changed files with 124 additions and 62 deletions

4
merge.config.ts Normal file
View File

@@ -0,0 +1,4 @@
export default {
testDir: "e2e-tests",
reporter: [["html", { open: "never" }]],
};