chore: upgrade to Playwright 1.12 with its new test-runner
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
export const CODE_SERVER_ADDRESS = process.env.CODE_SERVER_ADDRESS || "http://localhost:8080"
|
||||
export const PASSWORD = process.env.PASSWORD || "e45432jklfdsab"
|
||||
export const STORAGE = process.env.STORAGE || ""
|
||||
export const storageState = JSON.parse(process.env.STORAGE || "{}")
|
||||
|
Reference in New Issue
Block a user