1
0
Fork 0
mirror of synced 2024-08-16 18:41:37 +12:00

Minor changes

Updating setup.js and testConfig.json
This commit is contained in:
Mitch-Budibase 2023-02-01 15:56:00 +00:00
parent 05669019a6
commit b930f20de0
2 changed files with 1 additions and 2 deletions

View file

@ -5,7 +5,7 @@ const SERVER_PORT = testConfig.env.PORT
const WORKER_PORT = testConfig.env.WORKER_PORT const WORKER_PORT = testConfig.env.WORKER_PORT
if (!process.env.NODE_ENV) { if (!process.env.NODE_ENV) {
process.env.NODE_ENV = "test" process.env.NODE_ENV = "cypress"
} }
process.env.ENABLE_ANALYTICS = "0" process.env.ENABLE_ANALYTICS = "0"
process.env.JWT_SECRET = testConfig.env.JWT_SECRET process.env.JWT_SECRET = testConfig.env.JWT_SECRET

View file

@ -1,6 +1,5 @@
{ {
"baseUrl": "http://localhost:4100", "baseUrl": "http://localhost:4100",
"video": true,
"projectId": "bmbemn", "projectId": "bmbemn",
"reporterOptions": { "reporterOptions": {
"configFile": "reporterConfig.json" "configFile": "reporterConfig.json"