mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-25 00:19:22 -06:00
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:
committed by
Brian Mann
parent
6022cb5a6e
commit
44da3eb65a
@@ -23,7 +23,7 @@
|
||||
"bin-up": "1.1.0",
|
||||
"chai": "3.5.0",
|
||||
"cross-env": "5.2.0",
|
||||
"debugging-proxy": "1.6.0",
|
||||
"@cypress/debugging-proxy": "1.6.0",
|
||||
"request": "2.88.0",
|
||||
"request-promise": "4.2.4",
|
||||
"sinon": "1.17.7",
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user