Move proxy deps to @cypress namespace, use cypress.io urls for tests (#3860)

* debugging-proxy -> @cypress/debugging-proxy

* server: move perf urls to cypress.io, also test http perf

* update low water mark for CI

* server: run perf tests on vanilla chrome proxy first to establish baseline for real tests

* fix tests
This commit is contained in:
Zach Bloomquist
2019-04-02 19:04:22 -04:00
committed by Brian Mann
parent 6022cb5a6e
commit 44da3eb65a
6 changed files with 165 additions and 147 deletions
@@ -3,7 +3,7 @@ require("../spec_helper")
process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0"
_ = require("lodash")
DebugProxy = require("debugging-proxy")
DebugProxy = require("@cypress/debugging-proxy")
net = require("net")
path = require("path")
Promise = require("bluebird")