mirror of https://github.com/statping/statping
cypress tests
parent
34a59df9ab
commit
6b80d7608e
|
@ -27,6 +27,9 @@ install:
|
||||||
- "go mod download"
|
- "go mod download"
|
||||||
- "go mod verify"
|
- "go mod verify"
|
||||||
- "make test-deps yarn clean compile install"
|
- "make test-deps yarn clean compile install"
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- "$GOPATH/src/github.com/statping/statping/frontend/node_modules"
|
||||||
language: go
|
language: go
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
"DB_PASS": "password123",
|
"DB_PASS": "password123",
|
||||||
"GO_ENV": "production"
|
"GO_ENV": "production"
|
||||||
},
|
},
|
||||||
|
"baseUrl": "http://localhost:8888",
|
||||||
"chromeWebSecurity": false,
|
"chromeWebSecurity": false,
|
||||||
"defaultCommandTimeout": 15000,
|
"defaultCommandTimeout": 15000,
|
||||||
"requestTimeout": 15000,
|
"requestTimeout": 15000,
|
||||||
|
|
Loading…
Reference in New Issue