cypress tests

pull/490/head
hunterlong 2020-04-11 15:55:03 -07:00
parent 34a59df9ab
commit 6b80d7608e
2 changed files with 4 additions and 0 deletions

View File

@ -27,6 +27,9 @@ install:
- "go mod download"
- "go mod verify"
- "make test-deps yarn clean compile install"
cache:
directories:
- "$GOPATH/src/github.com/statping/statping/frontend/node_modules"
language: go
addons:
apt:

View File

@ -8,6 +8,7 @@
"DB_PASS": "password123",
"GO_ENV": "production"
},
"baseUrl": "http://localhost:8888",
"chromeWebSecurity": false,
"defaultCommandTimeout": 15000,
"requestTimeout": 15000,