Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cypress will not load localhost content in Google Chrome #4235

Closed
QualityADHD opened this issue May 17, 2019 · 40 comments
Closed

Cypress will not load localhost content in Google Chrome #4235

QualityADHD opened this issue May 17, 2019 · 40 comments
Assignees
Labels
pkg/server This is due to an issue in the packages/server directory

Comments

@QualityADHD
Copy link

QualityADHD commented May 17, 2019

Current behavior:

Cypress will not load an application being served from localhost in Google Chrome after the update to version 3.3.0. This is causing all tests to not run and Cypress will just hang while returning a 500 error with each request to the application. NOTE: Electron 59 works just fine.

Screen Shot 2019-05-17 at 10 57 02 AM

Screen Shot 2019-05-17 at 11 15 09 AM

Desired behavior: Cypress will load the application and run the tests in both Chrome and Electron.

Steps to reproduce: (app code and test code)

  • Create an application that will be served from a localhost server.
  • Create a basic Cypress test that will run a test against that server (you can do cy.visit, set an env variable, it doesn't matter)
  • Select Google Chrome as the Browser under test
  • See the tests hang and never be run

Versions

Cypress: 3.3.0
Google Chrome: 74.0.3729.157
Electron: 59
OSX: 10.14.4

@brian-mann
Copy link
Member

We run literally thousands of tests against Cypress that don't do anything more special than this - so there has to be something else going on with your system that's causing this.

Do you have a proxy environment variable set somewhere? Like HTTP_PROXY or HTTPS_PROXY ?

Can you visit your Settings tab and click on the proxy settings so you can see whether or not they are taking affect?

It looks like this... https://docs.cypress.io/guides/references/proxy-configuration.html#View-proxy-settings-in-Cypress

@brian-mann
Copy link
Member

Can you also run your tests with the DEBUG env var on?

Like this... DEBUG=cypress:* cypress open?

@QualityADHD
Copy link
Author

QualityADHD commented May 17, 2019

No PROXY settings set anywhere. I created a new folder and made the most basic test (screenshot attached); turns out Chrome will not let me go anywhere, not just localhost. Electron works just fine (attached a screen shot of that log too).

Proxy Settings:
Screen Shot 2019-05-17 at 12 39 29 PM

Test file:
Screen Shot 2019-05-17 at 12 41 41 PM

Electron proxy working:
Screen Shot 2019-05-17 at 12 37 49 PM

Chrome proxy failing:
Screen Shot 2019-05-17 at 12 38 41 PM

Chrome localhost failures:
Screen Shot 2019-05-17 at 12 34 08 PM

@flotwig
Copy link
Contributor

flotwig commented May 17, 2019

Thank you for helping us get to the bottom of this. Can you paste the entire DEBUG logs, either here, or to http://pastebin.com if it can't fit in a GitHub comment?

@QualityADHD
Copy link
Author

QualityADHD commented May 17, 2019

large DEBUG log
cypress:cli cli starts with arguments ["/usr/local/bin/node","/Users/sfora2/Projects/docker-poc/frontend/node_modules/.bin/cypress","o
pen"] +0ms
  cypress:cli NODE_OPTIONS is not set +0ms
  cypress:cli program parsing arguments +3ms
  cypress:cli opening Cypress +1ms
  cypress:cli parsed cli options {} +257ms
  cypress:cli opening from options {"project":"/Users/sfora2/Projects/docker-poc/frontend"} +0ms
  cypress:cli command line arguments ["--project","/Users/sfora2/Projects/docker-poc/frontend"] +0ms
  cypress:cli verifying Cypress app +0ms
  cypress:cli checking environment variables +0ms
  cypress:cli checking if executable exists /Users/sfora2/Library/Caches/Cypress/3.3.0/Cypress.app/Contents/MacOS/Cypress +3ms
  cypress:cli Binary is executable? : true +2ms
  cypress:cli binaryDir is  /Users/sfora2/Library/Caches/Cypress/3.3.0/Cypress.app +0ms
  cypress:cli Reading binary package.json from: /Users/sfora2/Library/Caches/Cypress/3.3.0/Cypress.app/Contents/Resources/app/package.js
on +0ms
  cypress:cli Found binary version 3.3.0 installed in: /Users/sfora2/Library/Caches/Cypress/3.3.0/Cypress.app +4ms
  cypress:cli { verified: true } +4ms
  cypress:cli is Verified ? true +3ms
  cypress:cli needs to start own XVFB? false +0ms
  cypress:cli spawning, should retry on display problem? false +0ms
  cypress:cli spawning Cypress with executable: /Users/sfora2/Library/Caches/Cypress/3.3.0/Cypress.app/Contents/MacOS/Cypress +7ms
  cypress:cli spawn args [ '--project', '/Users/sfora2/Projects/docker-poc/frontend', '--cwd', '/Users/sfora2/Projects/docker-poc/fronte
nd' ] { detached: false, stdio: 'inherit' } +0ms
  cypress:ts Running without ts-node hook in environment "production" +0ms
  cypress:server:cypress starting cypress with argv [ '/Users/sfora2/Library/Caches/Cypress/3.3.0/Cypress.app/Contents/MacOS/Cypress', '
--project', '/Users/sfora2/Projects/docker-poc/frontend', '--cwd', '/Users/sfora2/Projects/docker-poc/frontend' ] +0ms
  cypress:server:args argv array: [ '/Users/sfora2/Library/Caches/Cypress/3.3.0/Cypress.app/Contents/MacOS/Cypress', '--project', '/User
s/sfora2/Projects/docker-poc/frontend', '--cwd', '/Users/sfora2/Projects/docker-poc/frontend' ] +0ms
  cypress:server:args argv parsed: { _: [ '/Users/sfora2/Library/Caches/Cypress/3.3.0/Cypress.app/Contents/MacOS/Cypress' ], project: '/
Users/sfora2/Projects/docker-poc/frontend', cwd: '/Users/sfora2/Projects/docker-poc/frontend' } +3ms
  cypress:server:args options { _: [ '/Users/sfora2/Library/Caches/Cypress/3.3.0/Cypress.app/Contents/MacOS/Cypress' ], project: '/Users
/sfora2/Projects/docker-poc/frontend', cwd: '/Users/sfora2/Projects/docker-poc/frontend', config: {} } +0ms
  cypress:server:args argv options: { _: [ '/Users/sfora2/Library/Caches/Cypress/3.3.0/Cypress.app/Contents/MacOS/Cypress' ], project: '
/Users/sfora2/Projects/docker-poc/frontend', cwd: '/Users/sfora2/Projects/docker-poc/frontend', config: {}, projectRoot: '/Users/sfora2/
Projects/docker-poc/frontend' } +1ms
  cypress:server:appdata path: /Users/sfora2/Library/Application Support/Cypress/cy/production +0ms
  cypress:server:cypress starting in mode interactive +577ms
  cypress:server:appdata path: /Users/sfora2/Library/Application Support/Cypress/cy/production +685ms
  cypress:server:appdata path: /Users/sfora2/Library/Application Support/Cypress/cy/production/cache +5ms
  cypress:server:appdata path: /Users/sfora2/Library/Application Support/Cypress/cy/production/browsers +4s
  cypress:server:timers queuing timer id 1 after 500 ms +0ms
  cypress:server:timers child received timer id 1 +0ms
  cypress:server:timers child sending timer id 1 +506ms
  cypress:server:timers clearing timer id 1 from queue { '1': { args: [], ms: 500, cb: [Function] } } +510ms
  cypress:server:saved_state making saved state from /Users/sfora2/Library/Caches/Cypress/3.3.0/Cypress.app/Contents/Resources/app/packages/server +0ms
  cypress:server:saved_state for project path /Users/sfora2/Projects/docker-poc/frontend +0ms
  cypress:server:saved_state state path for project /Users/sfora2/Projects/docker-poc/frontend +1ms
  cypress:server:appdata path: /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/frontend-977c060fb1cbd5812a5c4f5a240af527/state.json +524ms
  cypress:server:saved_state full state path /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/frontend-977c060fb1cbd5812a5c4f5a240af527/state.json +0ms
  cypress:server:saved_state making new state file around /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/frontend-977c060fb1cbd5812a5c4f5a240af527/state.json +0ms
  cypress:server:file get values from /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/frontend-977c060fb1cbd5812a5c4f5a240af527/state.json +0ms
  cypress:server:file attempt to get lock on /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/frontend-977c060fb1cbd5812a5c4f5a240af527/state.json +1ms
  cypress:server:file gettin lock succeeded or failed for /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/frontend-977c060fb1cbd5812a5c4f5a240af527/state.json +2ms
  cypress:server:file read /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/frontend-977c060fb1cbd5812a5c4f5a240af527/state.json +0ms
  cypress:server:file read succeeded or failed for /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/frontend-977c060fb1cbd5812a5c4f5a240af527/state.json +7ms
  cypress:server:file attempt to unlock /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/frontend-977c060fb1cbd5812a5c4f5a240af527/state.json +1ms
  cypress:server:timers queuing timer id 2 after 2000 ms +18ms
  cypress:server:timers child received timer id 2 +20ms
  cypress:server:timers clearing timer id 2 from queue { '2': { args: [], ms: 2000, cb: [Function: timeoutTimeout] } } +0ms
  cypress:server:file unlock succeeded or failed for /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/frontend-977c060fb1cbd5812a5c4f5a240af527/state.json +1ms
  cypress:server:windows creating electron window with options { backgroundColor: '#dfe2e4', width: 800, height: 550, minWidth: 458, minHeight: 400, x: 2730, y: 118, type: 'INDEX', devTools: false, trackState: { width: 'appWidth', height: 'appHeight', x: 'appX', y: 'appY', devTools: 'isAppDevToolsOpen' }, onBlur: [Function: onBlur], onFocus: [Function: onFocus], onClose: [Function: onClose], show: true, frame: true, transparent: false, url: 'file:///Users/sfora2/Library/Caches/Cypress/3.3.0/Cypress.app/Contents/Resources/app/packages/desktop-gui/dist/index.html', webPreferences: { preload: '/Users/sfora2/Library/Caches/Cypress/3.3.0/Cypress.app/Contents/Resources/app/packages/server/lib/ipc/ipc.js', partition: null, chromeWebSecurity: true, nodeIntegration: false, backgroundThrottling: false, backgroundColor: '#dfe2e4', transparent: false }, contextMenu: false, recordFrameRate: null, onPaint: null, onCrashed: [Function: onCrashed], onNewWindow: [Function: onNewWindow] } +0ms
  cypress:server:events got request for event: on:menu:clicked, undefined +0ms
  cypress:server:events got request for event: get:options, undefined +0ms
  cypress:server:events sending ipc data { type: 'get:options', data: { id: 0.13627487807874017, data: { _: [Array], project: '/Users/sfora2/Projects/docker-poc/frontend', cwd: '/Users/sfora2/Projects/docker-poc/frontend', config: {}, projectRoot: '/Users/sfora2/Projects/docker-poc/frontend', onFocusTests: [Function: onFocusTests], os: 'darwin', version: '3.3.0' } } } +1ms
  cypress:server:events got request for event: get:current:user, undefined +0ms
  cypress:server:file get values from /Users/sfora2/Library/Application Support/Cypress/cy/production/cache +935ms
  cypress:server:file attempt to get lock on /Users/sfora2/Library/Application Support/Cypress/cy/production/cache +1ms
  cypress:server:file gettin lock succeeded or failed for /Users/sfora2/Library/Application Support/Cypress/cy/production/cache +2ms
  cypress:server:file read /Users/sfora2/Library/Application Support/Cypress/cy/production/cache +0ms
  cypress:server:file read succeeded or failed for /Users/sfora2/Library/Application Support/Cypress/cy/production/cache +1ms
  cypress:server:file attempt to unlock /Users/sfora2/Library/Application Support/Cypress/cy/production/cache +0ms
  cypress:server:timers queuing timer id 3 after 2000 ms +940ms
  cypres  cypress:server:timers clearing timer id 3 from queue { '3': { args: [], ms: 2000, cb: [Function: timeoutTimeout] } } +0ms
s:server:timers child received timer id 3 +940ms
  cypress:server:file unlock succeeded or failed for /Users/sfora2/Library/Application Support/Cypress/cy/production/cache +9ms
  cypress:server:events sending ipc data { type: 'get:current:user', data: { id: 0.3429770988356562, data: {} } } +14ms
  cypress:server:events got request for event: on:focus:tests, undefined +37ms
  cypress:server:events got request for event: on:spec:changed, undefined +1ms
  cypress:server:events got request for event: on:config:changed, undefined +0ms
  cypress:server:events got request for event: on:project:error, undefined +0ms
  cypress:server:events got request for event: on:project:warning, undefined +0ms
  cypress:server:events got request for event: open:project, '/Users/sfora2/Projects/docker-poc/frontend' +0ms
  cypress:server:events got request for event: updater:check, undefined +2ms
  cypress:server:updater checking for new version of Cypress. current version is 3.3.0 +0ms
  cypress:launcher checking one browser chrome +0ms
  cypress:launcher looking up chrome on darwin platform +0ms
  cypress:launcher looking for app Contents/MacOS/Google Chrome id com.google.Chrome +1ms
  cypress:launcher looking for bundle id com.google.Chrome using command: mdfind 'kMDItemCFBundleIdentifier=="com.google.Chrome"' | head -1 +0ms
  cypress:launcher checking one browser chrome +13ms
  cypress:launcher looking up chrome on darwin platform +0ms
  cypress:launcher looking for app Contents/MacOS/Google Chrome id com.google.Chrome +0ms
  cypress:launcher looking for bundle id com.google.Chrome using command: mdfind 'kMDItemCFBundleIdentifier=="com.google.Chrome"' | head -1 +0ms
  cypress:launcher checking one browser chrome +10ms
  cypress:launcher looking up chrome on darwin platform +1ms
  cypress:launcher looking for app Contents/MacOS/Google Chrome id com.google.Chrome +0ms
  cypress:launcher looking for bundle id com.google.Chrome using command: mdfind 'kMDItemCFBundleIdentifier=="com.google.Chrome"' | head -1 +0ms
  cypress:launcher found com.google.Chrome at /Applications/Google Chrome.app +79ms
  cypress:launcher reading property file "/Applications/Google Chrome.app/Contents/Info.plist" +1ms
  cypress:launcher setting major version for {"name":"chrome","family":"chrome","displayName":"Chrome","version":"74.0.3729.157","path":"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"} +17ms
  cypress:launcher browser chrome version 74.0.3729.157 major version 74 +0ms
  cypress:launcher found com.google.Chrome at /Applications/Google Chrome.app +4ms
  cypress:launcher reading property file "/Applications/Google Chrome.app/Contents/Info.plist" +0ms
  cypress:launcher found com.google.Chrome at /Applications/Google Chrome.app +0ms
  cypress:launcher reading property file "/Applications/Google Chrome.app/Contents/Info.plist" +0ms
  cypress:launcher setting major version for {"name":"chrome","family":"chrome","displayName":"Chrome","version":"74.0.3729.157","path":"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"} +9ms
  cypress:launcher browser chrome version 74.0.3729.157 major version 74 +0ms
  cypress:launcher setting major version for {"name":"chrome","family":"chrome","displayName":"Chrome","version":"74.0.3729.157","path":"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"} +10ms
  cypress:launcher browser chrome version 74.0.3729.157 major version 74 +0ms
  cypress:launcher checking one browser chromium +1ms
  cypress:launcher looking up chromium on darwin platform +0ms
  cypress:launcher looking for app Contents/MacOS/Chromium id org.chromium.Chromium +0ms
  cypress:launcher looking for bundle id org.chromium.Chromium using command: mdfind 'kMDItemCFBundleIdentifier=="org.chromium.Chromium"' | head -1 +0ms
  cypress:launcher checking one browser chromium +10ms
  cypress:launcher looking up chromium on darwin platform +0ms
  cypress:launcher looking for app Contents/MacOS/Chromium id org.chromium.Chromium +0ms
  cypress:launcher looking for bundle id org.chromium.Chromium using command: mdfind 'kMDItemCFBundleIdentifier=="org.chromium.Chromium"' | head -1 +1ms
  cypress:network:agent addRequest called for https://download.cypress.io/desktop.json +0ms
  cypress:launcher found org.chromium.Chromium at  +80ms
  cypress:launcher reading property file "Contents/Info.plist" +0ms
  cypress:launcher could not read Info.plist for Contents/Info.plist +1ms
  cypress:launcher looking for application /Applications/Chromium.app +0ms
  cypress:launcher reading property file "/Applications/Chromium.app/Contents/Info.plist" +0ms
  cypress:launcher could not read Info.plist for /Applications/Chromium.app/Contents/Info.plist +0ms
  cypress:launcher could not detect chromium using traditional Mac methods +0ms
  cypress:launcher trying linux search +0ms
  cypress:launcher finding version string using command "chromium-browser --version" +0ms
  cypress:launcher Received error detecting browser binary: "chromium-browser" with error: spawn chromium-browser ENOENT +16ms
  cypress:launcher browser chromium not installed +0ms
  cypress:launcher found org.chromium.Chromium at  +0ms
  cypress:launcher reading property file "Contents/Info.plist" +0ms
  cypress:launcher could not read Info.plist for Contents/Info.plist +1ms
  cypress:launcher looking for application /Applications/Chromium.app +0ms
  cypress:launcher reading property file "/Applications/Chromium.app/Contents/Info.plist" +0ms
  cypress:launcher could not read Info.plist for /Applications/Chromium.app/Contents/Info.plist +0ms
  cypress:launcher could not detect chromium using traditional Mac methods +0ms
  cypress:launcher trying linux search +0ms
  cypress:launcher finding version string using command "chromium --version" +0ms
  cypress:launcher Received error detecting browser binary: "chromium" with error: spawn chromium ENOENT +10ms
  cypress:launcher browser chromium not installed +0ms
  cypress:launcher checking one browser canary +14ms
  cypress:launcher looking up canary on darwin platform +0ms
  cypress:launcher looking for app Contents/MacOS/Google Chrome Canary id com.google.Chrome.canary +0ms
  cypress:launcher looking for bundle id com.google.Chrome.canary using command: mdfind 'kMDItemCFBundleIdentifier=="com.google.Chrome.canary"' | head -1 +0ms
  cypress:launcher found com.google.Chrome.canary at  +64ms
  cypress:launcher reading property file "Contents/Info.plist" +0ms
  cypress:launcher could not read Info.plist for Contents/Info.plist +0ms
  cypress:launcher looking for application /Applications/Google Chrome Canary.app +0ms
  cypress:launcher reading property file "/Applications/Google Chrome Canary.app/Contents/Info.plist" +0ms
  cypress:launcher could not read Info.plist for /Applications/Google Chrome Canary.app/Contents/Info.plist +1ms
  cypress:launcher could not detect canary using traditional Mac methods +0ms
  cypress:launcher trying linux search +0ms
  cypress:launcher finding version string using command "google-chrome-canary --version" +0ms
  cypress:launcher Received error detecting browser binary: "google-chrome-canary" with error: spawn google-chrome-canary ENOENT +8ms
  cypress:launcher browser canary not installed +0ms
  cypress:server:project Project created /Users/sfora2/Projects/docker-poc/frontend +0ms
  cypress:server:openproject opening project /Users/sfora2/Projects/docker-poc/frontend +0ms
  cypress:server:project opening project instance /Users/sfora2/Projects/docker-poc/frontend +1ms
  cypress:server:config setting support file /Users/sfora2/Projects/docker-poc/frontend/cypress/support +0ms
  cypress:server:config for project root /Users/sfora2/Projects/docker-poc/frontend +1ms
  cypress:server:config set support folder /Users/sfora2/Projects/docker-poc/frontend/cypress/support +0ms
  cypress:server:config setting plugins file /Users/sfora2/Projects/docker-poc/frontend/cypress/plugins +0ms
  cypress:server:config for project root /Users/sfora2/Projects/docker-poc/frontend +1ms
  cypress:server:config set pluginsFile to /Users/sfora2/Projects/docker-poc/frontend/cypress/plugins/index.js +0ms
  cypress:server:config set scaffold paths +0ms
  cypress:server:scaffold scaffolded files ["cypress/integration/examples/actions.spec.js","cypress/integration/examples/aliasing.spec.js","cypress/integration/examples/assertions.spec.js","cypress/integration/examples/connectors.spec.js","cypress/integration/examples/cookies.spec.js","cypress/integration/examples/cypress_api.spec.js","cypress/integration/examples/files.spec.js","cypress/integration/examples/local_storage.spec.js","cypress/integration/examples/location.spec.js","cypress/integration/examples/misc.spec.js","cypress/integration/examples/navigation.spec.js","cypress/integration/examples/network_requests.spec.js","cypress/integration/examples/querying.spec.js","cypress/integration/examples/spies_stubs_clocks.spec.js","cypress/integration/examples/traversal.spec.js","cypress/integration/examples/utilities.spec.js","cypress/integration/examples/viewport.spec.js","cypress/integration/examples/waiting.spec.js","cypress/integration/examples/window.spec.js","cypress/fixtures/example.json","cypress/support/commands.js","cypress/support/index.js","cypress/plugins/index.js"] +0ms
  cypress:server:config got file tree +4ms
  cypress:server:project get saved state +12ms
  cypress:server:saved_state making saved state from /Users/sfora2/Library/Caches/Cypress/3.3.0/Cypress.app/Contents/Resources/app/packages/server +1s
  cypress:server:saved_state for project path /Users/sfora2/Projects/docker-poc/frontend +0ms
  cypress:server:saved_state state path for project /Users/sfora2/Projects/docker-poc/frontend +0ms
  cypress:server:appdata path: /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/frontend-977c060fb1cbd5812a5c4f5a240af527/state.json +1s
  cypress:server:saved_state full state path /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/frontend-977c060fb1cbd5812a5c4f5a240af527/state.json +1s
  cypress:server:file get values from /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/frontend-977c060fb1cbd5812a5c4f5a240af527/state.json +422ms
  cypress:server:file attempt to get lock on /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/frontend-977c060fb1cbd5812a5c4f5a240af527/state.json +0ms
  cypress:server:file gettin lock succeeded or failed for /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/frontend-977c060fb1cbd5812a5c4f5a240af527/state.json +2ms
  cypress:server:file read /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/frontend-977c060fb1cbd5812a5c4f5a240af527/state.json +0ms
  cypress:server:file read succeeded or failed for /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/frontend-977c060fb1cbd5812a5c4f5a240af527/state.json +0ms
  cypress:server:file attempt to unlock /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/frontend-977c060fb1cbd5812a5c4f5a240af527/state.json +0ms
  cypress:server:timers queuing timer id 4 after 2000 ms +433ms
  cypress:server:timers child received timer id 4 +434ms
  cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2000, cb: [Function: timeoutTimeout] } } +1ms
  cypress:server:file unlock succeeded or failed for /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/frontend-977c060fb1cbd5812a5c4f5a240af527/state.json +1ms
  cypress:server:scaffold determine if new project by globbing files in { integrationFolder: '/Users/sfora2/Projects/docker-poc/frontend/cypress/integration' } +5ms
  cypress:server:scaffold found 1 files in folder /Users/sfora2/Projects/docker-poc/frontend/cypress/integration +7ms
  cypress:server:scaffold determine if we should scaffold: +0ms
  cypress:server:scaffold - empty? false +0ms
  cypress:server:scaffold - different number of files? true +1ms
  cypress:server:scaffold - same sizes? false +0ms
  cypress:server:scaffold untouched scaffold false modal closed true +0ms
  cypress:server:scaffold plugins folder /Users/sfora2/Projects/docker-poc/frontend/cypress/plugins +1ms
  cypress:server:scaffold verify scaffolding in /Users/sfora2/Projects/docker-poc/frontend/cypress/plugins +0ms
  cypress:server:scaffold folder /Users/sfora2/Projects/docker-poc/frontend/cypress/plugins already exists +0ms
  cypress:server:plugins plugins.init /Users/sfora2/Projects/docker-poc/frontend/cypress/plugins/index.js +0ms
  cypress:server:updater latest version of Cypress is: 3.3.0 +524ms
  cypress:server:updater new version of Cypress does not exist +1ms
  cypress:server:events sending ipc data { type: 'updater:check', data: { id: 0.6490887679537005, data: false } } +525ms
  cypress:server:timers child sending timer id 2 +630ms
  cypress:server:plugins:child pluginsFile: /Users/sfora2/Projects/docker-poc/frontend/cypress/plugins/index.js +0ms
  cypress:server:plugins:child require pluginsFile +2ms
  cypress:server:plugins:child run plugins function +2ms
  cypress:server:plugins:child register event _get:task:body with id 0 +0ms
  cypress:server:plugins:child register event _get:task:keys with id 1 +0ms
  cypress:server:plugins register plugins process event _get:task:body with id 0 +701ms
  cypress:server:plugins register event '_get:task:body' +0ms
  cypress:server:plugins register plugins process event _get:task:keys with id 1 +0ms
  cypress:server:plugins register event '_get:task:keys' +0ms
  cypress:server:project plugin config yielded: null +718ms
  cypress:server:buffers resetting buffers +0ms
  cypress:server:server Server listening on  { address: '127.0.0.1', family: 'IPv4', port: 56912 } +0ms
  cypress:server:appdata path: /Users/sfora2/Library/Application Support/Cypress/cy/production/proxy +808ms
  cypress:https-proxy Created SNI HTTPS Proxy on port 56914 +0ms
  cypress:server:server Setting remoteAuth undefined +17ms
  cypress:server:server Setting remoteOrigin http://localhost:56912 +1ms
  cypress:server:server Setting remoteStrategy file +0ms
  cypress:server:server Setting remoteHostAndPort null +0ms
  cypress:server:server Setting remoteDocDomain localhost +0ms
  cypress:server:server Setting remoteFileServer http://localhost:56913 +0ms
  cypress:server:server Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:56912', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:56913' } +0ms
  cypress:server:project project config: { projectRoot: '/Users/sfora2/Projects/docker-poc/frontend', projectName: 'frontend', report: false, browsers: [ { name: 'chrome', family: 'chrome', displayName: 'Chrome', version: '74.0.3729.157', path: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome', majorVersion: '74' }, { name: 'electron', family: 'electron', displayName: 'Electron', version: '61.0.3163.100', path: '', majorVersion: '61', info: 'Electron is the default browser that comes with Cypress. This is the browser that runs in headless mode. Selecting this browser is useful when debugging. The version number indicates the underlying Chromium version that Electron uses.' } ], port: 56912, hosts: null, morgan: true, baseUrl: null, socketId: null, userAgent: null, isTextTerminal: false, reporter: 'spec', reporterOptions: null, blacklistHosts: null, clientRoute: '/__/', xhrRoute: '/xhrs/', socketIoRoute: '/__socket.io', socketIoCookie: '__socket.io', reporterRoute: '/__cypress/reporter', ignoreTestFiles: '*.hot-update.js', testFiles: '**/*.*', defaultCommandTimeout: 4000, requestTimeout: 5000, responseTimeout: 30000, pageLoadTimeout: 60000, execTimeout: 60000, taskTimeout: 60000, video: true, videoCompression: 32, videoUploadOnPasses: true, modifyObstructiveCode: true, chromeWebSecurity: true, waitForAnimations: true, animationDistanceThreshold: 5, numTestsKeptInMemory: 50, watchForFileChanges: true, trashAssetsBeforeRuns: true, autoOpen: false, viewportWidth: 1000, viewportHeight: 660, fileServerFolder: '/Users/sfora2/Projects/docker-poc/frontend', videosFolder: '/Users/sfora2/Projects/docker-poc/frontend/cypress/videos', supportFile: '/Users/sfora2/Projects/docker-poc/frontend/cypress/support/index.js', fixturesFolder: '/Users/sfora2/Projects/docker-poc/frontend/cypress/fixtures', integrationFolder: '/Users/sfora2/Projects/docker-poc/frontend/cypress/integration', screenshotsFolder: '/Users/sfora2/Projects/docker-poc/frontend/cypress/screenshots', namespace: '__cypress', pluginsFile: '/Users/sfora2/Projects/docker-poc/frontend/cypress/plugins/index.js', javascripts: [], env: {}, cypressEnv: 'production', parentTestsFolder: '/Users/sfora2/Projects/docker-poc/frontend/cypress', parentTestsFolderDisplay: 'frontend/cypress', supportFolder: '/Users/sfora2/Projects/docker-poc/frontend/cypress/support', integrationExampleName: 'examples', integrationExamplePath: '/Users/sfora2/Projects/docker-poc/frontend/cypress/integration/examples', scaffoldedFiles: [ { name: 'cypress', children: [Array] } ], state: { showedOnBoardingModal: true, appX: 2730, appY: 118, browserX: 2287, browserY: 360 }, isNewProject: false, proxyUrl: 'http://localhost:56912', browserUrl: 'http://localhost:56912/__/', reporterUrl: 'http://localhost:56912/__cypress/reporter', xhrUrl: '__cypress/xhrs/' } +108ms
  cypress:server:project watch settings files +10ms
  cypress:server:project scaffolding project /Users/sfora2/Projects/docker-poc/frontend +5ms
  cypress:server:scaffold support folder /Users/sfora2/Projects/docker-poc/frontend/cypress/support, support file /Users/sfora2/Projects/docker-poc/frontend/cypress/support/index.js +829ms
  cypress:server:scaffold verify scaffolding in /Users/sfora2/Projects/docker-poc/frontend/cypress/support +0ms
  cypress:server:scaffold integration folder /Users/sfora2/Projects/docker-poc/frontend/cypress/integration +0ms
  cypress:server:scaffold verify scaffolding in /Users/sfora2/Projects/docker-poc/frontend/cypress/integration +0ms
  cypress:server:scaffold fixture folder /Users/sfora2/Projects/docker-poc/frontend/cypress/fixtures +0ms
  cypress:server:scaffold verify scaffolding in /Users/sfora2/Projects/docker-poc/frontend/cypress/fixtures +0ms
  cypress:server:timers queuing timer id 5 after 0 ms +840ms
  cypress:server:timers child received timer id 5 +210ms
  cypress:server:scaffold folder /Users/sfora2/Projects/docker-poc/frontend/cypress/support already exists +2ms
  cypress:server:scaffold folder /Users/sfora2/Projects/docker-poc/frontend/cypress/integration already exists +1ms
  cypress:server:timers child sending timer id 5 +1ms
  cypress:server:scaffold folder /Users/sfora2/Projects/docker-poc/frontend/cypress/fixtures already exists +11ms
  cypress:server:project attempt watch plugins file: /Users/sfora2/Projects/docker-poc/frontend/cypress/plugins/index.js +14ms
  cypress:server:project plugins file found? true +1ms
  cypress:server:project watch plugins file +1ms
  cypress:server:timers clearing timer id 5 from queue { '5': { args: [], ms: 0, cb: [Function: clear] } } +28ms
  cypress:server:timers clearing timer id 5 from queue {} +1ms
  cypress:server:timers queuing timer id 6 after 0 ms +0ms
  cypress:server:timers child received timer id 6 +29ms
  cypress:server:events sending ipc data { type: 'open:project', data: { id: 0.14016662213080933, data: { projectRoot: '/Users/sfora2/Projects/docker-poc/frontend', projectName: 'frontend', report: false, browsers: [Array], port: 56912, hosts: null, morgan: true, baseUrl: null, socketId: null, userAgent: null, isTextTerminal: false, reporter: 'spec', reporterOptions: null, blacklistHosts: null, clientRoute: '/__/', xhrRoute: '/xhrs/', socketIoRoute: '/__socket.io', socketIoCookie: '__socket.io', reporterRoute: '/__cypress/reporter', ignoreTestFiles: '*.hot-update.js', testFiles: '**/*.*', defaultCommandTimeout: 4000, requestTimeout: 5000, responseTimeout: 30000, pageLoadTimeout: 60000, execTimeout: 60000, taskTimeout: 60000, video: true, videoCompression: 32, videoUploadOnPasses: true, modifyObstructiveCode: true, chromeWebSecurity: true, waitForAnimations: true, animationDistanceThreshold: 5, numTestsKeptInMemory: 50, watchForFileChanges: true, trashAssetsBeforeRuns: true, autoOpen: false, viewportWidth: 1000, viewportHeight: 660, fileServerFolder: '/Users/sfora2/Projects/docker-poc/frontend', videosFolder: '/Users/sfora2/Projects/docker-poc/frontend/cypress/videos', supportFile: '/Users/sfora2/Projects/docker-poc/frontend/cypress/support/index.js', fixturesFolder: '/Users/sfora2/Projects/docker-poc/frontend/cypress/fixtures', integrationFolder: '/Users/sfora2/Projects/docker-poc/frontend/cypress/integration', screenshotsFolder: '/Users/sfora2/Projects/docker-poc/frontend/cypress/screenshots', namespace: '__cypress', pluginsFile: '/Users/sfora2/Projects/docker-poc/frontend/cypress/plugins/index.js', javascripts: [], env: {}, cypressEnv: 'production', resolved: [Object], parentTestsFolder: '/Users/sfora2/Projects/docker-poc/frontend/cypress', parentTestsFolderDisplay: 'frontend/cypress', supportFolder: '/Users/sfora2/Projects/docker-poc/frontend/cypress/support', integrationExampleName: 'examples', integrationExamplePath: '/Users/sfora2/Projects/docker-poc/frontend/cypress/integration/examples', scaffoldedFiles: [Array], state: [Object], isNewProject: false, proxyUrl: 'http://localhost:56912', browserUrl: 'http://localhost:56912/__/', reporterUrl: 'http://localhost:56912/__cypress/reporter', xhrUrl: '__cypress/xhrs/' } } } +730ms
  cypress:server:timers child sending timer id 6 +1ms
  cypress:server:timers clearing timer id 6 from queue { '6': { args: [], ms: 0, cb: [Function: clear] } } +3ms
  cypress:server:timers clearing timer id 6 from queue {} +12ms
  cypress:server:events got request for event: get:specs, undefined +16ms
  cypress:server:timers queuing timer id 7 after 250 ms +2ms
  cypress:server:openproject check for spec updates +902ms
  cypress:server:timers child received timer id 7 +15ms
  cypress:server:openproject watch test files: **/*.* in /Users/sfora2/Projects/docker-poc/frontend/cypress/integration +0ms
  cypress:server:specs looking for test specs in the folder: /Users/sfora2/Projects/docker-poc/frontend/cypress/integration +0ms
  cypress:server:events got request for event: get:project:status, { path: '/Users/sfora2/Projects/docker-poc/frontend' } +6ms
  cypress:server:project get project status for undefined /Users/sfora2/Projects/docker-poc/frontend +38ms
  cypress:server:project no project id +0ms
  cypress:server:events sending ipc data { type: 'get:project:status', data: { id: 0.7038963829584859, data: { path: '/Users/sfora2/Projects/docker-poc/frontend', state: 'VALID' } } } +6ms
  cypress:server:specs found spec file /Users/sfora2/Projects/docker-poc/frontend/cypress/integration/shaun.js +13ms
  cypress:server:specs found 1 spec files: [ { name: 'shaun.js', relative: 'cypress/integration/shaun.js', absolute: '/Users/sfora2/Projects/docker-poc/frontend/cypress/integration/shaun.js' } ] +0ms
  cypress:server:events sending ipc data { type: 'get:specs', data: { id: 0.877184589300394, data: { integration: [Array] } } } +5ms
  cypress:server:timers child sending timer id 7 +255ms
  cypress:server:timers clearing timer id 7 from queue { '7': { args: [], ms: 250, cb: [Function: timerExpired] } } +255ms
  cypress:server:timers child sending timer id 3 +436ms
  cypress:server:timers child sending timer id 4 +424ms
  cypress:server:events got request for event: close:browser, undefined +3s
  cypress:server:events sending ipc data { type: 'close:browser', data: { id: 0.4882043939208287, data: undefined } } +0ms
  cypress:server:events got request for event: launch:browser, { browser: { displayName: 'Chrome', family: 'chrome', isChosen: true, majorVersion: '74', name: 'chrome', path: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome', version: '74.0.3729.157' }, spec: { absolute: '/Users/sfora2/Projects/docker-poc/frontend/cypress/integration/shaun.js', name: 'shaun.js', relative: 'cypress/integration/shaun.js' } } +6ms
  cypress:server:openproject resetting project state, preparing to launch browser +3s
  cypress:server:project resetting project instance /Users/sfora2/Projects/docker-poc/frontend +3s
  cypress:server:buffers resetting buffers +3s
  cypress:server:server Setting remoteAuth undefined +3s
  cypress:server:server Setting remoteOrigin http://localhost:56912 +0ms
  cypress:server:server Setting remoteStrategy file +6ms
  cypress:server:server Setting remoteHostAndPort null +0ms
  cypress:server:server Setting remoteDocDomain localhost +0ms
  cypress:server:server Setting remoteFileServer http://localhost:56913 +0ms
  cypress:server:server Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:56912', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:56913' } +1ms
  cypress:server:openproject launching browser: { displayName: 'Chrome', family: 'chrome', isChosen: true, majorVersion: '74', name: 'chrome', path: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome', version: '74.0.3729.157', isHeaded: true, isHeadless: false }, spec: cypress/integration/shaun.js +8ms
  cypress:server:browsers opening browser { displayName: 'Chrome', family: 'chrome', isChosen: true, majorVersion: '74', name: 'chrome', path: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome', version: '74.0.3729.157', isHeaded: true, isHeadless: false } +0ms
  cypress:server:plugins plugin event registered? { event: 'before:browser:launch', isRegistered: false } +3s
  cypress:server:appdata path: /Users/sfora2/Library/Application Support/Cypress/cy/production/extensions +3s
  cypress:server:browsers launch in chrome: http://localhost:56912/__/#/tests/integration/shaun.js, --test-type,--ignore-certificate-errors,--start-maximized,--silent-debugger-extension-api,--no-default-browser-check,--no-first-run,--noerrdialogs,--enable-fixed-layout,--disable-popup-blocking,--disable-password-generation,--disable-save-password-bubble,--disable-single-click-autofill,--disable-prompt-on-repos,--disable-background-timer-throttling,--disable-renderer-backgrounding,--disable-renderer-throttling,--disable-restore-session-state,--disable-translate,--disable-new-profile-management,--disable-new-avatar-menu,--allow-insecure-localhost,--reduce-security-for-testing,--enable-automation,--disable-infobars,--disable-device-discovery-notifications,--autoplay-policy=no-user-gesture-required,--disable-site-isolation-trials,--metrics-recording-only,--disable-prompt-on-repost,--disable-hang-monitor,--disable-sync,--disable-web-resources,--safebrowsing-disable-auto-update,--safebrowsing-disable-download-protection,--disable-client-side-phishing-detection,--disable-component-update,--disable-default-apps,--use-fake-ui-for-media-stream,--use-fake-device-for-media-stream,--proxy-server=http://localhost:56912,--proxy-bypass-list=<-loopback>,--load-extension=/Users/sfora2/Library/Application Support/Cypress/cy/production/browsers/chrome/interactive/CypressExtension,/Users/sfora2/Library/Caches/Cypress/3.3.0/Cypress.app/Contents/Resources/app/packages/extension/theme,--user-data-dir=/Users/sfora2/Library/Application Support/Cypress/cy/production/browsers/chrome/interactive,--disk-cache-dir=/Users/sfora2/Library/Application Support/Cypress/cy/production/browsers/chrome/interactive/CypressCache +0ms
  cypress:launcher launching browser { displayName: 'Chrome', family: 'chrome', isChosen: true, majorVersion: '74', name: 'chrome', path: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome', version: '74.0.3729.157', isHeaded: true, isHeadless: false } to open http://localhost:56912/__/#/tests/integration/shaun.js +4s
  cypress:launcher spawning browser { displayName: 'Chrome', family: 'chrome', isChosen: true, majorVersion: '74', name: 'chrome', path: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome', version: '74.0.3729.157', isHeaded: true, isHeadless: false } with args http://localhost:56912/__/#/tests/integration/shaun.js --test-type --ignore-certificate-errors --start-maximized --silent-debugger-extension-api --no-default-browser-check --no-first-run --noerrdialogs --enable-fixed-layout --disable-popup-blocking --disable-password-generation --disable-save-password-bubble --disable-single-click-autofill --disable-prompt-on-repos --disable-background-timer-throttling --disable-renderer-backgrounding --disable-renderer-throttling --disable-restore-session-state --disable-translate --disable-new-profile-management --disable-new-avatar-menu --allow-insecure-localhost --reduce-security-for-testing --enable-automation --disable-infobars --disable-device-discovery-notifications --autoplay-policy=no-user-gesture-required --disable-site-isolation-trials --metrics-recording-only --disable-prompt-on-repost --disable-hang-monitor --disable-sync --disable-web-resources --safebrowsing-disable-auto-update --safebrowsing-disable-download-protection --disable-client-side-phishing-detection --disable-component-update --disable-default-apps --use-fake-ui-for-media-stream --use-fake-device-for-media-stream --proxy-server=http://localhost:56912 --proxy-bypass-list=<-loopback> --load-extension=/Users/sfora2/Library/Application Support/Cypress/cy/production/browsers/chrome/interactive/CypressExtension,/Users/sfora2/Library/Caches/Cypress/3.3.0/Cypress.app/Contents/Resources/app/packages/extension/theme --user-data-dir=/Users/sfora2/Library/Application Support/Cypress/cy/production/browsers/chrome/interactive --disk-cache-dir=/Users/sfora2/Library/Application Support/Cypress/cy/production/browsers/chrome/interactive/CypressCache +1ms
  cypress:server:browsers browser opened +39ms
  cypress:server:timers queuing timer id 8 after 1000 ms +3s
  cypress:server:timers child received timer id 8 +2s
  cypress:server:routes Serving Cypress front-end by requested URL: /__/ +0ms
  cypress:server:server Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:56912', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:56913' } +895ms
  cypress:server:runner serving runner index.html with config { version: '3.3.0', platform: 'darwin', arch: 'x64', projectName: 'frontend' } +0ms
GET /__/ 200 50.319 ms - -
  cypress:server:timers child sending timer id 8 +1s
  cypress:server:timers clearing timer id 8 from queue { '8': { args: [], ms: 1000, cb: [Function] } } +1s
  cypress:server:events sending ipc data { type: 'launch:browser', data: { id: 0.3392301345365223, data: { browserOpened: true } } } +1s
  cypress:server:server Got CONNECT request from accounts.google.com:443 +747ms
  cypress:https-proxy Writing browserSocket connection headers { url: 'accounts.google.com:443' } +5s
  cypress:server:server Got CONNECT request from clientservices.googleapis.com:443 +2ms
  cypress:https-proxy Writing browserSocket connection headers { url: 'clientservices.googleapis.com:443' } +2ms
  cypress:server:server HTTPS request does not match URL: https://accounts.google.com:443 with props: null +2ms
  cypress:https-proxy Making connection to accounts.google.com:443 +2ms
  cypress:server:server HTTPS request does not match URL: https://clientservices.googleapis.com:443 with props: null +2ms
  cypress:https-proxy Making connection to clientservices.googleapis.com:443 +3ms
  cypress:network:connect successfully connected { opts: { port: '443', host: 'accounts.google.com', getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } +0ms
  cypress:https-proxy received upstreamSocket callback for request { port: '443', hostname: 'accounts.google.com', err: undefined } +15ms
  cypress:network:connect successfully connected { opts: { port: '443', host: 'clientservices.googleapis.com', getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } +3ms
  cypress:https-proxy received upstreamSocket callback for request { port: '443', hostname: 'clientservices.googleapis.com', err: undefined } +3ms
GET /__cypress/runner/cypress_runner.css 200 2.736 ms - -
  cypress:server:server Got CONNECT request from localhost:56912 +276ms
  cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:56912' } +258ms
GET /__cypress/runner/cypress_runner.js 200 5.868 ms - -
  cypress:server:server Got CONNECT request from localhost:56912 +342ms
  cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:56912' } +341ms
GET /__cypress/static/favicon.ico 200 1.105 ms - -
  cypress:server:server Got CONNECT request from localhost:56912 +1s
  cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:56912' } +1s
  cypress:server:server Got CONNECT request from localhost:56912 +199ms
  cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:56912' } +199ms
  cypress:server:server Got CONNECT request from localhost:56912 +2s
  cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:56912' } +2s
  cypress:server:server Got CONNECT request from localhost:56912 +1s
  cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:56912' } +1s
  cypress:server:events got request for event: get:project:status, { path: '/Users/sfora2/Projects/docker-poc/frontend' } +6s
  cypress:server:project get project status for undefined /Users/sfora2/Projects/docker-poc/frontend +7s
  cypress:server:project no project id +0ms
  cypress:server:events sending ipc data { type: 'get:project:status', data: { id: 0.242868469128247, data: { path: '/Users/sfora2/Projects/docker-poc/frontend', state: 'VALID' } } } +0ms
  cypress:server:server Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:56912', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:56913' } +1s
  cypress:server:proxy handling proxied request { url: '/', proxiedUrl: 'http://zmjtdzg/', headers: { host: 'zmjtdzg', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', 'accept-encoding': 'gzip, deflate' }, remoteState: { auth: undefined, props: null, origin: 'http://localhost:56912', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:56913' } } +0ms
  cypress:network:agent addRequest called for http://zmjtdzg/ +12s
  cypress:server:server Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:56912', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:56913' } +9ms
  cypress:server:proxy handling proxied request { url: '/', proxiedUrl: 'http://kwhyrmusk/', headers: { host: 'kwhyrmusk', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', 'accept-encoding': 'gzip, deflate' }, remoteState: { auth: undefined, props: null, origin: 'http://localhost:56912', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:56913' } } +9ms
  cypress:network:agent addRequest called for http://kwhyrmusk/ +5ms
  cypress:server:server Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:56912', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:56913' } +5ms
  cypress:server:proxy handling proxied request { url: '/', proxiedUrl: 'http://jiptwrzt/', headers: { host: 'jiptwrzt', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', 'accept-encoding': 'gzip, deflate' }, remoteState: { auth: undefined, props: null, origin: 'http://localhost:56912', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:56913' } } +5ms
  cypress:network:agent addRequest called for http://jiptwrzt/ +2ms
  cypress:server:request received an error making http request { timeout: null, retryIntervals: [ 0, 100, 200, 200 ], url: 'http://zmjtdzg/', requestId: 'request2', retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, delaysRemaining: [ 0, 100, 200, 200 ], err: { Error: getaddrinfo ENOTFOUND zmjtdzg zmjtdzg:80 at errnoException (dns.js:50:10) at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:92:26) code: 'ENOTFOUND', errno: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'zmjtdzg', host: 'zmjtdzg', port: 80 } } +0ms
  cypress:server:proxy request failed in proxy layer { res: { headersSent: false, statusCode: 200 }, req: { url: '/', proxiedUrl: 'http://zmjtdzg/', headers: { host: 'zmjtdzg', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', 'accept-encoding': 'gzip' }, method: 'HEAD' }, err: { Error: getaddrinfo ENOTFOUND zmjtdzg zmjtdzg:80 at errnoException (dns.js:50:10) at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:92:26) code: 'ENOTFOUND', errno: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'zmjtdzg', host: 'zmjtdzg', port: 80 } } +26ms
  cypress:server:request aborting { requestId: 'request2' } +2ms
HEAD / - - ms - -
  cypress:server:request received an error making http request { timeout: null, retryIntervals: [ 0, 100, 200, 200 ], url: 'http://kwhyrmusk/', requestId: 'request3', retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, delaysRemaining: [ 0, 100, 200, 200 ], err: { Error: getaddrinfo ENOTFOUND kwhyrmusk kwhyrmusk:80 at errnoException (dns.js:50:10) at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:92:26) code: 'ENOTFOUND', errno: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'kwhyrmusk', host: 'kwhyrmusk', port: 80 } } +4ms
  cypress:server:proxy request failed in proxy layer { res: { headersSent: false, statusCode: 200 }, req: { url: '/', proxiedUrl: 'http://kwhyrmusk/', headers: { host: 'kwhyrmusk', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', 'accept-encoding': 'gzip' }, method: 'HEAD' }, err: { Error: getaddrinfo ENOTFOUND kwhyrmusk kwhyrmusk:80 at errnoException (dns.js:50:10) at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:92:26) code: 'ENOTFOUND', errno: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'kwhyrmusk', host: 'kwhyrmusk', port: 80 } } +5ms
  cypress:server:request aborting { requestId: 'request3' } +8ms
HEAD / - - ms - -
  cypress:server:request received an error making http request { timeout: null, retryIntervals: [ 0, 100, 200, 200 ], url: 'http://jiptwrzt/', requestId: 'request4', retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, delaysRemaining: [ 0, 100, 200, 200 ], err: { Error: getaddrinfo ENOTFOUND jiptwrzt jiptwrzt:80 at errnoException (dns.js:50:10) at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:92:26) code: 'ENOTFOUND', errno: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'jiptwrzt', host: 'jiptwrzt', port: 80 } } +0ms
  cypress:server:proxy request failed in proxy layer { res: { headersSent: false, statusCode: 200 }, req: { url: '/', proxiedUrl: 'http://jiptwrzt/', headers: { host: 'jiptwrzt', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36', 'accept-encoding': 'gzip' }, method: 'HEAD' }, err: { Error: getaddrinfo ENOTFOUND jiptwrzt jiptwrzt:80 at errnoException (dns.js:50:10) at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:92:26) code: 'ENOTFOUND', errno: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'jiptwrzt', host: 'jiptwrzt', port: 80 } } +9ms
  cypress:server:request aborting { requestId: 'request4' } +1ms
HEAD / - - ms - -
  cypress:server:server Got CONNECT request from localhost:56912 +765ms
  cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:56912' } +2s
  cypress:server:server Got CONNECT request from localhost:56912 +497ms
  cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:56912' } +497ms
  cypress:server:server Got CONNECT request from localhost:56912 +5s
  cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:56912' } +5s
  cypress:server:server Got CONNECT request from localhost:56912 +495ms
  cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:56912' } +495ms
  cypress:server:events got request for event: get:project:status, { path: '/Users/sfora2/Projects/docker-poc/frontend' } +10s
  cypress:server:project get project status for undefined /Users/sfora2/Projects/docker-poc/frontend +10s
  cypress:server:project no project id +0ms
  cypress:server:events sending ipc data { type: 'get:project:status', data: { id: 0.6396299273558104, data: { path: '/Users/sfora2/Projects/docker-poc/frontend', state: 'VALID' } } } +1ms
  cypress:server:server Got CONNECT request from localhost:56912 +5s
  cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:56912' } +5s
  cypress:server:server Got CONNECT request from localhost:56912 +500ms
  cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:56912' } +499ms
  cypress:server:server Got CONNECT request from localhost:56912 +5s
  cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:56912' } +5s
  cypress:server:server Got CONNECT request from localhost:56912 +492ms
  cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:56912' } +492ms
  cypress:server:events got request for event: get:project:status, { path: '/Users/sfora2/Projects/docker-poc/frontend' } +10s
  cypress:server:project get project status for undefined /Users/sfora2/Projects/docker-poc/frontend +10s
  cypress:server:project no project id +0ms
  cypress:server:events sending ipc data { type: 'get:project:status', data: { id: 0.4758328395315845, data: { path: '/Users/sfora2/Projects/docker-poc/frontend', state: 'VALID' } } } +1ms
  cypress:server:server Got CONNECT request from localhost:56912 +5s
  cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:56912' } +5s
  cypress:server:server Got CONNECT request from localhost:56912 +488ms
  cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:56912' } +488ms
  cypress:server:server Got CONNECT request from localhost:56912 +5s
  cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:56912' } +5s
  cypress:server:server Got CONNECT request from localhost:56912 +505ms
  cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:56912' } +505ms
  cypress:server:events got request for event: get:project:status, { path: '/Users/sfora2/Projects/docker-poc/frontend' } +10s
  cypress:server:project get project status for undefined /Users/sfora2/Projects/docker-poc/frontend +10s
  cypress:server:project no project id +0ms
  cypress:server:events sending ipc data { type: 'get:project:status', data: { id: 0.9054285391481858, data: { path: '/Users/sfora2/Projects/docker-poc/frontend', state: 'VALID' } } } +0ms
  cypress:server:events got request for event: close:browser, undefined +421ms
  cypress:server:browsers killing browser process +37s
  cypress:server:events sending ipc data { type: 'launch:browser', data: { id: 0.3392301345365223, data: { browserClosed: true } } } +121ms
  cypress:server:browsers browser process killed +122ms
  cypress:server:events sending ipc data { type: 'close:browser', data: { id: 0.9152662158400144, data: 0 } } +1ms

@QualityADHD
Copy link
Author

Ty for the edit, copy & paste defeated me :)

@alegout
Copy link

alegout commented May 18, 2019

Hello,

Got the same problem since upgrade to 3.3.0.
Working on https://localhost/
Not working in chrome and electron.
Impacting only tests submitting a form.

Version

Cypress: 3.3.0
Google Chrome: 74.0.3729.157
Electron: 59
OSX: 10.14.4

Debug

cypress:server:events got request for event: get:project:status, { path: '/Users/user/PhpstormProjects/project' } +10s
cypress:server:project get project status for undefined /Users/user/PhpstormProjects/project +10s
cypress:server:project no project id +0ms
cypress:server:events sending ipc data { type: 'get:project:status', data: { id: 0.9776238742870988, data: { path: '/Users/user/PhpstormProjects/project', state: 'VALID' } } } +0ms
cypress:server:request received an error making http request { timeout: null, retryIntervals: [ 0, 100, 200, 200 ], url: 'https://localhost/en/project/bo/article/add', requestId: 'request34', retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, delaysRemaining: [ 0, 100, 200, 200 ], err: { Error: socket hang up at createHangUpError (_http_client.js:331:15) at TLSSocket.socketOnEnd (_http_client.js:423:23) at emitNone (events.js:111:20) at TLSSocket.emit (events.js:208:7) at endReadableNT (_stream_readable.js:1056:12) at _combinedTickCallback (internal/process/next_tick.js:138:11) at process._tickCallback (internal/process/next_tick.js:180:9) code: 'ECONNRESET' } } +1m

@flotwig
Copy link
Contributor

flotwig commented May 18, 2019

@alegout Hmm, your localhost application uses HTTPS? Can you visit this URL in a normal browser?

https://localhost/en/project/bo/article/add

Are you behind a corporate proxy?

@shaunforan Is your site on localhost running over HTTPS as well?

@alegout
Copy link

alegout commented May 18, 2019

Yes it uses HTTPS and url is working. No corporate proxy.

@flotwig
Copy link
Contributor

flotwig commented May 18, 2019

@alegout Can you share the entire output of your DEBUG logs please? Can you also send me a screenshot of Chrome when it fails to open the page at https://localhost?

Thanks for helping to debug 😄 I'll try to reproduce submitting a form over HTTPS on localhost and see if I can get it to fail.

@flotwig
Copy link
Contributor

flotwig commented May 18, 2019

I tried to reproduce the issue (in PR: #4239) by setting up a simple HTML <form> on https://localhost, but Cypress was able to submit the form and it worked properly, so I don't yet have a reproducible example

image

@QualityADHD
Copy link
Author

No, mine is running over http. I do have an Express server running on port 8080 to host my data, so when I run my app, I have my server on 8080 (Express) and the frontend on 3000 (Create React App).

@alegout
Copy link

alegout commented May 18, 2019

thanks @flotwig

Can you please test with a form in multipart/form-data like this:

<form method="post" enctype="multipart/form-data">

@alegout
Copy link

alegout commented May 18, 2019

i tested on your PR #4239, it's failing when form use enctype="multipart/form-data"

<form> submissions
GET / 200 2.229 ms - 156
POST /dump-body 200 1.210 ms - 2
    1) can submit a form correctly


  0 passing (5s)
  1 failing

  1) <form> submissions can submit a form correctly:
     CypressError: Timed out retrying: Expected to find content: 'hello world' but never did.
      at Object.cypressErr (https://localhost:11112/__cypress/runner/cypress_runner.js:83139:11)
      at Object.throwErr (https://localhost:11112/__cypress/runner/cypress_runner.js:83104:18)
      at Object.throwErrByPath (https://localhost:11112/__cypress/runner/cypress_runner.js:83131:17)
      at retry (https://localhost:11112/__cypress/runner/cypress_runner.js:76579:16)
      at https://localhost:11112/__cypress/runner/cypress_runner.js:68565:18
      at tryCatcher (https://localhost:11112/__cypress/runner/cypress_runner.js:132036:23)
      at Promise._settlePromiseFromHandler (https://localhost:11112/__cypress/runner/cypress_runner.js:130054:31)
      at Promise._settlePromise (https://localhost:11112/__cypress/runner/cypress_runner.js:130111:18)
      at Promise._settlePromise0 (https://localhost:11112/__cypress/runner/cypress_runner.js:130156:10)
      at Promise._settlePromises (https://localhost:11112/__cypress/runner/cypress_runner.js:130231:18)
      at Async._drainQueue (https://localhost:11112/__cypress/runner/cypress_runner.js:126960:16)
      at Async._drainQueues (https://localhost:11112/__cypress/runner/cypress_runner.js:126970:10)
      at Async.drainQueues (https://localhost:11112/__cypress/runner/cypress_runner.js:126844:14)
      at <anonymous>

Can you confirm?

EDIT: i test on a form with post method but not have enctype="multipart/form-data" it's working in 3.3.0. So i really think the problem is with form that upload files.

Thanks

@flotwig
Copy link
Contributor

flotwig commented May 18, 2019

Hey @alegout, I think this is separate from @shaunforan's original issue, so let's move this discussion into a separate issue I've created: #4240

@shaunforan Do you think you could share a video of what you're experiencing?

@jennifer-shehane jennifer-shehane added the type: regression A bug that didn't appear until a specific Cy version release label May 20, 2019
@MichaelHindley
Copy link

MichaelHindley commented May 20, 2019

@flotwig
Running into this as well, and I have found a manual fix for it.

Application running in Docker, exposing http://localhost:3000.

Corporate proxy with exceptions given for localhost.

Error received:
image

Relevant debug log:

cypress:server:server Got CONNECT request from localhost:3000 +320ms
  cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:3000' } +303ms
  cypress:server:cors Parsed URL { port: '3000', tld: 'localhost', domain: '' } +322ms
  cypress:server:server HTTPS request does match URL: https://localhost:3000 with props: { port: '3000', tld: 'localhost', domain: '' } +1ms
  cypress:https-proxy Not making direct connection { url: 'localhost:3000' } +1ms
  cypress:https-proxy Making intercepted connection to 63361 +0ms
  cypress:https-proxy making proxied connection { host: 'undefined:63361', proxy: 'http://proxyhostRedacted' } +0ms
  cypress:network:agent Creating proxied socket for https://undefined:63361 through http://proxyhostRedacted +307ms
  cypress:network:connect successfully connected { opts: { port: 8080, host: 'proxyhostRedacted', useTls: false, getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } +318ms
  cypress:network:agent Proxy socket for https://undefined:63361 established +11ms
  cypress:https-proxy received upstreamSocket callback for request { port: 63361, hostname: undefined, err: Error: Error establishing proxy connection. Response from server was: HTTP/1.1 403 Forbidden

cypress.json:

image

So I noticed that cypress is trying to use a Proxy socket towards https://undefined, so I added undefined as an exception to the NO_PROXY environment variable in the shell that runs cypress, and everything started working again.

@ulmanA
Copy link

ulmanA commented May 20, 2019

I have exactly the same issue as the original issue (v3.3.0)
I am behind corporate proxy.
Happens on Chrome, Canary and Electron.
Adding 'undefined' to NO_PROXY didn't resolve the issue.

@MichaelHindley
Copy link

@ulmanA run cypress with debug and check if the corresponding lines are also undefined or if they are something else, it might some id, project name or config key value that is there instead of undefined

@flotwig
Copy link
Contributor

flotwig commented May 20, 2019

Hey @MichaelHindley and @ulmanA, let's move discussion of this to a different issue: #4240 - the original issue in this thread was not behind a proxy, so it's a little different.

@jennifer-shehane jennifer-shehane added the pkg/server This is due to an issue in the packages/server directory label May 21, 2019
@flotwig
Copy link
Contributor

flotwig commented May 23, 2019

@shaunPDX I spent some time trying to reproduce your issue but could not, do you think you could share a video of your screen as the issue is occurring?

@QualityADHD
Copy link
Author

Yes I can, no worries (sorry for the delay, it's been a LONG week). I'll try to get it recorded today or tomorrow.

@QualityADHD
Copy link
Author

So this is interesting; a co-worker reached out me and says that he can not run via localhost either. We work at a major apparel company, and we DO have a company proxy in place, but up until recently this has not been an issue. I will record the video, but I think that there might definitely be an underlying issue on our end too....I'll dig deep on my end and see what I can find.

@flotwig
Copy link
Contributor

flotwig commented May 24, 2019

@shaunPDX We made a lot of changes in Cypress 3.3.0 to improve proxy support, but there were some regressions as well. I forgot to mention, you might want to try Cypress 3.3.1, we fixed some small bugs related to the proxy changes in there as well.

@johnarizona
Copy link

johnarizona commented May 28, 2019

I have similar issue when just trying to run example/actions.spec.js tests from Cypress. In Chrome 74 and Canary 76, the browser times out. The same test runs and passes in Electron 61 and Chromium 74. I have the same issue with both Cypress 3.3.0 and 3.3.1. I might be behind the same corporate firewall as @shaunPDX, but I don't think that's the issue since Chromium and Electron works. For the attached log of using Chromium and Chrome, I have set

export HTTP_PROXY=http://127.0.0.1:9000/localproxy.pac
export NO_PROXY=localhost,undefined

However, the test behavior was the same whether I set the above or not. The bottom of the logs shows Chromium able to fetch http data and execute the test while Chrome hangs.

Chromium loads and passes the test:
actions_chromium
Chrome does not even load the test:
actions_chrome

@flotwig
Copy link
Contributor

flotwig commented May 28, 2019

@johnarizona HTTP_PROXY should point to your HTTP proxy, not to a PAC file - this is probably the source of the issue you are seeing. Something like this is correct:

export HTTP_PROXY=http://proxy-server-here.mycompany.com/

@QualityADHD
Copy link
Author

QualityADHD commented May 29, 2019

I just had me 3rd report of an employee at my company who is no longer able to run Cypress using Chrome any longer. We have both tried downgrading to 3.2.0 (which did not work either), but 3.3.0 and 3.3.1 both fail. I wonder if it has something to do with Chrome itself?

I have upload a .mov file showing what is happening when I try to run Cypress with Chrome against a localhost:3000 frontend using a localhost:8080 backend.

Video: https://vimeo.com/339124077

@aziparu
Copy link

aziparu commented May 31, 2019

Hi folks. I am experiencing the same issue as @shaunPDX. I did the same thing, creating a new create-react-app, adding Cypress v3.3.1, and running the example specs with the same results. Works fine with Electron 61. I also happen to work for a major apparel company, so maybe there is an issue with company proxying? The video matches my experience.

@flotwig
Copy link
Contributor

flotwig commented May 31, 2019

@aziparu What is your OS and browser version? Can you share your proxy settings, as seen in Cypress?

I've tried doing the exact same thing:

create-react-app test
cd test
npm i --save-dev cypress

$(npm bin)/cypress open  ## "Run all specs" works

HTTP_PROXY=http://localhost:1337 \
$(npm bin)/cypress open ## "Run all specs" works through proxy

...and I can't reproduce the issue - I'm on Linux with Chrome 74 and Cypress 3.3.1.

@aziparu
Copy link

aziparu commented May 31, 2019

Hi @flotwig. I'm using MacOS 10.14.5 and Chrome v74.0.3729.169. Cypress sees no active proxy configuration
Screen Shot 2019-05-31 at 9 14 17 AM

@flotwig
Copy link
Contributor

flotwig commented May 31, 2019

@aziparu Hey, thanks for the information. Can you also provide your entire DEBUG logs? DEBUG=cypress:* cypress open should do the trick. We added some additional logs in 3.3.1 to try to shed light on this issue, so this will have more information than OP's original DEBUG logs.

@brian-mann
Copy link
Member

brian-mann commented May 31, 2019

@shaunPDX can you also post your logs again using Cypress 3.3.1? we searched through them and it appears there are missing logs...

Refer to the comment here: #4235 (comment)

We're trying to reproduce on our end, and the logs can help make all the difference.

@aziparu
Copy link

aziparu commented May 31, 2019

Hey folks, thanks for helping us out. I'm unable to get the logs to you today, but I think I can get them for you on Monday. Have a nice weekend!

@aziparu
Copy link

aziparu commented Jun 3, 2019

@flotwig @brian-mann Here are my logs:

debug logs
cypress:cli cli starts with arguments ["/Users/me/.nvm/versions/node/v10.0.0/bin/node","/Users/me/test-app/node_modules/.bin/cypress","open"] +0ms
  cypress:cli NODE_OPTIONS is not set +0ms
  cypress:cli program parsing arguments +1ms
  cypress:cli opening Cypress +1ms
  cypress:cli parsed cli options {} +280ms
  cypress:cli opening from options {"project":"/Users/me/test-app"} +0ms
  cypress:cli command line arguments ["--project","/Users/me/test-app"] +1ms
  cypress:cli verifying Cypress app +0ms
  cypress:cli checking environment variables +0ms
  cypress:cli checking if executable exists /Users/me/Library/Caches/Cypress/3.3.1/Cypress.app/Contents/MacOS/Cypress +6ms
  cypress:cli Binary is executable? : true +1ms
  cypress:cli binaryDir is  /Users/me/Library/Caches/Cypress/3.3.1/Cypress.app +0ms
  cypress:cli Reading binary package.json from: /Users/me/Library/Caches/Cypress/3.3.1/Cypress.app/Contents/Resources/app/package.json +0ms
  cypress:cli Found binary version 3.3.1 installed in: /Users/me/Library/Caches/Cypress/3.3.1/Cypress.app +3ms
  cypress:cli { verified: true } +4ms
  cypress:cli is Verified ? true +2ms
  cypress:cli needs to start own Xvfb? false +0ms
  cypress:cli spawning, should retry on display problem? false +0ms
  cypress:cli spawning Cypress with executable: /Users/me/Library/Caches/Cypress/3.3.1/Cypress.app/Contents/MacOS/Cypress +5ms
  cypress:cli spawn args [ '--project', '/Users/me/test-app', '--cwd', '/Users/me/test-app' ] { detached: false, stdio: 'inherit' } +0ms
  cypress:ts Running without ts-node hook in environment "production" +0ms
  cypress:server:cypress starting cypress with argv [ '/Users/me/Library/Caches/Cypress/3.3.1/Cypress.app/Contents/MacOS/Cypress', '--project', '/Users/me/test-app', '--cwd', '/Users/me/test-app' ] +0ms
  cypress:server:args argv array: [ '/Users/me/Library/Caches/Cypress/3.3.1/Cypress.app/Contents/MacOS/Cypress', '--project', '/Users/me/test-app', '--cwd', '/Users/me/test-app' ] +0ms
  cypress:server:args argv parsed: { _: [ '/Users/me/Library/Caches/Cypress/3.3.1/Cypress.app/Contents/MacOS/Cypress' ], project: '/Users/me/test-app', cwd: '/Users/me/test-app' } +2ms
  cypress:server:args options { _: [ '/Users/me/Library/Caches/Cypress/3.3.1/Cypress.app/Contents/MacOS/Cypress' ], project: '/Users/me/test-app', cwd: '/Users/me/test-app', config: {} } +1ms
  cypress:server:args argv options: { _: [ '/Users/me/Library/Caches/Cypress/3.3.1/Cypress.app/Contents/MacOS/Cypress' ], project: '/Users/me/test-app', cwd: '/Users/me/test-app', config: {}, projectRoot: '/Users/me/test-app' } +0ms
  cypress:server:appdata path: /Users/me/Library/Application Support/Cypress/cy/production +0ms
  cypress:server:cypress starting in mode interactive +448ms
  cypress:server:appdata path: /Users/me/Library/Application Support/Cypress/cy/production +543ms
  cypress:server:appdata path: /Users/me/Library/Application Support/Cypress/cy/production/cache +4ms
  cypress:server:appdata path: /Users/me/Library/Application Support/Cypress/cy/production/browsers +3s
  cypress:server:timers queuing timer id 1 after 500 ms +0ms
  cypress:server:timers child received timer id 1 +0ms
  cypress:server:timers child sending timer id 1 +504ms
  cypress:server:timers clearing timer id 1 from queue { '1': { args: [], ms: 500, cb: [Function] } } +507ms
  cypress:server:saved_state making saved state from /Users/me/Library/Caches/Cypress/3.3.1/Cypress.app/Contents/Resources/app/packages/server +0ms
  cypress:server:saved_state for project path /Users/me/test-app +0ms
  cypress:server:saved_state state path for project /Users/me/test-app +1ms
  cypress:server:appdata path: /Users/me/Library/Application Support/Cypress/cy/production/projects/test-app-98588ffbb50213237e17f8a0210aff7b/state.json +521ms
  cypress:server:saved_state full state path /Users/me/Library/Application Support/Cypress/cy/production/projects/test-app-98588ffbb50213237e17f8a0210aff7b/state.json +0ms
  cypress:server:saved_state making new state file around /Users/me/Library/Application Support/Cypress/cy/production/projects/test-app-98588ffbb50213237e17f8a0210aff7b/state.json +0ms
  cypress:server:file get values from /Users/me/Library/Application Support/Cypress/cy/production/projects/test-app-98588ffbb50213237e17f8a0210aff7b/state.json +0ms
  cypress:server:file attempt to get lock on /Users/me/Library/Application Support/Cypress/cy/production/projects/test-app-98588ffbb50213237e17f8a0210aff7b/state.json +1ms
  cypress:server:file gettin lock succeeded or failed for /Users/me/Library/Application Support/Cypress/cy/production/projects/test-app-98588ffbb50213237e17f8a0210aff7b/state.json +3ms
  cypress:server:file read /Users/me/Library/Application Support/Cypress/cy/production/projects/test-app-98588ffbb50213237e17f8a0210aff7b/state.json +0ms
  cypress:server:file read succeeded or failed for /Users/me/Library/Application Support/Cypress/cy/production/projects/test-app-98588ffbb50213237e17f8a0210aff7b/state.json +2ms
  cypress:server:file attempt to unlock /Users/me/Library/Application Support/Cypress/cy/production/projects/test-app-98588ffbb50213237e17f8a0210aff7b/state.json +0ms
  cypress:server:timers queuing timer id 2 after 2000 ms +15ms
  cypress:server:timers child received timer id 2 +17ms
  cypress:server:timers clearing timer id 2 from queue { '2': { args: [], ms: 2000, cb: [Function: timeoutTimeout] } } +0ms
  cypress:server:file unlock succeeded or failed for /Users/me/Library/Application Support/Cypress/cy/production/projects/test-app-98588ffbb50213237e17f8a0210aff7b/state.json +2ms
  cypress:server:windows creating electron window with options { backgroundColor: '#dfe2e4', width: 800, height: 550, minWidth: 458, minHeight: 400, x: 1363, y: 271, type: 'INDEX', devTools: false, trackState: { width: 'appWidth', height: 'appHeight', x: 'appX', y: 'appY', devTools: 'isAppDevToolsOpen' }, onBlur: [Function: onBlur], onFocus: [Function: onFocus], onClose: [Function: onClose], show: true, frame: true, transparent: false, url: 'file:///Users/me/Library/Caches/Cypress/3.3.1/Cypress.app/Contents/Resources/app/packages/desktop-gui/dist/index.html', webPreferences: { preload: '/Users/me/Library/Caches/Cypress/3.3.1/Cypress.app/Contents/Resources/app/packages/server/lib/ipc/ipc.js', partition: null, chromeWebSecurity: true, nodeIntegration: false, backgroundThrottling: false, backgroundColor: '#dfe2e4', transparent: false }, contextMenu: false, recordFrameRate: null, onPaint: null, onCrashed: [Function: onCrashed], onNewWindow: [Function: onNewWindow] } +0ms
  cypress:server:events got request for event: on:menu:clicked, undefined +0ms
  cypress:server:events got request for event: get:options, undefined +0ms
  cypress:server:events sending ipc data { type: 'get:options', data: { id: 0.7504872441928951, data: { _: [Array], project: '/Users/me/test-app', cwd: '/Users/me/test-app', config: {}, projectRoot: '/Users/me/test-app', onFocusTests: [Function: onFocusTests], os: 'darwin', version: '3.3.1' } } } +1ms
  cypress:server:events got request for event: get:current:user, undefined +0ms
  cypress:server:file get values from /Users/me/Library/Application Support/Cypress/cy/production/cache +790ms
  cypress:server:file attempt to get lock on /Users/me/Library/Application Support/Cypress/cy/production/cache +0ms
  cypress:server:file gettin lock succeeded or failed for /Users/me/Library/Application Support/Cypress/cy/production/cache +2ms
  cypress:server:file read /Users/me/Library/Application Support/Cypress/cy/production/cache +0ms
  cypress:server:file read succeeded or failed for /Users/me/Library/Application Support/Cypress/cy/production/cache +1ms
  cypress:server:file attempt to unlock /Users/me/Library/Application Support/Cypress/cy/production/cache +0ms
  cypress:server:timers queuing timer id 3 after 2000 ms +794ms
  cypress:server:timers child received timer id 3 +794ms
  cypress:server:timers clearing timer id 3 from queue { '3': { args: [], ms: 2000, cb: [Function: timeoutTimeout] } } +0ms
  cypress:server:file unlock succeeded or failed for /Users/me/Library/Application Support/Cypress/cy/production/cache +0ms
  cypress:server:events sending ipc data { type: 'get:current:user', data: { id: 0.8847377632022058, data: {} } } +4ms
  cypress:server:events got request for event: on:focus:tests, undefined +37ms
  cypress:server:events got request for event: on:spec:changed, undefined +0ms
  cypress:server:events got request for event: on:config:changed, undefined +0ms
  cypress:server:events got request for event: on:project:error, undefined +1ms
  cypress:server:events got request for event: on:project:warning, undefined +0ms
  cypress:server:events got request for event: open:project, '/Users/me/test-app' +0ms
  cypress:server:events got request for event: updater:check, undefined +1ms
  cypress:server:updater checking for new version of Cypress. current version is 3.3.1 +0ms
  cypress:launcher checking one browser chrome +0ms
  cypress:launcher looking up chrome on darwin platform +1ms
  cypress:launcher looking for app Contents/MacOS/Google Chrome id com.google.Chrome +0ms
  cypress:launcher looking for bundle id com.google.Chrome using command: mdfind 'kMDItemCFBundleIdentifier=="com.google.Chrome"' | head -1 +1ms
  cypress:launcher checking one browser chrome +11ms
  cypress:launcher looking up chrome on darwin platform +0ms
  cypress:launcher looking for app Contents/MacOS/Google Chrome id com.google.Chrome +0ms
  cypress:launcher looking for bundle id com.google.Chrome using command: mdfind 'kMDItemCFBundleIdentifier=="com.google.Chrome"' | head -1 +0ms
  cypress:launcher checking one browser chrome +8ms
  cypress:launcher looking up chrome on darwin platform +0ms
  cypress:launcher looking for app Contents/MacOS/Google Chrome id com.google.Chrome +0ms
  cypress:launcher looking for bundle id com.google.Chrome using command: mdfind 'kMDItemCFBundleIdentifier=="com.google.Chrome"' | head -1 +0ms
  cypress:launcher found com.google.Chrome at /Applications/Google Chrome.app +70ms
  cypress:launcher reading property file "/Applications/Google Chrome.app/Contents/Info.plist" +0ms
  cypress:launcher setting major version for {"name":"chrome","family":"chrome","displayName":"Chrome","version":"74.0.3729.169","path":"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"} +13ms
  cypress:launcher browser chrome version 74.0.3729.169 major version 74 +0ms
  cypress:launcher found com.google.Chrome at /Applications/Google Chrome.app +2ms
  cypress:launcher reading property file "/Applications/Google Chrome.app/Contents/Info.plist" +1ms
  cypress:launcher found com.google.Chrome at /Applications/Google Chrome.app +0ms
  cypress:launcher reading property file "/Applications/Google Chrome.app/Contents/Info.plist" +0ms
  cypress:launcher setting major version for {"name":"chrome","family":"chrome","displayName":"Chrome","version":"74.0.3729.169","path":"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"} +16ms
  cypress:launcher browser chrome version 74.0.3729.169 major version 74 +0ms
  cypress:launcher setting major version for {"name":"chrome","family":"chrome","displayName":"Chrome","version":"74.0.3729.169","path":"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"} +6ms
  cypress:launcher browser chrome version 74.0.3729.169 major version 74 +0ms
  cypress:launcher checking one browser chromium +1ms
  cypress:launcher looking up chromium on darwin platform +0ms
  cypress:launcher looking for app Contents/MacOS/Chromium id org.chromium.Chromium +0ms
  cypress:launcher looking for bundle id org.chromium.Chromium using command: mdfind 'kMDItemCFBundleIdentifier=="org.chromium.Chromium"' | head -1 +0ms
  cypress:launcher checking one browser chromium +7ms
  cypress:launcher looking up chromium on darwin platform +1ms
  cypress:launcher looking for app Contents/MacOS/Chromium id org.chromium.Chromium +0ms
  cypress:launcher looking for bundle id org.chromium.Chromium using command: mdfind 'kMDItemCFBundleIdentifier=="org.chromium.Chromium"' | head -1 +0ms
  cypress:launcher found org.chromium.Chromium at  +64ms
  cypress:launcher reading property file "Contents/Info.plist" +0ms
  cypress:launcher could not read Info.plist for Contents/Info.plist +1ms
  cypress:launcher looking for application /Applications/Chromium.app +0ms
  cypress:launcher reading property file "/Applications/Chromium.app/Contents/Info.plist" +0ms
  cypress:launcher could not read Info.plist for /Applications/Chromium.app/Contents/Info.plist +0ms
  cypress:launcher could not detect chromium using traditional Mac methods +0ms
  cypress:launcher trying linux search +0ms
  cypress:launcher finding version string using command "chromium-browser --version" +0ms
  cypress:launcher Received error detecting browser binary: "chromium-browser" with error: spawn chromium-browser ENOENT +11ms
  cypress:launcher browser chromium not installed +0ms
  cypress:launcher found org.chromium.Chromium at  +1ms
  cypress:launcher reading property file "Contents/Info.plist" +0ms
  cypress:launcher could not read Info.plist for Contents/Info.plist +0ms
  cypress:launcher looking for application /Applications/Chromium.app +0ms
  cypress:launcher reading property file "/Applications/Chromium.app/Contents/Info.plist" +0ms
  cypress:launcher could not read Info.plist for /Applications/Chromium.app/Contents/Info.plist +0ms
  cypress:launcher could not detect chromium using traditional Mac methods +0ms
  cypress:launcher trying linux search +0ms
  cypress:launcher finding version string using command "chromium --version" +0ms
  cypress:launcher Received error detecting browser binary: "chromium" with error: spawn chromium ENOENT +10ms
  cypress:launcher browser chromium not installed +0ms
  cypress:launcher checking one browser canary +0ms
  cypress:launcher looking up canary on darwin platform +0ms
  cypress:launcher looking for app Contents/MacOS/Google Chrome Canary id com.google.Chrome.canary +0ms
  cypress:launcher looking for bundle id com.google.Chrome.canary using command: mdfind 'kMDItemCFBundleIdentifier=="com.google.Chrome.canary"' | head -1 +0ms
  cypress:network:agent addRequest called for https://download.cypress.io/desktop.json +0ms
  cypress:launcher found com.google.Chrome.canary at  +64ms
  cypress:launcher reading property file "Contents/Info.plist" +0ms
  cypress:launcher could not read Info.plist for Contents/Info.plist +0ms
  cypress:launcher looking for application /Applications/Google Chrome Canary.app +1ms
  cypress:launcher reading property file "/Applications/Google Chrome Canary.app/Contents/Info.plist" +0ms
  cypress:launcher could not read Info.plist for /Applications/Google Chrome Canary.app/Contents/Info.plist +0ms
  cypress:launcher could not detect canary using traditional Mac methods +0ms
  cypress:launcher trying linux search +0ms
  cypress:launcher finding version string using command "google-chrome-canary --version" +0ms
  cypress:launcher Received error detecting browser binary: "google-chrome-canary" with error: spawn google-chrome-canary ENOENT +10ms
  cypress:launcher browser canary not installed +1ms
  cypress:server:project Project created /Users/me/test-app +0ms
  cypress:server:openproject opening project /Users/me/test-app +0ms
  cypress:server:project opening project instance /Users/me/test-app +0ms
  cypress:server:config setting support file /Users/me/test-app/cypress/support +0ms
  cypress:server:config for project root /Users/me/test-app +0ms
  cypress:server:config set support folder /Users/me/test-app/cypress/support +1ms
  cypress:server:config setting plugins file /Users/me/test-app/cypress/plugins +0ms
  cypress:server:config for project root /Users/me/test-app +0ms
  cypress:server:config set pluginsFile to /Users/me/test-app/cypress/plugins/index.js +0ms
  cypress:server:config set scaffold paths +1ms
  cypress:server:scaffold scaffolded files ["cypress/integration/examples/actions.spec.js","cypress/integration/examples/aliasing.spec.js","cypress/integration/examples/assertions.spec.js","cypress/integration/examples/connectors.spec.js","cypress/integration/examples/cookies.spec.js","cypress/integration/examples/cypress_api.spec.js","cypress/integration/examples/files.spec.js","cypress/integration/examples/local_storage.spec.js","cypress/integration/examples/location.spec.js","cypress/integration/examples/misc.spec.js","cypress/integration/examples/navigation.spec.js","cypress/integration/examples/network_requests.spec.js","cypress/integration/examples/querying.spec.js","cypress/integration/examples/spies_stubs_clocks.spec.js","cypress/integration/examples/traversal.spec.js","cypress/integration/examples/utilities.spec.js","cypress/integration/examples/viewport.spec.js","cypress/integration/examples/waiting.spec.js","cypress/integration/examples/window.spec.js","cypress/fixtures/example.json","cypress/support/commands.js","cypress/support/index.js","cypress/plugins/index.js"] +0ms
  cypress:server:config got file tree +3ms
  cypress:server:project get saved state +13ms
  cypress:server:saved_state making saved state from /Users/me/Library/Caches/Cypress/3.3.1/Cypress.app/Contents/Resources/app/packages/server +1s
  cypress:server:saved_state for project path /Users/me/test-app +0ms
  cypress:server:saved_state state path for project /Users/me/test-app +0ms
  cypress:server:appdata path: /Users/me/Library/Application Support/Cypress/cy/production/projects/test-app-98588ffbb50213237e17f8a0210aff7b/state.json +1s
  cypress:server:saved_state full state path /Users/me/Library/Application Support/Cypress/cy/production/projects/test-app-98588ffbb50213237e17f8a0210aff7b/state.json +1s
  cypress:server:file get values from /Users/me/Library/Application Support/Cypress/cy/production/projects/test-app-98588ffbb50213237e17f8a0210aff7b/state.json +367ms
  cypress:server:file attempt to get lock on /Users/me/Library/Application Support/Cypress/cy/production/projects/test-app-98588ffbb50213237e17f8a0210aff7b/state.json +0ms
  cypress:server:file gettin lock succeeded or failed for /Users/me/Library/Application Support/Cypress/cy/production/projects/test-app-98588ffbb50213237e17f8a0210aff7b/state.json +1ms
  cypress:server:file read /Users/me/Library/Application Support/Cypress/cy/production/projects/test-app-98588ffbb50213237e17f8a0210aff7b/state.json +1ms
  cypress:server:file read succeeded or failed for /Users/me/Library/Application Support/Cypress/cy/production/projects/test-app-98588ffbb50213237e17f8a0210aff7b/state.json +0ms
  cypress:server:file attempt to unlock /Users/me/Library/Application Support/Cypress/cy/production/projects/test-app-98588ffbb50213237e17f8a0210aff7b/state.json +0ms
  cypress:server:timers queuing timer id 4 after 2000 ms +369ms
  cypress:server:timers child received timer id 4 +370ms
  cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2000, cb: [Function: timeoutTimeout] } } +1ms
  cypress:server:file unlock succeeded or failed for /Users/me/Library/Application Support/Cypress/cy/production/projects/test-app-98588ffbb50213237e17f8a0210aff7b/state.json +1ms
  cypress:server:scaffold determine if new project by globbing files in { integrationFolder: '/Users/me/test-app/cypress/integration' } +5ms
  cypress:server:scaffold found 19 files in folder /Users/me/test-app/cypress/integration +18ms
  cypress:server:scaffold determine if we should scaffold: +0ms
  cypress:server:scaffold - empty? false +1ms
  cypress:server:scaffold - different number of files? false +0ms
  cypress:server:scaffold - different file names? false +0ms
  cypress:server:scaffold - same sizes? true +4ms
  cypress:server:scaffold untouched scaffold true modal closed true +0ms
  cypress:server:scaffold plugins folder /Users/me/test-app/cypress/plugins +1ms
  cypress:server:scaffold verify scaffolding in /Users/me/test-app/cypress/plugins +0ms
  cypress:server:scaffold folder /Users/me/test-app/cypress/plugins already exists +0ms
  cypress:server:plugins plugins.init /Users/me/test-app/cypress/plugins/index.js +0ms
  cypress:server:updater latest version of Cypress is: 3.3.1 +556ms
  cypress:server:updater new version of Cypress does not exist +0ms
  cypress:server:events sending ipc data { type: 'updater:check', data: { id: 0.030914961939402463, data: false } } +557ms
  cypress:server:plugins:child pluginsFile: /Users/me/test-app/cypress/plugins/index.js +0ms
  cypress:server:plugins:child require pluginsFile +1ms
  cypress:server:plugins:child run plugins function +3ms
  cypress:server:plugins:child register event _get:task:body with id 0 +0ms
  cypress:server:plugins:child register event _get:task:keys with id 1 +0ms
  cypress:server:plugins register plugins process event _get:task:body with id 0 +514ms
  cypress:server:plugins register event '_get:task:body' +0ms
  cypress:server:plugins register plugins process event _get:task:keys with id 1 +0ms
  cypress:server:plugins register event '_get:task:keys' +0ms
  cypress:server:project plugin config yielded: null +542ms
  cypress:server:buffers resetting buffers +0ms
  cypress:server:server Server listening on  { address: '127.0.0.1', family: 'IPv4', port: 49827 } +0ms
  cypress:server:appdata path: /Users/me/Library/Application Support/Cypress/cy/production/proxy +632ms
  cypress:https-proxy Created SNI HTTPS Proxy on port 49829 +0ms
  cypress:server:server Setting remoteAuth undefined +15ms
  cypress:server:server Setting remoteOrigin http://localhost:49827 +0ms
  cypress:server:server Setting remoteStrategy file +0ms
  cypress:server:server Setting remoteHostAndPort null +0ms
  cypress:server:server Setting remoteDocDomain localhost +0ms
  cypress:server:server Setting remoteFileServer http://localhost:49828 +1ms
  cypress:server:server Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:49827', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:49828' } +0ms
  cypress:server:project project config: { projectRoot: '/Users/me/test-app', projectName: 'test-app', report: false, browsers: [ { name: 'chrome', family: 'chrome', displayName: 'Chrome', version: '74.0.3729.169', path: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome', majorVersion: '74' }, { name: 'electron', family: 'electron', displayName: 'Electron', version: '61.0.3163.100', path: '', majorVersion: '61', info: 'Electron is the default browser that comes with Cypress. This is the browser that runs in headless mode. Selecting this browser is useful when debugging. The version number indicates the underlying Chromium version that Electron uses.' } ], port: 49827, hosts: null, morgan: true, baseUrl: null, socketId: null, userAgent: null, isTextTerminal: false, reporter: 'spec', reporterOptions: null, blacklistHosts: null, clientRoute: '/__/', xhrRoute: '/xhrs/', socketIoRoute: '/__socket.io', socketIoCookie: '__socket.io', reporterRoute: '/__cypress/reporter', ignoreTestFiles: '*.hot-update.js', testFiles: '**/*.*', defaultCommandTimeout: 4000, requestTimeout: 5000, responseTimeout: 30000, pageLoadTimeout: 60000, execTimeout: 60000, taskTimeout: 60000, video: true, videoCompression: 32, videoUploadOnPasses: true, modifyObstructiveCode: true, chromeWebSecurity: true, waitForAnimations: true, animationDistanceThreshold: 5, numTestsKeptInMemory: 50, watchForFileChanges: true, trashAssetsBeforeRuns: true, autoOpen: false, viewportWidth: 1000, viewportHeight: 660, fileServerFolder: '/Users/me/test-app', videosFolder: '/Users/me/test-app/cypress/videos', supportFile: '/Users/me/test-app/cypress/support/index.js', fixturesFolder: '/Users/me/test-app/cypress/fixtures', integrationFolder: '/Users/me/test-app/cypress/integration', screenshotsFolder: '/Users/me/test-app/cypress/screenshots', namespace: '__cypress', pluginsFile: '/Users/me/test-app/cypress/plugins/index.js', javascripts: [], env: {}, cypressEnv: 'production', parentTestsFolder: '/Users/me/test-app/cypress', parentTestsFolderDisplay: 'test-app/cypress', supportFolder: '/Users/me/test-app/cypress/support', integrationExampleName: 'examples', integrationExamplePath: '/Users/me/test-app/cypress/integration/examples', scaffoldedFiles: [ { name: 'cypress', children: [Array] } ], state: { showedOnBoardingModal: true, appX: 1363, appY: 271 }, isNewProject: false, proxyUrl: 'http://localhost:49827', browserUrl: 'http://localhost:49827/__/', reporterUrl: 'http://localhost:49827/__cypress/reporter', xhrUrl: '__cypress/xhrs/' } +106ms
  cypress:server:project watch settings files +2ms
  cypress:server:project scaffolding project /Users/me/test-app +6ms
  cypress:server:scaffold support folder /Users/me/test-app/cypress/support, support file /Users/me/test-app/cypress/support/index.js +629ms
  cypress:server:scaffold verify scaffolding in /Users/me/test-app/cypress/support +0ms
  cypress:server:scaffold integration folder /Users/me/test-app/cypress/integration +0ms
  cypress:server:scaffold verify scaffolding in /Users/me/test-app/cypress/integration +0ms
  cypress:server:scaffold fixture folder /Users/me/test-app/cypress/fixtures +0ms
  cypress:server:scaffold verify scaffolding in /Users/me/test-app/cypress/fixtures +0ms
  cypress:server:timers queuing timer id 5 after 0 ms +655ms
  cypress:server:timers child received timer id 5 +655ms
  cypress:server:scaffold folder /Users/me/test-app/cypress/support already exists +2ms
  cypress:server:scaffold folder /Users/me/test-app/cypress/integration already exists +0ms
  cypress:server:scaffold folder /Users/me/test-app/cypress/fixtures already exists +1ms
  cypress:server:project attempt watch plugins file: /Users/me/test-app/cypress/plugins/index.js +3ms
  cypress:server:timers child sending timer id 5 +1ms
  cypress:server:project plugins file found? true +1ms
  cypress:server:project watch plugins file +0ms
  cypress:server:timers clearing timer id 5 from queue { '5': { args: [], ms: 0, cb: [Function: clear] } } +18ms
  cypress:server:timers clearing timer id 5 from queue {} +1ms
  cypress:server:timers queuing timer id 6 after 0 ms +0ms
  cypress:server:timers child received timer id 6 +18ms
  cypress:server:events sending ipc data { type: 'open:project', data: { id: 0.02107513018709639, data: { projectRoot: '/Users/me/test-app', projectName: 'test-app', report: false, browsers: [Array], port: 49827, hosts: null, morgan: true, baseUrl: null, socketId: null, userAgent: null, isTextTerminal: false, reporter: 'spec', reporterOptions: null, blacklistHosts: null, clientRoute: '/__/', xhrRoute: '/xhrs/', socketIoRoute: '/__socket.io', socketIoCookie: '__socket.io', reporterRoute: '/__cypress/reporter', ignoreTestFiles: '*.hot-update.js', testFiles: '**/*.*', defaultCommandTimeout: 4000, requestTimeout: 5000, responseTimeout: 30000, pageLoadTimeout: 60000, execTimeout: 60000, taskTimeout: 60000, video: true, videoCompression: 32, videoUploadOnPasses: true, modifyObstructiveCode: true, chromeWebSecurity: true, waitForAnimations: true, animationDistanceThreshold: 5, numTestsKeptInMemory: 50, watchForFileChanges: true, trashAssetsBeforeRuns: true, autoOpen: false, viewportWidth: 1000, viewportHeight: 660, fileServerFolder: '/Users/me/test-app', videosFolder: '/Users/me/test-app/cypress/videos', supportFile: '/Users/me/test-app/cypress/support/index.js', fixturesFolder: '/Users/me/test-app/cypress/fixtures', integrationFolder: '/Users/me/test-app/cypress/integration', screenshotsFolder: '/Users/me/test-app/cypress/screenshots', namespace: '__cypress', pluginsFile: '/Users/me/test-app/cypress/plugins/index.js', javascripts: [], env: {}, cypressEnv: 'production', resolved: [Object], parentTestsFolder: '/Users/me/test-app/cypress', parentTestsFolderDisplay: 'test-app/cypress', supportFolder: '/Users/me/test-app/cypress/support', integrationExampleName: 'examples', integrationExamplePath: '/Users/me/test-app/cypress/integration/examples', scaffoldedFiles: [Array], state: [Object], isNewProject: false, proxyUrl: 'http://localhost:49827', browserUrl: 'http://localhost:49827/__/', reporterUrl: 'http://localhost:49827/__cypress/reporter', xhrUrl: '__cypress/xhrs/' } } } +449ms
  cypress:server:timers child sending timer id 6 +2ms
  cypress:server:timers clearing timer id 6 from queue { '6': { args: [], ms: 0, cb: [Function: clear] } } +2ms
  cypress:server:timers clearing timer id 6 from queue {} +1ms
  cypress:server:events got request for event: get:specs, undefined +15ms
  cypress:server:timers queuing timer id 7 after 250 ms +13ms
  cypress:server:openproject check for spec updates +707ms
  cypress:server:timers child received timer id 7 +15ms
  cypress:server:events got request for event: get:project:status, { path: '/Users/me/test-app' } +1ms
  cypress:server:project get project status for undefined /Users/me/test-app +34ms
  cypress:server:project no project id +0ms
  cypress:server:openproject watch test files: **/*.* in /Users/me/test-app/cypress/integration +1ms
  cypress:server:specs looking for test specs in the folder: /Users/me/test-app/cypress/integration +0ms
  cypress:server:events sending ipc data { type: 'get:project:status', data: { id: 0.9235951991857212, data: { path: '/Users/me/test-app', state: 'VALID' } } } +6ms
  cypress:server:specs found spec file /Users/me/test-app/cypress/integration/examples/actions.spec.js +12ms
  cypress:server:specs found spec file /Users/me/test-app/cypress/integration/examples/aliasing.spec.js +1ms
  cypress:server:specs found spec file /Users/me/test-app/cypress/integration/examples/assertions.spec.js +0ms
  cypress:server:specs found spec file /Users/me/test-app/cypress/integration/examples/connectors.spec.js +0ms
  cypress:server:specs found spec file /Users/me/test-app/cypress/integration/examples/cookies.spec.js +0ms
  cypress:server:specs found spec file /Users/me/test-app/cypress/integration/examples/cypress_api.spec.js +0ms
  cypress:server:specs found spec file /Users/me/test-app/cypress/integration/examples/files.spec.js +0ms
  cypress:server:specs found spec file /Users/me/test-app/cypress/integration/examples/local_storage.spec.js +0ms
  cypress:server:specs found spec file /Users/me/test-app/cypress/integration/examples/location.spec.js +0ms
  cypress:server:specs found spec file /Users/me/test-app/cypress/integration/examples/misc.spec.js +0ms
  cypress:server:specs found spec file /Users/me/test-app/cypress/integration/examples/navigation.spec.js +0ms
  cypress:server:specs found spec file /Users/me/test-app/cypress/integration/examples/network_requests.spec.js +0ms
  cypress:server:specs found spec file /Users/me/test-app/cypress/integration/examples/querying.spec.js +0ms
  cypress:server:specs found spec file /Users/me/test-app/cypress/integration/examples/spies_stubs_clocks.spec.js +0ms
  cypress:server:specs found spec file /Users/me/test-app/cypress/integration/examples/traversal.spec.js +1ms
  cypress:server:specs found spec file /Users/me/test-app/cypress/integration/examples/utilities.spec.js +0ms
  cypress:server:specs found spec file /Users/me/test-app/cypress/integration/examples/viewport.spec.js +0ms
  cypress:server:specs found spec file /Users/me/test-app/cypress/integration/examples/waiting.spec.js +0ms
  cypress:server:specs found spec file /Users/me/test-app/cypress/integration/examples/window.spec.js +0ms
  cypress:server:specs found 19 spec files: [ { name: 'examples/actions.spec.js', relative: 'cypress/integration/examples/actions.spec.js', absolute: '/Users/me/test-app/cypress/integration/examples/actions.spec.js' }, { name: 'examples/aliasing.spec.js', relative: 'cypress/integration/examples/aliasing.spec.js', absolute: '/Users/me/test-app/cypress/integration/examples/aliasing.spec.js' }, { name: 'examples/assertions.spec.js', relative: 'cypress/integration/examples/assertions.spec.js', absolute: '/Users/me/test-app/cypress/integration/examples/assertions.spec.js' }, { name: 'examples/connectors.spec.js', relative: 'cypress/integration/examples/connectors.spec.js', absolute: '/Users/me/test-app/cypress/integration/examples/connectors.spec.js' }, { name: 'examples/cookies.spec.js', relative: 'cypress/integration/examples/cookies.spec.js', absolute: '/Users/me/test-app/cypress/integration/examples/cookies.spec.js' }, { name: 'examples/cypress_api.spec.js', relative: 'cypress/integration/examples/cypress_api.spec.js', absolute: '/Users/me/test-app/cypress/integration/examples/cypress_api.spec.js' }, { name: 'examples/files.spec.js', relative: 'cypress/integration/examples/files.spec.js', absolute: '/Users/me/test-app/cypress/integration/examples/files.spec.js' }, { name: 'examples/local_storage.spec.js', relative: 'cypress/integration/examples/local_storage.spec.js', absolute: '/Users/me/test-app/cypress/integration/examples/local_storage.spec.js' }, { name: 'examples/location.spec.js', relative: 'cypress/integration/examples/location.spec.js', absolute: '/Users/me/test-app/cypress/integration/examples/location.spec.js' }, { name: 'examples/misc.spec.js', relative: 'cypress/integration/examples/misc.spec.js', absolute: '/Users/me/test-app/cypress/integration/examples/misc.spec.js' }, { name: 'examples/navigation.spec.js', relative: 'cypress/integration/examples/navigation.spec.js', absolute: '/Users/me/test-app/cypress/integration/examples/navigation.spec.js' }, { name: 'examples/network_requests.spec.js', relative: 'cypress/integration/examples/network_requests.spec.js', absolute: '/Users/me/test-app/cypress/integration/examples/network_requests.spec.js' }, { name: 'examples/querying.spec.js', relative: 'cypress/integration/examples/querying.spec.js', absolute: '/Users/me/test-app/cypress/integration/examples/querying.spec.js' }, { name: 'examples/spies_stubs_clocks.spec.js', relative: 'cypress/integration/examples/spies_stubs_clocks.spec.js', absolute: '/Users/me/test-app/cypress/integration/examples/spies_stubs_clocks.spec.js' }, { name: 'examples/traversal.spec.js', relative: 'cypress/integration/examples/traversal.spec.js', absolute: '/Users/me/test-app/cypress/integration/examples/traversal.spec.js' }, { name: 'examples/utilities.spec.js', relative: 'cypress/integration/examples/utilities.spec.js', absolute: '/Users/me/test-app/cypress/integration/examples/utilities.spec.js' }, { name: 'examples/viewport.spec.js', relative: 'cypress/integration/examples/viewport.spec.js', absolute: '/Users/me/test-app/cypress/integration/examples/viewport.spec.js' }, { name: 'examples/waiting.spec.js', relative: 'cypress/integration/examples/waiting.spec.js', absolute: '/Users/me/test-app/cypress/integration/examples/waiting.spec.js' }, { name: 'examples/window.spec.js', relative: 'cypress/integration/examples/window.spec.js', absolute: '/Users/me/test-app/cypress/integration/examples/window.spec.js' } ] +0ms
  cypress:server:events sending ipc data { type: 'get:specs', data: { id: 0.7506972962918421, data: { integration: [Array] } } } +14ms
  cypress:server:timers child sending timer id 2 +146ms
  cypress:server:timers child sending timer id 7 +107ms
  cypress:server:timers clearing timer id 7 from queue { '7': { args: [], ms: 250, cb: [Function: timerExpired] } } +254ms
  cypress:server:timers child sending timer id 3 +689ms
  cypress:server:timers child sending timer id 4 +372ms
  cypress:server:events got request for event: get:project:status, { path: '/Users/me/test-app' } +10s
  cypress:server:project get project status for undefined /Users/me/test-app +10s
  cypress:server:project no project id +0ms
  cypress:server:events sending ipc data { type: 'get:project:status', data: { id: 0.6656074283621465, data: { path: '/Users/me/test-app', state: 'VALID' } } } +1ms
  cypress:server:events got request for event: close:browser, undefined +841ms
  cypress:server:events sending ipc data { type: 'close:browser', data: { id: 0.26211954654135616, data: undefined } } +1ms
  cypress:server:events got request for event: launch:browser, { browser: { displayName: 'Chrome', family: 'chrome', isChosen: true, majorVersion: '74', name: 'chrome', path: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome', version: '74.0.3729.169' }, spec: { absolute: '/Users/me/test-app/cypress/integration/examples/actions.spec.js', name: 'examples/actions.spec.js', relative: 'cypress/integration/examples/actions.spec.js' } } +15ms
  cypress:server:openproject resetting project state, preparing to launch browser +11s
  cypress:server:project resetting project instance /Users/me/test-app +857ms
  cypress:server:buffers resetting buffers +11s
  cypress:server:server Setting remoteAuth undefined +11s
  cypress:server:server Setting remoteOrigin http://localhost:49827 +0ms
  cypress:server:server Setting remoteStrategy file +0ms
  cypress:server:server Setting remoteHostAndPort null +0ms
  cypress:server:server Setting remoteDocDomain localhost +1ms
  cypress:server:server Setting remoteFileServer http://localhost:49828 +0ms
  cypress:server:server Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:49827', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:49828' } +0ms
  cypress:server:openproject launching browser: { displayName: 'Chrome', family: 'chrome', isChosen: true, majorVersion: '74', name: 'chrome', path: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome', version: '74.0.3729.169', isHeaded: true, isHeadless: false }, spec: cypress/integration/examples/actions.spec.js +1ms
  cypress:server:browsers opening browser { displayName: 'Chrome', family: 'chrome', isChosen: true, majorVersion: '74', name: 'chrome', path: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome', version: '74.0.3729.169', isHeaded: true, isHeadless: false } +0ms
  cypress:server:plugins plugin event registered? { event: 'before:browser:launch', isRegistered: false } +11s
  cypress:server:appdata path: /Users/me/Library/Application Support/Cypress/cy/production/extensions +11s
  cypress:server:browsers launch in chrome: http://localhost:49827/__/#/tests/integration/examples/actions.spec.js, --test-type,--ignore-certificate-errors,--start-maximized,--silent-debugger-extension-api,--no-default-browser-check,--no-first-run,--noerrdialogs,--enable-fixed-layout,--disable-popup-blocking,--disable-password-generation,--disable-save-password-bubble,--disable-single-click-autofill,--disable-prompt-on-repos,--disable-background-timer-throttling,--disable-renderer-backgrounding,--disable-renderer-throttling,--disable-restore-session-state,--disable-translate,--disable-new-profile-management,--disable-new-avatar-menu,--allow-insecure-localhost,--reduce-security-for-testing,--enable-automation,--disable-infobars,--disable-device-discovery-notifications,--autoplay-policy=no-user-gesture-required,--disable-site-isolation-trials,--metrics-recording-only,--disable-prompt-on-repost,--disable-hang-monitor,--disable-sync,--disable-web-resources,--safebrowsing-disable-auto-update,--safebrowsing-disable-download-protection,--disable-client-side-phishing-detection,--disable-component-update,--disable-default-apps,--use-fake-ui-for-media-stream,--use-fake-device-for-media-stream,--proxy-server=http://localhost:49827,--proxy-bypass-list=<-loopback>,--load-extension=/Users/me/Library/Application Support/Cypress/cy/production/browsers/chrome/interactive/CypressExtension,/Users/me/Library/Caches/Cypress/3.3.1/Cypress.app/Contents/Resources/app/packages/extension/theme,--user-data-dir=/Users/me/Library/Application Support/Cypress/cy/production/browsers/chrome/interactive,--disk-cache-dir=/Users/me/Library/Application Support/Cypress/cy/production/browsers/chrome/interactive/CypressCache +0ms
  cypress:launcher launching browser { displayName: 'Chrome', family: 'chrome', isChosen: true, majorVersion: '74', name: 'chrome', path: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome', version: '74.0.3729.169', isHeaded: true, isHeadless: false } to open http://localhost:49827/__/#/tests/integration/examples/actions.spec.js +12s
  cypress:launcher spawning browser { displayName: 'Chrome', family: 'chrome', isChosen: true, majorVersion: '74', name: 'chrome', path: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome', version: '74.0.3729.169', isHeaded: true, isHeadless: false } with args http://localhost:49827/__/#/tests/integration/examples/actions.spec.js --test-type --ignore-certificate-errors --start-maximized --silent-debugger-extension-api --no-default-browser-check --no-first-run --noerrdialogs --enable-fixed-layout --disable-popup-blocking --disable-password-generation --disable-save-password-bubble --disable-single-click-autofill --disable-prompt-on-repos --disable-background-timer-throttling --disable-renderer-backgrounding --disable-renderer-throttling --disable-restore-session-state --disable-translate --disable-new-profile-management --disable-new-avatar-menu --allow-insecure-localhost --reduce-security-for-testing --enable-automation --disable-infobars --disable-device-discovery-notifications --autoplay-policy=no-user-gesture-required --disable-site-isolation-trials --metrics-recording-only --disable-prompt-on-repost --disable-hang-monitor --disable-sync --disable-web-resources --safebrowsing-disable-auto-update --safebrowsing-disable-download-protection --disable-client-side-phishing-detection --disable-component-update --disable-default-apps --use-fake-ui-for-media-stream --use-fake-device-for-media-stream --proxy-server=http://localhost:49827 --proxy-bypass-list=<-loopback> --load-extension=/Users/me/Library/Application Support/Cypress/cy/production/browsers/chrome/interactive/CypressExtension,/Users/me/Library/Caches/Cypress/3.3.1/Cypress.app/Contents/Resources/app/packages/extension/theme --user-data-dir=/Users/me/Library/Application Support/Cypress/cy/production/browsers/chrome/interactive --disk-cache-dir=/Users/me/Library/Application Support/Cypress/cy/production/browsers/chrome/interactive/CypressCache +0ms
  cypress:server:browsers browser opened +55ms
  cypress:server:timers queuing timer id 8 after 1000 ms +11s
  cypress:server:timers child received timer id 8 +10s
  cypress:server:routes Serving Cypress front-end by requested URL: /__/ +0ms
  cypress:server:server Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:49827', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:49828' } +725ms
  cypress:server:runner serving runner index.html with config { version: '3.3.1', platform: 'darwin', arch: 'x64', projectName: 'test-app' } +0ms
GET /__/ 200 30.449 ms - -
  cypress:server:timers child sending timer id 8 +1s
  cypress:server:timers clearing timer id 8 from queue { '8': { args: [], ms: 1000, cb: [Function] } } +1s
  cypress:server:events sending ipc data { type: 'launch:browser', data: { id: 0.42597994968324837, data: { browserOpened: true } } } +1s
  cypress:server:server Got CONNECT request from accounts.google.com:443 +718ms
  cypress:https-proxy Writing browserSocket connection headers { url: 'accounts.google.com:443', headLength: 0, headers: { host: 'accounts.google.com:443', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'proxy-connection': 'keep-alive' } } +12s
  cypress:server:server Got CONNECT request from clientservices.googleapis.com:443 +2ms
  cypress:https-proxy Writing browserSocket connection headers { url: 'clientservices.googleapis.com:443', headLength: 0, headers: { host: 'clientservices.googleapis.com:443', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'proxy-connection': 'keep-alive' } } +1ms
  cypress:https-proxy Got first head bytes { url: 'accounts.google.com:443', head: '\u0016\u0003\u0001\u0000�\u0001\u0000\u0000�\u0003\u0003�\u001d�BZ�\u0011���iz�=4�N���\u0018ScA4��F����\u0000\u0000 �/�0�+�,̨̩�\u0013�\t�\u0014�\n' } +2ms
  cypress:server:server HTTPS request does not match URL: https://accounts.google.com:443 with props: null +2ms
  cypress:https-proxy Making connection to accounts.google.com:443 +0ms
  cypress:https-proxy Got first head bytes { url: 'clientservices.googleapis.com:443', head: '\u0016\u0003\u0001\u0000�\u0001\u0000\u0000�\u0003\u0003\u0000�\u000e\n�\u0015\b�\u0015!���\n`�]ϣ��J\u0018��兑6�\t\u0000\u0000 �/�0�+�,̨̩�\u0013�\t�\u0014�\n\u0000�\u0000�' } +3ms
  cypress:server:server HTTPS request does not match URL: https://clientservices.googleapis.com:443 with props: null +3ms
  cypress:https-proxy Making connection to clientservices.googleapis.com:443 +0ms
  cypress:network:connect successfully connected { opts: { port: '443', host: 'accounts.google.com', getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } +0ms
  cypress:https-proxy received upstreamSocket callback for request { port: '443', hostname: 'accounts.google.com', err: undefined } +11ms
  cypress:network:connect successfully connected { opts: { port: '443', host: 'clientservices.googleapis.com', getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } +2ms
  cypress:https-proxy received upstreamSocket callback for request { port: '443', hostname: 'clientservices.googleapis.com', err: undefined } +2ms
GET /__cypress/runner/cypress_runner.css 200 5.312 ms - -
  cypress:server:server Got CONNECT request from localhost:49827 +224ms
  cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:49827', headLength: 0, headers: { host: 'localhost:49827', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'proxy-connection': 'keep-alive' } } +211ms
GET /__cypress/runner/cypress_runner.js 200 2.374 ms - -
  cypress:server:server Got CONNECT request from localhost:49827 +372ms
  cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:49827', headLength: 0, headers: { host: 'localhost:49827', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'proxy-connection': 'keep-alive' } } +372ms
GET /__cypress/static/favicon.ico 200 2.022 ms - -
  cypress:server:server Got CONNECT request from localhost:49827 +195ms
  cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:49827', headLength: 0, headers: { host: 'localhost:49827', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'proxy-connection': 'keep-alive' } } +195ms
  cypress:server:server Got CONNECT request from localhost:49827 +1s
  cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:49827', headLength: 0, headers: { host: 'localhost:49827', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'proxy-connection': 'keep-alive' } } +1s
  cypress:server:server Got CONNECT request from localhost:49827 +1s
  cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:49827', headLength: 0, headers: { host: 'localhost:49827', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'proxy-connection': 'keep-alive' } } +1s
  cypress:server:server Got CONNECT request from localhost:49827 +20ms
  cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:49827', headLength: 0, headers: { host: 'localhost:49827', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'proxy-connection': 'keep-alive' } } +20ms
  cypress:server:server Got CONNECT request from localhost:49827 +2s
  cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:49827', headLength: 0, headers: { host: 'localhost:49827', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'proxy-connection': 'keep-alive' } } +2s
  cypress:server:server Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:49827', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:49828' } +727ms
  cypress:server:proxy handling proxied request { url: '/', proxiedUrl: 'http://mbkhala/', headers: { host: 'mbkhala', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'accept-encoding': 'gzip, deflate' }, remoteState: { auth: undefined, props: null, origin: 'http://localhost:49827', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:49828' } } +0ms
  cypress:network:agent addRequest called for http://mbkhala/ +19s
  cypress:server:stream_buffer stream buffer writeable final called +0ms
  cypress:server:server Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:49827', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:49828' } +8ms
  cypress:server:proxy handling proxied request { url: '/', proxiedUrl: 'http://mbmgxrqislpy/', headers: { host: 'mbmgxrqislpy', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'accept-encoding': 'gzip, deflate' }, remoteState: { auth: undefined, props: null, origin: 'http://localhost:49827', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:49828' } } +8ms
  cypress:network:agent addRequest called for http://mbmgxrqislpy/ +3ms
  cypress:server:stream_buffer stream buffer writeable final called +3ms
  cypress:server:server Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:49827', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:49828' } +2ms
  cypress:server:proxy handling proxied request { url: '/', proxiedUrl: 'http://cfakuxgsr/', headers: { host: 'cfakuxgsr', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'accept-encoding': 'gzip, deflate' }, remoteState: { auth: undefined, props: null, origin: 'http://localhost:49827', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:49828' } } +2ms
  cypress:network:agent addRequest called for http://cfakuxgsr/ +1ms
  cypress:server:stream_buffer stream buffer writeable final called +1ms
  cypress:server:request received an error making http request { timeout: null, retryIntervals: [ 0, 100, 200, 200 ], url: 'http://mbmgxrqislpy/', requestId: 'request3', retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, delaysRemaining: [ 0, 100, 200, 200 ], err: { Error: getaddrinfo ENOTFOUND mbmgxrqislpy mbmgxrqislpy:80 at errnoException (dns.js:50:10) at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:92:26) code: 'ENOTFOUND', errno: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'mbmgxrqislpy', host: 'mbmgxrqislpy', port: 80 } } +0ms
  cypress:server:proxy request failed in proxy layer { res: { headersSent: false, statusCode: 200 }, req: { url: '/', proxiedUrl: 'http://mbmgxrqislpy/', headers: { host: 'mbmgxrqislpy', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'accept-encoding': 'gzip' }, method: 'HEAD' }, err: { Error: getaddrinfo ENOTFOUND mbmgxrqislpy mbmgxrqislpy:80 at errnoException (dns.js:50:10) at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:92:26) code: 'ENOTFOUND', errno: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'mbmgxrqislpy', host: 'mbmgxrqislpy', port: 80 } } +77ms
  cypress:server:request aborting { requestId: 'request3' } +1ms
HEAD / - - ms - -
  cypress:server:request received an error making http request { timeout: null, retryIntervals: [ 0, 100, 200, 200 ], url: 'http://cfakuxgsr/', requestId: 'request4', retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, delaysRemaining: [ 0, 100, 200, 200 ], err: { Error: getaddrinfo ENOTFOUND cfakuxgsr cfakuxgsr:80 at errnoException (dns.js:50:10) at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:92:26) code: 'ENOTFOUND', errno: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'cfakuxgsr', host: 'cfakuxgsr', port: 80 } } +1ms
  cypress:server:proxy request failed in proxy layer { res: { headersSent: false, statusCode: 200 }, req: { url: '/', proxiedUrl: 'http://cfakuxgsr/', headers: { host: 'cfakuxgsr', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'accept-encoding': 'gzip' }, method: 'HEAD' }, err: { Error: getaddrinfo ENOTFOUND cfakuxgsr cfakuxgsr:80 at errnoException (dns.js:50:10) at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:92:26) code: 'ENOTFOUND', errno: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'cfakuxgsr', host: 'cfakuxgsr', port: 80 } } +1ms
  cypress:server:request aborting { requestId: 'request4' } +1ms
HEAD / - - ms - -
  cypress:server:request received an error making http request { timeout: null, retryIntervals: [ 0, 100, 200, 200 ], url: 'http://mbkhala/', requestId: 'request2', retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, delaysRemaining: [ 0, 100, 200, 200 ], err: { Error: getaddrinfo ENOTFOUND mbkhala mbkhala:80 at errnoException (dns.js:50:10) at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:92:26) code: 'ENOTFOUND', errno: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'mbkhala', host: 'mbkhala', port: 80 } } +2ms
  cypress:server:proxy request failed in proxy layer { res: { headersSent: false, statusCode: 200 }, req: { url: '/', proxiedUrl: 'http://mbkhala/', headers: { host: 'mbkhala', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'accept-encoding': 'gzip' }, method: 'HEAD' }, err: { Error: getaddrinfo ENOTFOUND mbkhala mbkhala:80 at errnoException (dns.js:50:10) at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:92:26) code: 'ENOTFOUND', errno: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'mbkhala', host: 'mbkhala', port: 80 } } +4ms
  cypress:server:request aborting { requestId: 'request2' } +1ms
HEAD / - - ms - -
  cypress:server:events got request for event: get:project:status, { path: '/Users/me/test-app' } +8s
  cypress:server:project get project status for undefined /Users/me/test-app +9s
  cypress:server:project no project id +0ms
  cypress:server:events sending ipc data { type: 'get:project:status', data: { id: 0.3799214095274033, data: { path: '/Users/me/test-app', state: 'VALID' } } } +1ms
  cypress:server:server Got CONNECT request from localhost:49827 +2s
  cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:49827', headLength: 0, headers: { host: 'localhost:49827', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'proxy-connection': 'keep-alive' } } +3s
  cypress:server:server Got CONNECT request from localhost:49827 +2s
  cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:49827', headLength: 0, headers: { host: 'localhost:49827', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'proxy-connection': 'keep-alive' } } +2s
  cypress:server:server Got CONNECT request from localhost:49827 +3s
  cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:49827', headLength: 0, headers: { host: 'localhost:49827', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'proxy-connection': 'keep-alive' } } +3s
  cypress:server:server Got CONNECT request from localhost:49827 +2s
  cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:49827', headLength: 0, headers: { host: 'localhost:49827', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'proxy-connection': 'keep-alive' } } +2s
GET /__cypress/runner/cypress_runner.css 304 0.926 ms - -
  cypress:server:events got request for event: get:project:status, { path: '/Users/me/test-app' } +10s
  cypress:server:project get project status for undefined /Users/me/test-app +10s
  cypress:server:project no project id +1ms
  cypress:server:events sending ipc data { type: 'get:project:status', data: { id: 0.08868844580674495, data: { path: '/Users/me/test-app', state: 'VALID' } } } +1ms
  cypress:server:server Got CONNECT request from localhost:49827 +3s
  cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:49827', headLength: 0, headers: { host: 'localhost:49827', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'proxy-connection': 'keep-alive' } } +3s
  cypress:server:server Got CONNECT request from localhost:49827 +2s
  cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:49827', headLength: 0, headers: { host: 'localhost:49827', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'proxy-connection': 'keep-alive' } } +2s
  cypress:server:server Got CONNECT request from localhost:49827 +3s
  cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:49827', headLength: 0, headers: { host: 'localhost:49827', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'proxy-connection': 'keep-alive' } } +3s
  cypress:server:server Got CONNECT request from localhost:49827 +2s
  cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:49827', headLength: 0, headers: { host: 'localhost:49827', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'proxy-connection': 'keep-alive' } } +2s
  cypress:server:events got request for event: get:project:status, { path: '/Users/me/test-app' } +10s
  cypress:server:project get project status for undefined /Users/me/test-app +10s
  cypress:server:project no project id +0ms
  cypress:server:events sending ipc data { type: 'get:project:status', data: { id: 0.7462854414509181, data: { path: '/Users/me/test-app', state: 'VALID' } } } +1ms
  cypress:server:server Got CONNECT request from localhost:49827 +3s
  cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:49827', headLength: 0, headers: { host: 'localhost:49827', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'proxy-connection': 'keep-alive' } } +3s
  cypress:server:server Got CONNECT request from localhost:49827 +2s
  cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:49827', headLength: 0, headers: { host: 'localhost:49827', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'proxy-connection': 'keep-alive' } } +2s
  cypress:server:server Got CONNECT request from localhost:49827 +3s
  cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:49827', headLength: 0, headers: { host: 'localhost:49827', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'proxy-connection': 'keep-alive' } } +3s
  cypress:server:server Got CONNECT request from localhost:49827 +2s
  cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:49827', headLength: 0, headers: { host: 'localhost:49827', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'proxy-connection': 'keep-alive' } } +2s
  cypress:server:events got request for event: get:project:status, { path: '/Users/me/test-app' } +10s
  cypress:server:project get project status for undefined /Users/me/test-app +10s
  cypress:server:project no project id +0ms
  cypress:server:events sending ipc data { type: 'get:project:status', data: { id: 0.3749322604418699, data: { path: '/Users/me/test-app', state: 'VALID' } } } +1ms
  cypress:server:server Got CONNECT request from localhost:49827 +3s
  cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:49827', headLength: 0, headers: { host: 'localhost:49827', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'proxy-connection': 'keep-alive' } } +3s
  cypress:server:server Got CONNECT request from localhost:49827 +2s
  cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:49827', headLength: 0, headers: { host: 'localhost:49827', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'proxy-connection': 'keep-alive' } } +2s
  cypress:server:server Got CONNECT request from localhost:49827 +3s
  cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:49827', headLength: 0, headers: { host: 'localhost:49827', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'proxy-connection': 'keep-alive' } } +3s
  cypress:server:server Got CONNECT request from localhost:49827 +3s
  cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:49827', headLength: 0, headers: { host: 'localhost:49827', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'proxy-connection': 'keep-alive' } } +3s
  cypress:server:events got request for event: get:project:status, { path: '/Users/me/test-app' } +10s
  cypress:server:project get project status for undefined /Users/me/test-app +10s
  cypress:server:project no project id +0ms
  cypress:server:events sending ipc data { type: 'get:project:status', data: { id: 0.0859493653313601, data: { path: '/Users/me/test-app', state: 'VALID' } } } +1ms
  cypress:server:server Got CONNECT request from localhost:49827 +3s
  cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:49827', headLength: 0, headers: { host: 'localhost:49827', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'proxy-connection': 'keep-alive' } } +3s
  cypress:server:server Got CONNECT request from localhost:49827 +2s
  cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:49827', headLength: 0, headers: { host: 'localhost:49827', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'proxy-connection': 'keep-alive' } } +2s

@QualityADHD
Copy link
Author

QualityADHD commented Jun 17, 2019

Edit: #Mondays
Sorry for the delay, here are my logs from 3.3.1:

Logs
  sfora2$ DEBUG=cypress:* ./node_modules/.bin/cypress open
  cypress:cli cli starts with arguments ["/Users/sfora2/.nvm/versions/node/v10.6.0/bin/node","/Users/sfora2/Projects/docker-poc/frontend/e2e_testing/node_modules/.bin/cypress","open"] +0ms
  cypress:cli NODE_OPTIONS is not set +0ms
  cypress:cli program parsing arguments +3ms
  cypress:cli opening Cypress +1ms
  cypress:cli parsed cli options {} +155ms
  cypress:cli opening from options {"project":"/Users/sfora2/Projects/docker-poc/frontend/e2e_testing"} +0ms
  cypress:cli command line arguments ["--project","/Users/sfora2/Projects/docker-poc/frontend/e2e_testing"] +0ms
  cypress:cli verifying Cypress app +0ms
  cypress:cli checking environment variables +1ms
  cypress:cli checking if executable exists /Users/sfora2/Library/Caches/Cypress/3.3.1/Cypress.app/Contents/MacOS/Cypress +5ms
  cypress:cli Binary is executable? : true +2ms
  cypress:cli binaryDir is  /Users/sfora2/Library/Caches/Cypress/3.3.1/Cypress.app +0ms
  cypress:cli Reading binary package.json from: /Users/sfora2/Library/Caches/Cypress/3.3.1/Cypress.app/Contents/Resources/app/package.json +0ms
  cypress:cli Found binary version 3.3.1 installed in: /Users/sfora2/Library/Caches/Cypress/3.3.1/Cypress.app +3ms
  cypress:cli { verified: true } +4ms
  cypress:cli is Verified ? true +2ms
  cypress:cli needs to start own Xvfb? false +0ms
  cypress:cli spawning, should retry on display problem? false +1ms
  cypress:cli spawning Cypress with executable: /Users/sfora2/Library/Caches/Cypress/3.3.1/Cypress.app/Contents/MacOS/Cypress +5ms
  cypress:cli spawn args [ '--project', '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing', '--cwd', '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing' ] { detached: false, stdio: 'inherit' } +0ms
  cypress:ts Running without ts-node hook in environment "production" +0ms
  cypress:server:cypress starting cypress with argv [ '/Users/sfora2/Library/Caches/Cypress/3.3.1/Cypress.app/Contents/MacOS/Cypress', '--project', '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing', '--cwd', '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing' ] +0ms
  cypress:server:args argv array: [ '/Users/sfora2/Library/Caches/Cypress/3.3.1/Cypress.app/Contents/MacOS/Cypress', '--project', '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing', '--cwd', '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing' ] +0ms
  cypress:server:args argv parsed: { _: [ '/Users/sfora2/Library/Caches/Cypress/3.3.1/Cypress.app/Contents/MacOS/Cypress' ], project: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing', cwd: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing' } +3ms
  cypress:server:args options { _: [ '/Users/sfora2/Library/Caches/Cypress/3.3.1/Cypress.app/Contents/MacOS/Cypress' ], project: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing', cwd: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing', config: {} } +1ms
  cypress:server:args argv options: { _: [ '/Users/sfora2/Library/Caches/Cypress/3.3.1/Cypress.app/Contents/MacOS/Cypress' ], project: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing', cwd: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing', config: {}, projectRoot: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing' } +0ms
  cypress:server:appdata path: /Users/sfora2/Library/Application Support/Cypress/cy/production +0ms
  cypress:server:cypress starting in mode interactive +425ms
  cypress:server:appdata path: /Users/sfora2/Library/Application Support/Cypress/cy/production +488ms
  cypress:server:appdata path: /Users/sfora2/Library/Application Support/Cypress/cy/production/cache +4ms
  cypress:server:appdata path: /Users/sfora2/Library/Application Support/Cypress/cy/production/browsers +3s
  cypress:server:timers queuing timer id 1 after 500 ms +0ms
  cypress:server:timers child received timer id 1 +0ms
  cypress:server:timers child sending timer id 1 +507ms
  cypress:server:timers clearing timer id 1 from queue { '1': { args: [], ms: 500, cb: [Function] } } +510ms
  cypress:server:saved_state making saved state from /Users/sfora2/Library/Caches/Cypress/3.3.1/Cypress.app/Contents/Resources/app/packages/server +0ms
  cypress:server:saved_state for project path /Users/sfora2/Projects/docker-poc/frontend/e2e_testing +0ms
  cypress:server:saved_state state path for project /Users/sfora2/Projects/docker-poc/frontend/e2e_testing +2ms
  cypress:server:appdata path: /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/e2e_testing-ff3ee4f9221c7287b2453f3e59d1fffa/state.json +523ms
  cypress:server:saved_state full state path /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/e2e_testing-ff3ee4f9221c7287b2453f3e59d1fffa/state.json +0ms
  cypress:server:saved_state making new state file around /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/e2e_testing-ff3ee4f9221c7287b2453f3e59d1fffa/state.json +0ms
  cypress:server:file get values from /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/e2e_testing-ff3ee4f9221c7287b2453f3e59d1fffa/state.json +0ms
  cypress:server:file attempt to get lock on /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/e2e_testing-ff3ee4f9221c7287b2453f3e59d1fffa/state.json +0ms
  cypress:server:file gettin lock succeeded or failed for /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/e2e_testing-ff3ee4f9221c7287b2453f3e59d1fffa/state.json +4ms
  cypress:server:file read /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/e2e_testing-ff3ee4f9221c7287b2453f3e59d1fffa/state.json +0ms
  cypress:server:file read succeeded or failed for /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/e2e_testing-ff3ee4f9221c7287b2453f3e59d1fffa/state.json +2ms
  cypress:server:file attempt to unlock /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/e2e_testing-ff3ee4f9221c7287b2453f3e59d1fffa/state.json +0ms
  cypress:server:timers queuing timer id 2 after 2000 ms +15ms
  cypress:server:timers clearing timer id 2 from queue { '2': { args: [], ms: 2000, cb: [Function: timeoutTimeout] } } +1ms

cypress:server:file unlock succeeded or failed for /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/e2e_testing-ff3ee4f9221c7287b2453f3e59d1fffa/state.json +5ms
cypress:server:windows creating electron window with options { backgroundColor: '#dfe2e4', width: 800, height: 550, minWidth: 458, minHeight: 400, x: 2734, y: 273, type: 'INDEX', devTools: false, trackState: { width: 'appWidth', height: 'appHeight', x: 'appX', y: 'appY', devTools: 'isAppDevToolsOpen' }, onBlur: [Function: onBlur], onFocus: [Function: onFocus], onClose: [Function: onClose], show: true, frame: true, transparent: false, url: 'file:///Users/sfora2/Library/Caches/Cypress/3.3.1/Cypress.app/Contents/Resources/app/packages/desktop-gui/dist/index.html', webPreferences: { preload: '/Users/sfora2/Library/Caches/Cypress/3.3.1/Cypress.app/Contents/Resources/app/packages/server/lib/ipc/ipc.js', partition: null, chromeWebSecurity: true, nodeIntegration: false, backgroundThrottling: false, backgroundColor: '#dfe2e4', transparent: false }, contextMenu: false, recordFrameRate: null, onPaint: null, onCrashed: [Function: onCrashed], onNewWindow: [Function: onNewWindow] } +0ms
cypress:server:events got request for event: on:menu:clicked, undefined +0ms
cypress:server:events got request for event: get:options, undefined +1ms
cypress:server:events sending ipc data { type: 'get:options', data: { id: 0.6851539860213349, data: { _: [Array], project: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing', cwd: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing', config: {}, projectRoot: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing', onFocusTests: [Function: onFocusTests], os: 'darwin', version: '3.3.1' } } } +0ms
cypress:server:events got request for event: get:current:user, undefined +0ms
cypress:server:file get values from /Users/sfora2/Library/Application Support/Cypress/cy/production/cache +800ms
cypress:server:file attempt to get lock on /Users/sfora2/Library/Application Support/Cypress/cy/production/cache +0ms
cypress:server:file gettin lock succeeded or failed for /Users/sfora2/Library/Application Support/Cypress/cy/production/cache +1ms
cypress:server:file read /Users/sfora2/Library/Application Support/Cypress/cy/production/cache +1ms
cypress:server:file read succeeded or failed for /Users/sfora2/Library/Application Support/Cypress/cy/production/cache +0ms
cypress:server:file attempt to unlock /Users/sfora2/Library/Application Support/Cypress/cy/production/cache +0ms
cypress:server:timers queuing timer id 3 after 2000 ms +806ms
cypress:server:timers child received timer id 3 +807ms
cypress:server:timers clearing timer id 3 from queue { '3': { args: [], ms: 2000, cb: [Function: timeoutTimeout] } } +1ms
cypress:server:file unlock succeeded or failed for /Users/sfora2/Library/Application Support/Cypress/cy/production/cache +1ms
cypress:server:events sending ipc data { type: 'get:current:user', data: { id: 0.7739958731318077, data: {} } } +5ms
cypress:server:events got request for event: on:focus:tests, undefined +40ms
cypress:server:events got request for event: on:spec:changed, undefined +1ms
cypress:server:events got request for event: on:config:changed, undefined +0ms
cypress:server:events got request for event: on:project:error, undefined +0ms
cypress:server:events got request for event: on:project:warning, undefined +0ms
cypress:server:events got request for event: open:project, '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing' +0ms
cypress:server:events got request for event: updater:check, undefined +2ms
cypress:server:updater checking for new version of Cypress. current version is 3.3.1 +0ms
cypress:launcher checking one browser chrome +0ms
cypress:launcher looking up chrome on darwin platform +0ms
cypress:launcher looking for app Contents/MacOS/Google Chrome id com.google.Chrome +1ms
cypress:launcher looking for bundle id com.google.Chrome using command: mdfind 'kMDItemCFBundleIdentifier=="com.google.Chrome"' | head -1 +0ms
cypress:launcher checking one browser chrome +11ms
cypress:launcher looking up chrome on darwin platform +0ms
cypress:launcher looking for app Contents/MacOS/Google Chrome id com.google.Chrome +0ms
cypress:launcher looking for bundle id com.google.Chrome using command: mdfind 'kMDItemCFBundleIdentifier=="com.google.Chrome"' | head -1 +1ms
cypress:launcher checking one browser chrome +9ms
cypress:launcher looking up chrome on darwin platform +0ms
cypress:launcher looking for app Contents/MacOS/Google Chrome id com.google.Chrome +0ms
cypress:launcher looking for bundle id com.google.Chrome using command: mdfind 'kMDItemCFBundleIdentifier=="com.google.Chrome"' | head -1 +0ms
cypress:network:agent addRequest called for https://download.cypress.io/desktop.json +0ms
cypress:launcher found com.google.Chrome at /Applications/Google Chrome.app +85ms
cypress:launcher reading property file "/Applications/Google Chrome.app/Contents/Info.plist" +0ms
cypress:launcher found com.google.Chrome at /Applications/Google Chrome.app +1ms
cypress:launcher reading property file "/Applications/Google Chrome.app/Contents/Info.plist" +0ms
cypress:launcher found com.google.Chrome at /Applications/Google Chrome.app +1ms
cypress:launcher reading property file "/Applications/Google Chrome.app/Contents/Info.plist" +0ms
cypress:launcher setting major version for {"name":"chrome","family":"chrome","displayName":"Chrome","version":"74.0.3729.169","path":"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"} +10ms
cypress:launcher browser chrome version 74.0.3729.169 major version 74 +0ms
cypress:launcher setting major version for {"name":"chrome","family":"chrome","displayName":"Chrome","version":"74.0.3729.169","path":"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"} +5ms
cypress:launcher browser chrome version 74.0.3729.169 major version 74 +0ms
cypress:launcher setting major version for {"name":"chrome","family":"chrome","displayName":"Chrome","version":"74.0.3729.169","path":"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"} +14ms
cypress:launcher browser chrome version 74.0.3729.169 major version 74 +0ms
cypress:launcher checking one browser chromium +1ms
cypress:launcher looking up chromium on darwin platform +0ms
cypress:launcher looking for app Contents/MacOS/Chromium id org.chromium.Chromium +0ms
cypress:launcher looking for bundle id org.chromium.Chromium using command: mdfind 'kMDItemCFBundleIdentifier=="org.chromium.Chromium"' | head -1 +0ms
cypress:launcher checking one browser chromium +8ms
cypress:launcher looking up chromium on darwin platform +0ms
cypress:launcher looking for app Contents/MacOS/Chromium id org.chromium.Chromium +0ms
cypress:launcher looking for bundle id org.chromium.Chromium using command: mdfind 'kMDItemCFBundleIdentifier=="org.chromium.Chromium"' | head -1 +0ms
cypress:launcher found org.chromium.Chromium at +62ms
cypress:launcher reading property file "Contents/Info.plist" +1ms
cypress:launcher could not read Info.plist for Contents/Info.plist +0ms
cypress:launcher looking for application /Applications/Chromium.app +0ms
cypress:launcher reading property file "/Applications/Chromium.app/Contents/Info.plist" +0ms
cypress:launcher could not read Info.plist for /Applications/Chromium.app/Contents/Info.plist +0ms
cypress:launcher could not detect chromium using traditional Mac methods +0ms
cypress:launcher trying linux search +0ms
cypress:launcher finding version string using command "chromium-browser --version" +1ms
cypress:launcher Received error detecting browser binary: "chromium-browser" with error: spawn chromium-browser ENOENT +10ms
cypress:launcher browser chromium not installed +0ms
cypress:launcher found org.chromium.Chromium at +0ms
cypress:launcher reading property file "Contents/Info.plist" +0ms
cypress:launcher could not read Info.plist for Contents/Info.plist +0ms
cypress:launcher looking for application /Applications/Chromium.app +1ms
cypress:launcher reading property file "/Applications/Chromium.app/Contents/Info.plist" +0ms
cypress:launcher could not read Info.plist for /Applications/Chromium.app/Contents/Info.plist +0ms
cypress:launcher could not detect chromium using traditional Mac methods +0ms
cypress:launcher trying linux search +0ms
cypress:launcher finding version string using command "chromium --version" +0ms
cypress:launcher Received error detecting browser binary: "chromium" with error: spawn chromium ENOENT +14ms
cypress:launcher browser chromium not installed +0ms
cypress:launcher checking one browser canary +0ms
cypress:launcher looking up canary on darwin platform +0ms
cypress:launcher looking for app Contents/MacOS/Google Chrome Canary id com.google.Chrome.canary +0ms
cypress:launcher looking for bundle id com.google.Chrome.canary using command: mdfind 'kMDItemCFBundleIdentifier=="com.google.Chrome.canary"' | head -1 +0ms
cypress:launcher found com.google.Chrome.canary at +58ms
cypress:launcher reading property file "Contents/Info.plist" +0ms
cypress:launcher could not read Info.plist for Contents/Info.plist +0ms
cypress:launcher looking for application /Applications/Google Chrome Canary.app +1ms
cypress:launcher reading property file "/Applications/Google Chrome Canary.app/Contents/Info.plist" +0ms
cypress:launcher could not read Info.plist for /Applications/Google Chrome Canary.app/Contents/Info.plist +0ms
cypress:launcher could not detect canary using traditional Mac methods +0ms
cypress:launcher trying linux search +0ms
cypress:launcher finding version string using command "google-chrome-canary --version" +0ms
cypress:launcher Received error detecting browser binary: "google-chrome-canary" with error: spawn google-chrome-canary ENOENT +8ms
cypress:launcher browser canary not installed +1ms
cypress:server:project Project created /Users/sfora2/Projects/docker-poc/frontend/e2e_testing +0ms
cypress:server:openproject opening project /Users/sfora2/Projects/docker-poc/frontend/e2e_testing +0ms
cypress:server:project opening project instance /Users/sfora2/Projects/docker-poc/frontend/e2e_testing +0ms
cypress:server:config setting support file /Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/support +0ms
cypress:server:config for project root /Users/sfora2/Projects/docker-poc/frontend/e2e_testing +0ms
cypress:server:config set support folder /Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/support +0ms
cypress:server:config setting plugins file /Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/plugins +1ms
cypress:server:config for project root /Users/sfora2/Projects/docker-poc/frontend/e2e_testing +0ms
cypress:server:config set pluginsFile to /Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/plugins/index.js +0ms
cypress:server:config set scaffold paths +0ms
cypress:server:scaffold scaffolded files ["cypress/tests/examples/actions.spec.js","cypress/tests/examples/aliasing.spec.js","cypress/tests/examples/assertions.spec.js","cypress/tests/examples/connectors.spec.js","cypress/tests/examples/cookies.spec.js","cypress/tests/examples/cypress_api.spec.js","cypress/tests/examples/files.spec.js","cypress/tests/examples/local_storage.spec.js","cypress/tests/examples/location.spec.js","cypress/tests/examples/misc.spec.js","cypress/tests/examples/navigation.spec.js","cypress/tests/examples/network_requests.spec.js","cypress/tests/examples/querying.spec.js","cypress/tests/examples/spies_stubs_clocks.spec.js","cypress/tests/examples/traversal.spec.js","cypress/tests/examples/utilities.spec.js","cypress/tests/examples/viewport.spec.js","cypress/tests/examples/waiting.spec.js","cypress/tests/examples/window.spec.js","cypress/fixtures/example.json","cypress/support/commands.js","cypress/support/index.js","cypress/plugins/index.js"] +0ms
cypress:server:config got file tree +3ms
cypress:server:project get saved state +11ms
cypress:server:saved_state making saved state from /Users/sfora2/Library/Caches/Cypress/3.3.1/Cypress.app/Contents/Resources/app/packages/server +1s
cypress:server:saved_state for project path /Users/sfora2/Projects/docker-poc/frontend/e2e_testing +0ms
cypress:server:saved_state state path for project /Users/sfora2/Projects/docker-poc/frontend/e2e_testing +0ms
cypress:server:appdata path: /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/e2e_testing-ff3ee4f9221c7287b2453f3e59d1fffa/state.json +1s
cypress:server:saved_state full state path /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/e2e_testing-ff3ee4f9221c7287b2453f3e59d1fffa/state.json +1s
cypress:server:file get values from /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/e2e_testing-ff3ee4f9221c7287b2453f3e59d1fffa/state.json +371ms
cypress:server:file attempt to get lock on /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/e2e_testing-ff3ee4f9221c7287b2453f3e59d1fffa/state.json +0ms
cypress:server:file gettin lock succeeded or failed for /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/e2e_testing-ff3ee4f9221c7287b2453f3e59d1fffa/state.json +1ms
cypress:server:file read /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/e2e_testing-ff3ee4f9221c7287b2453f3e59d1fffa/state.json +0ms
cypress:server:file read succeeded or failed for /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/e2e_testing-ff3ee4f9221c7287b2453f3e59d1fffa/state.json +1ms
cypress:server:file attempt to unlock /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/e2e_testing-ff3ee4f9221c7287b2453f3e59d1fffa/state.json +0ms
cypress:server:timers queuing timer id 4 after 2000 ms +373ms
cypress:server:timers child received timer id 4 +374ms
cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2000, cb: [Function: timeoutTimeout] } } +0ms
cypress:server:file unlock succeeded or failed for /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/e2e_testing-ff3ee4f9221c7287b2453f3e59d1fffa/state.json +0ms
cypress:server:scaffold determine if new project by globbing files in { integrationFolder: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/tests' } +4ms
cypress:server:scaffold found 9 files in folder /Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/tests +9ms
cypress:server:scaffold determine if we should scaffold: +0ms
cypress:server:scaffold - empty? false +1ms
cypress:server:scaffold - different number of files? true +0ms
cypress:server:scaffold - same sizes? false +1ms
cypress:server:scaffold untouched scaffold false modal closed false +0ms
cypress:server:scaffold plugins folder /Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/plugins +0ms
cypress:server:scaffold verify scaffolding in /Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/plugins +0ms
cypress:server:scaffold folder /Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/plugins already exists +1ms
cypress:server:plugins plugins.init /Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/plugins/index.js +0ms
cypress:server:updater latest version of Cypress is: 3.3.1 +391ms
cypress:server:updater new version of Cypress does not exist +0ms
cypress:server:events sending ipc data { type: 'updater:check', data: { id: 0.44875676672357034, data: false } } +391ms
cypress:server:plugins:child pluginsFile: /Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/plugins/index.js +0ms
cypress:server:plugins:child require pluginsFile +2ms
cypress:server:plugins:child run plugins function +2ms
cypress:server:plugins:child register event _get:task:body with id 0 +0ms
cypress:server:plugins:child register event _get:task:keys with id 1 +0ms
cypress:server:plugins register plugins process event _get:task:body with id 0 +526ms
cypress:server:plugins register event '_get:task:body' +0ms
cypress:server:plugins register plugins process event _get:task:keys with id 1 +1ms
cypress:server:plugins register event '_get:task:keys' +0ms
cypress:server:project plugin config yielded: null +542ms
cypress:server:buffers resetting buffers +0ms
cypress:server:server Server listening on { address: '127.0.0.1', family: 'IPv4', port: 58387 } +0ms
cypress:server:appdata path: /Users/sfora2/Library/Application Support/Cypress/cy/production/proxy +612ms
cypress:https-proxy Created SNI HTTPS Proxy on port 58389 +0ms
cypress:server:server Setting remoteAuth undefined +16ms
cypress:server:server Setting remoteOrigin http://localhost:58387 +1ms
cypress:server:server Setting remoteStrategy file +0ms
cypress:server:server Setting remoteHostAndPort null +0ms
cypress:server:server Setting remoteDocDomain localhost +0ms
cypress:server:server Setting remoteFileServer http://localhost:58388 +0ms
cypress:server:server Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:58387', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:58388' } +0ms
cypress:server:project project config: { integrationFolder: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/tests', projectRoot: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing', projectName: 'e2e_testing', report: false, browsers: [ { name: 'chrome', family: 'chrome', displayName: 'Chrome', version: '74.0.3729.169', path: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome', majorVersion: '74' }, { name: 'electron', family: 'electron', displayName: 'Electron', version: '61.0.3163.100', path: '', majorVersion: '61', info: 'Electron is the default browser that comes with Cypress. This is the browser that runs in headless mode. Selecting this browser is useful when debugging. The version number indicates the underlying Chromium version that Electron uses.' } ], port: 58387, hosts: null, morgan: true, baseUrl: null, socketId: null, userAgent: null, isTextTerminal: false, reporter: 'spec', reporterOptions: null, blacklistHosts: null, clientRoute: '/__/', xhrRoute: '/xhrs/', socketIoRoute: '/__socket.io', socketIoCookie: '__socket.io', reporterRoute: '/__cypress/reporter', ignoreTestFiles: '.hot-update.js', testFiles: '**/.', defaultCommandTimeout: 4000, requestTimeout: 5000, responseTimeout: 30000, pageLoadTimeout: 60000, execTimeout: 60000, taskTimeout: 60000, video: true, videoCompression: 32, videoUploadOnPasses: true, modifyObstructiveCode: true, chromeWebSecurity: true, waitForAnimations: true, animationDistanceThreshold: 5, numTestsKeptInMemory: 50, watchForFileChanges: true, trashAssetsBeforeRuns: true, autoOpen: false, viewportWidth: 1000, viewportHeight: 660, fileServerFolder: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing', videosFolder: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/videos', supportFile: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/support/index.js', fixturesFolder: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/fixtures', screenshotsFolder: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/screenshots', namespace: '__cypress', pluginsFile: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/plugins/index.js', javascripts: [], env: {}, cypressEnv: 'production', parentTestsFolder: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress', parentTestsFolderDisplay: 'e2e_testing/cypress', supportFolder: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/support', integrationExampleName: 'examples', integrationExamplePath: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/tests/examples', scaffoldedFiles: [ { name: 'cypress', children: [Array] } ], state: { appX: 2734, appY: 273, browserX: 138, browserY: 266 }, isNewProject: false, proxyUrl: 'http://localhost:58387', browserUrl: 'http://localhost:58387/__/', reporterUrl: 'http://localhost:58387/__cypress/reporter', xhrUrl: 'cypress/xhrs/' } +86ms
cypress:server:project watch settings files +2ms
cypress:server:project scaffolding project /Users/sfora2/Projects/docker-poc/frontend/e2e_testing +4ms
cypress:server:scaffold support folder /Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/support, support file /Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/support/index.js +619ms
cypress:server:scaffold verify scaffolding in /Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/support +0ms
cypress:server:scaffold integration folder /Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/tests +0ms
cypress:server:scaffold fixture folder /Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/fixtures +0ms
cypress:server:scaffold verify scaffolding in /Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/fixtures +0ms
cypress:server:timers queuing timer id 5 after 0 ms +633ms
cypress:server:timers child received timer id 5 +634ms
cypress:server:scaffold folder /Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/support already exists +2ms
cypress:server:scaffold folder /Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/fixtures already exists +0ms
cypress:server:project attempt watch plugins file: /Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/plugins/index.js +2ms
cypress:server:timers child sending timer id 5 +1ms
cypress:server:project plugins file found? true +1ms
cypress:server:project watch plugins file +0ms
cypress:server:timers queuing timer id 6 after 0 ms +16ms
cypress:server:timers child received timer id 6 +14ms
cypress:server:timers clearing timer id 5 from queue { '5': { args: [], ms: 0, cb: [Function: clear] }, '6': { args: [], ms: 0, cb: [Function: clear] } } +0ms
cypress:server:timers clearing timer id 5 from queue { '6': { args: [], ms: 0, cb: [Function: clear] } } +0ms
cypress:server:timers child sending timer id 6 +1ms
cypress:server:events sending ipc data { type: 'open:project', data: { id: 0.953218474766856, data: { integrationFolder: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/tests', projectRoot: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing', projectName: 'e2e_testing', report: false, browsers: [Array], port: 58387, hosts: null, morgan: true, baseUrl: null, socketId: null, userAgent: null, isTextTerminal: false, reporter: 'spec', reporterOptions: null, blacklistHosts: null, clientRoute: '/
/', xhrRoute: '/xhrs/', socketIoRoute: '/__socket.io', socketIoCookie: '__socket.io', reporterRoute: '/__cypress/reporter', ignoreTestFiles: '
.hot-update.js', testFiles: '**/.', defaultCommandTimeout: 4000, requestTimeout: 5000, responseTimeout: 30000, pageLoadTimeout: 60000, execTimeout: 60000, taskTimeout: 60000, video: true, videoCompression: 32, videoUploadOnPasses: true, modifyObstructiveCode: true, chromeWebSecurity: true, waitForAnimations: true, animationDistanceThreshold: 5, numTestsKeptInMemory: 50, watchForFileChanges: true, trashAssetsBeforeRuns: true, autoOpen: false, viewportWidth: 1000, viewportHeight: 660, fileServerFolder: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing', videosFolder: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/videos', supportFile: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/support/index.js', fixturesFolder: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/fixtures', screenshotsFolder: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/screenshots', namespace: 'cypress', pluginsFile: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/plugins/index.js', javascripts: [], env: {}, cypressEnv: 'production', resolved: [Object], parentTestsFolder: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress', parentTestsFolderDisplay: 'e2e_testing/cypress', supportFolder: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/support', integrationExampleName: 'examples', integrationExamplePath: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/tests/examples', scaffoldedFiles: [Array], state: [Object], isNewProject: false, proxyUrl: 'http://localhost:58387', browserUrl: 'http://localhost:58387/__/', reporterUrl: 'http://localhost:58387/__cypress/reporter', xhrUrl: 'cypress/xhrs/' } } } +589ms
cypress:server:timers clearing timer id 6 from queue { '6': { args: [], ms: 0, cb: [Function: clear] } } +2ms
cypress:server:timers clearing timer id 6 from queue {} +1ms
cypress:server:events got request for event: get:specs, undefined +14ms
cypress:server:timers queuing timer id 7 after 250 ms +13ms
cypress:server:openproject check for spec updates +678ms
cypress:server:timers child received timer id 7 +15ms
cypress:server:events got request for event: get:project:status, { path: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing' } +1ms
cypress:server:project get project status for undefined /Users/sfora2/Projects/docker-poc/frontend/e2e_testing +30ms
cypress:server:project no project id +0ms
cypress:server:openproject watch test files: **/. in /Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/tests +1ms
cypress:server:specs looking for test specs in the folder: /Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/tests +0ms
cypress:server:events sending ipc data { type: 'get:project:status', data: { id: 0.8304938346831321, data: { path: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing', state: 'VALID' } } } +6ms
cypress:server:specs found spec file /Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/tests/edgecaseAPI.js +10ms
cypress:server:specs found spec file /Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/tests/edgecaseUI.js +0ms
cypress:server:specs found spec file /Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/tests/errorcaseAPI.js +0ms
cypress:server:specs found spec file /Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/tests/errorcaseUI.js +0ms
cypress:server:specs found spec file /Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/tests/happyPathAPI.js +0ms
cypress:server:specs found spec file /Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/tests/happyPathUI.js +0ms
cypress:server:specs found spec file /Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/tests/newUITest.js +0ms
cypress:server:specs found spec file /Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/tests/unhappyPathAPI.js +1ms
cypress:server:specs found spec file /Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/tests/unhappyPathUI.js +0ms
cypress:server:specs found 9 spec files: [ { name: 'edgecaseAPI.js', relative: 'cypress/tests/edgecaseAPI.js', absolute: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/tests/edgecaseAPI.js' }, { name: 'edgecaseUI.js', relative: 'cypress/tests/edgecaseUI.js', absolute: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/tests/edgecaseUI.js' }, { name: 'errorcaseAPI.js', relative: 'cypress/tests/errorcaseAPI.js', absolute: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/tests/errorcaseAPI.js' }, { name: 'errorcaseUI.js', relative: 'cypress/tests/errorcaseUI.js', absolute: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/tests/errorcaseUI.js' }, { name: 'happyPathAPI.js', relative: 'cypress/tests/happyPathAPI.js', absolute: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/tests/happyPathAPI.js' }, { name: 'happyPathUI.js', relative: 'cypress/tests/happyPathUI.js', absolute: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/tests/happyPathUI.js' }, { name: 'newUITest.js', relative: 'cypress/tests/newUITest.js', absolute: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/tests/newUITest.js' }, { name: 'unhappyPathAPI.js', relative: 'cypress/tests/unhappyPathAPI.js', absolute: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/tests/unhappyPathAPI.js' }, { name: 'unhappyPathUI.js', relative: 'cypress/tests/unhappyPathUI.js', absolute: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/tests/unhappyPathUI.js' } ] +0ms
cypress:server:events sending ipc data { type: 'get:specs', data: { id: 0.3405689413289521, data: { integration: [Array] } } } +9ms
cypress:server:timers child sending timer id 2 +160ms
cypress:server:timers child sending timer id 7 +94ms
cypress:server:timers clearing timer id 7 from queue { '7': { args: [], ms: 250, cb: [Function: timerExpired] } } +254ms
cypress:server:timers child sending timer id 3 +707ms
cypress:server:timers child sending timer id 4 +378ms
cypress:server:events got request for event: get:project:status, { path: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing' } +10s
cypress:server:project get project status for undefined /Users/sfora2/Projects/docker-poc/frontend/e2e_testing +10s
cypress:server:project no project id +0ms
cypress:server:events sending ipc data { type: 'get:project:status', data: { id: 0.5755252086909532, data: { path: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing', state: 'VALID' } } } +0ms
cypress:server:events got request for event: close:browser, undefined +4s
cypress:server:events sending ipc data { type: 'close:browser', data: { id: 0.10361777013040285, data: undefined } } +0ms
cypress:server:events got request for event: launch:browser, { browser: { displayName: 'Chrome', family: 'chrome', isChosen: true, majorVersion: '74', name: 'chrome', path: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome', version: '74.0.3729.169' }, spec: { absolute: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing/cypress/tests/happyPathUI.js', name: 'happyPathUI.js', relative: 'cypress/tests/happyPathUI.js' } } +10ms
cypress:server:openproject resetting project state, preparing to launch browser +14s
cypress:server:project resetting project instance /Users/sfora2/Projects/docker-poc/frontend/e2e_testing +4s
cypress:server:buffers resetting buffers +14s
cypress:server:server Setting remoteAuth undefined +14s
cypress:server:server Setting remoteOrigin http://localhost:58387 +0ms
cypress:server:server Setting remoteStrategy file +0ms
cypress:server:server Setting remoteHostAndPort null +0ms
cypress:server:server Setting remoteDocDomain localhost +0ms
cypress:server:server Setting remoteFileServer http://localhost:58388 +0ms
cypress:server:server Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:58387', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:58388' } +0ms
cypress:server:openproject launching browser: { displayName: 'Chrome', family: 'chrome', isChosen: true, majorVersion: '74', name: 'chrome', path: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome', version: '74.0.3729.169', isHeaded: true, isHeadless: false }, spec: cypress/tests/happyPathUI.js +2ms
cypress:server:browsers opening browser { displayName: 'Chrome', family: 'chrome', isChosen: true, majorVersion: '74', name: 'chrome', path: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome', version: '74.0.3729.169', isHeaded: true, isHeadless: false } +0ms
cypress:server:plugins plugin event registered? { event: 'before:browser:launch', isRegistered: false } +14s
cypress:server:appdata path: /Users/sfora2/Library/Application Support/Cypress/cy/production/extensions +14s
cypress:server:browsers launch in chrome: http://localhost:58387/__/#/tests/integration/happyPathUI.js, --test-type,--ignore-certificate-errors,--start-maximized,--silent-debugger-extension-api,--no-default-browser-check,--no-first-run,--noerrdialogs,--enable-fixed-layout,--disable-popup-blocking,--disable-password-generation,--disable-save-password-bubble,--disable-single-click-autofill,--disable-prompt-on-repos,--disable-background-timer-throttling,--disable-renderer-backgrounding,--disable-renderer-throttling,--disable-restore-session-state,--disable-translate,--disable-new-profile-management,--disable-new-avatar-menu,--allow-insecure-localhost,--reduce-security-for-testing,--enable-automation,--disable-infobars,--disable-device-discovery-notifications,--autoplay-policy=no-user-gesture-required,--disable-site-isolation-trials,--metrics-recording-only,--disable-prompt-on-repost,--disable-hang-monitor,--disable-sync,--disable-web-resources,--safebrowsing-disable-auto-update,--safebrowsing-disable-download-protection,--disable-client-side-phishing-detection,--disable-component-update,--disable-default-apps,--use-fake-ui-for-media-stream,--use-fake-device-for-media-stream,--proxy-server=http://localhost:58387,--proxy-bypass-list=<-loopback>,--load-extension=/Users/sfora2/Library/Application Support/Cypress/cy/production/browsers/chrome/interactive/CypressExtension,/Users/sfora2/Library/Caches/Cypress/3.3.1/Cypress.app/Contents/Resources/app/packages/extension/theme,--user-data-dir=/Users/sfora2/Library/Application Support/Cypress/cy/production/browsers/chrome/interactive,--disk-cache-dir=/Users/sfora2/Library/Application Support/Cypress/cy/production/browsers/chrome/interactive/CypressCache +0ms
cypress:launcher launching browser { displayName: 'Chrome', family: 'chrome', isChosen: true, majorVersion: '74', name: 'chrome', path: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome', version: '74.0.3729.169', isHeaded: true, isHeadless: false } to open http://localhost:58387/__/#/tests/integration/happyPathUI.js +14s
cypress:launcher spawning browser { displayName: 'Chrome', family: 'chrome', isChosen: true, majorVersion: '74', name: 'chrome', path: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome', version: '74.0.3729.169', isHeaded: true, isHeadless: false } with args http://localhost:58387/__/#/tests/integration/happyPathUI.js --test-type --ignore-certificate-errors --start-maximized --silent-debugger-extension-api --no-default-browser-check --no-first-run --noerrdialogs --enable-fixed-layout --disable-popup-blocking --disable-password-generation --disable-save-password-bubble --disable-single-click-autofill --disable-prompt-on-repos --disable-background-timer-throttling --disable-renderer-backgrounding --disable-renderer-throttling --disable-restore-session-state --disable-translate --disable-new-profile-management --disable-new-avatar-menu --allow-insecure-localhost --reduce-security-for-testing --enable-automation --disable-infobars --disable-device-discovery-notifications --autoplay-policy=no-user-gesture-required --disable-site-isolation-trials --metrics-recording-only --disable-prompt-on-repost --disable-hang-monitor --disable-sync --disable-web-resources --safebrowsing-disable-auto-update --safebrowsing-disable-download-protection --disable-client-side-phishing-detection --disable-component-update --disable-default-apps --use-fake-ui-for-media-stream --use-fake-device-for-media-stream --proxy-server=http://localhost:58387 --proxy-bypass-list=<-loopback> --load-extension=/Users/sfora2/Library/Application Support/Cypress/cy/production/browsers/chrome/interactive/CypressExtension,/Users/sfora2/Library/Caches/Cypress/3.3.1/Cypress.app/Contents/Resources/app/packages/extension/theme --user-data-dir=/Users/sfora2/Library/Application Support/Cypress/cy/production/browsers/chrome/interactive --disk-cache-dir=/Users/sfora2/Library/Application Support/Cypress/cy/production/browsers/chrome/interactive/CypressCache +0ms
cypress:server:browsers browser opened +50ms
cypress:server:timers queuing timer id 8 after 1000 ms +14s
cypress:server:timers child received timer id 8 +12s
cypress:server:routes Serving Cypress front-end by requested URL: // +0ms
cypress:server:server Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:58387', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:58388' } +693ms
cypress:server:runner serving runner index.html with config { version: '3.3.1', platform: 'darwin', arch: 'x64', projectName: 'e2e_testing' } +0ms
GET /
/ 200 28.003 ms - -
cypress:server:timers child sending timer id 8 +1s
cypress:server:timers clearing timer id 8 from queue { '8': { args: [], ms: 1000, cb: [Function] } } +1s
cypress:server:events sending ipc data { type: 'launch:browser', data: { id: 0.5286670934960425, data: { browserOpened: true } } } +1s
cypress:server:server Got CONNECT request from accounts.google.com:443 +476ms
cypress:https-proxy Writing browserSocket connection headers { url: 'accounts.google.com:443', headLength: 0, headers: { host: 'accounts.google.com:443', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'proxy-connection': 'keep-alive' } } +15s
cypress:server:server Got CONNECT request from clientservices.googleapis.com:443 +2ms
cypress:https-proxy Writing browserSocket connection headers { url: 'clientservices.googleapis.com:443', headLength: 0, headers: { host: 'clientservices.googleapis.com:443', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'proxy-connection': 'keep-alive' } } +1ms
cypress:https-proxy Got first head bytes { url: 'accounts.google.com:443', head: '\u0016\u0003\u0001\u0000�\u0001\u0000\u0000�\u0003\u0003�cؓ^��\u0007���x쌖O�\u0004��.l뫙��\u000b��-$\u0000\u0000 �/�0�+�,̨̩�\u0013�\t�\u0014�\n\u0000�\u0000�\u0000' } +3ms
cypress:server:server HTTPS request does not match URL: https://accounts.google.com:443 with props: null +3ms
cypress:https-proxy Making connection to accounts.google.com:443 +11ms
cypress:https-proxy Got first head bytes { url: 'clientservices.googleapis.com:443', head: '\u0016\u0003\u0001\u0000�\u0001\u0000\u0000�\u0003\u0003�J�\u001f�1��،_�\u0018\u0013���b\u0017�2H�|��&?\u0014�\u0000\u0000 �/�0�+�,̨̩�\u0013�\t�\u0014�\n\u0000�\u0000' } +17ms
cypress:server:server HTTPS request does not match URL: https://clientservices.googleapis.com:443 with props: null +29ms
cypress:https-proxy Making connection to clientservices.googleapis.com:443 +1ms
cypress:network:connect successfully connected { opts: { port: '443', host: 'accounts.google.com', getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } +0ms
cypress:https-proxy received upstreamSocket callback for request { port: '443', hostname: 'accounts.google.com', err: undefined } +18ms
cypress:network:connect successfully connected { opts: { port: '443', host: 'clientservices.googleapis.com', getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } +17ms
cypress:https-proxy received upstreamSocket callback for request { port: '443', hostname: 'clientservices.googleapis.com', err: undefined } +16ms
GET /__cypress/runner/cypress_runner.css 200 5.442 ms - -
cypress:server:server Got CONNECT request from localhost:58387 +202ms
cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:58387', headLength: 0, headers: { host: 'localhost:58387', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'proxy-connection': 'keep-alive' } } +168ms
GET /__cypress/runner/cypress_runner.js 200 3.972 ms - -
cypress:server:server Got CONNECT request from localhost:58387 +347ms
cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:58387', headLength: 0, headers: { host: 'localhost:58387', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'proxy-connection': 'keep-alive' } } +347ms
GET /__cypress/static/favicon.ico 200 1.275 ms - -
cypress:server:server Got CONNECT request from localhost:58387 +1s
cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:58387', headLength: 0, headers: { host: 'localhost:58387', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'proxy-connection': 'keep-alive' } } +1s
cypress:server:server Got CONNECT request from localhost:58387 +261ms
cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:58387', headLength: 0, headers: { host: 'localhost:58387', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'proxy-connection': 'keep-alive' } } +261ms
cypress:server:server Got CONNECT request from localhost:58387 +2s
cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:58387', headLength: 0, headers: { host: 'localhost:58387', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'proxy-connection': 'keep-alive' } } +2s
cypress:server:server Got CONNECT request from localhost:58387 +1s
cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:58387', headLength: 0, headers: { host: 'localhost:58387', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'proxy-connection': 'keep-alive' } } +1s
cypress:server:events got request for event: get:project:status, { path: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing' } +5s
cypress:server:project get project status for undefined /Users/sfora2/Projects/docker-poc/frontend/e2e_testing +6s
cypress:server:project no project id +0ms
cypress:server:events sending ipc data { type: 'get:project:status', data: { id: 0.606834492676912, data: { path: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing', state: 'VALID' } } } +0ms
cypress:server:server Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:58387', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:58388' } +1s
cypress:server:proxy handling proxied request { url: '/', proxiedUrl: 'http://ceejwrstgvtq/', headers: { host: 'ceejwrstgvtq', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'accept-encoding': 'gzip, deflate' }, remoteState: { auth: undefined, props: null, origin: 'http://localhost:58387', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:58388' } } +0ms
cypress:network:agent addRequest called for http://ceejwrstgvtq/ +22s
cypress:server:stream_buffer stream buffer writeable final called +0ms
cypress:server:server Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:58387', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:58388' } +8ms
cypress:server:proxy handling proxied request { url: '/', proxiedUrl: 'http://zybqdheqrr/', headers: { host: 'zybqdheqrr', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'accept-encoding': 'gzip, deflate' }, remoteState: { auth: undefined, props: null, origin: 'http://localhost:58387', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:58388' } } +8ms
cypress:network:agent addRequest called for http://zybqdheqrr/ +8ms
cypress:server:stream_buffer stream buffer writeable final called +7ms
cypress:server:server Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:58387', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:58388' } +7ms
cypress:server:proxy handling proxied request { url: '/', proxiedUrl: 'http://mzjbqwgcjgvqpa/', headers: { host: 'mzjbqwgcjgvqpa', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'accept-encoding': 'gzip, deflate' }, remoteState: { auth: undefined, props: null, origin: 'http://localhost:58387', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:58388' } } +7ms
cypress:network:agent addRequest called for http://mzjbqwgcjgvqpa/ +3ms
cypress:server:stream_buffer stream buffer writeable final called +3ms
cypress:server:request received an error making http request { timeout: null, retryIntervals: [ 0, 100, 200, 200 ], url: 'http://ceejwrstgvtq/', requestId: 'request2', retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, delaysRemaining: [ 0, 100, 200, 200 ], err: { Error: getaddrinfo ENOTFOUND ceejwrstgvtq ceejwrstgvtq:80 at errnoException (dns.js:50:10) at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:92:26) code: 'ENOTFOUND', errno: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'ceejwrstgvtq', host: 'ceejwrstgvtq', port: 80 } } +0ms
cypress:server:proxy request failed in proxy layer { res: { headersSent: false, statusCode: 200 }, req: { url: '/', proxiedUrl: 'http://ceejwrstgvtq/', headers: { host: 'ceejwrstgvtq', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'accept-encoding': 'gzip' }, method: 'HEAD' }, err: { Error: getaddrinfo ENOTFOUND ceejwrstgvtq ceejwrstgvtq:80 at errnoException (dns.js:50:10) at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:92:26) code: 'ENOTFOUND', errno: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'ceejwrstgvtq', host: 'ceejwrstgvtq', port: 80 } } +81ms
cypress:server:request aborting { requestId: 'request2' } +2ms
HEAD / - - ms - -
cypress:server:request received an error making http request { timeout: null, retryIntervals: [ 0, 100, 200, 200 ], url: 'http://zybqdheqrr/', requestId: 'request3', retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, delaysRemaining: [ 0, 100, 200, 200 ], err: { Error: getaddrinfo ENOTFOUND zybqdheqrr zybqdheqrr:80 at errnoException (dns.js:50:10) at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:92:26) code: 'ENOTFOUND', errno: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'zybqdheqrr', host: 'zybqdheqrr', port: 80 } } +3ms
cypress:server:proxy request failed in proxy layer { res: { headersSent: false, statusCode: 200 }, req: { url: '/', proxiedUrl: 'http://zybqdheqrr/', headers: { host: 'zybqdheqrr', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'accept-encoding': 'gzip' }, method: 'HEAD' }, err: { Error: getaddrinfo ENOTFOUND zybqdheqrr zybqdheqrr:80 at errnoException (dns.js:50:10) at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:92:26) code: 'ENOTFOUND', errno: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'zybqdheqrr', host: 'zybqdheqrr', port: 80 } } +4ms
cypress:server:request aborting { requestId: 'request3' } +9ms
HEAD / - - ms - -
cypress:server:request received an error making http request { timeout: null, retryIntervals: [ 0, 100, 200, 200 ], url: 'http://mzjbqwgcjgvqpa/', requestId: 'request4', retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, delaysRemaining: [ 0, 100, 200, 200 ], err: { Error: getaddrinfo ENOTFOUND mzjbqwgcjgvqpa mzjbqwgcjgvqpa:80 at errnoException (dns.js:50:10) at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:92:26) code: 'ENOTFOUND', errno: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'mzjbqwgcjgvqpa', host: 'mzjbqwgcjgvqpa', port: 80 } } +1ms
cypress:server:proxy request failed in proxy layer { res: { headersSent: false, statusCode: 200 }, req: { url: '/', proxiedUrl: 'http://mzjbqwgcjgvqpa/', headers: { host: 'mzjbqwgcjgvqpa', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'accept-encoding': 'gzip' }, method: 'HEAD' }, err: { Error: getaddrinfo ENOTFOUND mzjbqwgcjgvqpa mzjbqwgcjgvqpa:80 at errnoException (dns.js:50:10) at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:92:26) code: 'ENOTFOUND', errno: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'mzjbqwgcjgvqpa', host: 'mzjbqwgcjgvqpa', port: 80 } } +10ms
cypress:server:request aborting { requestId: 'request4' } +0ms
HEAD / - - ms - -
cypress:server:server Got CONNECT request from localhost:58387 +557ms
cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:58387', headLength: 0, headers: { host: 'localhost:58387', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'proxy-connection': 'keep-alive' } } +2s
cypress:server:server Got CONNECT request from localhost:58387 +746ms
cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:58387', headLength: 0, headers: { host: 'localhost:58387', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'proxy-connection': 'keep-alive' } } +747ms
cypress:server:server Got CONNECT request from localhost:58387 +4s
cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:58387', headLength: 0, headers: { host: 'localhost:58387', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'proxy-connection': 'keep-alive' } } +4s
cypress:server:server Got CONNECT request from localhost:58387 +749ms
cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:58387', headLength: 0, headers: { host: 'localhost:58387', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'proxy-connection': 'keep-alive' } } +750ms
cypress:server:events got request for event: get:project:status, { path: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing' } +10s
cypress:server:project get project status for undefined /Users/sfora2/Projects/docker-poc/frontend/e2e_testing +10s
cypress:server:project no project id +0ms
cypress:server:events sending ipc data { type: 'get:project:status', data: { id: 0.45124630374356856, data: { path: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing', state: 'VALID' } } } +0ms
cypress:server:server Got CONNECT request from localhost:58387 +4s
cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:58387', headLength: 0, headers: { host: 'localhost:58387', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'proxy-connection': 'keep-alive' } } +4s
cypress:server:server Got CONNECT request from localhost:58387 +747ms
cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:58387', headLength: 0, headers: { host: 'localhost:58387', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'proxy-connection': 'keep-alive' } } +747ms
cypress:server:server Got CONNECT request from localhost:58387 +4s
cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:58387', headLength: 0, headers: { host: 'localhost:58387', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'proxy-connection': 'keep-alive' } } +4s
cypress:server:server Got CONNECT request from localhost:58387 +744ms
cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:58387', headLength: 0, headers: { host: 'localhost:58387', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'proxy-connection': 'keep-alive' } } +744ms
cypress:server:timers queuing timer id 9 after 500 ms +25s
cypress:server:timers child received timer id 9 +25s
cypress:server:events got request for event: get:project:status, { path: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing' } +10s
cypress:server:project get project status for undefined /Users/sfora2/Projects/docker-poc/frontend/e2e_testing +10s
cypress:server:project no project id +0ms
cypress:server:events sending ipc data { type: 'get:project:status', data: { id: 0.3723387147084445, data: { path: '/Users/sfora2/Projects/docker-poc/frontend/e2e_testing', state: 'VALID' } } } +0ms
cypress:server:timers child sending timer id 9 +502ms
cypress:server:timers clearing timer id 9 from queue { '9': { args: [], ms: 500, cb: [Function: timerExpired] } } +503ms
cypress:server:saved_state making saved state from /Users/sfora2/Library/Caches/Cypress/3.3.1/Cypress.app/Contents/Resources/app/packages/server +41s
cypress:server:saved_state for project path /Users/sfora2/Projects/docker-poc/frontend/e2e_testing +1ms
cypress:server:saved_state state path for project /Users/sfora2/Projects/docker-poc/frontend/e2e_testing +0ms
cypress:server:appdata path: /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/e2e_testing-ff3ee4f9221c7287b2453f3e59d1fffa/state.json +27s
cypress:server:saved_state full state path /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/e2e_testing-ff3ee4f9221c7287b2453f3e59d1fffa/state.json +41s
cypress:server:file set values in /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/e2e_testing-ff3ee4f9221c7287b2453f3e59d1fffa/state.json +41s
cypress:server:file attempt to get lock on /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/e2e_testing-ff3ee4f9221c7287b2453f3e59d1fffa/state.json +1ms
cypress:server:file gettin lock succeeded or failed for /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/e2e_testing-ff3ee4f9221c7287b2453f3e59d1fffa/state.json +1ms
cypress:server:file read /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/e2e_testing-ff3ee4f9221c7287b2453f3e59d1fffa/state.json +0ms
cypress:server:file read succeeded or failed for /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/e2e_testing-ff3ee4f9221c7287b2453f3e59d1fffa/state.json +1ms
cypress:server:file attempt to unlock /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/e2e_testing-ff3ee4f9221c7287b2453f3e59d1fffa/state.json +0ms
cypress:server:timers queuing timer id 10 after 2000 ms +4ms
cypress:server:timers child received timer id 10 +5ms
cypress:server:timers clearing timer id 10 from queue { '10': { args: [], ms: 2000, cb: [Function: timeoutTimeout] } } +1ms
cypress:server:file unlock succeeded or failed for /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/e2e_testing-ff3ee4f9221c7287b2453f3e59d1fffa/state.json +8ms
cypress:server:file attempt to get lock on /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/e2e_testing-ff3ee4f9221c7287b2453f3e59d1fffa/state.json +0ms
cypress:server:file gettin lock succeeded or failed for /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/e2e_testing-ff3ee4f9221c7287b2453f3e59d1fffa/state.json +2ms
cypress:server:file write /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/e2e_testing-ff3ee4f9221c7287b2453f3e59d1fffa/state.json +0ms
cypress:server:file write succeeded or failed for /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/e2e_testing-ff3ee4f9221c7287b2453f3e59d1fffa/state.json +1ms
cypress:server:file attempt to unlock /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/e2e_testing-ff3ee4f9221c7287b2453f3e59d1fffa/state.json +1ms
cypress:server:timers queuing timer id 11 after 2000 ms +11ms
cypress:server:timers child received timer id 11 +12ms
cypress:server:timers clearing timer id 11 from queue { '11': { args: [], ms: 2000, cb: [Function: timeoutTimeout] } } +0ms
cypress:server:file unlock succeeded or failed for /Users/sfora2/Library/Application Support/Cypress/cy/production/projects/e2e_testing-ff3ee4f9221c7287b2453f3e59d1fffa/state.json +0ms
cypress:server:server Got CONNECT request from localhost:58387 +4s
cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:58387', headLength: 0, headers: { host: 'localhost:58387', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'proxy-connection': 'keep-alive' } } +4s
cypress:server:timers child sending timer id 10 +2s
cypress:server:timers child sending timer id 11 +0ms
cypress:server:server Got CONNECT request from localhost:58387 +740ms
cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:58387', headLength: 0, headers: { host: 'localhost:58387', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'proxy-connection': 'keep-alive' } } +740ms
cypress:server:events got request for event: close:browser, undefined +4s
cypress:server:browsers killing browser process +30s
cypress:server:events sending ipc data { type: 'launch:browser', data: { id: 0.5286670934960425, data: { browserClosed: true } } } +167ms
cypress:server:browsers browser process killed +166ms
cypress:server:events sending ipc data { type: 'close:browser', data: { id: 0.8486340131561818, data: 0 } } +0ms

@flotwig
Copy link
Contributor

flotwig commented Jun 28, 2019

Hey everyone, we just released version 3.3.2 of Cypress with a ton of network improvements and bugfixes. Can you guys try updating your Cypress version to 3.3.2 and seeing if you still experience this issue? 🤞

@aziparu
Copy link

aziparu commented Jul 31, 2019

@flotwig Finally got a chance to use the latest, which is currently version 3.4.1. It works in Chrome! I'm using v75.

@QualityADHD
Copy link
Author

Just verified this is now fixed with Cypress v3.4.1 and Chrome 75. Thank you!

@gaderrick
Copy link

So I hate to say this, but the issue is popping up again for Chrome 78. It appears that Cypress is ignoring the cypress.json settings for the port and opening the node server on a random port which of course doesn't work. Frustrating.

@WalasPrime
Copy link

WalasPrime commented Dec 6, 2019

Just encountered this issue too. Was unable to load any page with "baseUrl": "http://localhost/", but after starting my server on port 1234 and changing the config to "baseUrl": "http://localhost:1234/" the app interface loaded.

Edit: Cypress 3.6.1

@jennifer-shehane
Copy link
Member

This issue's case was resolved in 3.3.1, so there is likely something newly introduced that is not covered in our current tests. Please open a new issue with a reproducible example.

@cypress-io cypress-io locked as resolved and limited conversation to collaborators Dec 18, 2019
@cypress-bot cypress-bot bot added stage: ready for work The issue is reproducible and in scope and removed stage: work in progress labels Dec 18, 2019
@jennifer-shehane jennifer-shehane removed stage: ready for work The issue is reproducible and in scope type: regression A bug that didn't appear until a specific Cy version release labels Jan 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
pkg/server This is due to an issue in the packages/server directory
Projects
None yet
Development

Successfully merging a pull request may close this issue.