We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fcd53d commit b3d0b1cCopy full SHA for b3d0b1c
site/e2e/tests/app.spec.ts
@@ -2,6 +2,7 @@ import { test } from "@playwright/test"
2
import { randomUUID } from "crypto"
3
import * as http from "http"
4
import { createTemplate, createWorkspace, startAgent } from "../helpers"
5
+import { beforeCoderTest } from "../hooks"
6
7
test.beforeEach(async ({ page }) => await beforeCoderTest(page))
8
0 commit comments