refactor: create test/utils
This commit is contained in:
4
test/utils/constants.ts
Normal file
4
test/utils/constants.ts
Normal file
@ -0,0 +1,4 @@
|
||||
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 E2E_VIDEO_DIR = "./test/e2e/videos"
|
Reference in New Issue
Block a user