mirror of https://github.com/statping/statping
cypress tests
parent
34a59df9ab
commit
6b80d7608e
|
@ -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:
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
"DB_PASS": "password123",
|
||||
"GO_ENV": "production"
|
||||
},
|
||||
"baseUrl": "http://localhost:8888",
|
||||
"chromeWebSecurity": false,
|
||||
"defaultCommandTimeout": 15000,
|
||||
"requestTimeout": 15000,
|
||||
|
|
Loading…
Reference in New Issue