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 bcef4ac commit 91bda34Copy full SHA for 91bda34
site/e2e/globalSetup.ts
@@ -1,6 +1,7 @@
1
import { FullConfig, request } from "@playwright/test"
2
3
async function globalSetup(config: FullConfig): Promise<void> {
4
+ // Grab the 'baseURL' from the webserver (`coderd`)
5
const { baseURL } = config.projects[0].use
6
7
// Create a context that will issue http requests.
0 commit comments