-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Timed out waiting for the browser to connect. - both on headless and GUI #2017
Comments
don’t even know what went wrong. I reinstalled whole computer and Cypress is back and running. I still have the whole debug log if you are interested in debugging. |
I'm running into this in CI, see https://circleci.com/workflow-run/0f4bfb6d-ee87-49b7-b071-24f6cd1c69f2 ( |
@mxstbr can you turn on debug logging? You can flip on the environment variable in circle without changing anything. name: Or from the command line: I'm going to guess here that you changed something - possible in a support file that is causing Cypress to error when it opens the browser, which prevents it from ever notifying the server that it's correctly connected. That's just a guess though, without more debug logs I can't be sure. That would explain why all of the spec files are failing instead of it just happening on a single one. We do correctly handle all spec and support file bundling (like syntax error stuff) but it's possible something isn't being caught correctly. This is just a guess though, it may be 100% wrong. |
I'm also experiencing this issue on my Mac. Things were working well and I didn't touch the project for about a week, and when I came back, I started experiencing the connection issue. I'd done an install/uninstall of some dependencies but otherwise hadn't messed with the cypress setup. `cypress run` debug logcypress:cli cli starts with arguments ["/usr/local/bin/node","/Users/Spencer/Code/project/node_modules/.bin/cypress","run"] +0ms cypress:cli NODE_OPTIONS is not set +0ms cypress:cli program parsing arguments +2ms cypress:cli running Cypress +2ms cypress:cli parsed cli options {} +235ms cypress:cli verifying Cypress app +0ms cypress:cli checking environment variables +1ms cypress:cli checking if executable exists /Users/Spencer/Library/Caches/Cypress/3.0.1/Cypress.app/Contents/MacOS/Cypress +23ms cypress:cli binaryDir is /Users/Spencer/Library/Caches/Cypress/3.0.1/Cypress.app +3ms cypress:cli Found binary version 3.0.1 installed in: /Users/Spencer/Library/Caches/Cypress/3.0.1/Cypress.app +3ms cypress:cli { verified: true } +0ms cypress:cli is Verified ? true +3ms cypress:cli processing run options +0ms cypress:cli --key is not set, looking up environment variable CYPRESS_RECORD_KEY +0ms cypress:cli run to spawn.start args ["--run-project","/Users/Spencer/Code/project"] +0ms cypress:cli needs XVFB? false +0ms cypress:cli spawning Cypress with executable: /Users/Spencer/Library/Caches/Cypress/3.0.1/Cypress.app/Contents/MacOS/Cypress +10ms cypress:cli spawn forcing env overrides { FORCE_COLOR: '1', DEBUG_COLORS: '1', MOCHA_COLORS: '1', FORCE_STDIN_TTY: '1', FORCE_STDOUT_TTY: '1', FORCE_STDERR_TTY: '1' } +0ms cypress:cli spawn args [ '--run-project', '/Users/Spencer/Code/project', '--cwd', '/Users/Spencer/Code/project' ] { dev: undefined, detached: false, stdio: [ 'inherit', 'inherit', 'pipe' ] } +1ms cypress:ts Running without ts-node hook in environment "production" +0ms cypress:server:cypress starting cypress with argv [ '/Users/Spencer/Library/Caches/Cypress/3.0.1/Cypress.app/Contents/MacOS/Cypress','--run-project', '/Users/Spencer/Code/project', '--cwd', '/Users/Spencer/Code/project' ] +0ms cypress:server:appdata path: /Users/Spencer/Library/Application Support/Cypress/cy/production +469ms cypress:server:cypress start in mode run with options {"_":["/Users/Spencer/Library/Caches/Cypress/3.0.1/Cypress.app/Contents/MacOS/Cypress"],"run-project":"/Users/Spencer/Code/project","runProject":"/Users/Spencer/Code/project","cwd":"/Users/Spencer/Code/project","projectRoot":"/Users/Spencer/Code/project","run":true} +120ms cypress:server:appdata path: /Users/Spencer/Library/Application Support/Cypress/cy/production/browsers +769ms cypress:server:appdata path: /Users/Spencer/Library/Application Support/Cypress/cy/production +133ms cypress:server:appdata path: /Users/Spencer/Library/Application Support/Cypress/cy/production/cache +136ms cypress:server:timers queuing timer id 1 after 500 ms +3s 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] } } +511ms cypress:server:run run mode ready with options { _: [ '/Users/Spencer/Library/Caches/Cypress/3.0.1/Cypress.app/Contents/MacOS/Cypress' ], 'run-project': '/Users/Spencer/Code/project', runProject: '/Users/Spencer/Code/project', cwd: '/Users/Spencer/Code/project', projectRoot: '/Users/Spencer/Code/project', run: true } +2ms cypress:server:project Project created /Users/Spencer/Code/project +3ms 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 +0ms cypress:launcher found com.google.Chrome at /Applications/Google Chrome.app +53ms cypress:launcher reading property file "/Applications/Google Chrome.app/Contents/Info.plist" +0ms cypress:launcher setting major version for {"name":"chrome","displayName":"Chrome","version":"67.0.3396.87","path":"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"} +22ms cypress:launcher browser chrome version 67.0.3396.87 major version 67 +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 found org.chromium.Chromium at /Users/Spencer/Applications/Chromium.app +37ms cypress:launcher reading property file "/Users/Spencer/Applications/Chromium.app/Contents/Info.plist" +0ms cypress:launcher setting major version for {"name":"chromium","displayName":"Chromium","version":"57.0.2987.110","path":"/Users/Spencer/Applications/Chromium.app/Contents/MacOS/Chromium"} +11ms cypress:launcher browser chromium version 57.0.2987.110 major version 57 +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 +36ms 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/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 +0ms cypress:launcher could not detect canary using traditional Mac methods +0ms cypress:launcher trying linux search +0ms cypress:launcher looking using command "google-chrome-canary --version" +1ms cypress:launcher Could not detect browser Command failed: /bin/sh -c google-chrome-canary --version /bin/sh: google-chrome-canary: command not found +11ms cypress:launcher browser canary not installed +1ms cypress:server:project opening project /Users/Spencer/Code/project +182ms cypress:server:project opening project instance /Users/Spencer/Code/project +0ms cypress:server:config setting support file /Users/Spencer/Code/project/test/e2e/support/index.js +14ms cypress:server:config for project root /Users/Spencer/Code/project +1ms cypress:server:config set support folder /Users/Spencer/Code/project/test/e2e/support +1ms cypress:server:config setting plugins file /Users/Spencer/Code/project/test/e2e/plugins/index.js +0ms cypress:server:config for project root /Users/Spencer/Code/project +0ms cypress:server:config set pluginsFile to /Users/Spencer/Code/project/test/e2e/plugins/index.js +1ms cypress:server:scaffold scaffolded files ["test/e2e/integration/examples/actions.spec.js","test/e2e/integration/examples/aliasing.spec.js","test/e2e/integration/examples/assertions.spec.js","test/e2e/integration/examples/connectors.spec.js","test/e2e/integration/examples/cookies.spec.js","test/e2e/integration/examples/cypress_api.spec.js","test/e2e/integration/examples/files.spec.js","test/e2e/integration/examples/local_storage.spec.js","test/e2e/integration/examples/location.spec.js","test/e2e/integration/examples/misc.spec.js","test/e2e/integration/examples/navigation.spec.js","test/e2e/integration/examples/network_requests.spec.js","test/e2e/integration/examples/querying.spec.js","test/e2e/integration/examples/spies_stubs_clocks.spec.js","test/e2e/integration/examples/traversal.spec.js","test/e2e/integration/examples/utilities.spec.js","test/e2e/integration/examples/viewport.spec.js","test/e2e/integration/examples/waiting.spec.js","test/e2e/integration/examples/window.spec.js","test/e2e/fixtures/example.json","test/e2e/support/commands.js","test/e2e/support/index.js","test/e2e/plugins/index.js"] +5ms cypress:server making saved state from /Users/Spencer/Library/Caches/Cypress/3.0.1/Cypress.app/Contents/Resources/app/packages/server+4ms cypress:server for project path /Users/Spencer/Code/project +0ms cypress:server state path for project /Users/Spencer/Code/project +1ms cypress:server:appdata path: /Users/Spencer/Library/Application Support/Cypress/cy/production/projects/project-c6d25c81b222d7ea02e12359c369ce86/state.json +1ms cypress:server full state path /Users/Spencer/Library/Application Support/Cypress/cy/production/projects/project-c6d25c81b222d7ea02e12359c369ce86/state.json +0ms cypress:server making new state file around /Users/Spencer/Library/Application Support/Cypress/cy/production/projects/project-c6d25c81b222d7ea02e12359c369ce86/state.json +1ms cypress:server:file reading JSON file /Users/Spencer/Library/Application Support/Cypress/cy/production/projects/project-c6d25c81b222d7ea02e12359c369ce86/state.json +4ms cypress:server:scaffold found 1 files in folder /Users/Spencer/Code/project/test/e2e/integration +12ms cypress:server:scaffold determine if we should scaffold: +0ms cypress:server:scaffold - empty? false +1ms 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 +2ms cypress:server:scaffold plugins folder /Users/Spencer/Code/project/test/e2e/plugins +0ms cypress:server:plugins plugins.init /Users/Spencer/Code/project/test/e2e/plugins/index.js +1ms cypress:server:plugins:child pluginsFile: /Users/Spencer/Code/project/test/e2e/plugins/index.js +0ms cypress:server:plugins:child require pluginsFile +3ms 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 +283ms 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' +1ms cypress:server:project plugin config yielded: null +0ms cypress:server:server Server listening on port 64836 +175ms cypress:server:appdata path: /Users/Spencer/Library/Application Support/Cypress/cy/production/proxy +1ms cypress:https-proxy Created SNI HTTPS Proxy on port 64838 +0ms cypress:server:server Setting remoteAuth undefined +41ms cypress:server:server Setting remoteOrigin http://localhost:64836 +0ms cypress:server:server Setting remoteStrategy file +1ms cypress:server:server Setting remoteHostAndPort null +0ms cypress:server:server Setting remoteDocDomain localhost +0ms cypress:server:server Setting remoteFileServer http://localhost:64837 +0ms cypress:server:server Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:64836', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:64837' } +0ms cypress:server:project project config: { fixturesFolder: '/Users/Spencer/Code/project/test/e2e/fixtures', integrationFolder: '/Users/Spencer/Code/project/test/e2e/integration', pluginsFile: '/Users/Spencer/Code/project/test/e2e/plugins/index.js', supportFile: '/Users/Spencer/Code/project/test/e2e/support/index.js', projectRoot: '/Users/Spencer/Code/project', projectName: 'project', morgan: false, isTextTerminal: true, socketId: '2mv2z', report: true, browsers: [ { name: 'chrome', displayName: 'Chrome', version: '67.0.3396.87', path: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome', majorVersion: '67' }, { name: 'chromium', displayName: 'Chromium', version: '57.0.2987.110', path: '/Users/Spencer/Applications/Chromium.app/Contents/MacOS/Chromium', majorVersion: '57' }, { name: 'electron', displayName: 'Electron', version: '59.0.3071.115', path: '', majorVersion: '59', 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: 64836, hosts: null, baseUrl: null, userAgent: null, 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: 0, watchForFileChanges: false, trashAssetsBeforeRuns: true, autoOpen: false, viewportWidth: 1000, viewportHeight: 660, fileServerFolder: '/Users/Spencer/Code/project', videosFolder: '/Users/Spencer/Code/project/cypress/videos', screenshotsFolder: '/Users/Spencer/Code/project/cypress/screenshots', namespace: '__cypress', javascripts: [], env: {}, cypressEnv: 'production', parentTestsFolder: '/Users/Spencer/Code/project/test/e2e', parentTestsFolderDisplay: 'project/test/e2e', supportFolder: '/Users/Spencer/Code/project/test/e2e/support', integrationExampleName: 'examples', integrationExamplePath: '/Users/Spencer/Code/project/test/e2e/integration/examples', scaffoldedFiles: [ { name: 'test', children: [Array] } ], state: { showedOnBoardingModal: true, appX: 315, appY: 124 }, isNewProject: false, proxyUrl: 'http://localhost:64836', browserUrl: 'http://localhost:64836/__/', reporterUrl: 'http://localhost:64836/__cypress/reporter', xhrUrl: '__cypress/xhrs/' } +2ms cypress:server:reporter trying to load reporter: spec +3ms cypress:server:reporter spec is Mocha reporter +0ms cypress:server:project scaffolding project /Users/Spencer/Code/project +6ms cypress:server:scaffold support folder /Users/Spencer/Code/project/test/e2e/support, support file /Users/Spencer/Code/project/test/e2e/support/index.js +0ms cypress:server:project attempt watch plugins file: /Users/Spencer/Code/project/test/e2e/plugins/index.js +1ms cypress:server:project plugins file found? true +2ms cypress:server:project watch plugins file +0ms cypress:server:timers queuing timer id 2 after 0 ms +22ms cypress:server:timers child received timer id 2 +778ms cypress:server:timers child sending timer id 2 +1ms cypress:server:timers clearing timer id 2 from queue { '2': { args: [], ms: 0, cb: [Function: clear] } } +3ms cypress:server:timers clearing timer id 2 from queue {} +1ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +5ms cypress:launcher checking one browser chrome +616ms 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:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +30ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +1ms cypress:server:run found '1' specs using spec pattern 'null': [ 'public_home.test.js' ] +1ms cypress:launcher found com.google.Chrome at /Applications/Google Chrome.app +46ms cypress:launcher reading property file "/Applications/Google Chrome.app/Contents/Info.plist" +0ms cypress:launcher setting major version for {"name":"chrome","displayName":"Chrome","version":"67.0.3396.87","path":"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"} +17ms cypress:launcher browser chrome version 67.0.3396.87 major version 67 +0ms cypress:launcher checking one browser chromium +0ms 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 /Users/Spencer/Applications/Chromium.app +38ms cypress:launcher reading property file "/Users/Spencer/Applications/Chromium.app/Contents/Info.plist" +0ms cypress:launcher setting major version for {"name":"chromium","displayName":"Chromium","version":"57.0.2987.110","path":"/Users/Spencer/Applications/Chromium.app/Contents/MacOS/Chromium"} +10ms cypress:launcher browser chromium version 57.0.2987.110 major version 57 +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 +40ms 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 looking using command "google-chrome-canary --version" +0ms cypress:launcher Could not detect browser Command failed: /bin/sh -c google-chrome-canary --version /bin/sh: google-chrome-canary: command not found +9ms cypress:launcher browser canary not installed +1ms ==================================================================================================== (Run Starting) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: public_home.test.js... (1 of 1) cypress:server:browsers killing browser process +4ms cypress:server:browsers killing browser process +1ms cypress:server:browsers killing browser process +1ms (Results) ┌───────────────────────────────────┐ cypress:server:run attempting to close the browser +23ms If I run via
And here are the logs: `cypress start` debug logscypress:server:cypress start in mode interactive with options {"_":["/Users/Spencer/Library/Caches/Cypress/3.0.1/Cypress.app/Contents/MacOS/Cypress"],"project":"/Users/Spencer/Code/project","cwd":"/Users/Spencer/Code/project","projectRoot":"/Users/Spencer/Code/project"} +122ms cypress:server:appdata path: /Users/Spencer/Library/Application Support/Cypress/cy/production/browsers +760ms cypress:server:appdata path: /Users/Spencer/Library/Application Support/Cypress/cy/production +185ms cypress:server:appdata path: /Users/Spencer/Library/Application Support/Cypress/cy/production/cache +7ms cypress:server:timers queuing timer id 1 after 500 ms +3s cypress:server:timers child received timer id 1 +0ms cypress:server:timers child sending timer id 1 +505ms cypress:server:timers clearing timer id 1 from queue { '1': { args: [], ms: 500, cb: [Function] } } +510ms cypress:server making saved state from /Users/Spencer/Library/Caches/Cypress/3.0.1/Cypress.app/Contents/Resources/app/packages/server+14ms cypress:server for project path /Users/Spencer/Code/project +0ms cypress:server state path for project /Users/Spencer/Code/project +1ms cypress:server:appdata path: /Users/Spencer/Library/Application Support/Cypress/cy/production/projects/project-c6d25c81b222d7ea02e12359c369ce86/state.json +1ms cypress:server full state path /Users/Spencer/Library/Application Support/Cypress/cy/production/projects/project-c6d25c81b222d7ea02e12359c369ce86/state.json +0ms cypress:server making new state file around /Users/Spencer/Library/Application Support/Cypress/cy/production/projects/project-c6d25c81b222d7ea02e12359c369ce86/state.json +0ms cypress:server:file reading JSON file /Users/Spencer/Library/Application Support/Cypress/cy/production/projects/project-c6d25c81b222d7ea02e12359c369ce86/state.json +13ms cypress:server:windows creating electron window with options { backgroundColor: '#dfe2e4', width: 800, height: 550, minWidth: 458, minHeight: 400, x: 315, y: 124, 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/Spencer/Library/Caches/Cypress/3.0.1/Cypress.app/Contents/Resources/app/packages/desktop-gui/dist/index.html', webPreferences: { preload: '/Users/Spencer/Library/Caches/Cypress/3.0.1/Cypress.app/Contents/Resources/app/packages/server/lib/ipc/ipc.js', chromeWebSecurity: true, nodeIntegration: false, backgroundThrottling: false, backgroundColor: '#dfe2e4',transparent: false }, contextMenu: false, recordFrameRate: null, onPaint: null, onCrashed: [Function: onCrashed], onNewWindow: [Function: onNewWindow] } +49ms cypress:server:events got request for event: on:menu:clicked, undefined +672ms cypress:server:events got request for event: get:options, undefined +0ms cypress:server:events sending ipc data { type: 'get:options', data: { id: 0.8823952143979135, data: { _: [Array], project: '/Users/Spencer/Code/project', cwd: '/Users/Spencer/Code/project', projectRoot: '/Users/Spencer/Code/project', onFocusTests: [Function: onFocusTests], os: 'darwin', version: '3.0.1' } } } +1ms cypress:server:events got request for event: get:current:user, undefined +2ms cypress:server:file reading JSON file /Users/Spencer/Library/Application Support/Cypress/cy/production/cache +9ms cypress:server:events sending ipc data { type: 'get:current:user', data: { id: 0.879795075402269, data: {} } } +3ms cypress:server:events got request for event: on:focus:tests, undefined +112ms 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 +2ms cypress:server:events got request for event: open:project, '/Users/Spencer/Code/project' +1ms cypress:server:project Project created /Users/Spencer/Code/project +1ms 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 +1ms cypress:launcher looking for bundle id com.google.Chrome using command: mdfind 'kMDItemCFBundleIdentifier=="com.google.Chrome"' | head -1 +1ms cypress:server:events got request for event: updater:check, undefined +31ms cypress:server:updater checking for new version of Cypress. current version is 3.0.1 +1ms cypress:launcher found com.google.Chrome at /Applications/Google Chrome.app +67ms cypress:launcher reading property file "/Applications/Google Chrome.app/Contents/Info.plist" +1ms cypress:launcher setting major version for {"name":"chrome","displayName":"Chrome","version":"67.0.3396.87","path":"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"} +30ms cypress:launcher browser chrome version 67.0.3396.87 major version 67 +1ms 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 found org.chromium.Chromium at /Users/Spencer/Applications/Chromium.app +57ms cypress:launcher reading property file "/Users/Spencer/Applications/Chromium.app/Contents/Info.plist" +0ms cypress:launcher setting major version for {"name":"chromium","displayName":"Chromium","version":"57.0.2987.110","path":"/Users/Spencer/Applications/Chromium.app/Contents/MacOS/Chromium"} +17ms cypress:launcher browser chromium version 57.0.2987.110 major version 57 +0ms cypress:launcher checking one browser canary +1ms 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 +84ms cypress:launcher reading property file "Contents/Info.plist" +0ms cypress:launcher could not read Info.plist for Contents/Info.plist +2ms 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 +1ms cypress:launcher could not detect canary using traditional Mac methods +0ms cypress:launcher trying linux search +0ms cypress:launcher looking using command "google-chrome-canary --version" +1ms cypress:launcher Could not detect browser Command failed: /bin/sh -c google-chrome-canary --version /bin/sh: google-chrome-canary: command not found +17ms cypress:launcher browser canary not installed +1ms cypress:server:project opening project /Users/Spencer/Code/project +263ms cypress:server:project opening project instance /Users/Spencer/Code/project +1ms cypress:server:config setting support file /Users/Spencer/Code/project/test/e2e/support/index.js +19ms cypress:server:config for project root /Users/Spencer/Code/project +0ms cypress:server:config set support folder /Users/Spencer/Code/project/test/e2e/support +2ms cypress:server:config setting plugins file /Users/Spencer/Code/project/test/e2e/plugins/index.js +0ms cypress:server:config for project root /Users/Spencer/Code/project +0ms cypress:server:config set pluginsFile to /Users/Spencer/Code/project/test/e2e/plugins/index.js +1ms cypress:server:scaffold scaffolded files ["test/e2e/integration/examples/actions.spec.js","test/e2e/integration/examples/aliasing.spec.js","test/e2e/integration/examples/assertions.spec.js","test/e2e/integration/examples/connectors.spec.js","test/e2e/integration/examples/cookies.spec.js","test/e2e/integration/examples/cypress_api.spec.js","test/e2e/integration/examples/files.spec.js","test/e2e/integration/examples/local_storage.spec.js","test/e2e/integration/examples/location.spec.js","test/e2e/integration/examples/misc.spec.js","test/e2e/integration/examples/navigation.spec.js","test/e2e/integration/examples/network_requests.spec.js","test/e2e/integration/examples/querying.spec.js","test/e2e/integration/examples/spies_stubs_clocks.spec.js","test/e2e/integration/examples/traversal.spec.js","test/e2e/integration/examples/utilities.spec.js","test/e2e/integration/examples/viewport.spec.js","test/e2e/integration/examples/waiting.spec.js","test/e2e/integration/examples/window.spec.js","test/e2e/fixtures/example.json","test/e2e/support/commands.js","test/e2e/support/index.js","test/e2e/plugins/index.js"] +9ms cypress:server making saved state from /Users/Spencer/Library/Caches/Cypress/3.0.1/Cypress.app/Contents/Resources/app/packages/server+13ms cypress:server for project path /Users/Spencer/Code/project +0ms cypress:server state path for project /Users/Spencer/Code/project +1ms cypress:server:appdata path: /Users/Spencer/Library/Application Support/Cypress/cy/production/projects/project-c6d25c81b222d7ea02e12359c369ce86/state.json +0ms cypress:server full state path /Users/Spencer/Library/Application Support/Cypress/cy/production/projects/project-c6d25c81b222d7ea02e12359c369ce86/state.json +0ms cypress:server:file reading JSON file /Users/Spencer/Library/Application Support/Cypress/cy/production/projects/project-c6d25c81b222d7ea02e12359c369ce86/state.json +2ms cypress:server:scaffold found 1 files in folder /Users/Spencer/Code/project/test/e2e/integration +19ms cypress:server:scaffold determine if we should scaffold: +0ms cypress:server:scaffold - empty? false +2ms cypress:server:scaffold - different number of files? true +1ms cypress:server:scaffold - same sizes? false +4ms cypress:server:scaffold untouched scaffold false modal closed true +2ms cypress:server:scaffold plugins folder /Users/Spencer/Code/project/test/e2e/plugins +0ms cypress:server:plugins plugins.init /Users/Spencer/Code/project/test/e2e/plugins/index.js +2ms cypress:server:updater latest version of Cypress is: 3.0.1 +168ms cypress:server:updater new version of Cypress does not exist +0ms cypress:server:events sending ipc data { type: 'updater:check', data: { id: 0.9717171768477204, data: false } } +0ms cypress:server:plugins:child pluginsFile: /Users/Spencer/Code/project/test/e2e/plugins/index.js +0ms cypress:server:plugins:child require pluginsFile +4ms cypress:server:plugins:child run plugins function +3ms cypress:server:plugins:child register event _get:task:body with id 0 +1ms 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 +352ms 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 +1ms cypress:server:server Server listening on port 64935 +216ms cypress:server:appdata path: /Users/Spencer/Library/Application Support/Cypress/cy/production/proxy +1ms cypress:https-proxy Created SNI HTTPS Proxy on port 64937 +0ms cypress:server:server Setting remoteAuth undefined +37ms cypress:server:server Setting remoteOrigin http://localhost:64935 +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:64936 +0ms cypress:server:server Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:64935', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:64936' } +1ms cypress:server:project project config: { fixturesFolder: '/Users/Spencer/Code/project/test/e2e/fixtures', integrationFolder: '/Users/Spencer/Code/project/test/e2e/integration', pluginsFile: '/Users/Spencer/Code/project/test/e2e/plugins/index.js', supportFile: '/Users/Spencer/Code/project/test/e2e/support/index.js', projectRoot: '/Users/Spencer/Code/project', projectName: 'project', report: false, browsers: [{ name: 'chrome', displayName: 'Chrome', version: '67.0.3396.87', path: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome',majorVersion: '67' }, { name: 'chromium', displayName: 'Chromium', version: '57.0.2987.110', path: '/Users/Spencer/Applications/Chromium.app/Contents/MacOS/Chromium', majorVersion: '57' }, { name: 'electron', displayName: 'Electron', version: '59.0.3071.115', path: '', majorVersion: '59', 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:64935, 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/Spencer/Code/project', videosFolder: '/Users/Spencer/Code/project/cypress/videos', screenshotsFolder: '/Users/Spencer/Code/project/cypress/screenshots', namespace: '__cypress', javascripts: [], env: {}, cypressEnv: 'production', parentTestsFolder: '/Users/Spencer/Code/project/test/e2e', parentTestsFolderDisplay: 'project/test/e2e', supportFolder: '/Users/Spencer/Code/project/test/e2e/support', integrationExampleName: 'examples', integrationExamplePath: '/Users/Spencer/Code/project/test/e2e/integration/examples', scaffoldedFiles: [ { name: 'test', children: [Array] } ], state: { showedOnBoardingModal: true, appX: 315, appY: 124 }, isNewProject: false,proxyUrl: 'http://localhost:64935', browserUrl: 'http://localhost:64935/__/', reporterUrl: 'http://localhost:64935/__cypress/reporter',xhrUrl: '__cypress/xhrs/' } +1ms cypress:server:project watch settings files +5ms cypress:server:project scaffolding project /Users/Spencer/Code/project +13ms cypress:server:scaffold support folder /Users/Spencer/Code/project/test/e2e/support, support file /Users/Spencer/Code/project/test/e2e/support/index.js +1ms cypress:server:scaffold integration folder /Users/Spencer/Code/project/test/e2e/integration +0ms cypress:server:scaffold fixture folder /Users/Spencer/Code/project/test/e2e/fixtures +0ms cypress:server:project attempt watch plugins file: /Users/Spencer/Code/project/test/e2e/plugins/index.js +4ms cypress:server:timers queuing timer id 2 after 0 ms +3ms cypress:server:timers child received timer id 2 +2s cypress:server:project plugins file found? true +2ms cypress:server:timers child sending timer id 2 +1ms cypress:server:project watch plugins file +0ms cypress:server:timers queuing timer id 3 after 0 ms +31ms cypress:server:timers child received timer id 3 +31ms cypress:server:timers clearing timer id 2 from queue { '2': { args: [], ms: 0, cb: [Function: clear] }, '3': { args: [], ms: 0, cb: [Function: clear] } } +0ms cypress:server:timers clearing timer id 2 from queue { '3': { args: [], ms: 0, cb: [Function: clear] } } +1ms cypress:server:timers child sending timer id 3 +2ms cypress:server:timers clearing timer id 3 from queue { '3': { args: [], ms: 0, cb: [Function: clear] } } +2ms cypress:server:timers clearing timer id 3 from queue {} +0ms cypress:server:events sending ipc data { type: 'open:project', data: { id: 0.3981669477486487, data: { fixturesFolder: '/Users/Spencer/Code/project/test/e2e/fixtures', integrationFolder: '/Users/Spencer/Code/project/test/e2e/integration', pluginsFile: '/Users/Spencer/Code/project/test/e2e/plugins/index.js', supportFile: '/Users/Spencer/Code/project/test/e2e/support/index.js', projectRoot: '/Users/Spencer/Code/project', projectName: 'project', report: false, browsers: [Array], port: 64935, 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/Spencer/Code/project', videosFolder: '/Users/Spencer/Code/project/cypress/videos', screenshotsFolder: '/Users/Spencer/Code/project/cypress/screenshots', namespace: '__cypress', javascripts: [], env: {}, cypressEnv: 'production', resolved: [Object], parentTestsFolder: '/Users/Spencer/Code/project/test/e2e', parentTestsFolderDisplay: 'project/test/e2e', supportFolder: '/Users/Spencer/Code/project/test/e2e/support', integrationExampleName: 'examples', integrationExamplePath: '/Users/Spencer/Code/project/test/e2e/integration/examples', scaffoldedFiles: [Array], state: [Object], isNewProject: false, proxyUrl: 'http://localhost:64935', browserUrl: 'http://localhost:64935/__/', reporterUrl: 'http://localhost:64935/__cypress/reporter', xhrUrl: '__cypress/xhrs/' } } } +1ms cypress:server:events got request for event: get:specs, undefined +42ms cypress:server:timers queuing timer id 4 after 2500 ms +1ms cypress:server:timers child received timer id 4 +45ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +1ms cypress:server:events got request for event: get:project:status, { path: '/Users/Spencer/Code/project' } +3ms cypress:server:project get project status for undefined /Users/Spencer/Code/project +1ms cypress:server:project no project id +0ms cypress:server:events sending ipc data { type: 'get:project:status', data: { id: 0.5456605885959787, data: { path: '/Users/Spencer/Code/project', state: 'VALID' } } } +2ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +4ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +0ms cypress:server:events sending ipc data { type: 'get:specs', data: { id: 0.18507786220113975, data: { integration: [Array] } } } +1ms cypress:server:timers child sending timer id 4 +3s cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] } } +2s cypress:server:timers queuing timer id 4 after 2500 ms +0ms cypress:server:timers child received timer id 4 +2ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +1ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +2ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +0ms cypress:server:events got request for event: close:browser, undefined +13ms cypress:server:events sending ipc data { type: 'close:browser', data: { id: 0.5369838276567824, data: undefined } } +1ms cypress:server:events got request for event: launch:browser, { browser: 'chrome', spec: 'test/e2e/integration/public_home.test.js' } +12ms cypress:server:project launching browser chrome spec test/e2e/integration/public_home.test.js +1ms cypress:server:project resetting project instance /Users/Spencer/Code/project +0ms cypress:server:server Setting remoteAuth undefined +0ms cypress:server:server Setting remoteOrigin http://localhost:64935 +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:64936 +0ms cypress:server:server Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:64935', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:64936' } +0ms cypress:server:project launching project in browser chrome +2ms cypress:server:browsers opening browser chrome +5ms cypress:server:appdata path: /Users/Spencer/Library/Application Support/Cypress/cy/production/extensions/chrome +4ms cypress:server:appdata path: /Users/Spencer/Library/Application Support/Cypress/cy/production/extensions/chrome/background.js +0ms cypress:server:browsers launch in chrome: http://localhost:64935/__/#/tests/integration/public_home.test.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,--disable-blink-features=RootLayerScrolling,--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,--proxy-server=http://localhost:64935,--load-extension=/Users/Spencer/Library/Application Support/Cypress/cy/production/extensions/chrome,/Users/Spencer/Library/Caches/Cypress/3.0.1/Cypress.app/Contents/Resources/app/packages/extension/theme,--user-data-dir=/Users/Spencer/Library/Application Support/Cypress/cy/production/browsers/chrome,--disk-cache-dir=/Users/Spencer/Library/Application Support/Cypress/cy/production/browsers/chrome/CypressCache +89ms cypress:launcher checking one browser chrome +4s 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 +41ms cypress:launcher reading property file "/Applications/Google Chrome.app/Contents/Info.plist" +1ms cypress:launcher setting major version for {"name":"chrome","displayName":"Chrome","version":"67.0.3396.87","path":"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"} +16ms cypress:launcher browser chrome version 67.0.3396.87 major version 67 +0ms cypress:launcher checking one browser chromium +0ms 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 /Users/Spencer/Applications/Chromium.app +45ms cypress:launcher reading property file "/Users/Spencer/Applications/Chromium.app/Contents/Info.plist" +0ms cypress:launcher setting major version for {"name":"chromium","displayName":"Chromium","version":"57.0.2987.110","path":"/Users/Spencer/Applications/Chromium.app/Contents/MacOS/Chromium"} +8ms cypress:launcher browser chromium version 57.0.2987.110 major version 57 +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 +40ms 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/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 +0ms cypress:launcher could not detect canary using traditional Mac methods +0ms cypress:launcher trying linux search +0ms cypress:launcher looking using command "google-chrome-canary --version" +0ms cypress:launcher Could not detect browser Command failed: /bin/sh -c google-chrome-canary --version /bin/sh: google-chrome-canary: command not found +13ms cypress:launcher browser canary not installed +0ms cypress:launcher launching browser chrome to open http://localhost:64935/__/#/tests/integration/public_home.test.js +1ms cypress:launcher spawning browser /Applications/Google Chrome.app/Contents/MacOS/Google Chrome with args http://localhost:64935/__/#/tests/integration/public_home.test.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 --disable-blink-features=RootLayerScrolling --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 --proxy-server=http://localhost:64935 --load-extension=/Users/Spencer/Library/Application Support/Cypress/cy/production/extensions/chrome,/Users/Spencer/Library/Caches/Cypress/3.0.1/Cypress.app/Contents/Resources/app/packages/extension/theme --user-data-dir=/Users/Spencer/Library/Application Support/Cypress/cy/production/browsers/chrome --disk-cache-dir=/Users/Spencer/Library/Application Support/Cypress/cy/production/browsers/chrome/CypressCache +1ms cypress:server:browsers browser opened +174ms cypress:server:timers queuing timer id 5 after 1000 ms +1ms cypress:server:timers child received timer id 5 +305ms cypress:server:server Got CONNECT request from clientservices.googleapis.com:443 +442ms cypress:https-proxy Writing socket connection headers for URL: clientservices.googleapis.com:443 +3s cypress:server:server HTTPS request does not match URL: https://clientservices.googleapis.com:443 with props: null +3ms cypress:https-proxy Making direct connection to clientservices.googleapis.com:443 +3ms cypress:server:timers child sending timer id 5 +1s cypress:server:timers clearing timer id 5 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] }, '5': { args: [], ms: 1000, cb: [Function] } } +556ms cypress:server:events sending ipc data { type: 'launch:browser', data: { id: 0.6715702199278304, data: { browserOpened: true } } } +1ms cypress:server:server Got CONNECT request from accounts.google.com:443 +448ms cypress:https-proxy Writing socket connection headers for URL: accounts.google.com:443 +1s cypress:server:server Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:64935', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:64936' } +11ms cypress:server:proxy handling proxied request { url: '/local/user//report/heartbeat.json?system_username=', proxiedUrl: 'http://localhost:48867/local/user//report/heartbeat.json?system_username=', cookies: {}, remoteState: { auth: undefined, props: null, origin: 'http://localhost:64935', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:64936' } } +1ms cypress:server:routes Serving Cypress front-end by requested URL: /__/ +10ms cypress:server:server Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:64935', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:64936' } +1ms cypress:server config version 3.0.1 platform darwin arch x64 +0ms cypress:server:server Got CONNECT request from localhost:64935 +3ms cypress:https-proxy Writing socket connection headers for URL: localhost:64935 +26ms cypress:server:server HTTPS request does not match URL: https://accounts.google.com:443 with props: null +2ms cypress:https-proxy Making direct connection to accounts.google.com:443 +2ms cypress:server:timers queuing timer id 6 after 30000 ms +3ms cypress:server:timers child received timer id 6 +482ms cypress:server:server HTTPS request does not match URL: https://localhost:64935 with props: null +1ms cypress:https-proxy Making direct connection to localhost:64935 +4ms cypress:server:timers clearing timer id 6 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] }, '6': { args: [], ms: 30000, cb: [Function] } } +27ms cypress:server:proxy received response for { url: 'http://localhost:48867/local/user//report/heartbeat.json?system_username=', headers: { 'content-type': 'text/html' }, statusCode: 500 } +2ms cypress:server:proxy request failed { url: 'http://localhost:48867/local/user//report/heartbeat.json?system_username=', status: 500, err: 'getaddrinfo ENOTFOUND localhost localhost:48867' } +0ms GET /__/ 200 48.300 ms - - POST /local/user//report/heartbeat.json?system_username= 500 63.852 ms - - cypress:server:server Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:64935', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:64936' } +28ms cypress:server:proxy handling proxied request { url: '/local/user//report/activity_log.json?system_username=', proxiedUrl: 'http://localhost:48867/local/user//report/activity_log.json?system_username=', cookies: {}, remoteState: { auth: undefined, props: null, origin: 'http://localhost:64935', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:64936' } } +0ms cypress:server:server Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:64935', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:64936' } +9ms cypress:server:proxy handling proxied request { url: '/local/user//report/activity_log.json?system_username=', proxiedUrl: 'http://localhost:48867/local/user//report/activity_log.json?system_username=', cookies: {}, remoteState: { auth: undefined, props: null, origin: 'http://localhost:64935', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:64936' } } +0ms cypress:server:timers queuing timer id 7 after 30000 ms +4ms cypress:server:timers child received timer id 7 +71ms cypress:server:timers queuing timer id 8 after 30000 ms +15ms cypress:server:timers clearing timer id 7 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] }, '7': { args: [], ms: 30000, cb: [Function] }, '8': { args: [], ms: 30000, cb: [Function] } } +1ms cypress:server:proxy received response for { url: 'http://localhost:48867/local/user//report/activity_log.json?system_username=', headers: { 'content-type': 'text/html' }, statusCode: 500 } +1ms cypress:server:proxy request failed { url: 'http://localhost:48867/local/user//report/activity_log.json?system_username=', status: 500, err: 'getaddrinfo ENOTFOUND localhost localhost:48867' } +1ms cypress:server:timers child received timer id 8 +18ms POST /local/user//report/activity_log.json?system_username= 500 36.240 ms - - cypress:server:timers clearing timer id 8 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] }, '8': { args: [], ms: 30000, cb: [Function] } } +6ms cypress:server:proxy received response for { url: 'http://localhost:48867/local/user//report/activity_log.json?system_username=', headers: { 'content-type': 'text/html' }, statusCode: 500 } +0ms cypress:server:proxy request failed { url: 'http://localhost:48867/local/user//report/activity_log.json?system_username=', status: 500, err: 'getaddrinfo ENOTFOUND localhost localhost:48867' } +1ms POST /local/user//report/activity_log.json?system_username= 500 33.050 ms - - GET /__cypress/runner/cypress_runner.css 200 95.287 ms - - GET /__cypress/runner/cypress_runner.js 200 425.848 ms - - cypress:server:timers child sending timer id 4 +629ms cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] } } +623ms cypress:server:timers queuing timer id 4 after 2500 ms +1ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +0ms cypress:server:timers child received timer id 4 +1ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +2ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +0ms cypress:server:server Got CONNECT request from localhost:64935 +62ms cypress:https-proxy Writing socket connection headers for URL: localhost:64935 +783ms cypress:server:server HTTPS request does not match URL: https://localhost:64935 with props: null +1ms cypress:https-proxy Making direct connection to localhost:64935 +1ms cypress:server:server Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:64935', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:64936' } +84ms cypress:server:proxy handling proxied request { url: '/v1/filter.json', proxiedUrl: 'http://localhost:48867/v1/filter.json', cookies:{}, remoteState: { auth: undefined, props: null, origin: 'http://localhost:64935', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:64936' } } +0ms cypress:server:timers queuing timer id 9 after 30000 ms +7ms cypress:server:timers child received timer id 9 +156ms cypress:server:timers clearing timer id 9 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] }, '9': { args: [], ms: 30000, cb: [Function] } } +3ms cypress:server:proxy received response for { url: 'http://localhost:48867/v1/filter.json', headers: { 'content-type': 'text/html' }, statusCode: 500 } +0ms cypress:server:proxy request failed { url: 'http://localhost:48867/v1/filter.json', status: 500, err: 'getaddrinfo ENOTFOUND localhost localhost:48867' } +1ms POST /v1/filter.json 500 12.775 ms - - cypress:server:server Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:64935', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:64936' } +37ms cypress:server:proxy handling proxied request { url: '/local/user//report/activity_log.json?system_username=', proxiedUrl: 'http://localhost:48867/local/user//report/activity_log.json?system_username=', cookies: {}, remoteState: { auth: undefined, props: null, origin: 'http://localhost:64935', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:64936' } } +1ms GET /__cypress/static/favicon.ico 200 8.733 ms - - cypress:server:timers queuing timer id 10 after 30000 ms +7ms cypress:server:timers child received timer id 10 +50ms cypress:server:timers clearing timer id 10 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] }, '10': { args: [], ms: 30000,cb: [Function] } } +3ms cypress:server:proxy received response for { url: 'http://localhost:48867/local/user//report/activity_log.json?system_username=', headers: { 'content-type': 'text/html' }, statusCode: 500 } +1ms cypress:server:proxy request failed { url: 'http://localhost:48867/local/user//report/activity_log.json?system_username=', status: 500, err: 'getaddrinfo ENOTFOUND localhost localhost:48867' } +0ms POST /local/user//report/activity_log.json?system_username= 500 14.143 ms - - cypress:server:timers child sending timer id 4 +2s cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] } } +2s cypress:server:timers queuing timer id 4 after 2500 ms +0ms cypress:server:timers child received timer id 4 +2ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +1ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +1ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +1ms cypress:server:server Got CONNECT request from www.google.com:443 +491ms cypress:https-proxy Writing socket connection headers for URL: www.google.com:443 +3s cypress:server:server Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:64935', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:64936' } +1ms cypress:server:proxy handling proxied request { url: '/local/user//report/activity_log.json?system_username=', proxiedUrl: 'http://localhost:48867/local/user//report/activity_log.json?system_username=', cookies: {}, remoteState: { auth: undefined, props: null, origin: 'http://localhost:64935', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:64936' } } +1ms cypress:server:server HTTPS request does not match URL: https://www.google.com:443 with props: null +3ms cypress:https-proxy Making direct connection to www.google.com:443 +5ms cypress:server:timers queuing timer id 11 after 30000 ms +3ms cypress:server:timers child received timer id 11 +502ms cypress:server:timers clearing timer id 11 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] }, '11': { args: [], ms: 30000,cb: [Function] } } +3ms cypress:server:proxy received response for { url: 'http://localhost:48867/local/user//report/activity_log.json?system_username=', headers: { 'content-type': 'text/html' }, statusCode: 500 } +0ms cypress:server:proxy request failed { url: 'http://localhost:48867/local/user//report/activity_log.json?system_username=', status: 500, err: 'getaddrinfo ENOTFOUND localhost localhost:48867' } +1ms POST /local/user//report/activity_log.json?system_username= 500 12.184 ms - - cypress:server:server Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:64935', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:64936' } +1s cypress:server:proxy handling proxied request { url: '/local/user//report/activity_log.json?system_username=', proxiedUrl: 'http://localhost:48867/local/user//report/activity_log.json?system_username=', cookies: {}, remoteState: { auth: undefined, props: null, origin: 'http://localhost:64935', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:64936' } } +0ms cypress:server:server Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:64935', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:64936' } +4ms cypress:server:proxy handling proxied request { url: '/local/user//report/activity_log.json?system_username=', proxiedUrl: 'http://localhost:48867/local/user//report/activity_log.json?system_username=', cookies: {}, remoteState: { auth: undefined, props: null, origin: 'http://localhost:64935', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:64936' } } +0ms cypress:server:timers queuing timer id 12 after 30000 ms +10ms cypress:server:timers child received timer id 12 +1s GET /__cypress/runner/cypress_runner.css 304 3.176 ms - - cypress:server:timers clearing timer id 12 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] }, '12': { args: [], ms: 30000,cb: [Function] } } +6ms cypress:server:proxy received response for { url: 'http://localhost:48867/local/user//report/activity_log.json?system_username=', headers: { 'content-type': 'text/html' }, statusCode: 500 } +1ms cypress:server:proxy request failed { url: 'http://localhost:48867/local/user//report/activity_log.json?system_username=', status: 500, err: 'getaddrinfo ENOTFOUND localhost localhost:48867' } +0ms cypress:server:timers queuing timer id 13 after 30000 ms +2ms cypress:server:timers child received timer id 13 +9ms POST /local/user//report/activity_log.json?system_username= 500 25.722 ms - - cypress:server:timers clearing timer id 13 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] }, '13': { args: [], ms: 30000,cb: [Function] } } +8ms cypress:server:proxy received response for { url: 'http://localhost:48867/local/user//report/activity_log.json?system_username=', headers: { 'content-type': 'text/html' }, statusCode: 500 } +0ms cypress:server:proxy request failed { url: 'http://localhost:48867/local/user//report/activity_log.json?system_username=', status: 500, err: 'getaddrinfo ENOTFOUND localhost localhost:48867' } +1ms POST /local/user//report/activity_log.json?system_username= 500 30.251 ms - - cypress:server:events got request for event: get:project:status, { path: '/Users/Spencer/Code/project' } +746ms cypress:server:project get project status for undefined /Users/Spencer/Code/project +0ms cypress:server:project no project id +1ms cypress:server:events sending ipc data { type: 'get:project:status', data: { id: 0.8031172835478224, data: { path: '/Users/Spencer/Code/project', state: 'VALID' } } } +0ms cypress:server:timers child sending timer id 4 +762ms cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] } } +8ms cypress:server:timers queuing timer id 4 after 2500 ms +0ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +1ms cypress:server:timers child received timer id 4 +2ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +1ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +0ms cypress:server:server Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:64935', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:64936' } +31ms cypress:server:proxy handling proxied request { url: '/', proxiedUrl: 'http://uevhiwgoiemadhb/', cookies: {}, remoteState: { auth: undefined, props: null, origin: 'http://localhost:64935', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:64936' } } +0ms cypress:server:server Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:64935', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:64936' } +4ms cypress:server:proxy handling proxied request { url: '/', proxiedUrl: 'http://ifrgwfcfdrc/', cookies: {}, remoteState: { auth: undefined, props: null, origin: 'http://localhost:64935', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:64936' } } +0ms cypress:server:server Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:64935', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:64936' } +3ms cypress:server:proxy handling proxied request { url: '/', proxiedUrl: 'http://hbydyzjzirss/', cookies: {}, remoteState: { auth: undefined, props: null, origin: 'http://localhost:64935', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:64936' } } +1ms cypress:server:timers queuing timer id 14 after 30000 ms +43ms cypress:server:timers child received timer id 14 +83ms cypress:server:timers queuing timer id 15 after 30000 ms +3ms cypress:server:timers child received timer id 15 +3ms cypress:server:timers clearing timer id 14 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] }, '14': { args: [], ms: 30000,cb: [Function] }, '15': { args: [], ms: 30000, cb: [Function] } } +1ms cypress:server:proxy received response for { url: 'http://uevhiwgoiemadhb/', headers: { 'content-type': 'text/html' }, statusCode: 500 } +1ms cypress:server:proxy request failed { url: 'http://uevhiwgoiemadhb/', status: 500, err: 'getaddrinfo ENOTFOUND uevhiwgoiemadhb uevhiwgoiemadhb:80' } +0ms HEAD / 500 56.812 ms - - cypress:server:timers clearing timer id 15 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] }, '15': { args: [], ms: 30000,cb: [Function] } } +1ms cypress:server:proxy received response for { url: 'http://ifrgwfcfdrc/', headers: { 'content-type': 'text/html' }, statusCode: 500 } +1ms cypress:server:proxy request failed { url: 'http://ifrgwfcfdrc/', status: 500, err: 'getaddrinfo ENOTFOUND ifrgwfcfdrc ifrgwfcfdrc:80' } +0ms HEAD / 500 55.436 ms - - cypress:server:timers queuing timer id 16 after 30000 ms +2ms cypress:server:timers child received timer id 16 +6ms cypress:server:timers clearing timer id 16 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] }, '16': { args: [], ms: 30000,cb: [Function] } } +3ms cypress:server:proxy received response for { url: 'http://hbydyzjzirss/', headers: { 'content-type': 'text/html' }, statusCode: 500 }+1ms cypress:server:proxy request failed { url: 'http://hbydyzjzirss/', status: 500, err: 'getaddrinfo ENOTFOUND hbydyzjzirss hbydyzjzirss:80' } +0ms HEAD / 500 57.734 ms - - cypress:server:timers child sending timer id 4 +2s cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] } } +2s cypress:server:timers queuing timer id 4 after 2500 ms +0ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +1ms cypress:server:timers child received timer id 4 +2ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +1ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +1ms cypress:server:timers child sending timer id 4 +3s cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] } } +3s cypress:server:timers queuing timer id 4 after 2500 ms +1ms cypress:server:timers child received timer id 4 +1ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +0ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +2ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +0ms cypress:server:timers child sending timer id 4 +3s cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] } } +3s cypress:server:timers queuing timer id 4 after 2500 ms +1ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +0ms cypress:server:timers child received timer id 4 +1ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +2ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +0ms cypress:server:events got request for event: get:project:status, { path: '/Users/Spencer/Code/project' } +2s cypress:server:project get project status for undefined /Users/Spencer/Code/project +0ms cypress:server:project no project id +0ms cypress:server:events sending ipc data { type: 'get:project:status', data: { id: 0.4581254779511914, data: { path: '/Users/Spencer/Code/project', state: 'VALID' } } } +0ms cypress:server:timers child sending timer id 4 +3s cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] } } +33ms cypress:server:timers queuing timer id 4 after 2500 ms +1ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +0ms cypress:server:timers child received timer id 4 +1ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +2ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +0ms cypress:server:timers child sending timer id 4 +3s cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] } } +3s cypress:server:timers queuing timer id 4 after 2500 ms +1ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +0ms cypress:server:timers child received timer id 4 +1ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +1ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +0ms cypress:server:server Got CONNECT request from localhost:64935 +2s cypress:https-proxy Writing socket connection headers for URL: localhost:64935 +17s cypress:server:server HTTPS request does not match URL: https://localhost:64935 with props: null +1ms cypress:https-proxy Making direct connection to localhost:64935 +1ms cypress:server:timers child sending timer id 4 +3s cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] } } +235ms cypress:server:timers queuing timer id 4 after 2500 ms +1ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +0ms cypress:server:timers child received timer id 4 +1ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +2ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +0ms cypress:server:server Got CONNECT request from localhost:64935 +834ms cypress:https-proxy Writing socket connection headers for URL: localhost:64935 +1s cypress:server:server HTTPS request does not match URL: https://localhost:64935 with props: null +1ms cypress:https-proxy Making direct connection to localhost:64935 +1ms cypress:server:timers child sending timer id 4 +3s cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] } } +2s cypress:server:timers queuing timer id 4 after 2500 ms +0ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +1ms cypress:server:timers child received timer id 4 +2ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +1ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +1ms cypress:server:events got request for event: get:project:status, { path: '/Users/Spencer/Code/project' } +2s cypress:server:project get project status for undefined /Users/Spencer/Code/project +1ms cypress:server:project no project id +0ms cypress:server:events sending ipc data { type: 'get:project:status', data: { id: 0.21081059436647998, data: { path: '/Users/Spencer/Code/project', state: 'VALID' } } } +0ms cypress:server:timers child sending timer id 4 +3s cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] } } +49ms cypress:server:timers queuing timer id 4 after 2500 ms +0ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +1ms cypress:server:timers child received timer id 4 +2ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +1ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +0ms cypress:server:timers child sending timer id 4 +3s cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] } } +3s cypress:server:timers queuing timer id 4 after 2500 ms +0ms cypress:server:timers child received timer id 4 +1ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +0ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +2ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +0ms cypress:server:timers child sending timer id 6 +2s cypress:server:timers child sending timer id 7 +70ms cypress:server:timers child sending timer id 8 +18ms cypress:server:timers child sending timer id 4 +685ms cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] } } +3s cypress:server:timers queuing timer id 4 after 2500 ms +1ms cypress:server:timers child received timer id 4 +2ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +0ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +3ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +1ms cypress:server:timers child sending timer id 9 +102ms cypress:server:timers child sending timer id 10 +51ms cypress:server:timers child sending timer id 4 +2s cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] } } +3s cypress:server:timers queuing timer id 4 after 2500 ms +0ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +1ms cypress:server:timers child received timer id 4 +2ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +2ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +0ms cypress:server:timers child sending timer id 11 +445ms cypress:server:timers child sending timer id 12 +1s cypress:server:timers child sending timer id 13 +7ms cypress:server:events got request for event: get:project:status, { path: '/Users/Spencer/Code/project' } +2s cypress:server:project get project status for undefined /Users/Spencer/Code/project +0ms cypress:server:project no project id +0ms cypress:server:events sending ipc data { type: 'get:project:status', data: { id: 0.01822664105388716, data: { path: '/Users/Spencer/Code/project', state: 'VALID' } } } +1ms cypress:server:timers child sending timer id 4 +826ms cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] } } +72ms cypress:server:timers queuing timer id 4 after 2500 ms +0ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +1ms cypress:server:timers child received timer id 4 +1ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +2ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +0ms cypress:server:timers child sending timer id 14 +24ms cypress:server:timers child sending timer id 15 +0ms cypress:server:timers child sending timer id 16 +7ms cypress:server:timers child sending timer id 4 +2s cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] } } +2s cypress:server:timers queuing timer id 4 after 2500 ms +0ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +0ms cypress:server:timers child received timer id 4 +2ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +2ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +0ms cypress:server:timers child sending timer id 4 +3s cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] } } +3s cypress:server:timers queuing timer id 4 after 2500 ms +0ms cypress:server:timers child received timer id 4 +1ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +1ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +1ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +0ms cypress:server:server Got CONNECT request from localhost:64935 +2s cypress:https-proxy Writing socket connection headers for URL: localhost:64935 +22s cypress:server:server HTTPS request does not match URL: https://localhost:64935 with props: null +1ms cypress:https-proxy Making direct connection to localhost:64935 +1ms cypress:server:timers child sending timer id 4 +3s cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] } } +24ms cypress:server:timers queuing timer id 4 after 2500 ms +1ms cypress:server:timers child received timer id 4 +1ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +0ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +1ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +0ms cypress:server:server Got CONNECT request from localhost:64935 +87ms cypress:https-proxy Writing socket connection headers for URL: localhost:64935 +112ms cypress:server:server HTTPS request does not match URL: https://localhost:64935 with props: null +1ms cypress:https-proxy Making direct connection to localhost:64935 +1ms cypress:server:events got request for event: get:project:status, { path: '/Users/Spencer/Code/project' } +2s cypress:server:project get project status for undefined /Users/Spencer/Code/project +1ms cypress:server:project no project id +0ms cypress:server:events sending ipc data { type: 'get:project:status', data: { id: 0.8474931429624439, data: { path: '/Users/Spencer/Code/project', state: 'VALID' } } } +0ms cypress:server:timers child sending timer id 4 +3s cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] } } +88ms cypress:server:timers queuing timer id 4 after 2500 ms +0ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +0ms cypress:server:timers child received timer id 4 +2ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +2ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +1ms cypress:server:timers child sending timer id 4 +3s cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] } } +3s cypress:server:timers queuing timer id 4 after 2500 ms +1ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +0ms cypress:server:timers child received timer id 4 +2ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +3ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +0ms cypress:server:timers child sending timer id 4 +3s cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] } } +3s cypress:server:timers queuing timer id 4 after 2500 ms +1ms cypress:server:timers child received timer id 4 +2ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +0ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +3ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +0ms cypress:server:timers child sending timer id 4 +3s cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] } } +3s cypress:server:timers queuing timer id 4 after 2500 ms +0ms cypress:server:timers child received timer id 4 +1ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +0ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +2ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +0ms cypress:server:events got request for event: get:project:status, { path: '/Users/Spencer/Code/project' } +2s cypress:server:project get project status for undefined /Users/Spencer/Code/project +0ms cypress:server:project no project id +0ms cypress:server:events sending ipc data { type: 'get:project:status', data: { id: 0.9252348034946338, data: { path: '/Users/Spencer/Code/project', state: 'VALID' } } } +1ms cypress:server:timers child sending timer id 4 +3s cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] } } +111ms cypress:server:timers queuing timer id 4 after 2500 ms +0ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +0ms cypress:server:timers child received timer id 4 +2ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +2ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +0ms cypress:server:timers child sending timer id 4 +3s cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] } } +3s cypress:server:timers queuing timer id 4 after 2500 ms +0ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +0ms cypress:server:timers child received timer id 4 +1ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +2ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +0ms cypress:server:server Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:64935', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:64936' } +2s cypress:server:proxy handling proxied request { url: '/local/user//report/heartbeat.json?system_username=', proxiedUrl: 'http://localhost:48867/local/user//report/heartbeat.json?system_username=', cookies: {}, remoteState: { auth: undefined, props: null, origin: 'http://localhost:64935', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:64936' } } +1ms cypress:server:timers queuing timer id 17 after 30000 ms +7ms cypress:server:timers child received timer id 17 +2s cypress:server:timers clearing timer id 17 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] }, '17': { args: [], ms: 30000,cb: [Function] } } +3ms cypress:server:proxy received response for { url: 'http://localhost:48867/local/user//report/heartbeat.json?system_username=', headers: { 'content-type': 'text/html' }, statusCode: 500 } +0ms cypress:server:proxy request failed { url: 'http://localhost:48867/local/user//report/heartbeat.json?system_username=', status: 500, err: 'getaddrinfo ENOTFOUND localhost localhost:48867' } +1ms POST /local/user//report/heartbeat.json?system_username= 500 13.939 ms - - cypress:server:timers child sending timer id 4 +935ms cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] } } +933ms cypress:server:timers queuing timer id 4 after 2500 ms +0ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +1ms cypress:server:timers child received timer id 4 +2ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +1ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +0ms cypress:server:timers child sending timer id 4 +3s cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] } } +3s cypress:server:timers queuing timer id 4 after 2500 ms +0ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +0ms cypress:server:timers child received timer id 4 +3ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +2ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +0ms cypress:server:events got request for event: get:project:status, { path: '/Users/Spencer/Code/project' } +2s cypress:server:project get project status for undefined /Users/Spencer/Code/project +0ms cypress:server:project no project id +0ms cypress:server:events sending ipc data { type: 'get:project:status', data: { id: 0.7507352145608703, data: { path: '/Users/Spencer/Code/project', state: 'VALID' } } } +2ms cypress:server:timers child sending timer id 4 +3s cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] } } +136ms cypress:server:timers queuing timer id 4 after 2500 ms +1ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +0ms cypress:server:timers child received timer id 4 +2ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +2ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +0ms cypress:server:server Got CONNECT request from localhost:64935 +1s cypress:https-proxy Writing socket connection headers for URL: localhost:64935 +24s cypress:server:server HTTPS request does not match URL: https://localhost:64935 with props: null +1ms cypress:https-proxy Making direct connection to localhost:64935 +2ms cypress:server:server Got CONNECT request from localhost:64935 +1s cypress:https-proxy Writing socket connection headers for URL: localhost:64935 +1s cypress:server:server HTTPS request does not match URL: https://localhost:64935 with props: null +1ms cypress:https-proxy Making direct connection to localhost:64935 +1ms cypress:server:timers child sending timer id 4 +3s cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] } } +67ms cypress:server:timers queuing timer id 4 after 2500 ms +1ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +0ms cypress:server:timers child received timer id 4 +2ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +1ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +1ms cypress:server:timers child sending timer id 4 +3s cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] } } +2s cypress:server:timers queuing timer id 4 after 2500 ms +1ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +0ms cypress:server:timers child received timer id 4 +1ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +2ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +0ms cypress:server:timers child sending timer id 4 +3s cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] } } +3s cypress:server:timers queuing timer id 4 after 2500 ms +0ms cypress:server:timers child received timer id 4 +1ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +0ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +3ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +0ms cypress:server:events got request for event: get:project:status, { path: '/Users/Spencer/Code/project' } +2s cypress:server:project get project status for undefined /Users/Spencer/Code/project +1ms cypress:server:project no project id +0ms cypress:server:events sending ipc data { type: 'get:project:status', data: { id: 0.39501564806244804, data: { path: '/Users/Spencer/Code/project', state: 'VALID' } } } +0ms cypress:server:timers child sending timer id 4 +3s cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] } } +148ms cypress:server:timers queuing timer id 4 after 2500 ms +0ms cypress:server:timers child received timer id 4 +2ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +2ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +1ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +0ms cypress:server:timers child sending timer id 4 +3s cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] } } +3s cypress:server:timers queuing timer id 4 after 2500 ms +1ms cypress:server:timers child received timer id 4 +49ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +1ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +5ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +1ms cypress:server:timers child sending timer id 4 +3s cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] } } +3s cypress:server:timers queuing timer id 4 after 2500 ms +0ms cypress:server:timers child received timer id 4 +2ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +1ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +2ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +0ms cypress:server:timers child sending timer id 4 +3s cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] } } +3s cypress:server:timers queuing timer id 4 after 2500 ms +0ms cypress:server:timers child received timer id 4 +2ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +1ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +2ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +0ms cypress:server:events got request for event: get:project:status, { path: '/Users/Spencer/Code/project' } +2s cypress:server:project get project status for undefined /Users/Spencer/Code/project +0ms cypress:server:project no project id +2ms cypress:server:events sending ipc data { type: 'get:project:status', data: { id: 0.4969243815670241, data: { path: '/Users/Spencer/Code/project', state: 'VALID' } } } +0ms cypress:server:timers child sending timer id 4 +3s cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] } } +222ms cypress:server:timers queuing timer id 4 after 2500 ms +1ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +0ms cypress:server:timers child received timer id 4 +2ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +2ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +0ms cypress:server:timers child sending timer id 4 +3s cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] } } +3s cypress:server:timers queuing timer id 4 after 2500 ms +1ms cypress:server:timers child received timer id 4 +1ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +0ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +2ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +0ms cypress:server:timers child sending timer id 17 +1s cypress:server:timers child sending timer id 4 +1s cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] } } +3s cypress:server:timers queuing timer id 4 after 2500 ms +0ms cypress:server:timers child received timer id 4 +2ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +1ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +1ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +0ms cypress:server:server Got CONNECT request from localhost:64935 +1s cypress:https-proxy Writing socket connection headers for URL: localhost:64935 +24s cypress:server:server HTTPS request does not match URL: https://localhost:64935 with props: null +2ms cypress:https-proxy Making direct connection to localhost:64935 +3ms cypress:server:server Got CONNECT request from localhost:64935 +1s cypress:https-proxy Writing socket connection headers for URL: localhost:64935 +1s cypress:server:server HTTPS request does not match URL: https://localhost:64935 with props: null +2ms cypress:https-proxy Making direct connection to localhost:64935 +1ms cypress:server:timers child sending timer id 4 +3s cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] } } +154ms cypress:server:timers queuing timer id 4 after 2500 ms +1ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +0ms cypress:server:timers child received timer id 4 +2ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +4ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +1ms cypress:server:events got request for event: get:project:status, { path: '/Users/Spencer/Code/project' } +2s cypress:server:project get project status for undefined /Users/Spencer/Code/project +0ms cypress:server:project no project id +0ms cypress:server:events sending ipc data { type: 'get:project:status', data: { id: 0.24444888211700966, data: { path: '/Users/Spencer/Code/project', state: 'VALID' } } } +0ms cypress:server:timers child sending timer id 4 +3s cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] } } +244ms cypress:server:timers queuing timer id 4 after 2500 ms +0ms cypress:server:timers child received timer id 4 +2ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +1ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +2ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +0ms cypress:server:timers child sending timer id 4 +3s cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] } } +3s cypress:server:timers queuing timer id 4 after 2500 ms +1ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +1ms cypress:server:timers child received timer id 4 +4ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +1ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +0ms cypress:server:timers child sending timer id 4 +3s cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] } } +3s cypress:server:timers queuing timer id 4 after 2500 ms +0ms cypress:server:timers child received timer id 4 +2ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +1ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +2ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +0ms cypress:server:timers child sending timer id 4 +3s cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] } } +3s cypress:server:timers queuing timer id 4 after 2500 ms +0ms cypress:server:timers child received timer id 4 +1ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +0ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +2ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +0ms cypress:server:events got request for event: get:project:status, { path: '/Users/Spencer/Code/project' } +2s cypress:server:project get project status for undefined /Users/Spencer/Code/project +0ms cypress:server:project no project id +0ms cypress:server:events sending ipc data { type: 'get:project:status', data: { id: 0.5287413235558858, data: { path: '/Users/Spencer/Code/project', state: 'VALID' } } } +1ms cypress:server:timers child sending timer id 4 +3s cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] } } +255ms cypress:server:timers queuing timer id 4 after 2500 ms +1ms cypress:server:timers child received timer id 4 +2ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +0ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +4ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +0ms cypress:server:timers child sending timer id 4 +3s cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] } } +2s cypress:server:timers queuing timer id 4 after 2500 ms +0ms cypress:server:timers child received timer id 4 +2ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +1ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +1ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +1ms cypress:server:timers child sending timer id 4 +3s cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] } } +3s cypress:server:timers queuing timer id 4 after 2500 ms +0ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +1ms cypress:server:timers child received timer id 4 +2ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +168ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +1ms cypress:server:timers child sending timer id 4 +3s cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] } } +2s cypress:server:timers queuing timer id 4 after 2500 ms +0ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +1ms cypress:server:timers child received timer id 4 +2ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +1ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +1ms cypress:server:events got request for event: get:project:status, { path: '/Users/Spencer/Code/project' } +2s cypress:server:project get project status for undefined /Users/Spencer/Code/project +0ms cypress:server:project no project id +1ms cypress:server:events sending ipc data { type: 'get:project:status', data: { id: 0.14928318219511016, data: { path: '/Users/Spencer/Code/project', state: 'VALID' } } } +0ms cypress:server:timers child sending timer id 4 +3s cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] } } +279ms cypress:server:timers queuing timer id 4 after 2500 ms +1ms cypress:server:timers child received timer id 4 +2ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +0ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +2ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +0ms cypress:server:server Got CONNECT request from localhost:64935 +1s cypress:https-proxy Writing socket connection headers for URL: localhost:64935 +24s cypress:server:server HTTPS request does not match URL: https://localhost:64935 with props: null +2ms cypress:https-proxy Making direct connection to localhost:64935 +2ms cypress:server:timers child sending timer id 4 +3s cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] } } +1s cypress:server:timers queuing timer id 4 after 2500 ms +1ms cypress:server:timers child received timer id 4 +2ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +1ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +2ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +1ms cypress:server:server Got CONNECT request from localhost:64935 +20ms cypress:https-proxy Writing socket connection headers for URL: localhost:64935 +1s cypress:server:server HTTPS request does not match URL: https://localhost:64935 with props: null +2ms cypress:https-proxy Making direct connection to localhost:64935 +2ms cypress:server:timers child sending timer id 4 +3s cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] } } +2s cypress:server:timers queuing timer id 4 after 2500 ms +0ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +0ms cypress:server:timers child received timer id 4 +1ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +2ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +0ms cypress:server:timers child sending timer id 4 +3s cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] } } +3s cypress:server:timers queuing timer id 4 after 2500 ms +1ms cypress:server:timers child received timer id 4 +1ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +0ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +1ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] +0ms cypress:server:events got request for event: get:project:status, { path: '/Users/Spencer/Code/project' } +2s cypress:server:project get project status for undefined /Users/Spencer/Code/project +0ms cypress:server:project no project id +1ms cypress:server:events sending ipc data { type: 'get:project:status', data: { id: 0.3757486027075845, data: { path: '/Users/Spencer/Code/project', state: 'VALID' } } } +0ms cypress:server:timers child sending timer id 4 +3s cypress:server:timers clearing timer id 4 from queue { '4': { args: [], ms: 2500, cb: [Function: cb] } } +295ms cypress:server:timers queuing timer id 4 after 2500 ms +1ms cypress:server:timers child received timer id 4 +2ms cypress:server:specs looking for test specs in the folder: /Users/Spencer/Code/project/test/e2e/integration +0ms cypress:server:specs found spec file /Users/Spencer/Code/project/test/e2e/integration/public_home.test.js +2ms cypress:server:specs found 1 spec files: [ { name: 'public_home.test.js', path: 'test/e2e/integration/public_home.test.js', absolute:'/Users/Spencer/Code/project/test/e2e/integration/public_home.test.js' } ] + Other system details:
On a MacOS High Sierra, version 10.13.3 Seems like it could be an issue of the Socket hanging up before connection? |
I'm seeing the issue both locally and running on Jenkins: I see this in my debug log:
|
So, I am having this issue again. It is getting really frustrating. Again, I encountered this after migrating to new mac, and again, it fails in the same fashion it used to. I did some searching but I have not been able to pinpoint the issue. It seems that Cypress is able to open the browser, but it is not really able to run anything through it. Everything basically fails on attempt to open url. |
sorry, for reopening. It seems that the issue is related to this one: |
In my case it was failing because of a new version of google-chrome-stable that was automatically installed on my CI process. If it's failing for you, try downgrading it. |
Current behavior:
I’m getting a weird behavior from Cypress. I am unable to run Cypress headlesly or in GUI. When Debugging headless run, opening browser crashes:
I am running Cypress on a new Mac I migrated all my old data to. I was having some problems with permissions which I have been able to solve but no luck with Cypress. I’d maybe just need some direction on where to find the cause of the problem. Any help please?
Versions
Cypress 3.0.1, Mac OS X 10.13.5, Electron browser
The text was updated successfully, but these errors were encountered: