1
0
Fork 0
mirror of synced 2024-07-15 03:05:57 +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
if (!process.env.NODE_ENV) {
process.env.NODE_ENV = "test"
process.env.NODE_ENV = "cypress"
}
process.env.ENABLE_ANALYTICS = "0"
process.env.JWT_SECRET = testConfig.env.JWT_SECRET

View file

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