Skip to content

Commit 91bda34

Browse files
committed
Clean up globalSetup
1 parent bcef4ac commit 91bda34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/e2e/globalSetup.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { FullConfig, request } from "@playwright/test"
22

33
async function globalSetup(config: FullConfig): Promise<void> {
4+
// Grab the 'baseURL' from the webserver (`coderd`)
45
const { baseURL } = config.projects[0].use
56

67
// Create a context that will issue http requests.

0 commit comments

Comments
 (0)