Archived
1
0

refactor: create test/utils

This commit is contained in:
Joe Previte
2021-03-09 16:33:39 -07:00
parent b468597872
commit cf6fdb90eb
7 changed files with 41 additions and 26 deletions

4
test/utils/constants.ts Normal file
View 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"