2021-03-12T08:25:49.370Z cypress:cli:cli cli starts with arguments ["/usr/bin/node","/home/peter/projects/cypress-webpack/node_modules/.bin/cypress","open"] 2021-03-12T08:25:49.370Z cypress:cli NODE_OPTIONS is not set 2021-03-12T08:25:49.370Z cypress:cli:cli program parsing arguments 2021-03-12T08:25:49.371Z cypress:cli:cli opening Cypress 2021-03-12T08:25:49.419Z cypress:cli parsed cli options {} 2021-03-12T08:25:49.419Z cypress:cli opening from options {"project":"/home/peter/projects/cypress-webpack"} 2021-03-12T08:25:49.420Z cypress:cli command line arguments ["--project","/home/peter/projects/cypress-webpack"] 2021-03-12T08:25:49.420Z cypress:cli verifying Cypress app 2021-03-12T08:25:49.420Z cypress:cli checking environment variables 2021-03-12T08:25:49.422Z cypress:cli checking if executable exists /home/peter/.cache/Cypress/6.6.0/Cypress/Cypress 2021-03-12T08:25:49.424Z cypress:cli Binary is executable? : true 2021-03-12T08:25:49.424Z cypress:cli binaryDir is /home/peter/.cache/Cypress/6.6.0/Cypress 2021-03-12T08:25:49.425Z cypress:cli Reading binary package.json from: /home/peter/.cache/Cypress/6.6.0/Cypress/resources/app/package.json 2021-03-12T08:25:49.426Z cypress:cli Found binary version 6.6.0 installed in: /home/peter/.cache/Cypress/6.6.0/Cypress 2021-03-12T08:25:49.427Z cypress:cli { verified: true } 2021-03-12T08:25:49.427Z cypress:cli is Verified ? true 2021-03-12T08:25:49.427Z cypress:cli DISPLAY environment variable is set to :1 on Linux Assuming this DISPLAY points at working X11 server, Cypress will not spawn own Xvfb NOTE: if the X11 server is NOT working, Cypress will exit without explanation, see https://github.com/cypress-io/cypress/issues/4034 Solution: Unset the DISPLAY variable and try again: DISPLAY= npx cypress run ... 2021-03-12T08:25:49.427Z cypress:cli needs to start own Xvfb? false 2021-03-12T08:25:49.427Z cypress:cli spawning, should retry on display problem? true 2021-03-12T08:25:49.429Z cypress:cli passing DISPLAY :1 2021-03-12T08:25:49.430Z cypress:cli spawning Cypress with executable: /home/peter/.cache/Cypress/6.6.0/Cypress/Cypress 2021-03-12T08:25:49.430Z cypress:cli spawn args [ '--no-sandbox', '--', '--project', '/home/peter/projects/cypress-webpack', '--cwd', '/home/peter/projects/cypress-webpack' ] { detached: false, stdio: 'inherit' } 2021-03-12T08:25:49.526Z cypress:ts Running without ts-node hook in environment "production" 2021-03-12T08:25:49.857Z cypress:server:appdata path: /home/peter/.config/Cypress/cy/production/browsers 2021-03-12T08:25:49.859Z cypress:server:util:node_options NODE_OPTIONS check passed, not forking { NODE_OPTIONS: '--max-http-header-size=1048576' } 2021-03-12T08:25:49.859Z cypress:server:util:node_options restoring NODE_OPTIONS { NODE_OPTIONS: '--max-http-header-size=1048576', ORIGINAL_NODE_OPTIONS: undefined } 2021-03-12T08:25:50.001Z cypress:server:cypress starting cypress with argv [ '/home/peter/.cache/Cypress/6.6.0/Cypress/Cypress', '--no-sandbox', '--', '--project', '/home/peter/projects/cypress-webpack', '--cwd', '/home/peter/projects/cypress-webpack' ] 2021-03-12T08:25:50.002Z cypress:server:args argv array: [ '/home/peter/.cache/Cypress/6.6.0/Cypress/Cypress', '--no-sandbox', '--project', '/home/peter/projects/cypress-webpack', '--cwd', '/home/peter/projects/cypress-webpack' ] 2021-03-12T08:25:50.002Z cypress:server:args parsed argv options { options: { _: [ '/home/peter/.cache/Cypress/6.6.0/Cypress/Cypress' ], sandbox: false, project: '/home/peter/projects/cypress-webpack', cwd: '/home/peter/projects/cypress-webpack' } } 2021-03-12T08:25:50.004Z cypress:server:args argv parsed: { _: [ '/home/peter/.cache/Cypress/6.6.0/Cypress/Cypress' ], sandbox: false, project: '/home/peter/projects/cypress-webpack', cwd: '/home/peter/projects/cypress-webpack', invokedFromCli: true } 2021-03-12T08:25:50.004Z cypress:server:util:proxy found proxy environment variables {} 2021-03-12T08:25:50.004Z cypress:server:args options { _: [ '/home/peter/.cache/Cypress/6.6.0/Cypress/Cypress' ], sandbox: false, project: '/home/peter/projects/cypress-webpack', cwd: '/home/peter/projects/cypress-webpack', invokedFromCli: true, config: {} } 2021-03-12T08:25:50.004Z cypress:server:args argv options: { _: [ '/home/peter/.cache/Cypress/6.6.0/Cypress/Cypress' ], sandbox: false, project: '/home/peter/projects/cypress-webpack', cwd: '/home/peter/projects/cypress-webpack', invokedFromCli: true, config: {}, projectRoot: '/home/peter/projects/cypress-webpack', testingType: 'e2e' } 2021-03-12T08:25:50.004Z cypress:server:cypress from argv [ '/home/peter/.cache/Cypress/6.6.0/Cypress/Cypress', '--no-sandbox', '--project', '/home/peter/projects/cypress-webpack', '--cwd', '/home/peter/projects/cypress-webpack' ] got options { _: [ '/home/peter/.cache/Cypress/6.6.0/Cypress/Cypress' ], sandbox: false, project: '/home/peter/projects/cypress-webpack', cwd: '/home/peter/projects/cypress-webpack', invokedFromCli: true, config: {}, projectRoot: '/home/peter/projects/cypress-webpack', testingType: 'e2e' } 2021-03-12T08:25:50.046Z cypress:server:appdata path: /home/peter/.config/Cypress/cy/production 2021-03-12T08:25:50.094Z cypress:server:cypress starting in mode interactive with options { _: [ '/home/peter/.cache/Cypress/6.6.0/Cypress/Cypress' ], sandbox: false, project: '/home/peter/projects/cypress-webpack', cwd: '/home/peter/projects/cypress-webpack', invokedFromCli: true, config: {}, projectRoot: '/home/peter/projects/cypress-webpack', testingType: 'e2e' } 2021-03-12T08:25:50.094Z cypress:server:cypress running Electron currently 2021-03-12T08:25:50.118Z cypress:server:appdata path: /home/peter/.config/Cypress/cy/production 2021-03-12T08:25:50.300Z cypress:server:appdata path: /home/peter/.config/Cypress/cy/production/cache 2021-03-12T08:25:51.349Z cypress:server:saved_state making saved state from /home/peter/.cache/Cypress/6.6.0/Cypress/resources/app/packages/server 2021-03-12T08:25:51.349Z cypress:server:saved_state for project path /home/peter/projects/cypress-webpack 2021-03-12T08:25:51.349Z cypress:server:saved_state state path for project /home/peter/projects/cypress-webpack 2021-03-12T08:25:51.350Z cypress:server:appdata path: /home/peter/.config/Cypress/cy/production/projects/cypress-webpack-8a0e459f2784d3efc5b500c8bdef2ed5/state.json 2021-03-12T08:25:51.350Z cypress:server:saved_state full state path /home/peter/.config/Cypress/cy/production/projects/cypress-webpack-8a0e459f2784d3efc5b500c8bdef2ed5/state.json 2021-03-12T08:25:51.350Z cypress:server:saved_state making new state file around /home/peter/.config/Cypress/cy/production/projects/cypress-webpack-8a0e459f2784d3efc5b500c8bdef2ed5/state.json 2021-03-12T08:25:51.350Z cypress:server:file get values from /home/peter/.config/Cypress/cy/production/projects/cypress-webpack-8a0e459f2784d3efc5b500c8bdef2ed5/state.json 2021-03-12T08:25:51.350Z cypress:server:file attempt to get lock on /home/peter/.config/Cypress/cy/production/projects/cypress-webpack-8a0e459f2784d3efc5b500c8bdef2ed5/state.json 2021-03-12T08:25:51.355Z cypress:server:file getting lock succeeded or failed for /home/peter/.config/Cypress/cy/production/projects/cypress-webpack-8a0e459f2784d3efc5b500c8bdef2ed5/state.json 2021-03-12T08:25:51.355Z cypress:server:file read /home/peter/.config/Cypress/cy/production/projects/cypress-webpack-8a0e459f2784d3efc5b500c8bdef2ed5/state.json 2021-03-12T08:25:51.356Z cypress:server:file read succeeded or failed for /home/peter/.config/Cypress/cy/production/projects/cypress-webpack-8a0e459f2784d3efc5b500c8bdef2ed5/state.json 2021-03-12T08:25:51.357Z cypress:server:file attempt to unlock /home/peter/.config/Cypress/cy/production/projects/cypress-webpack-8a0e459f2784d3efc5b500c8bdef2ed5/state.json 2021-03-12T08:25:51.358Z cypress:server:file unlock succeeded or failed for /home/peter/.config/Cypress/cy/production/projects/cypress-webpack-8a0e459f2784d3efc5b500c8bdef2ed5/state.json 2021-03-12T08:25:51.372Z cypress:server:windows creating electron window with options { backgroundColor: '#dfe2e4', width: 800, height: 550, minWidth: 458, minHeight: 400, x: null, y: null, 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, icon: NativeImage { toPNG: [Function: toPNG], toJPEG: [Function: toJPEG], toBitmap: [Function: toBitmap], getBitmap: [Function: getBitmap], getScaleFactors: [Function: getScaleFactors], getNativeHandle: [Function: getNativeHandle], toDataURL: [Function: toDataURL], isEmpty: [Function: isEmpty], getSize: [Function: getSize], setTemplateImage: [Function: setTemplateImage], isTemplateImage: [Function: isTemplateImage], isMacTemplateImage: [Getter/Setter], resize: [Function: resize], crop: [Function: crop], getAspectRatio: [Function: getAspectRatio], addRepresentation: [Function: addRepresentation] }, webPreferences: { preload: '/home/peter/.cache/Cypress/6.6.0/Cypress/resources/app/packages/server/lib/ipc/ipc.js', partition: null, webSecurity: false, nodeIntegration: false, contextIsolation: false, backgroundThrottling: false, backgroundColor: '#dfe2e4', transparent: false }, url: 'file:///home/peter/.cache/Cypress/6.6.0/Cypress/resources/app/packages/desktop-gui/dist/index.html', contextMenu: false, recordFrameRate: null, onCrashed: [Function: onCrashed], onNewWindow: [Function: onNewWindow] } 2021-03-12T08:25:51.452Z cypress:server:util:process_profiler current & mean memory and CPU usage by process group: ┌─────────┬───────────────────┬──────────────┬────────────────┬────────────┬────────────────┬──────────┬──────────────┬─────────────┐ │ (index) │ group │ processCount │ pids │ cpuPercent │ meanCpuPercent │ memRssMb │ meanMemRssMb │ maxMemRssMb │ ├─────────┼───────────────────┼──────────────┼────────────────┼────────────┼────────────────┼──────────┼──────────────┼─────────────┤ │ 0 │ 'cypress' │ 1 │ '16774' │ 0 │ 0 │ 113.87 │ 113.87 │ 113.87 │ │ 1 │ 'electron-shared' │ 2 │ '16776, 16777' │ 0 │ 0 │ 86.96 │ 86.96 │ 86.96 │ │ 2 │ 'other' │ 2 │ '16920, 16921' │ 0 │ 0 │ 2.31 │ 2.31 │ 2.31 │ │ 3 │ 'TOTAL' │ 5 │ '-' │ 0 │ 0 │ 203.14 │ 203.14 │ 203.14 │ └─────────┴───────────────────┴──────────────┴────────────────┴────────────┴────────────────┴──────────┴──────────────┴─────────────┘ 2021-03-12T08:25:51.552Z cypress:server:events got request for event: on:menu:clicked, undefined 2021-03-12T08:25:51.553Z cypress:server:events got request for event: get:options, undefined 2021-03-12T08:25:51.553Z cypress:server:events got request for event: get:current:user, undefined 2021-03-12T08:25:51.554Z cypress:server:file get values from /home/peter/.config/Cypress/cy/production/cache 2021-03-12T08:25:51.554Z cypress:server:file attempt to get lock on /home/peter/.config/Cypress/cy/production/cache 2021-03-12T08:25:51.555Z cypress:server:events sending ipc data { type: 'get:options', data: { id: 0.48756606621070664, data: { _: [Array], sandbox: false, project: '/home/peter/projects/cypress-webpack', cwd: '/home/peter/projects/cypress-webpack', invokedFromCli: true, config: {}, projectRoot: '/home/peter/projects/cypress-webpack', testingType: 'e2e', onFocusTests: null, os: 'linux', windowOpenFn: null, getWindowByWebContentsFn: null, version: '6.6.0' } }, originalData: { id: 0.48756606621070664, data: { _: [Array], sandbox: false, project: '/home/peter/projects/cypress-webpack', cwd: '/home/peter/projects/cypress-webpack', invokedFromCli: true, config: {}, projectRoot: '/home/peter/projects/cypress-webpack', testingType: 'e2e', onFocusTests: [Function: onFocusTests], os: 'linux', windowOpenFn: [Function: open], getWindowByWebContentsFn: [Function: getByWebContents], version: '6.6.0' } } } 2021-03-12T08:25:51.556Z cypress:server:file getting lock succeeded or failed for /home/peter/.config/Cypress/cy/production/cache 2021-03-12T08:25:51.556Z cypress:server:file read /home/peter/.config/Cypress/cy/production/cache 2021-03-12T08:25:51.556Z cypress:server:file read succeeded or failed for /home/peter/.config/Cypress/cy/production/cache 2021-03-12T08:25:51.556Z cypress:server:file attempt to unlock /home/peter/.config/Cypress/cy/production/cache 2021-03-12T08:25:51.557Z cypress:server:file unlock succeeded or failed for /home/peter/.config/Cypress/cy/production/cache 2021-03-12T08:25:51.557Z cypress:server:events sending ipc data { type: 'get:current:user', data: { id: 0.9081803216897137, data: {} }, originalData: { id: 0.9081803216897137, data: {} } } 2021-03-12T08:25:51.573Z cypress:server:events got request for event: on:focus:tests, undefined 2021-03-12T08:25:51.573Z cypress:server:events got request for event: on:spec:changed, undefined 2021-03-12T08:25:51.573Z cypress:server:events got request for event: on:config:changed, undefined 2021-03-12T08:25:51.573Z cypress:server:events got request for event: on:project:error, undefined 2021-03-12T08:25:51.573Z cypress:server:events got request for event: on:project:warning, undefined 2021-03-12T08:25:51.574Z cypress:server:events got request for event: open:project, '/home/peter/projects/cypress-webpack' 2021-03-12T08:25:51.574Z cypress:server:events open:project 2021-03-12T08:25:51.574Z cypress:server:browsers getAllBrowsersWith { nameOrPath: undefined } 2021-03-12T08:25:51.574Z cypress:server:browsers:utils getBrowsers 2021-03-12T08:25:51.574Z cypress:launcher detecting if the following browsers are present [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', versionRegex: /Google Chrome (\S+)/m, binary: [ 'google-chrome', 'chrome', 'google-chrome-stable' ] }, { name: 'chromium', family: 'chromium', channel: 'stable', displayName: 'Chromium', versionRegex: /Chromium (\S+)/m, binary: [ 'chromium-browser', 'chromium' ] }, { name: 'chrome', family: 'chromium', channel: 'canary', displayName: 'Canary', versionRegex: /Google Chrome Canary (\S+)/m, binary: 'google-chrome-canary' }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', versionRegex: /^Mozilla Firefox ([^\sab]+)$/m, binary: 'firefox' }, { name: 'firefox', family: 'firefox', channel: 'dev', displayName: 'Firefox Developer Edition', versionRegex: /^Mozilla Firefox (\S+b\S*)$/m, binary: [ 'firefox-developer-edition', 'firefox' ] }, { name: 'firefox', family: 'firefox', channel: 'nightly', displayName: 'Firefox Nightly', versionRegex: /^Mozilla Firefox (\S+a\S*)$/m, binary: [ 'firefox-nightly', 'firefox-trunk' ] }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', versionRegex: /Microsoft Edge (\S+)/m, binary: [ 'edge', 'microsoft-edge' ] }, { name: 'edge', family: 'chromium', channel: 'canary', displayName: 'Edge Canary', versionRegex: /Microsoft Edge Canary (\S+)/m, binary: 'edge-canary' }, { name: 'edge', family: 'chromium', channel: 'beta', displayName: 'Edge Beta', versionRegex: /Microsoft Edge Beta (\S+)/m, binary: 'edge-beta' }, { name: 'edge', family: 'chromium', channel: 'dev', displayName: 'Edge Dev', versionRegex: /Microsoft Edge Dev (\S+)/m, binary: [ 'edge-dev', 'microsoft-edge-dev' ] } ] 2021-03-12T08:25:51.576Z cypress:launcher checking one browser chrome 2021-03-12T08:25:51.576Z cypress:launcher looking up chrome on linux platform 2021-03-12T08:25:51.576Z cypress:launcher finding version string using command "google-chrome --version" 2021-03-12T08:25:51.582Z cypress:launcher checking one browser chrome 2021-03-12T08:25:51.582Z cypress:launcher looking up chrome on linux platform 2021-03-12T08:25:51.582Z cypress:launcher finding version string using command "chrome --version" 2021-03-12T08:25:51.587Z cypress:launcher checking one browser chrome 2021-03-12T08:25:51.588Z cypress:launcher looking up chrome on linux platform 2021-03-12T08:25:51.588Z cypress:launcher finding version string using command "google-chrome-stable --version" 2021-03-12T08:25:51.594Z cypress:server:events got request for event: updater:check, undefined 2021-03-12T08:25:51.603Z cypress:launcher Received error detecting browser binary: "chrome" with error: spawn chrome ENOENT 2021-03-12T08:25:51.604Z cypress:launcher browser chrome not installed 2021-03-12T08:25:51.610Z cypress:network:agent addRequest called { isHttps: true, href: 'https://download.cypress.io/desktop.json' } 2021-03-12T08:25:51.611Z cypress:network:connect beginning getAddress { hostname: 'download.cypress.io', port: 443 } 2021-03-12T08:25:51.614Z cypress:launcher stdout: "Google Chrome 89.0.4389.72" 2021-03-12T08:25:51.615Z cypress:launcher setting major version for {"name":"chrome","family":"chromium","channel":"stable","displayName":"Chrome","version":"89.0.4389.72","path":"google-chrome"} 2021-03-12T08:25:51.615Z cypress:launcher browser chrome version 89.0.4389.72 major version 89 2021-03-12T08:25:51.619Z cypress:launcher stdout: "Google Chrome 89.0.4389.72" 2021-03-12T08:25:51.619Z cypress:launcher setting major version for {"name":"chrome","family":"chromium","channel":"stable","displayName":"Chrome","version":"89.0.4389.72","path":"google-chrome-stable"} 2021-03-12T08:25:51.619Z cypress:launcher browser chrome version 89.0.4389.72 major version 89 2021-03-12T08:25:51.619Z cypress:launcher checking one browser chromium 2021-03-12T08:25:51.619Z cypress:launcher looking up chromium on linux platform 2021-03-12T08:25:51.619Z cypress:launcher finding version string using command "chromium-browser --version" 2021-03-12T08:25:51.625Z cypress:launcher checking one browser chromium 2021-03-12T08:25:51.625Z cypress:launcher looking up chromium on linux platform 2021-03-12T08:25:51.625Z cypress:launcher finding version string using command "chromium --version" 2021-03-12T08:25:51.632Z cypress:launcher Received error detecting browser binary: "chromium" with error: spawn chromium ENOENT 2021-03-12T08:25:51.632Z cypress:launcher browser chromium not installed 2021-03-12T08:25:51.649Z cypress:launcher stdout: "Chromium 87.0.4280.66 Built on Ubuntu , running on Ubuntu 18.04" 2021-03-12T08:25:51.649Z cypress:launcher setting major version for {"name":"chromium","family":"chromium","channel":"stable","displayName":"Chromium","version":"87.0.4280.66","path":"chromium-browser"} 2021-03-12T08:25:51.649Z cypress:launcher browser chromium version 87.0.4280.66 major version 87 2021-03-12T08:25:51.650Z cypress:launcher checking one browser chrome 2021-03-12T08:25:51.650Z cypress:launcher looking up chrome on linux platform 2021-03-12T08:25:51.650Z cypress:launcher finding version string using command "google-chrome-canary --version" 2021-03-12T08:25:51.655Z cypress:launcher Received error detecting browser binary: "google-chrome-canary" with error: spawn google-chrome-canary ENOENT 2021-03-12T08:25:51.655Z cypress:launcher browser chrome not installed 2021-03-12T08:25:51.655Z cypress:launcher checking one browser firefox 2021-03-12T08:25:51.655Z cypress:launcher looking up firefox on linux platform 2021-03-12T08:25:51.655Z cypress:launcher finding version string using command "firefox --version" 2021-03-12T08:25:51.675Z cypress:launcher stdout: "Mozilla Firefox 86.0" 2021-03-12T08:25:51.676Z cypress:launcher setting major version for {"name":"firefox","family":"firefox","channel":"stable","displayName":"Firefox","version":"86.0","path":"firefox"} 2021-03-12T08:25:51.676Z cypress:launcher browser firefox version 86.0 major version 86 2021-03-12T08:25:51.676Z cypress:launcher checking one browser firefox 2021-03-12T08:25:51.676Z cypress:launcher looking up firefox on linux platform 2021-03-12T08:25:51.676Z cypress:launcher finding version string using command "firefox-developer-edition --version" 2021-03-12T08:25:51.683Z cypress:launcher checking one browser firefox 2021-03-12T08:25:51.683Z cypress:launcher looking up firefox on linux platform 2021-03-12T08:25:51.683Z cypress:launcher finding version string using command "firefox --version" 2021-03-12T08:25:51.689Z cypress:launcher Received error detecting browser binary: "firefox-developer-edition" with error: spawn firefox-developer-edition ENOENT 2021-03-12T08:25:51.689Z cypress:launcher browser firefox not installed 2021-03-12T08:25:51.704Z cypress:launcher stdout: "Mozilla Firefox 86.0" 2021-03-12T08:25:51.704Z cypress:launcher Could not extract version from stdout using regex: { stdout: 'Mozilla Firefox 86.0', versionRegex: /^Mozilla Firefox (\S+b\S*)$/m } 2021-03-12T08:25:51.705Z cypress:launcher Received error detecting browser binary: "firefox" with error: Browser not installed: firefox 2021-03-12T08:25:51.705Z cypress:launcher browser firefox not installed 2021-03-12T08:25:51.705Z cypress:launcher checking one browser firefox 2021-03-12T08:25:51.705Z cypress:launcher looking up firefox on linux platform 2021-03-12T08:25:51.705Z cypress:launcher finding version string using command "firefox-nightly --version" 2021-03-12T08:25:51.711Z cypress:launcher checking one browser firefox 2021-03-12T08:25:51.711Z cypress:launcher looking up firefox on linux platform 2021-03-12T08:25:51.711Z cypress:launcher finding version string using command "firefox-trunk --version" 2021-03-12T08:25:51.717Z cypress:launcher Received error detecting browser binary: "firefox-nightly" with error: spawn firefox-nightly ENOENT 2021-03-12T08:25:51.717Z cypress:launcher Received error detecting browser binary: "firefox-trunk" with error: spawn firefox-trunk ENOENT 2021-03-12T08:25:51.717Z cypress:launcher browser firefox not installed 2021-03-12T08:25:51.718Z cypress:launcher browser firefox not installed 2021-03-12T08:25:51.718Z cypress:launcher checking one browser edge 2021-03-12T08:25:51.718Z cypress:launcher looking up edge on linux platform 2021-03-12T08:25:51.718Z cypress:launcher finding version string using command "edge --version" 2021-03-12T08:25:51.723Z cypress:launcher checking one browser edge 2021-03-12T08:25:51.723Z cypress:launcher looking up edge on linux platform 2021-03-12T08:25:51.723Z cypress:launcher finding version string using command "microsoft-edge --version" 2021-03-12T08:25:51.733Z cypress:launcher Received error detecting browser binary: "edge" with error: spawn edge ENOENT 2021-03-12T08:25:51.733Z cypress:launcher Received error detecting browser binary: "microsoft-edge" with error: spawn microsoft-edge ENOENT 2021-03-12T08:25:51.733Z cypress:launcher browser edge not installed 2021-03-12T08:25:51.734Z cypress:launcher browser edge not installed 2021-03-12T08:25:51.734Z cypress:launcher checking one browser edge 2021-03-12T08:25:51.734Z cypress:launcher looking up edge on linux platform 2021-03-12T08:25:51.734Z cypress:launcher finding version string using command "edge-canary --version" 2021-03-12T08:25:51.744Z cypress:launcher Received error detecting browser binary: "edge-canary" with error: spawn edge-canary ENOENT 2021-03-12T08:25:51.744Z cypress:launcher browser edge not installed 2021-03-12T08:25:51.744Z cypress:launcher checking one browser edge 2021-03-12T08:25:51.744Z cypress:launcher looking up edge on linux platform 2021-03-12T08:25:51.744Z cypress:launcher finding version string using command "edge-beta --version" 2021-03-12T08:25:51.750Z cypress:launcher Received error detecting browser binary: "edge-beta" with error: spawn edge-beta ENOENT 2021-03-12T08:25:51.750Z cypress:launcher browser edge not installed 2021-03-12T08:25:51.751Z cypress:launcher checking one browser edge 2021-03-12T08:25:51.751Z cypress:launcher looking up edge on linux platform 2021-03-12T08:25:51.751Z cypress:launcher finding version string using command "edge-dev --version" 2021-03-12T08:25:51.756Z cypress:launcher checking one browser edge 2021-03-12T08:25:51.756Z cypress:launcher looking up edge on linux platform 2021-03-12T08:25:51.756Z cypress:launcher finding version string using command "microsoft-edge-dev --version" 2021-03-12T08:25:51.762Z cypress:launcher Received error detecting browser binary: "edge-dev" with error: spawn edge-dev ENOENT 2021-03-12T08:25:51.762Z cypress:launcher Received error detecting browser binary: "microsoft-edge-dev" with error: spawn microsoft-edge-dev ENOENT 2021-03-12T08:25:51.762Z cypress:launcher browser edge not installed 2021-03-12T08:25:51.762Z cypress:launcher browser edge not installed 2021-03-12T08:25:51.763Z cypress:server:browsers:utils found browsers { browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '89.0.4389.72', path: 'google-chrome', majorVersion: 89 }, { name: 'chromium', family: 'chromium', channel: 'stable', displayName: 'Chromium', version: '87.0.4280.66', path: 'chromium-browser', majorVersion: 87 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '86.0', path: 'firefox', majorVersion: 86 } ] } 2021-03-12T08:25:51.763Z cypress:server:browsers:utils adding Electron browser { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '87.0.4280.141', path: '', majorVersion: 87, info: 'Electron is the default browser that comes with Cypress. This is the default browser that runs in headless mode. Selecting this browser is useful when debugging. The version number indicates the underlying Chromium version that Electron uses.' } 2021-03-12T08:25:51.764Z cypress:server:events setting found 4 browsers on the config 2021-03-12T08:25:51.764Z cypress:server:open_project open_project create /home/peter/projects/cypress-webpack 2021-03-12T08:25:51.765Z cypress:server:open_project and options { onFocusTests: [Function: onFocusTests], onSpecChanged: [Function: onSpecChanged], onSettingsChanged: [Function: onSettingsChanged], onError: [Function: onError], onWarning: [Function: onWarning] } 2021-03-12T08:25:51.765Z cypress:server:project Project created { projectType: 'e2e', projectRoot: '/home/peter/projects/cypress-webpack' } 2021-03-12T08:25:51.765Z cypress:server:open_project opening project /home/peter/projects/cypress-webpack 2021-03-12T08:25:51.765Z cypress:server:open_project and options { browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '89.0.4389.72', path: 'google-chrome', majorVersion: 89 }, { name: 'chromium', family: 'chromium', channel: 'stable', displayName: 'Chromium', version: '87.0.4280.66', path: 'chromium-browser', majorVersion: 87 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '86.0', path: 'firefox', majorVersion: 86 }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '87.0.4280.141', path: '', majorVersion: 87, info: 'Electron is the default browser that comes with Cypress. This is the default browser that runs in headless mode. Selecting this browser is useful when debugging. The version number indicates the underlying Chromium version that Electron uses.' } ], onFocusTests: [Function: onFocusTests], onSpecChanged: [Function: onSpecChanged], onSettingsChanged: [Function: onSettingsChanged], onError: [Function: onError], onWarning: [Function: onWarning], onReloadBrowser: [Function: onReloadBrowser] } 2021-03-12T08:25:51.765Z cypress:server:project opening project instance /home/peter/projects/cypress-webpack 2021-03-12T08:25:51.766Z cypress:server:project project open options { browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '89.0.4389.72', path: 'google-chrome', majorVersion: 89 }, { name: 'chromium', family: 'chromium', channel: 'stable', displayName: 'Chromium', version: '87.0.4280.66', path: 'chromium-browser', majorVersion: 87 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '86.0', path: 'firefox', majorVersion: 86 }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '87.0.4280.141', path: '', majorVersion: 87, info: 'Electron is the default browser that comes with Cypress. This is the default browser that runs in headless mode. Selecting this browser is useful when debugging. The version number indicates the underlying Chromium version that Electron uses.' } ], onFocusTests: [Function: onFocusTests], onSpecChanged: [Function: onSpecChanged], onSettingsChanged: [Function: onSettingsChanged], onError: [Function: onError], onWarning: [Function: onWarning], onReloadBrowser: [Function: onReloadBrowser] } 2021-03-12T08:25:51.766Z cypress:server:project project options { browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '89.0.4389.72', path: 'google-chrome', majorVersion: 89 }, { name: 'chromium', family: 'chromium', channel: 'stable', displayName: 'Chromium', version: '87.0.4280.66', path: 'chromium-browser', majorVersion: 87 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '86.0', path: 'firefox', majorVersion: 86 }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '87.0.4280.141', path: '', majorVersion: 87, info: 'Electron is the default browser that comes with Cypress. This is the default browser that runs in headless mode. Selecting this browser is useful when debugging. The version number indicates the underlying Chromium version that Electron uses.' } ], onFocusTests: [Function: onFocusTests], onSpecChanged: [Function: onSpecChanged], onSettingsChanged: [Function: onSettingsChanged], onError: [Function: onError], onWarning: [Function: onWarning], onReloadBrowser: [Function: onReloadBrowser], report: false } 2021-03-12T08:25:51.767Z cypress:server:config setting config object 2021-03-12T08:25:51.767Z cypress:server:config config is {} 2021-03-12T08:25:51.767Z cypress:server:config merged config with options, got { envFile: {}, projectRoot: '/home/peter/projects/cypress-webpack', projectName: 'cypress-webpack', report: false, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '89.0.4389.72', path: 'google-chrome', majorVersion: 89 }, { name: 'chromium', family: 'chromium', channel: 'stable', displayName: 'Chromium', version: '87.0.4280.66', path: 'chromium-browser', majorVersion: 87 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '86.0', path: 'firefox', majorVersion: 86 }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '87.0.4280.141', path: '', majorVersion: 87, info: 'Electron is the default browser that comes with Cypress. This is the default browser that runs in headless mode. Selecting this browser is useful when debugging. The version number indicates the underlying Chromium version that Electron uses.' } ] } 2021-03-12T08:25:51.768Z cypress:server:config using CYPRESS_INTERNAL_ENV production 2021-03-12T08:25:51.769Z cypress:server:config resolved config is { value: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '89.0.4389.72', path: 'google-chrome', majorVersion: 89 }, { name: 'chromium', family: 'chromium', channel: 'stable', displayName: 'Chromium', version: '87.0.4280.66', path: 'chromium-browser', majorVersion: 87 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '86.0', path: 'firefox', majorVersion: 86 }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '87.0.4280.141', path: '', majorVersion: 87, info: 'Electron is the default browser that comes with Cypress. This is the default browser that runs in headless mode. Selecting this browser is useful when debugging. The version number indicates the underlying Chromium version that Electron uses.' } ], from: 'default' } 2021-03-12T08:25:51.769Z cypress:server:validation browsers [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '89.0.4389.72', path: 'google-chrome', majorVersion: 89 }, { name: 'chromium', family: 'chromium', channel: 'stable', displayName: 'Chromium', version: '87.0.4280.66', path: 'chromium-browser', majorVersion: 87 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '86.0', path: 'firefox', majorVersion: 86 }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '87.0.4280.141', path: '', majorVersion: 87, info: 'Electron is the default browser that comes with Cypress. This is the default browser that runs in headless mode. Selecting this browser is useful when debugging. The version number indicates the underlying Chromium version that Electron uses.' } ] 2021-03-12T08:25:51.770Z cypress:server:config setting support file /home/peter/projects/cypress-webpack/cypress/support 2021-03-12T08:25:51.770Z cypress:server:config for project root /home/peter/projects/cypress-webpack 2021-03-12T08:25:51.771Z cypress:server:config support JS module /home/peter/projects/cypress-webpack/cypress/support does not load 2021-03-12T08:25:51.771Z cypress:server:config discover module file { filename: '/home/peter/projects/cypress-webpack/cypress/support', isDefault: true, projectRoot: '/home/peter/projects/cypress-webpack' } 2021-03-12T08:25:51.771Z cypress:server:config support file is default, check if /home/peter/projects/cypress-webpack/cypress exists 2021-03-12T08:25:51.771Z cypress:server:config is there index.ts in the support or plugins folder /home/peter/projects/cypress-webpack/cypress/support? 2021-03-12T08:25:51.772Z cypress:server:config found index TS file /home/peter/projects/cypress-webpack/cypress/support/index.ts 2021-03-12T08:25:51.772Z cypress:server:config setting support file to { result: '/home/peter/projects/cypress-webpack/cypress/support/index.ts' } 2021-03-12T08:25:51.772Z cypress:server:config set support folder /home/peter/projects/cypress-webpack/cypress/support 2021-03-12T08:25:51.772Z cypress:server:config setting plugins file /home/peter/projects/cypress-webpack/cypress/plugins 2021-03-12T08:25:51.772Z cypress:server:config for project root /home/peter/projects/cypress-webpack 2021-03-12T08:25:51.772Z cypress:server:config plugins module does not exist { pluginsFile: '/home/peter/projects/cypress-webpack/cypress/plugins' } 2021-03-12T08:25:51.772Z cypress:server:config discover module file { filename: '/home/peter/projects/cypress-webpack/cypress/plugins', isDefault: true, projectRoot: '/home/peter/projects/cypress-webpack' } 2021-03-12T08:25:51.772Z cypress:server:config support file is default, check if /home/peter/projects/cypress-webpack/cypress exists 2021-03-12T08:25:51.773Z cypress:server:config is there index.ts in the support or plugins folder /home/peter/projects/cypress-webpack/cypress/plugins? 2021-03-12T08:25:51.773Z cypress:server:config found index TS file /home/peter/projects/cypress-webpack/cypress/plugins/index.ts 2021-03-12T08:25:51.773Z cypress:server:config setting plugins file to { result: '/home/peter/projects/cypress-webpack/cypress/plugins/index.ts' } 2021-03-12T08:25:51.773Z cypress:server:config set scaffold paths 2021-03-12T08:25:51.774Z cypress:server:scaffold scaffolded files ["cypress/integration/examples/actions.spec.js","cypress/integration/examples/aliasing.spec.js","cypress/integration/examples/assertions.spec.js","cypress/integration/examples/connectors.spec.js","cypress/integration/examples/cookies.spec.js","cypress/integration/examples/cypress_api.spec.js","cypress/integration/examples/files.spec.js","cypress/integration/examples/local_storage.spec.js","cypress/integration/examples/location.spec.js","cypress/integration/examples/misc.spec.js","cypress/integration/examples/navigation.spec.js","cypress/integration/examples/network_requests.spec.js","cypress/integration/examples/querying.spec.js","cypress/integration/examples/spies_stubs_clocks.spec.js","cypress/integration/examples/traversal.spec.js","cypress/integration/examples/utilities.spec.js","cypress/integration/examples/viewport.spec.js","cypress/integration/examples/waiting.spec.js","cypress/integration/examples/window.spec.js","cypress/fixtures/example.json","cypress/support/commands.js","cypress/support/index.js","cypress/plugins/index.js"] 2021-03-12T08:25:51.775Z cypress:server:config got file tree 2021-03-12T08:25:51.775Z cypress:server:project get saved state 2021-03-12T08:25:51.775Z cypress:server:saved_state making saved state from /home/peter/.cache/Cypress/6.6.0/Cypress/resources/app/packages/server 2021-03-12T08:25:51.775Z cypress:server:saved_state for project path /home/peter/projects/cypress-webpack 2021-03-12T08:25:51.775Z cypress:server:saved_state state path for project /home/peter/projects/cypress-webpack 2021-03-12T08:25:51.775Z cypress:server:appdata path: /home/peter/.config/Cypress/cy/production/projects/cypress-webpack-8a0e459f2784d3efc5b500c8bdef2ed5/state.json 2021-03-12T08:25:51.775Z cypress:server:saved_state full state path /home/peter/.config/Cypress/cy/production/projects/cypress-webpack-8a0e459f2784d3efc5b500c8bdef2ed5/state.json 2021-03-12T08:25:51.776Z cypress:server:file get values from /home/peter/.config/Cypress/cy/production/projects/cypress-webpack-8a0e459f2784d3efc5b500c8bdef2ed5/state.json 2021-03-12T08:25:51.776Z cypress:server:scaffold determine if new project by globbing files in { integrationFolder: '/home/peter/projects/cypress-webpack/cypress/integration' } 2021-03-12T08:25:51.779Z cypress:server:scaffold found 1 files in folder /home/peter/projects/cypress-webpack/cypress/integration 2021-03-12T08:25:51.779Z cypress:server:scaffold determine if we should scaffold: 2021-03-12T08:25:51.780Z cypress:server:scaffold - empty? false 2021-03-12T08:25:51.780Z cypress:server:scaffold - different number of files? true 2021-03-12T08:25:51.780Z cypress:server:scaffold - same sizes? false 2021-03-12T08:25:51.780Z cypress:server:scaffold untouched scaffold false modal closed true 2021-03-12T08:25:51.780Z cypress:server:project scaffolding with plugins file /home/peter/projects/cypress-webpack/cypress/plugins/index.ts 2021-03-12T08:25:51.780Z cypress:server:scaffold plugins folder /home/peter/projects/cypress-webpack/cypress/plugins 2021-03-12T08:25:51.780Z cypress:server:scaffold verify scaffolding in /home/peter/projects/cypress-webpack/cypress/plugins 2021-03-12T08:25:51.780Z cypress:server:scaffold folder /home/peter/projects/cypress-webpack/cypress/plugins already exists 2021-03-12T08:25:51.781Z cypress:server:plugins plugins.init /home/peter/projects/cypress-webpack/cypress/plugins/index.ts 2021-03-12T08:25:51.782Z cypress:server:plugins forking to run /home/peter/.cache/Cypress/6.6.0/Cypress/resources/app/packages/server/lib/plugins/child/index.js 2021-03-12T08:25:51.864Z cypress:network:connect got addresses { hostname: 'download.cypress.io', port: 443, addresses: [ { address: '104.26.7.176', family: 4 }, { address: '172.67.69.12', family: 4 }, { address: '104.26.6.176', family: 4 }, { address: '2606:4700:20::681a:6b0', family: 6 }, { address: '2606:4700:20::ac43:450c', family: 6 }, { address: '2606:4700:20::681a:7b0', family: 6 } ] } 2021-03-12T08:25:51.877Z cypress:network:agent got family { family: 4, href: 'https://download.cypress.io/desktop.json' } 2021-03-12T08:25:51.912Z cypress:server:plugins:child pluginsFile: /home/peter/projects/cypress-webpack/cypress/plugins/index.ts 2021-03-12T08:25:51.913Z cypress:server:plugins:child project root: /home/peter/projects/cypress-webpack 2021-03-12T08:25:51.914Z cypress:server:plugins resolving typescript with options { basedir: '/home/peter/projects/cypress-webpack' } 2021-03-12T08:25:51.915Z cypress:server:plugins resolved typescript /home/peter/projects/cypress-webpack/node_modules/typescript/lib/typescript.js 2021-03-12T08:25:51.915Z cypress:server:ts-node typescript path: /home/peter/projects/cypress-webpack/node_modules/typescript/lib/typescript.js 2021-03-12T08:25:51.915Z cypress:server:ts-node registering project TS with options { compiler: '/home/peter/projects/cypress-webpack/node_modules/typescript/lib/typescript.js', compilerOptions: { module: 'CommonJS' }, dir: '/home/peter/projects/cypress-webpack/cypress/plugins', transpileOnly: true } Couldn't find tsconfig.json. tsconfig-paths will be skipped 2021-03-12T08:25:52.114Z cypress:server:updater latest version of Cypress is: 6.6.0 2021-03-12T08:25:52.114Z cypress:server:updater new version of Cypress does not exist 2021-03-12T08:25:52.114Z cypress:server:events sending ipc data { type: 'updater:check', data: { id: 0.4248469577656211, data: false }, originalData: { id: 0.4248469577656211, data: false } } 2021-03-12T08:25:52.125Z cypress:server:plugins:child require pluginsFile 2021-03-12T08:25:52.209Z cypress:server:plugins:child plugins load file "/home/peter/projects/cypress-webpack/cypress/plugins/index.ts" 2021-03-12T08:25:52.210Z cypress:server:plugins:child passing config { animationDistanceThreshold: 5, baseUrl: null, blockHosts: null, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '89.0.4389.72', path: 'google-chrome', majorVersion: 89 }, { name: 'chromium', family: 'chromium', channel: 'stable', displayName: 'Chromium', version: '87.0.4280.66', path: 'chromium-browser', majorVersion: 87 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '86.0', path: 'firefox', majorVersion: 86 }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '87.0.4280.141', path: '', majorVersion: 87, info: 'Electron is the default browser that comes with Cypress. This is the default browser that runs in headless mode. Selecting this browser is useful when debugging. The version number indicates the underlying Chromium version that Electron uses.' } ], chromeWebSecurity: true, componentFolder: '/home/peter/projects/cypress-webpack/cypress/component', defaultCommandTimeout: 4000, downloadsFolder: '/home/peter/projects/cypress-webpack/cypress/downloads', env: {}, execTimeout: 60000, experimentalComponentTesting: false, experimentalFetchPolyfill: false, experimentalRunEvents: false, experimentalSourceRewriting: false, experimentalStudio: false, fileServerFolder: '/home/peter/projects/cypress-webpack', firefoxGcInterval: { runMode: 1, openMode: null }, fixturesFolder: '/home/peter/projects/cypress-webpack/cypress/fixtures', hosts: null, ignoreTestFiles: '*.hot-update.js', includeShadowDom: false, integrationFolder: '/home/peter/projects/cypress-webpack/cypress/integration', modifyObstructiveCode: true, nodeVersion: 'default', numTestsKeptInMemory: 50, pageLoadTimeout: 60000, pluginsFile: '/home/peter/projects/cypress-webpack/cypress/plugins/index.ts', port: null, projectId: null, reporter: 'spec', reporterOptions: null, requestTimeout: 5000, resolvedNodeVersion: '12.18.3', responseTimeout: 30000, retries: { runMode: 0, openMode: 0 }, screenshotOnRunFailure: true, screenshotsFolder: '/home/peter/projects/cypress-webpack/cypress/screenshots', supportFile: '/home/peter/projects/cypress-webpack/cypress/support/index.ts', supportFolder: '/home/peter/projects/cypress-webpack/cypress/support', taskTimeout: 60000, testFiles: '**/*.*', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: '/home/peter/projects/cypress-webpack/cypress/videos', videoUploadOnPasses: true, viewportHeight: 660, viewportWidth: 1000, waitForAnimations: true, scrollBehavior: 'top', watchForFileChanges: true, projectRoot: '/home/peter/projects/cypress-webpack', configFile: '/home/peter/projects/cypress-webpack/cypress.json', version: '6.6.0' } 2021-03-12T08:25:52.210Z cypress:server:plugins:child run plugins function 2021-03-12T08:25:52.210Z cypress:server:plugins:child register event _get:task:body with id 0 2021-03-12T08:25:52.210Z cypress:server:plugins:child register event _get:task:keys with id 1 2021-03-12T08:25:52.210Z cypress:server:plugins:child run plugins function 2021-03-12T08:25:52.211Z cypress:webpack user options: { webpackOptions: { module: { rules: [Array] } }, watchOptions: {} } 2021-03-12T08:25:52.211Z cypress:server:plugins:child register event file:preprocessor with id 2 2021-03-12T08:25:52.212Z cypress:server:plugins:child plugins file successfully loaded 2021-03-12T08:25:52.213Z cypress:server:plugins register plugins process event _get:task:body with id 0 2021-03-12T08:25:52.213Z cypress:server:plugins register event '_get:task:body' 2021-03-12T08:25:52.213Z cypress:server:plugins register plugins process event _get:task:keys with id 1 2021-03-12T08:25:52.213Z cypress:server:plugins register event '_get:task:keys' 2021-03-12T08:25:52.213Z cypress:server:plugins register plugins process event file:preprocessor with id 2 2021-03-12T08:25:52.213Z cypress:server:plugins register event 'file:preprocessor' 2021-03-12T08:25:52.213Z cypress:server:plugins resolving with new config null 2021-03-12T08:25:52.213Z cypress:server:project plugin config yielded: null 2021-03-12T08:25:52.213Z cypress:server:config updateWithPluginValues { cfg: { projectRoot: '/home/peter/projects/cypress-webpack', projectName: 'cypress-webpack', report: false, browsers: [ [Object], [Object], [Object], [Object] ], animationDistanceThreshold: 5, autoOpen: false, baseUrl: null, blockHosts: null, chromeWebSecurity: true, clientRoute: '/__/', componentFolder: '/home/peter/projects/cypress-webpack/cypress/component', configFile: 'cypress.json', defaultCommandTimeout: 4000, downloadsFolder: '/home/peter/projects/cypress-webpack/cypress/downloads', execTimeout: 60000, experimentalComponentTesting: false, experimentalFetchPolyfill: false, experimentalRunEvents: false, experimentalSourceRewriting: false, experimentalStudio: false, fileServerFolder: '/home/peter/projects/cypress-webpack', firefoxGcInterval: { runMode: 1, openMode: null }, fixturesFolder: '/home/peter/projects/cypress-webpack/cypress/fixtures', hosts: null, ignoreTestFiles: '*.hot-update.js', includeShadowDom: false, integrationFolder: '/home/peter/projects/cypress-webpack/cypress/integration', isTextTerminal: false, javascripts: [], morgan: true, modifyObstructiveCode: true, namespace: '__cypress', nodeVersion: 'default', numTestsKeptInMemory: 50, pageLoadTimeout: 60000, pluginsFile: '/home/peter/projects/cypress-webpack/cypress/plugins/index.ts', port: null, projectId: null, reporter: 'spec', reporterOptions: null, reporterRoute: '/__cypress/reporter', requestTimeout: 5000, responseTimeout: 30000, retries: { runMode: 0, openMode: 0 }, screenshotOnRunFailure: true, screenshotsFolder: '/home/peter/projects/cypress-webpack/cypress/screenshots', socketId: null, socketIoRoute: '/__socket.io', webpackDevServerPublicPathRoute: '/__cypress/src', socketIoCookie: '__socket.io', supportFile: '/home/peter/projects/cypress-webpack/cypress/support/index.ts', taskTimeout: 60000, testFiles: '**/*.*', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: '/home/peter/projects/cypress-webpack/cypress/videos', videoUploadOnPasses: true, viewportHeight: 660, viewportWidth: 1000, waitForAnimations: true, scrollBehavior: 'top', watchForFileChanges: true, xhrRoute: '/xhrs/', env: {}, cypressEnv: 'production', resolved: { animationDistanceThreshold: [Object], baseUrl: [Object], blockHosts: [Object], browsers: [Object], chromeWebSecurity: [Object], componentFolder: [Object], defaultCommandTimeout: [Object], downloadsFolder: [Object], env: {}, execTimeout: [Object], experimentalComponentTesting: [Object], experimentalFetchPolyfill: [Object], experimentalRunEvents: [Object], experimentalSourceRewriting: [Object], experimentalStudio: [Object], fileServerFolder: [Object], firefoxGcInterval: [Object], fixturesFolder: [Object], hosts: [Object], ignoreTestFiles: [Object], includeShadowDom: [Object], integrationFolder: [Object], modifyObstructiveCode: [Object], nodeVersion: [Object], numTestsKeptInMemory: [Object], pageLoadTimeout: [Object], pluginsFile: [Object], port: [Object], projectId: [Object], reporter: [Object], reporterOptions: [Object], requestTimeout: [Object], responseTimeout: [Object], retries: [Object], screenshotOnRunFailure: [Object], screenshotsFolder: [Object], supportFile: [Object], taskTimeout: [Object], testFiles: [Object], trashAssetsBeforeRuns: [Object], userAgent: [Object], video: [Object], videoCompression: [Object], videosFolder: [Object], videoUploadOnPasses: [Object], viewportHeight: [Object], viewportWidth: [Object], waitForAnimations: [Object], scrollBehavior: [Object], watchForFileChanges: [Object] }, parentTestsFolder: '/home/peter/projects/cypress-webpack/cypress', parentTestsFolderDisplay: 'cypress-webpack/cypress', supportFolder: '/home/peter/projects/cypress-webpack/cypress/support', integrationExampleName: 'examples', integrationExamplePath: '/home/peter/projects/cypress-webpack/cypress/integration/examples', scaffoldedFiles: [ [Object] ], resolvedNodeVersion: '12.18.3', state: { showedOnBoardingModal: true }, isNewProject: false }, overrides: {} } 2021-03-12T08:25:52.214Z cypress:server:config config diffs null 2021-03-12T08:25:52.215Z cypress:server:config merged config object { projectRoot: '/home/peter/projects/cypress-webpack', projectName: 'cypress-webpack', report: false, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '89.0.4389.72', path: 'google-chrome', majorVersion: 89 }, { name: 'chromium', family: 'chromium', channel: 'stable', displayName: 'Chromium', version: '87.0.4280.66', path: 'chromium-browser', majorVersion: 87 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '86.0', path: 'firefox', majorVersion: 86 }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '87.0.4280.141', path: '', majorVersion: 87, info: 'Electron is the default browser that comes with Cypress. This is the default browser that runs in headless mode. Selecting this browser is useful when debugging. The version number indicates the underlying Chromium version that Electron uses.' } ], animationDistanceThreshold: 5, autoOpen: false, baseUrl: null, blockHosts: null, chromeWebSecurity: true, clientRoute: '/__/', componentFolder: '/home/peter/projects/cypress-webpack/cypress/component', configFile: 'cypress.json', defaultCommandTimeout: 4000, downloadsFolder: '/home/peter/projects/cypress-webpack/cypress/downloads', execTimeout: 60000, experimentalComponentTesting: false, experimentalFetchPolyfill: false, experimentalRunEvents: false, experimentalSourceRewriting: false, experimentalStudio: false, fileServerFolder: '/home/peter/projects/cypress-webpack', firefoxGcInterval: { runMode: 1, openMode: null }, fixturesFolder: '/home/peter/projects/cypress-webpack/cypress/fixtures', hosts: null, ignoreTestFiles: '*.hot-update.js', includeShadowDom: false, integrationFolder: '/home/peter/projects/cypress-webpack/cypress/integration', isTextTerminal: false, javascripts: [], morgan: true, modifyObstructiveCode: true, namespace: '__cypress', nodeVersion: 'default', numTestsKeptInMemory: 50, pageLoadTimeout: 60000, pluginsFile: '/home/peter/projects/cypress-webpack/cypress/plugins/index.ts', port: null, projectId: null, reporter: 'spec', reporterOptions: null, reporterRoute: '/__cypress/reporter', requestTimeout: 5000, responseTimeout: 30000, retries: { runMode: 0, openMode: 0 }, screenshotOnRunFailure: true, screenshotsFolder: '/home/peter/projects/cypress-webpack/cypress/screenshots', socketId: null, socketIoRoute: '/__socket.io', webpackDevServerPublicPathRoute: '/__cypress/src', socketIoCookie: '__socket.io', supportFile: '/home/peter/projects/cypress-webpack/cypress/support/index.ts', taskTimeout: 60000, testFiles: '**/*.*', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: '/home/peter/projects/cypress-webpack/cypress/videos', videoUploadOnPasses: true, viewportHeight: 660, viewportWidth: 1000, waitForAnimations: true, scrollBehavior: 'top', watchForFileChanges: true, xhrRoute: '/xhrs/', env: {}, cypressEnv: 'production', resolved: { animationDistanceThreshold: { value: 5, from: 'default' }, baseUrl: { value: null, from: 'default' }, blockHosts: { value: null, from: 'default' }, browsers: { value: [Array], from: 'default' }, chromeWebSecurity: { value: true, from: 'default' }, componentFolder: { value: 'cypress/component', from: 'default' }, defaultCommandTimeout: { value: 4000, from: 'default' }, downloadsFolder: { value: 'cypress/downloads', from: 'default' }, env: {}, execTimeout: { value: 60000, from: 'default' }, experimentalComponentTesting: { value: false, from: 'default' }, experimentalFetchPolyfill: { value: false, from: 'default' }, experimentalRunEvents: { value: false, from: 'default' }, experimentalSourceRewriting: { value: false, from: 'default' }, experimentalStudio: { value: false, from: 'default' }, fileServerFolder: { value: '', from: 'default' }, firefoxGcInterval: { value: [Object], from: 'default' }, fixturesFolder: { value: 'cypress/fixtures', from: 'default' }, hosts: { value: null, from: 'default' }, ignoreTestFiles: { value: '*.hot-update.js', from: 'default' }, includeShadowDom: { value: false, from: 'default' }, integrationFolder: { value: 'cypress/integration', from: 'default' }, modifyObstructiveCode: { value: true, from: 'default' }, nodeVersion: { value: 'default', from: 'default' }, numTestsKeptInMemory: { value: 50, from: 'default' }, pageLoadTimeout: { value: 60000, from: 'default' }, pluginsFile: { value: 'cypress/plugins', from: 'default' }, port: { value: null, from: 'default' }, projectId: { value: null, from: 'default' }, reporter: { value: 'spec', from: 'default' }, reporterOptions: { value: null, from: 'default' }, requestTimeout: { value: 5000, from: 'default' }, responseTimeout: { value: 30000, from: 'default' }, retries: { value: [Object], from: 'default' }, screenshotOnRunFailure: { value: true, from: 'default' }, screenshotsFolder: { value: 'cypress/screenshots', from: 'default' }, supportFile: { value: 'cypress/support', from: 'default' }, taskTimeout: { value: 60000, from: 'default' }, testFiles: { value: '**/*.*', from: 'default' }, trashAssetsBeforeRuns: { value: true, from: 'default' }, userAgent: { value: null, from: 'default' }, video: { value: true, from: 'default' }, videoCompression: { value: 32, from: 'default' }, videosFolder: { value: 'cypress/videos', from: 'default' }, videoUploadOnPasses: { value: true, from: 'default' }, viewportHeight: { value: 660, from: 'default' }, viewportWidth: { value: 1000, from: 'default' }, waitForAnimations: { value: true, from: 'default' }, scrollBehavior: { value: 'top', from: 'default' }, watchForFileChanges: { value: true, from: 'default' } }, parentTestsFolder: '/home/peter/projects/cypress-webpack/cypress', parentTestsFolderDisplay: 'cypress-webpack/cypress', supportFolder: '/home/peter/projects/cypress-webpack/cypress/support', integrationExampleName: 'examples', integrationExamplePath: '/home/peter/projects/cypress-webpack/cypress/integration/examples', scaffoldedFiles: [ { name: 'cypress', children: [Array] } ], resolvedNodeVersion: '12.18.3', state: { showedOnBoardingModal: true }, isNewProject: false } 2021-03-12T08:25:52.215Z cypress:server:config merged plugins config { projectRoot: '/home/peter/projects/cypress-webpack', projectName: 'cypress-webpack', report: false, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '89.0.4389.72', path: 'google-chrome', majorVersion: 89 }, { name: 'chromium', family: 'chromium', channel: 'stable', displayName: 'Chromium', version: '87.0.4280.66', path: 'chromium-browser', majorVersion: 87 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '86.0', path: 'firefox', majorVersion: 86 }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '87.0.4280.141', path: '', majorVersion: 87, info: 'Electron is the default browser that comes with Cypress. This is the default browser that runs in headless mode. Selecting this browser is useful when debugging. The version number indicates the underlying Chromium version that Electron uses.' } ], animationDistanceThreshold: 5, autoOpen: false, baseUrl: null, blockHosts: null, chromeWebSecurity: true, clientRoute: '/__/', componentFolder: '/home/peter/projects/cypress-webpack/cypress/component', configFile: 'cypress.json', defaultCommandTimeout: 4000, downloadsFolder: '/home/peter/projects/cypress-webpack/cypress/downloads', execTimeout: 60000, experimentalComponentTesting: false, experimentalFetchPolyfill: false, experimentalRunEvents: false, experimentalSourceRewriting: false, experimentalStudio: false, fileServerFolder: '/home/peter/projects/cypress-webpack', firefoxGcInterval: { runMode: 1, openMode: null }, fixturesFolder: '/home/peter/projects/cypress-webpack/cypress/fixtures', hosts: null, ignoreTestFiles: '*.hot-update.js', includeShadowDom: false, integrationFolder: '/home/peter/projects/cypress-webpack/cypress/integration', isTextTerminal: false, javascripts: [], morgan: true, modifyObstructiveCode: true, namespace: '__cypress', nodeVersion: 'default', numTestsKeptInMemory: 50, pageLoadTimeout: 60000, pluginsFile: '/home/peter/projects/cypress-webpack/cypress/plugins/index.ts', port: null, projectId: null, reporter: 'spec', reporterOptions: null, reporterRoute: '/__cypress/reporter', requestTimeout: 5000, responseTimeout: 30000, retries: { runMode: 0, openMode: 0 }, screenshotOnRunFailure: true, screenshotsFolder: '/home/peter/projects/cypress-webpack/cypress/screenshots', socketId: null, socketIoRoute: '/__socket.io', webpackDevServerPublicPathRoute: '/__cypress/src', socketIoCookie: '__socket.io', supportFile: '/home/peter/projects/cypress-webpack/cypress/support/index.ts', taskTimeout: 60000, testFiles: '**/*.*', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: '/home/peter/projects/cypress-webpack/cypress/videos', videoUploadOnPasses: true, viewportHeight: 660, viewportWidth: 1000, waitForAnimations: true, scrollBehavior: 'top', watchForFileChanges: true, xhrRoute: '/xhrs/', env: {}, cypressEnv: 'production', resolved: { animationDistanceThreshold: { value: 5, from: 'default' }, baseUrl: { value: null, from: 'default' }, blockHosts: { value: null, from: 'default' }, browsers: { value: [Array], from: 'default' }, chromeWebSecurity: { value: true, from: 'default' }, componentFolder: { value: 'cypress/component', from: 'default' }, defaultCommandTimeout: { value: 4000, from: 'default' }, downloadsFolder: { value: 'cypress/downloads', from: 'default' }, env: {}, execTimeout: { value: 60000, from: 'default' }, experimentalComponentTesting: { value: false, from: 'default' }, experimentalFetchPolyfill: { value: false, from: 'default' }, experimentalRunEvents: { value: false, from: 'default' }, experimentalSourceRewriting: { value: false, from: 'default' }, experimentalStudio: { value: false, from: 'default' }, fileServerFolder: { value: '', from: 'default' }, firefoxGcInterval: { value: [Object], from: 'default' }, fixturesFolder: { value: 'cypress/fixtures', from: 'default' }, hosts: { value: null, from: 'default' }, ignoreTestFiles: { value: '*.hot-update.js', from: 'default' }, includeShadowDom: { value: false, from: 'default' }, integrationFolder: { value: 'cypress/integration', from: 'default' }, modifyObstructiveCode: { value: true, from: 'default' }, nodeVersion: { value: 'default', from: 'default' }, numTestsKeptInMemory: { value: 50, from: 'default' }, pageLoadTimeout: { value: 60000, from: 'default' }, pluginsFile: { value: 'cypress/plugins', from: 'default' }, port: { value: null, from: 'default' }, projectId: { value: null, from: 'default' }, reporter: { value: 'spec', from: 'default' }, reporterOptions: { value: null, from: 'default' }, requestTimeout: { value: 5000, from: 'default' }, responseTimeout: { value: 30000, from: 'default' }, retries: { value: [Object], from: 'default' }, screenshotOnRunFailure: { value: true, from: 'default' }, screenshotsFolder: { value: 'cypress/screenshots', from: 'default' }, supportFile: { value: 'cypress/support', from: 'default' }, taskTimeout: { value: 60000, from: 'default' }, testFiles: { value: '**/*.*', from: 'default' }, trashAssetsBeforeRuns: { value: true, from: 'default' }, userAgent: { value: null, from: 'default' }, video: { value: true, from: 'default' }, videoCompression: { value: 32, from: 'default' }, videosFolder: { value: 'cypress/videos', from: 'default' }, videoUploadOnPasses: { value: true, from: 'default' }, viewportHeight: { value: 660, from: 'default' }, viewportWidth: { value: 1000, from: 'default' }, waitForAnimations: { value: true, from: 'default' }, scrollBehavior: { value: 'top', from: 'default' }, watchForFileChanges: { value: true, from: 'default' } }, parentTestsFolder: '/home/peter/projects/cypress-webpack/cypress', parentTestsFolderDisplay: 'cypress-webpack/cypress', supportFolder: '/home/peter/projects/cypress-webpack/cypress/support', integrationExampleName: 'examples', integrationExamplePath: '/home/peter/projects/cypress-webpack/cypress/integration/examples', scaffoldedFiles: [ { name: 'cypress', children: [Array] } ], resolvedNodeVersion: '12.18.3', state: { showedOnBoardingModal: true }, isNewProject: false } 2021-03-12T08:25:52.216Z cypress:server:project updated config: { projectRoot: '/home/peter/projects/cypress-webpack', projectName: 'cypress-webpack', report: false, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '89.0.4389.72', path: 'google-chrome', majorVersion: 89 }, { name: 'chromium', family: 'chromium', channel: 'stable', displayName: 'Chromium', version: '87.0.4280.66', path: 'chromium-browser', majorVersion: 87 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '86.0', path: 'firefox', majorVersion: 86 }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '87.0.4280.141', path: '', majorVersion: 87, info: 'Electron is the default browser that comes with Cypress. This is the default browser that runs in headless mode. Selecting this browser is useful when debugging. The version number indicates the underlying Chromium version that Electron uses.' } ], animationDistanceThreshold: 5, autoOpen: false, baseUrl: null, blockHosts: null, chromeWebSecurity: true, clientRoute: '/__/', componentFolder: '/home/peter/projects/cypress-webpack/cypress/component', configFile: 'cypress.json', defaultCommandTimeout: 4000, downloadsFolder: '/home/peter/projects/cypress-webpack/cypress/downloads', execTimeout: 60000, experimentalComponentTesting: false, experimentalFetchPolyfill: false, experimentalRunEvents: false, experimentalSourceRewriting: false, experimentalStudio: false, fileServerFolder: '/home/peter/projects/cypress-webpack', firefoxGcInterval: { runMode: 1, openMode: null }, fixturesFolder: '/home/peter/projects/cypress-webpack/cypress/fixtures', hosts: null, ignoreTestFiles: '*.hot-update.js', includeShadowDom: false, integrationFolder: '/home/peter/projects/cypress-webpack/cypress/integration', isTextTerminal: false, javascripts: [], morgan: true, modifyObstructiveCode: true, namespace: '__cypress', nodeVersion: 'default', numTestsKeptInMemory: 50, pageLoadTimeout: 60000, pluginsFile: '/home/peter/projects/cypress-webpack/cypress/plugins/index.ts', port: null, projectId: null, reporter: 'spec', reporterOptions: null, reporterRoute: '/__cypress/reporter', requestTimeout: 5000, responseTimeout: 30000, retries: { runMode: 0, openMode: 0 }, screenshotOnRunFailure: true, screenshotsFolder: '/home/peter/projects/cypress-webpack/cypress/screenshots', socketId: null, socketIoRoute: '/__socket.io', webpackDevServerPublicPathRoute: '/__cypress/src', socketIoCookie: '__socket.io', supportFile: '/home/peter/projects/cypress-webpack/cypress/support/index.ts', taskTimeout: 60000, testFiles: '**/*.*', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: '/home/peter/projects/cypress-webpack/cypress/videos', videoUploadOnPasses: true, viewportHeight: 660, viewportWidth: 1000, waitForAnimations: true, scrollBehavior: 'top', watchForFileChanges: true, xhrRoute: '/xhrs/', env: {}, cypressEnv: 'production', resolved: { animationDistanceThreshold: { value: 5, from: 'default' }, baseUrl: { value: null, from: 'default' }, blockHosts: { value: null, from: 'default' }, browsers: { value: [Array], from: 'default' }, chromeWebSecurity: { value: true, from: 'default' }, componentFolder: { value: 'cypress/component', from: 'default' }, defaultCommandTimeout: { value: 4000, from: 'default' }, downloadsFolder: { value: 'cypress/downloads', from: 'default' }, env: {}, execTimeout: { value: 60000, from: 'default' }, experimentalComponentTesting: { value: false, from: 'default' }, experimentalFetchPolyfill: { value: false, from: 'default' }, experimentalRunEvents: { value: false, from: 'default' }, experimentalSourceRewriting: { value: false, from: 'default' }, experimentalStudio: { value: false, from: 'default' }, fileServerFolder: { value: '', from: 'default' }, firefoxGcInterval: { value: [Object], from: 'default' }, fixturesFolder: { value: 'cypress/fixtures', from: 'default' }, hosts: { value: null, from: 'default' }, ignoreTestFiles: { value: '*.hot-update.js', from: 'default' }, includeShadowDom: { value: false, from: 'default' }, integrationFolder: { value: 'cypress/integration', from: 'default' }, modifyObstructiveCode: { value: true, from: 'default' }, nodeVersion: { value: 'default', from: 'default' }, numTestsKeptInMemory: { value: 50, from: 'default' }, pageLoadTimeout: { value: 60000, from: 'default' }, pluginsFile: { value: 'cypress/plugins', from: 'default' }, port: { value: null, from: 'default' }, projectId: { value: null, from: 'default' }, reporter: { value: 'spec', from: 'default' }, reporterOptions: { value: null, from: 'default' }, requestTimeout: { value: 5000, from: 'default' }, responseTimeout: { value: 30000, from: 'default' }, retries: { value: [Object], from: 'default' }, screenshotOnRunFailure: { value: true, from: 'default' }, screenshotsFolder: { value: 'cypress/screenshots', from: 'default' }, supportFile: { value: 'cypress/support', from: 'default' }, taskTimeout: { value: 60000, from: 'default' }, testFiles: { value: '**/*.*', from: 'default' }, trashAssetsBeforeRuns: { value: true, from: 'default' }, userAgent: { value: null, from: 'default' }, video: { value: true, from: 'default' }, videoCompression: { value: 32, from: 'default' }, videosFolder: { value: 'cypress/videos', from: 'default' }, videoUploadOnPasses: { value: true, from: 'default' }, viewportHeight: { value: 660, from: 'default' }, viewportWidth: { value: 1000, from: 'default' }, waitForAnimations: { value: true, from: 'default' }, scrollBehavior: { value: 'top', from: 'default' }, watchForFileChanges: { value: true, from: 'default' } }, parentTestsFolder: '/home/peter/projects/cypress-webpack/cypress', parentTestsFolderDisplay: 'cypress-webpack/cypress', supportFolder: '/home/peter/projects/cypress-webpack/cypress/support', integrationExampleName: 'examples', integrationExamplePath: '/home/peter/projects/cypress-webpack/cypress/integration/examples', scaffoldedFiles: [ { name: 'cypress', children: [Array] } ], resolvedNodeVersion: '12.18.3', state: { showedOnBoardingModal: true }, isNewProject: false } 2021-03-12T08:25:52.216Z cypress:server:server-e2e server open 2021-03-12T08:25:52.232Z cypress:server:server-base Server listening on { address: '127.0.0.1', family: 'IPv4', port: 40921 } 2021-03-12T08:25:52.232Z cypress:server:appdata path: /home/peter/.config/Cypress/cy/production/proxy 2021-03-12T08:25:52.235Z cypress:https-proxy:ca checking CA version { actualVersion: 1, CA_VERSION: 1 } 2021-03-12T08:25:52.241Z cypress:https-proxy Created SNI HTTPS Proxy Server { port: 46155 } 2021-03-12T08:25:52.241Z cypress:server:server-base Setting remoteAuth undefined 2021-03-12T08:25:52.242Z cypress:server:server-base Setting remoteOrigin http://localhost:40921 2021-03-12T08:25:52.242Z cypress:server:server-base Setting remoteStrategy file 2021-03-12T08:25:52.242Z cypress:server:server-base Setting remoteHostAndPort null 2021-03-12T08:25:52.242Z cypress:server:server-base Setting remoteDocDomain localhost 2021-03-12T08:25:52.242Z cypress:server:server-base Setting remoteFileServer http://localhost:45999 2021-03-12T08:25:52.242Z cypress:server:server-base Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:40921', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:45999' } 2021-03-12T08:25:52.242Z cypress:server:project project config: { projectRoot: '/home/peter/projects/cypress-webpack', projectName: 'cypress-webpack', report: false, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '89.0.4389.72', path: 'google-chrome', majorVersion: 89 }, { name: 'chromium', family: 'chromium', channel: 'stable', displayName: 'Chromium', version: '87.0.4280.66', path: 'chromium-browser', majorVersion: 87 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '86.0', path: 'firefox', majorVersion: 86 }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '87.0.4280.141', path: '', majorVersion: 87, info: 'Electron is the default browser that comes with Cypress. This is the default browser that runs in headless mode. Selecting this browser is useful when debugging. The version number indicates the underlying Chromium version that Electron uses.' } ], animationDistanceThreshold: 5, autoOpen: false, baseUrl: null, blockHosts: null, chromeWebSecurity: true, clientRoute: '/__/', componentFolder: '/home/peter/projects/cypress-webpack/cypress/component', configFile: 'cypress.json', defaultCommandTimeout: 4000, downloadsFolder: '/home/peter/projects/cypress-webpack/cypress/downloads', execTimeout: 60000, experimentalComponentTesting: false, experimentalFetchPolyfill: false, experimentalRunEvents: false, experimentalSourceRewriting: false, experimentalStudio: false, fileServerFolder: '/home/peter/projects/cypress-webpack', firefoxGcInterval: { runMode: 1, openMode: null }, fixturesFolder: '/home/peter/projects/cypress-webpack/cypress/fixtures', hosts: null, ignoreTestFiles: '*.hot-update.js', includeShadowDom: false, integrationFolder: '/home/peter/projects/cypress-webpack/cypress/integration', isTextTerminal: false, javascripts: [], morgan: true, modifyObstructiveCode: true, namespace: '__cypress', nodeVersion: 'default', numTestsKeptInMemory: 50, pageLoadTimeout: 60000, pluginsFile: '/home/peter/projects/cypress-webpack/cypress/plugins/index.ts', port: 40921, projectId: null, reporter: 'spec', reporterOptions: null, reporterRoute: '/__cypress/reporter', requestTimeout: 5000, responseTimeout: 30000, retries: { runMode: 0, openMode: 0 }, screenshotOnRunFailure: true, screenshotsFolder: '/home/peter/projects/cypress-webpack/cypress/screenshots', socketId: null, socketIoRoute: '/__socket.io', webpackDevServerPublicPathRoute: '/__cypress/src', socketIoCookie: '__socket.io', supportFile: '/home/peter/projects/cypress-webpack/cypress/support/index.ts', taskTimeout: 60000, testFiles: '**/*.*', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: '/home/peter/projects/cypress-webpack/cypress/videos', videoUploadOnPasses: true, viewportHeight: 660, viewportWidth: 1000, waitForAnimations: true, scrollBehavior: 'top', watchForFileChanges: true, xhrRoute: '/xhrs/', env: {}, cypressEnv: 'production', parentTestsFolder: '/home/peter/projects/cypress-webpack/cypress', parentTestsFolderDisplay: 'cypress-webpack/cypress', supportFolder: '/home/peter/projects/cypress-webpack/cypress/support', integrationExampleName: 'examples', integrationExamplePath: '/home/peter/projects/cypress-webpack/cypress/integration/examples', scaffoldedFiles: [ { name: 'cypress', children: [Array] } ], resolvedNodeVersion: '12.18.3', state: { showedOnBoardingModal: true }, isNewProject: false, proxyUrl: 'http://localhost:40921', browserUrl: 'http://localhost:40921/__/', reporterUrl: 'http://localhost:40921/__cypress/reporter', xhrUrl: '__cypress/xhrs/', proxyServer: 'http://localhost:40921' } 2021-03-12T08:25:52.242Z cypress:server:project watch settings files 2021-03-12T08:25:52.245Z cypress:server:project scaffolding project /home/peter/projects/cypress-webpack 2021-03-12T08:25:52.245Z cypress:server:scaffold support folder /home/peter/projects/cypress-webpack/cypress/support, support file /home/peter/projects/cypress-webpack/cypress/support/index.ts 2021-03-12T08:25:52.245Z cypress:server:scaffold verify scaffolding in /home/peter/projects/cypress-webpack/cypress/support 2021-03-12T08:25:52.245Z cypress:server:project scaffold flags { isTextTerminal: false, CYPRESS_INTERNAL_FORCE_SCAFFOLD: undefined } 2021-03-12T08:25:52.245Z cypress:server:project will scaffold integration and fixtures folder 2021-03-12T08:25:52.246Z cypress:server:scaffold integration folder /home/peter/projects/cypress-webpack/cypress/integration 2021-03-12T08:25:52.246Z cypress:server:scaffold verify scaffolding in /home/peter/projects/cypress-webpack/cypress/integration 2021-03-12T08:25:52.246Z cypress:server:scaffold fixture folder /home/peter/projects/cypress-webpack/cypress/fixtures 2021-03-12T08:25:52.246Z cypress:server:scaffold verify scaffolding in /home/peter/projects/cypress-webpack/cypress/fixtures 2021-03-12T08:25:52.247Z cypress:server:scaffold folder /home/peter/projects/cypress-webpack/cypress/support already exists 2021-03-12T08:25:52.247Z cypress:server:scaffold folder /home/peter/projects/cypress-webpack/cypress/integration already exists 2021-03-12T08:25:52.247Z cypress:server:scaffold folder /home/peter/projects/cypress-webpack/cypress/fixtures already exists 2021-03-12T08:25:52.247Z cypress:server:project attempt watch plugins file: /home/peter/projects/cypress-webpack/cypress/plugins/index.ts 2021-03-12T08:25:52.247Z cypress:server:project plugins file found? true 2021-03-12T08:25:52.247Z cypress:server:project watch plugins file 2021-03-12T08:25:52.260Z cypress:server:project project has config { projectRoot: '/home/peter/projects/cypress-webpack', projectName: 'cypress-webpack', report: false, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '89.0.4389.72', path: 'google-chrome', majorVersion: 89 }, { name: 'chromium', family: 'chromium', channel: 'stable', displayName: 'Chromium', version: '87.0.4280.66', path: 'chromium-browser', majorVersion: 87 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '86.0', path: 'firefox', majorVersion: 86 }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '87.0.4280.141', path: '', majorVersion: 87, info: 'Electron is the default browser that comes with Cypress. This is the default browser that runs in headless mode. Selecting this browser is useful when debugging. The version number indicates the underlying Chromium version that Electron uses.' } ], animationDistanceThreshold: 5, autoOpen: false, baseUrl: null, blockHosts: null, chromeWebSecurity: true, clientRoute: '/__/', componentFolder: '/home/peter/projects/cypress-webpack/cypress/component', configFile: 'cypress.json', defaultCommandTimeout: 4000, downloadsFolder: '/home/peter/projects/cypress-webpack/cypress/downloads', execTimeout: 60000, experimentalComponentTesting: false, experimentalFetchPolyfill: false, experimentalRunEvents: false, experimentalSourceRewriting: false, experimentalStudio: false, fileServerFolder: '/home/peter/projects/cypress-webpack', firefoxGcInterval: { runMode: 1, openMode: null }, fixturesFolder: '/home/peter/projects/cypress-webpack/cypress/fixtures', hosts: null, ignoreTestFiles: '*.hot-update.js', includeShadowDom: false, integrationFolder: '/home/peter/projects/cypress-webpack/cypress/integration', isTextTerminal: false, javascripts: [], morgan: true, modifyObstructiveCode: true, namespace: '__cypress', nodeVersion: 'default', numTestsKeptInMemory: 50, pageLoadTimeout: 60000, pluginsFile: '/home/peter/projects/cypress-webpack/cypress/plugins/index.ts', port: 40921, projectId: null, reporter: 'spec', reporterOptions: null, reporterRoute: '/__cypress/reporter', requestTimeout: 5000, responseTimeout: 30000, retries: { runMode: 0, openMode: 0 }, screenshotOnRunFailure: true, screenshotsFolder: '/home/peter/projects/cypress-webpack/cypress/screenshots', socketId: null, socketIoRoute: '/__socket.io', webpackDevServerPublicPathRoute: '/__cypress/src', socketIoCookie: '__socket.io', supportFile: '/home/peter/projects/cypress-webpack/cypress/support/index.ts', taskTimeout: 60000, testFiles: '**/*.*', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: '/home/peter/projects/cypress-webpack/cypress/videos', videoUploadOnPasses: true, viewportHeight: 660, viewportWidth: 1000, waitForAnimations: true, scrollBehavior: 'top', watchForFileChanges: true, xhrRoute: '/xhrs/', env: {}, cypressEnv: 'production', resolved: { animationDistanceThreshold: { value: 5, from: 'default' }, baseUrl: { value: null, from: 'default' }, blockHosts: { value: null, from: 'default' }, browsers: { value: [Array], from: 'default' }, chromeWebSecurity: { value: true, from: 'default' }, componentFolder: { value: 'cypress/component', from: 'default' }, defaultCommandTimeout: { value: 4000, from: 'default' }, downloadsFolder: { value: 'cypress/downloads', from: 'default' }, env: {}, execTimeout: { value: 60000, from: 'default' }, experimentalComponentTesting: { value: false, from: 'default' }, experimentalFetchPolyfill: { value: false, from: 'default' }, experimentalRunEvents: { value: false, from: 'default' }, experimentalSourceRewriting: { value: false, from: 'default' }, experimentalStudio: { value: false, from: 'default' }, fileServerFolder: { value: '', from: 'default' }, firefoxGcInterval: { value: [Object], from: 'default' }, fixturesFolder: { value: 'cypress/fixtures', from: 'default' }, hosts: { value: null, from: 'default' }, ignoreTestFiles: { value: '*.hot-update.js', from: 'default' }, includeShadowDom: { value: false, from: 'default' }, integrationFolder: { value: 'cypress/integration', from: 'default' }, modifyObstructiveCode: { value: true, from: 'default' }, nodeVersion: { value: 'default', from: 'default' }, numTestsKeptInMemory: { value: 50, from: 'default' }, pageLoadTimeout: { value: 60000, from: 'default' }, pluginsFile: { value: 'cypress/plugins', from: 'default' }, port: { value: null, from: 'default' }, projectId: { value: null, from: 'default' }, reporter: { value: 'spec', from: 'default' }, reporterOptions: { value: null, from: 'default' }, requestTimeout: { value: 5000, from: 'default' }, responseTimeout: { value: 30000, from: 'default' }, retries: { value: [Object], from: 'default' }, screenshotOnRunFailure: { value: true, from: 'default' }, screenshotsFolder: { value: 'cypress/screenshots', from: 'default' }, supportFile: { value: 'cypress/support', from: 'default' }, taskTimeout: { value: 60000, from: 'default' }, testFiles: { value: '**/*.*', from: 'default' }, trashAssetsBeforeRuns: { value: true, from: 'default' }, userAgent: { value: null, from: 'default' }, video: { value: true, from: 'default' }, videoCompression: { value: 32, from: 'default' }, videosFolder: { value: 'cypress/videos', from: 'default' }, videoUploadOnPasses: { value: true, from: 'default' }, viewportHeight: { value: 660, from: 'default' }, viewportWidth: { value: 1000, from: 'default' }, waitForAnimations: { value: true, from: 'default' }, scrollBehavior: { value: 'top', from: 'default' }, watchForFileChanges: { value: true, from: 'default' } }, parentTestsFolder: '/home/peter/projects/cypress-webpack/cypress', parentTestsFolderDisplay: 'cypress-webpack/cypress', supportFolder: '/home/peter/projects/cypress-webpack/cypress/support', integrationExampleName: 'examples', integrationExamplePath: '/home/peter/projects/cypress-webpack/cypress/integration/examples', scaffoldedFiles: [ { name: 'cypress', children: [Array] } ], resolvedNodeVersion: '12.18.3', state: { showedOnBoardingModal: true }, isNewProject: false, proxyUrl: 'http://localhost:40921', browserUrl: 'http://localhost:40921/__/', reporterUrl: 'http://localhost:40921/__cypress/reporter', xhrUrl: '__cypress/xhrs/', proxyServer: 'http://localhost:40921' } 2021-03-12T08:25:52.261Z cypress:server:events sending ipc data { type: 'open:project', data: { id: 0.500915875479401, data: { projectRoot: '/home/peter/projects/cypress-webpack', projectName: 'cypress-webpack', report: false, browsers: [Array], animationDistanceThreshold: 5, autoOpen: false, baseUrl: null, blockHosts: null, chromeWebSecurity: true, clientRoute: '/__/', componentFolder: '/home/peter/projects/cypress-webpack/cypress/component', configFile: 'cypress.json', defaultCommandTimeout: 4000, downloadsFolder: '/home/peter/projects/cypress-webpack/cypress/downloads', execTimeout: 60000, experimentalComponentTesting: false, experimentalFetchPolyfill: false, experimentalRunEvents: false, experimentalSourceRewriting: false, experimentalStudio: false, fileServerFolder: '/home/peter/projects/cypress-webpack', firefoxGcInterval: [Object], fixturesFolder: '/home/peter/projects/cypress-webpack/cypress/fixtures', hosts: null, ignoreTestFiles: '*.hot-update.js', includeShadowDom: false, integrationFolder: '/home/peter/projects/cypress-webpack/cypress/integration', isTextTerminal: false, javascripts: [], morgan: true, modifyObstructiveCode: true, namespace: '__cypress', nodeVersion: 'default', numTestsKeptInMemory: 50, pageLoadTimeout: 60000, pluginsFile: '/home/peter/projects/cypress-webpack/cypress/plugins/index.ts', port: 40921, projectId: null, reporter: 'spec', reporterOptions: null, reporterRoute: '/__cypress/reporter', requestTimeout: 5000, responseTimeout: 30000, retries: [Object], screenshotOnRunFailure: true, screenshotsFolder: '/home/peter/projects/cypress-webpack/cypress/screenshots', socketId: null, socketIoRoute: '/__socket.io', webpackDevServerPublicPathRoute: '/__cypress/src', socketIoCookie: '__socket.io', supportFile: '/home/peter/projects/cypress-webpack/cypress/support/index.ts', taskTimeout: 60000, testFiles: '**/*.*', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: '/home/peter/projects/cypress-webpack/cypress/videos', videoUploadOnPasses: true, viewportHeight: 660, viewportWidth: 1000, waitForAnimations: true, scrollBehavior: 'top', watchForFileChanges: true, xhrRoute: '/xhrs/', env: {}, cypressEnv: 'production', resolved: [Object], parentTestsFolder: '/home/peter/projects/cypress-webpack/cypress', parentTestsFolderDisplay: 'cypress-webpack/cypress', supportFolder: '/home/peter/projects/cypress-webpack/cypress/support', integrationExampleName: 'examples', integrationExamplePath: '/home/peter/projects/cypress-webpack/cypress/integration/examples', scaffoldedFiles: [Array], resolvedNodeVersion: '12.18.3', state: [Object], isNewProject: false, proxyUrl: 'http://localhost:40921', browserUrl: 'http://localhost:40921/__/', reporterUrl: 'http://localhost:40921/__cypress/reporter', xhrUrl: '__cypress/xhrs/', proxyServer: 'http://localhost:40921' } }, originalData: { id: 0.500915875479401, data: { projectRoot: '/home/peter/projects/cypress-webpack', projectName: 'cypress-webpack', report: false, browsers: [Array], animationDistanceThreshold: 5, autoOpen: false, baseUrl: null, blockHosts: null, chromeWebSecurity: true, clientRoute: '/__/', componentFolder: '/home/peter/projects/cypress-webpack/cypress/component', configFile: 'cypress.json', defaultCommandTimeout: 4000, downloadsFolder: '/home/peter/projects/cypress-webpack/cypress/downloads', execTimeout: 60000, experimentalComponentTesting: false, experimentalFetchPolyfill: false, experimentalRunEvents: false, experimentalSourceRewriting: false, experimentalStudio: false, fileServerFolder: '/home/peter/projects/cypress-webpack', firefoxGcInterval: [Object], fixturesFolder: '/home/peter/projects/cypress-webpack/cypress/fixtures', hosts: null, ignoreTestFiles: '*.hot-update.js', includeShadowDom: false, integrationFolder: '/home/peter/projects/cypress-webpack/cypress/integration', isTextTerminal: false, javascripts: [], morgan: true, modifyObstructiveCode: true, namespace: '__cypress', nodeVersion: 'default', numTestsKeptInMemory: 50, pageLoadTimeout: 60000, pluginsFile: '/home/peter/projects/cypress-webpack/cypress/plugins/index.ts', port: 40921, projectId: null, reporter: 'spec', reporterOptions: null, reporterRoute: '/__cypress/reporter', requestTimeout: 5000, responseTimeout: 30000, retries: [Object], screenshotOnRunFailure: true, screenshotsFolder: '/home/peter/projects/cypress-webpack/cypress/screenshots', socketId: null, socketIoRoute: '/__socket.io', webpackDevServerPublicPathRoute: '/__cypress/src', socketIoCookie: '__socket.io', supportFile: '/home/peter/projects/cypress-webpack/cypress/support/index.ts', taskTimeout: 60000, testFiles: '**/*.*', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: '/home/peter/projects/cypress-webpack/cypress/videos', videoUploadOnPasses: true, viewportHeight: 660, viewportWidth: 1000, waitForAnimations: true, scrollBehavior: 'top', watchForFileChanges: true, xhrRoute: '/xhrs/', env: {}, cypressEnv: 'production', resolved: [Object], parentTestsFolder: '/home/peter/projects/cypress-webpack/cypress', parentTestsFolderDisplay: 'cypress-webpack/cypress', supportFolder: '/home/peter/projects/cypress-webpack/cypress/support', integrationExampleName: 'examples', integrationExamplePath: '/home/peter/projects/cypress-webpack/cypress/integration/examples', scaffoldedFiles: [Array], resolvedNodeVersion: '12.18.3', state: [Object], isNewProject: false, proxyUrl: 'http://localhost:40921', browserUrl: 'http://localhost:40921/__/', reporterUrl: 'http://localhost:40921/__cypress/reporter', xhrUrl: '__cypress/xhrs/', proxyServer: 'http://localhost:40921' } } } 2021-03-12T08:25:52.268Z cypress:server:events got request for event: get:specs, undefined 2021-03-12T08:25:52.269Z cypress:server:open_project check for spec updates 2021-03-12T08:25:52.270Z cypress:server:project project has config { projectRoot: '/home/peter/projects/cypress-webpack', projectName: 'cypress-webpack', report: false, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '89.0.4389.72', path: 'google-chrome', majorVersion: 89 }, { name: 'chromium', family: 'chromium', channel: 'stable', displayName: 'Chromium', version: '87.0.4280.66', path: 'chromium-browser', majorVersion: 87 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '86.0', path: 'firefox', majorVersion: 86 }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '87.0.4280.141', path: '', majorVersion: 87, info: 'Electron is the default browser that comes with Cypress. This is the default browser that runs in headless mode. Selecting this browser is useful when debugging. The version number indicates the underlying Chromium version that Electron uses.' } ], animationDistanceThreshold: 5, autoOpen: false, baseUrl: null, blockHosts: null, chromeWebSecurity: true, clientRoute: '/__/', componentFolder: '/home/peter/projects/cypress-webpack/cypress/component', configFile: 'cypress.json', defaultCommandTimeout: 4000, downloadsFolder: '/home/peter/projects/cypress-webpack/cypress/downloads', execTimeout: 60000, experimentalComponentTesting: false, experimentalFetchPolyfill: false, experimentalRunEvents: false, experimentalSourceRewriting: false, experimentalStudio: false, fileServerFolder: '/home/peter/projects/cypress-webpack', firefoxGcInterval: { runMode: 1, openMode: null }, fixturesFolder: '/home/peter/projects/cypress-webpack/cypress/fixtures', hosts: null, ignoreTestFiles: '*.hot-update.js', includeShadowDom: false, integrationFolder: '/home/peter/projects/cypress-webpack/cypress/integration', isTextTerminal: false, javascripts: [], morgan: true, modifyObstructiveCode: true, namespace: '__cypress', nodeVersion: 'default', numTestsKeptInMemory: 50, pageLoadTimeout: 60000, pluginsFile: '/home/peter/projects/cypress-webpack/cypress/plugins/index.ts', port: 40921, projectId: null, reporter: 'spec', reporterOptions: null, reporterRoute: '/__cypress/reporter', requestTimeout: 5000, responseTimeout: 30000, retries: { runMode: 0, openMode: 0 }, screenshotOnRunFailure: true, screenshotsFolder: '/home/peter/projects/cypress-webpack/cypress/screenshots', socketId: null, socketIoRoute: '/__socket.io', webpackDevServerPublicPathRoute: '/__cypress/src', socketIoCookie: '__socket.io', supportFile: '/home/peter/projects/cypress-webpack/cypress/support/index.ts', taskTimeout: 60000, testFiles: '**/*.*', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: '/home/peter/projects/cypress-webpack/cypress/videos', videoUploadOnPasses: true, viewportHeight: 660, viewportWidth: 1000, waitForAnimations: true, scrollBehavior: 'top', watchForFileChanges: true, xhrRoute: '/xhrs/', env: {}, cypressEnv: 'production', resolved: { animationDistanceThreshold: { value: 5, from: 'default' }, baseUrl: { value: null, from: 'default' }, blockHosts: { value: null, from: 'default' }, browsers: { value: [Array], from: 'default' }, chromeWebSecurity: { value: true, from: 'default' }, componentFolder: { value: 'cypress/component', from: 'default' }, defaultCommandTimeout: { value: 4000, from: 'default' }, downloadsFolder: { value: 'cypress/downloads', from: 'default' }, env: {}, execTimeout: { value: 60000, from: 'default' }, experimentalComponentTesting: { value: false, from: 'default' }, experimentalFetchPolyfill: { value: false, from: 'default' }, experimentalRunEvents: { value: false, from: 'default' }, experimentalSourceRewriting: { value: false, from: 'default' }, experimentalStudio: { value: false, from: 'default' }, fileServerFolder: { value: '', from: 'default' }, firefoxGcInterval: { value: [Object], from: 'default' }, fixturesFolder: { value: 'cypress/fixtures', from: 'default' }, hosts: { value: null, from: 'default' }, ignoreTestFiles: { value: '*.hot-update.js', from: 'default' }, includeShadowDom: { value: false, from: 'default' }, integrationFolder: { value: 'cypress/integration', from: 'default' }, modifyObstructiveCode: { value: true, from: 'default' }, nodeVersion: { value: 'default', from: 'default' }, numTestsKeptInMemory: { value: 50, from: 'default' }, pageLoadTimeout: { value: 60000, from: 'default' }, pluginsFile: { value: 'cypress/plugins', from: 'default' }, port: { value: null, from: 'default' }, projectId: { value: null, from: 'default' }, reporter: { value: 'spec', from: 'default' }, reporterOptions: { value: null, from: 'default' }, requestTimeout: { value: 5000, from: 'default' }, responseTimeout: { value: 30000, from: 'default' }, retries: { value: [Object], from: 'default' }, screenshotOnRunFailure: { value: true, from: 'default' }, screenshotsFolder: { value: 'cypress/screenshots', from: 'default' }, supportFile: { value: 'cypress/support', from: 'default' }, taskTimeout: { value: 60000, from: 'default' }, testFiles: { value: '**/*.*', from: 'default' }, trashAssetsBeforeRuns: { value: true, from: 'default' }, userAgent: { value: null, from: 'default' }, video: { value: true, from: 'default' }, videoCompression: { value: 32, from: 'default' }, videosFolder: { value: 'cypress/videos', from: 'default' }, videoUploadOnPasses: { value: true, from: 'default' }, viewportHeight: { value: 660, from: 'default' }, viewportWidth: { value: 1000, from: 'default' }, waitForAnimations: { value: true, from: 'default' }, scrollBehavior: { value: 'top', from: 'default' }, watchForFileChanges: { value: true, from: 'default' } }, parentTestsFolder: '/home/peter/projects/cypress-webpack/cypress', parentTestsFolderDisplay: 'cypress-webpack/cypress', supportFolder: '/home/peter/projects/cypress-webpack/cypress/support', integrationExampleName: 'examples', integrationExamplePath: '/home/peter/projects/cypress-webpack/cypress/integration/examples', scaffoldedFiles: [ { name: 'cypress', children: [Array] } ], resolvedNodeVersion: '12.18.3', state: { showedOnBoardingModal: true }, isNewProject: false, proxyUrl: 'http://localhost:40921', browserUrl: 'http://localhost:40921/__/', reporterUrl: 'http://localhost:40921/__cypress/reporter', xhrUrl: '__cypress/xhrs/', proxyServer: 'http://localhost:40921' } 2021-03-12T08:25:52.271Z cypress:server:open_project createSpecWatch component testing enabled false 2021-03-12T08:25:52.271Z cypress:server:open_project watching integration test files: **/*.* in /home/peter/projects/cypress-webpack/cypress/integration 2021-03-12T08:25:52.273Z cypress:server:specs experimentalComponentTesting false 2021-03-12T08:25:52.273Z cypress:server:specs looking for test specs in the folder: /home/peter/projects/cypress-webpack/cypress/integration 2021-03-12T08:25:52.273Z cypress:server:specs there is no spec pattern 2021-03-12T08:25:52.273Z cypress:server:specs globbing test files "**/*.*" 2021-03-12T08:25:52.273Z cypress:server:specs glob options { sort: true, absolute: true, nodir: true, cwd: '/home/peter/projects/cypress-webpack/cypress/integration', ignore: [ '/home/peter/projects/cypress-webpack/cypress/support/index.ts', '/home/peter/projects/cypress-webpack/cypress/fixtures/**/*' ] } 2021-03-12T08:25:52.275Z cypress:server:events got request for event: get:project:status, { id: undefined, path: '/home/peter/projects/cypress-webpack' } 2021-03-12T08:25:52.275Z cypress:server:project get project status for client id undefined at path /home/peter/projects/cypress-webpack 2021-03-12T08:25:52.275Z cypress:server:project no project id 2021-03-12T08:25:52.276Z cypress:server:events sending ipc data { type: 'get:project:status', data: { id: 0.04047847547158123, data: { id: undefined, path: '/home/peter/projects/cypress-webpack', state: 'VALID' } }, originalData: { id: 0.04047847547158123, data: { id: undefined, path: '/home/peter/projects/cypress-webpack', state: 'VALID' } } } 2021-03-12T08:25:52.281Z cypress:server:specs [ '/home/peter/projects/cypress-webpack/cypress/integration/examples/actions.spec.ts' ] 2021-03-12T08:25:52.282Z cypress:server:specs found spec file /home/peter/projects/cypress-webpack/cypress/integration/examples/actions.spec.ts 2021-03-12T08:25:52.283Z cypress:server:specs found 1 spec file: [ { name: 'examples/actions.spec.ts', relative: 'cypress/integration/examples/actions.spec.ts', absolute: '/home/peter/projects/cypress-webpack/cypress/integration/examples/actions.spec.ts' } ] ┌──────────────────────────────────────────────┬─────────────┐ │ relative │ specType │ ├──────────────────────────────────────────────┼─────────────┤ │ cypress/integration/examples/actions.spec.ts │ integration │ └──────────────────────────────────────────────┴─────────────┘ 2021-03-12T08:25:52.290Z cypress:server:open_project found 1 spec using spec pattern '**/*.*': [ 'examples/actions.spec.ts' ] 2021-03-12T08:25:52.290Z cypress:server:events sending ipc data { type: 'get:specs', data: { id: 0.4637121680632508, data: { integration: [Array] } }, originalData: { id: 0.4637121680632508, data: { integration: [Array] } } } 2021-03-12T08:25:57.974Z cypress:server:events got request for event: close:browser, undefined 2021-03-12T08:25:57.975Z cypress:server:events sending ipc data { type: 'close:browser', data: { id: 0.05273573911327034, data: undefined }, originalData: { id: 0.05273573911327034, data: undefined } } 2021-03-12T08:25:57.984Z cypress:server:events got request for event: launch:browser, { browser: { displayName: 'Chrome', name: 'chrome', family: 'chromium', channel: 'stable', version: '89.0.4389.72', path: 'google-chrome', profilePath: undefined, majorVersion: 89, info: undefined, custom: undefined, warning: undefined, isChosen: true }, spec: { name: 'examples/actions.spec.ts', absolute: '/home/peter/projects/cypress-webpack/cypress/integration/examples/actions.spec.ts', relative: 'cypress/integration/examples/actions.spec.ts' }, specType: 'integration', relative: 'cypress/integration/examples/actions.spec.ts', specFilter: null } 2021-03-12T08:25:57.984Z cypress:server:events launching browser for 'integration' spec: { name: 'examples/actions.spec.ts', absolute: '/home/peter/projects/cypress-webpack/cypress/integration/examples/actions.spec.ts', relative: 'cypress/integration/examples/actions.spec.ts' } 2021-03-12T08:25:57.985Z cypress:server:events full list of options { browser: { displayName: 'Chrome', name: 'chrome', family: 'chromium', channel: 'stable', version: '89.0.4389.72', path: 'google-chrome', profilePath: undefined, majorVersion: 89, info: undefined, custom: undefined, warning: undefined, isChosen: true }, spec: { name: 'examples/actions.spec.ts', absolute: '/home/peter/projects/cypress-webpack/cypress/integration/examples/actions.spec.ts', relative: 'cypress/integration/examples/actions.spec.ts' }, specType: 'integration', relative: 'cypress/integration/examples/actions.spec.ts', specFilter: null } 2021-03-12T08:25:57.985Z cypress:server:open_project resetting project state, preparing to launch browser chrome for spec { name: 'examples/actions.spec.ts', absolute: '/home/peter/projects/cypress-webpack/cypress/integration/examples/actions.spec.ts', relative: 'cypress/integration/examples/actions.spec.ts', specType: 'integration', specFilter: null } options { projectRoot: '/home/peter/projects/cypress-webpack', onBrowserOpen: [Function: onBrowserOpen], onBrowserClose: [Function: onBrowserClose] } 2021-03-12T08:25:57.985Z cypress:server:project resetting project instance /home/peter/projects/cypress-webpack 2021-03-12T08:25:57.986Z cypress:proxy:http:util:buffers resetting buffers 2021-03-12T08:25:57.986Z cypress:server:server-base Setting remoteAuth undefined 2021-03-12T08:25:57.986Z cypress:server:server-base Setting remoteOrigin http://localhost:40921 2021-03-12T08:25:57.986Z cypress:server:server-base Setting remoteStrategy file 2021-03-12T08:25:57.986Z cypress:server:server-base Setting remoteHostAndPort null 2021-03-12T08:25:57.986Z cypress:server:server-base Setting remoteDocDomain localhost 2021-03-12T08:25:57.986Z cypress:server:server-base Setting remoteFileServer http://localhost:45999 2021-03-12T08:25:57.986Z cypress:server:server-base Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:40921', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:45999' } 2021-03-12T08:25:57.987Z cypress:server:project get spec url: /home/peter/projects/cypress-webpack/cypress/integration/examples/actions.spec.ts for spec type integration 2021-03-12T08:25:57.988Z cypress:server:project project has config { projectRoot: '/home/peter/projects/cypress-webpack', projectName: 'cypress-webpack', report: false, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '89.0.4389.72', path: 'google-chrome', majorVersion: 89 }, { name: 'chromium', family: 'chromium', channel: 'stable', displayName: 'Chromium', version: '87.0.4280.66', path: 'chromium-browser', majorVersion: 87 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '86.0', path: 'firefox', majorVersion: 86 }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '87.0.4280.141', path: '', majorVersion: 87, info: 'Electron is the default browser that comes with Cypress. This is the default browser that runs in headless mode. Selecting this browser is useful when debugging. The version number indicates the underlying Chromium version that Electron uses.' } ], animationDistanceThreshold: 5, autoOpen: false, baseUrl: null, blockHosts: null, chromeWebSecurity: true, clientRoute: '/__/', componentFolder: '/home/peter/projects/cypress-webpack/cypress/component', configFile: 'cypress.json', defaultCommandTimeout: 4000, downloadsFolder: '/home/peter/projects/cypress-webpack/cypress/downloads', execTimeout: 60000, experimentalComponentTesting: false, experimentalFetchPolyfill: false, experimentalRunEvents: false, experimentalSourceRewriting: false, experimentalStudio: false, fileServerFolder: '/home/peter/projects/cypress-webpack', firefoxGcInterval: { runMode: 1, openMode: null }, fixturesFolder: '/home/peter/projects/cypress-webpack/cypress/fixtures', hosts: null, ignoreTestFiles: '*.hot-update.js', includeShadowDom: false, integrationFolder: '/home/peter/projects/cypress-webpack/cypress/integration', isTextTerminal: false, javascripts: [], morgan: true, modifyObstructiveCode: true, namespace: '__cypress', nodeVersion: 'default', numTestsKeptInMemory: 50, pageLoadTimeout: 60000, pluginsFile: '/home/peter/projects/cypress-webpack/cypress/plugins/index.ts', port: 40921, projectId: null, reporter: 'spec', reporterOptions: null, reporterRoute: '/__cypress/reporter', requestTimeout: 5000, responseTimeout: 30000, retries: { runMode: 0, openMode: 0 }, screenshotOnRunFailure: true, screenshotsFolder: '/home/peter/projects/cypress-webpack/cypress/screenshots', socketId: null, socketIoRoute: '/__socket.io', webpackDevServerPublicPathRoute: '/__cypress/src', socketIoCookie: '__socket.io', supportFile: '/home/peter/projects/cypress-webpack/cypress/support/index.ts', taskTimeout: 60000, testFiles: '**/*.*', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: '/home/peter/projects/cypress-webpack/cypress/videos', videoUploadOnPasses: true, viewportHeight: 660, viewportWidth: 1000, waitForAnimations: true, scrollBehavior: 'top', watchForFileChanges: true, xhrRoute: '/xhrs/', env: {}, cypressEnv: 'production', resolved: { animationDistanceThreshold: { value: 5, from: 'default' }, baseUrl: { value: null, from: 'default' }, blockHosts: { value: null, from: 'default' }, browsers: { value: [Array], from: 'default' }, chromeWebSecurity: { value: true, from: 'default' }, componentFolder: { value: 'cypress/component', from: 'default' }, defaultCommandTimeout: { value: 4000, from: 'default' }, downloadsFolder: { value: 'cypress/downloads', from: 'default' }, env: {}, execTimeout: { value: 60000, from: 'default' }, experimentalComponentTesting: { value: false, from: 'default' }, experimentalFetchPolyfill: { value: false, from: 'default' }, experimentalRunEvents: { value: false, from: 'default' }, experimentalSourceRewriting: { value: false, from: 'default' }, experimentalStudio: { value: false, from: 'default' }, fileServerFolder: { value: '', from: 'default' }, firefoxGcInterval: { value: [Object], from: 'default' }, fixturesFolder: { value: 'cypress/fixtures', from: 'default' }, hosts: { value: null, from: 'default' }, ignoreTestFiles: { value: '*.hot-update.js', from: 'default' }, includeShadowDom: { value: false, from: 'default' }, integrationFolder: { value: 'cypress/integration', from: 'default' }, modifyObstructiveCode: { value: true, from: 'default' }, nodeVersion: { value: 'default', from: 'default' }, numTestsKeptInMemory: { value: 50, from: 'default' }, pageLoadTimeout: { value: 60000, from: 'default' }, pluginsFile: { value: 'cypress/plugins', from: 'default' }, port: { value: null, from: 'default' }, projectId: { value: null, from: 'default' }, reporter: { value: 'spec', from: 'default' }, reporterOptions: { value: null, from: 'default' }, requestTimeout: { value: 5000, from: 'default' }, responseTimeout: { value: 30000, from: 'default' }, retries: { value: [Object], from: 'default' }, screenshotOnRunFailure: { value: true, from: 'default' }, screenshotsFolder: { value: 'cypress/screenshots', from: 'default' }, supportFile: { value: 'cypress/support', from: 'default' }, taskTimeout: { value: 60000, from: 'default' }, testFiles: { value: '**/*.*', from: 'default' }, trashAssetsBeforeRuns: { value: true, from: 'default' }, userAgent: { value: null, from: 'default' }, video: { value: true, from: 'default' }, videoCompression: { value: 32, from: 'default' }, videosFolder: { value: 'cypress/videos', from: 'default' }, videoUploadOnPasses: { value: true, from: 'default' }, viewportHeight: { value: 660, from: 'default' }, viewportWidth: { value: 1000, from: 'default' }, waitForAnimations: { value: true, from: 'default' }, scrollBehavior: { value: 'top', from: 'default' }, watchForFileChanges: { value: true, from: 'default' } }, parentTestsFolder: '/home/peter/projects/cypress-webpack/cypress', parentTestsFolderDisplay: 'cypress-webpack/cypress', supportFolder: '/home/peter/projects/cypress-webpack/cypress/support', integrationExampleName: 'examples', integrationExamplePath: '/home/peter/projects/cypress-webpack/cypress/integration/examples', scaffoldedFiles: [ { name: 'cypress', children: [Array] } ], resolvedNodeVersion: '12.18.3', state: { showedOnBoardingModal: true }, isNewProject: false, proxyUrl: 'http://localhost:40921', browserUrl: 'http://localhost:40921/__/', reporterUrl: 'http://localhost:40921/__cypress/reporter', xhrUrl: '__cypress/xhrs/', proxyServer: 'http://localhost:40921' } 2021-03-12T08:25:57.988Z cypress:server:project prefixed path for spec { pathToSpec: '/home/peter/projects/cypress-webpack/cypress/integration/examples/actions.spec.ts', type: 'integration', url: '/integration/examples/actions.spec.ts' } 2021-03-12T08:25:57.989Z cypress:server:project return path to spec { specType: 'integration', absoluteSpecPath: '/home/peter/projects/cypress-webpack/cypress/integration/examples/actions.spec.ts', prefixedPath: '/integration/examples/actions.spec.ts', url: 'http://localhost:40921/__/#/tests/integration/examples/actions.spec.ts' } 2021-03-12T08:25:57.989Z cypress:server:open_project open project url http://localhost:40921/__/#/tests/integration/examples/actions.spec.ts 2021-03-12T08:25:57.990Z cypress:server:project project has config { projectRoot: '/home/peter/projects/cypress-webpack', projectName: 'cypress-webpack', report: false, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '89.0.4389.72', path: 'google-chrome', majorVersion: 89 }, { name: 'chromium', family: 'chromium', channel: 'stable', displayName: 'Chromium', version: '87.0.4280.66', path: 'chromium-browser', majorVersion: 87 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '86.0', path: 'firefox', majorVersion: 86 }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '87.0.4280.141', path: '', majorVersion: 87, info: 'Electron is the default browser that comes with Cypress. This is the default browser that runs in headless mode. Selecting this browser is useful when debugging. The version number indicates the underlying Chromium version that Electron uses.' } ], animationDistanceThreshold: 5, autoOpen: false, baseUrl: null, blockHosts: null, chromeWebSecurity: true, clientRoute: '/__/', componentFolder: '/home/peter/projects/cypress-webpack/cypress/component', configFile: 'cypress.json', defaultCommandTimeout: 4000, downloadsFolder: '/home/peter/projects/cypress-webpack/cypress/downloads', execTimeout: 60000, experimentalComponentTesting: false, experimentalFetchPolyfill: false, experimentalRunEvents: false, experimentalSourceRewriting: false, experimentalStudio: false, fileServerFolder: '/home/peter/projects/cypress-webpack', firefoxGcInterval: { runMode: 1, openMode: null }, fixturesFolder: '/home/peter/projects/cypress-webpack/cypress/fixtures', hosts: null, ignoreTestFiles: '*.hot-update.js', includeShadowDom: false, integrationFolder: '/home/peter/projects/cypress-webpack/cypress/integration', isTextTerminal: false, javascripts: [], morgan: true, modifyObstructiveCode: true, namespace: '__cypress', nodeVersion: 'default', numTestsKeptInMemory: 50, pageLoadTimeout: 60000, pluginsFile: '/home/peter/projects/cypress-webpack/cypress/plugins/index.ts', port: 40921, projectId: null, reporter: 'spec', reporterOptions: null, reporterRoute: '/__cypress/reporter', requestTimeout: 5000, responseTimeout: 30000, retries: { runMode: 0, openMode: 0 }, screenshotOnRunFailure: true, screenshotsFolder: '/home/peter/projects/cypress-webpack/cypress/screenshots', socketId: null, socketIoRoute: '/__socket.io', webpackDevServerPublicPathRoute: '/__cypress/src', socketIoCookie: '__socket.io', supportFile: '/home/peter/projects/cypress-webpack/cypress/support/index.ts', taskTimeout: 60000, testFiles: '**/*.*', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: '/home/peter/projects/cypress-webpack/cypress/videos', videoUploadOnPasses: true, viewportHeight: 660, viewportWidth: 1000, waitForAnimations: true, scrollBehavior: 'top', watchForFileChanges: true, xhrRoute: '/xhrs/', env: {}, cypressEnv: 'production', resolved: { animationDistanceThreshold: { value: 5, from: 'default' }, baseUrl: { value: null, from: 'default' }, blockHosts: { value: null, from: 'default' }, browsers: { value: [Array], from: 'default' }, chromeWebSecurity: { value: true, from: 'default' }, componentFolder: { value: 'cypress/component', from: 'default' }, defaultCommandTimeout: { value: 4000, from: 'default' }, downloadsFolder: { value: 'cypress/downloads', from: 'default' }, env: {}, execTimeout: { value: 60000, from: 'default' }, experimentalComponentTesting: { value: false, from: 'default' }, experimentalFetchPolyfill: { value: false, from: 'default' }, experimentalRunEvents: { value: false, from: 'default' }, experimentalSourceRewriting: { value: false, from: 'default' }, experimentalStudio: { value: false, from: 'default' }, fileServerFolder: { value: '', from: 'default' }, firefoxGcInterval: { value: [Object], from: 'default' }, fixturesFolder: { value: 'cypress/fixtures', from: 'default' }, hosts: { value: null, from: 'default' }, ignoreTestFiles: { value: '*.hot-update.js', from: 'default' }, includeShadowDom: { value: false, from: 'default' }, integrationFolder: { value: 'cypress/integration', from: 'default' }, modifyObstructiveCode: { value: true, from: 'default' }, nodeVersion: { value: 'default', from: 'default' }, numTestsKeptInMemory: { value: 50, from: 'default' }, pageLoadTimeout: { value: 60000, from: 'default' }, pluginsFile: { value: 'cypress/plugins', from: 'default' }, port: { value: null, from: 'default' }, projectId: { value: null, from: 'default' }, reporter: { value: 'spec', from: 'default' }, reporterOptions: { value: null, from: 'default' }, requestTimeout: { value: 5000, from: 'default' }, responseTimeout: { value: 30000, from: 'default' }, retries: { value: [Object], from: 'default' }, screenshotOnRunFailure: { value: true, from: 'default' }, screenshotsFolder: { value: 'cypress/screenshots', from: 'default' }, supportFile: { value: 'cypress/support', from: 'default' }, taskTimeout: { value: 60000, from: 'default' }, testFiles: { value: '**/*.*', from: 'default' }, trashAssetsBeforeRuns: { value: true, from: 'default' }, userAgent: { value: null, from: 'default' }, video: { value: true, from: 'default' }, videoCompression: { value: 32, from: 'default' }, videosFolder: { value: 'cypress/videos', from: 'default' }, videoUploadOnPasses: { value: true, from: 'default' }, viewportHeight: { value: 660, from: 'default' }, viewportWidth: { value: 1000, from: 'default' }, waitForAnimations: { value: true, from: 'default' }, scrollBehavior: { value: 'top', from: 'default' }, watchForFileChanges: { value: true, from: 'default' } }, parentTestsFolder: '/home/peter/projects/cypress-webpack/cypress', parentTestsFolderDisplay: 'cypress-webpack/cypress', supportFolder: '/home/peter/projects/cypress-webpack/cypress/support', integrationExampleName: 'examples', integrationExamplePath: '/home/peter/projects/cypress-webpack/cypress/integration/examples', scaffoldedFiles: [ { name: 'cypress', children: [Array] } ], resolvedNodeVersion: '12.18.3', state: { showedOnBoardingModal: true }, isNewProject: false, proxyUrl: 'http://localhost:40921', browserUrl: 'http://localhost:40921/__/', reporterUrl: 'http://localhost:40921/__cypress/reporter', xhrUrl: '__cypress/xhrs/', proxyServer: 'http://localhost:40921' } 2021-03-12T08:25:57.990Z cypress:server:open_project launching browser: { displayName: 'Chrome', name: 'chrome', family: 'chromium', channel: 'stable', version: '89.0.4389.72', path: 'google-chrome', profilePath: undefined, majorVersion: 89, info: undefined, custom: undefined, warning: undefined, isChosen: true, isHeaded: true, isHeadless: false }, spec: cypress/integration/examples/actions.spec.ts 2021-03-12T08:25:57.991Z cypress:server:browsers getBrowserLauncher { browser: { displayName: 'Chrome', name: 'chrome', family: 'chromium', channel: 'stable', version: '89.0.4389.72', path: 'google-chrome', profilePath: undefined, majorVersion: 89, info: undefined, custom: undefined, warning: undefined, isChosen: true, isHeaded: true, isHeadless: false } } 2021-03-12T08:25:57.995Z cypress:server:browsers opening browser { displayName: 'Chrome', name: 'chrome', family: 'chromium', channel: 'stable', version: '89.0.4389.72', path: 'google-chrome', profilePath: undefined, majorVersion: 89, info: undefined, custom: undefined, warning: undefined, isChosen: true, isHeaded: true, isHeadless: false } 2021-03-12T08:25:57.996Z cypress:server:browsers:chrome reading chrome preferences... { userDir: '/home/peter/.config/Cypress/cy/production/browsers/chrome-stable/interactive', CHROME_PREFERENCE_PATHS: { default: 'Default/Preferences', defaultSecure: 'Default/Secure Preferences', localState: 'Local State' } } 2021-03-12T08:25:58.004Z cypress:server:plugins plugin event registered? { event: 'before:browser:launch', isRegistered: false } 2021-03-12T08:25:58.021Z cypress:server:appdata path: /home/peter/.config/Cypress/cy/production/extensions 2021-03-12T08:25:58.039Z cypress:server:browsers:chrome launching in chrome with debugging port { url: 'http://localhost:40921/__/#/tests/integration/examples/actions.spec.ts', args: [ '--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-single-click-autofill', '--disable-prompt-on-repos', '--disable-background-timer-throttling', '--disable-renderer-backgrounding', '--disable-renderer-throttling', '--disable-backgrounding-occluded-windows', '--disable-restore-session-state', '--disable-new-profile-management', '--disable-new-avatar-menu', '--allow-insecure-localhost', '--reduce-security-for-testing', '--enable-automation', '--disable-print-preview', '--disable-device-discovery-notifications', '--autoplay-policy=no-user-gesture-required', '--disable-site-isolation-trials', '--metrics-recording-only', '--disable-prompt-on-repost', '--disable-hang-monitor', '--disable-sync', '--disable-web-resources', '--safebrowsing-disable-download-protection', '--disable-client-side-phishing-detection', '--disable-component-update', '--disable-default-apps', '--use-fake-ui-for-media-stream', '--use-fake-device-for-media-stream', '--disable-ipc-flooding-protection', '--disable-backgrounding-occluded-window', '--disable-breakpad', '--password-store=basic', '--use-mock-keychain', '--disable-dev-shm-usage', '--disable-gpu', '--no-sandbox', '--proxy-server=http://localhost:40921', '--proxy-bypass-list=<-loopback>', '--remote-debugging-port=39535', '--remote-debugging-address=127.0.0.1', '--load-extension=/home/peter/.config/Cypress/cy/production/browsers/chrome-stable/interactive/CypressExtension,/home/peter/.cache/Cypress/6.6.0/Cypress/resources/app/packages/extension/theme', '--user-data-dir=/home/peter/.config/Cypress/cy/production/browsers/chrome-stable/interactive', '--disk-cache-dir=/home/peter/.config/Cypress/cy/production/browsers/chrome-stable/interactive/CypressCache' ], port: 39535 } 2021-03-12T08:25:58.039Z cypress:launcher launching browser { browser: { displayName: 'Chrome', name: 'chrome', family: 'chromium', channel: 'stable', version: '89.0.4389.72', path: 'google-chrome', profilePath: undefined, majorVersion: 89, info: undefined, custom: undefined, warning: undefined, isChosen: true, isHeaded: true, isHeadless: false }, url: 'about:blank' } 2021-03-12T08:25:58.039Z cypress:launcher spawning browser with args { args: [ 'about:blank', '--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-single-click-autofill', '--disable-prompt-on-repos', '--disable-background-timer-throttling', '--disable-renderer-backgrounding', '--disable-renderer-throttling', '--disable-backgrounding-occluded-windows', '--disable-restore-session-state', '--disable-new-profile-management', '--disable-new-avatar-menu', '--allow-insecure-localhost', '--reduce-security-for-testing', '--enable-automation', '--disable-print-preview', '--disable-device-discovery-notifications', '--autoplay-policy=no-user-gesture-required', '--disable-site-isolation-trials', '--metrics-recording-only', '--disable-prompt-on-repost', '--disable-hang-monitor', '--disable-sync', '--disable-web-resources', '--safebrowsing-disable-download-protection', '--disable-client-side-phishing-detection', '--disable-component-update', '--disable-default-apps', '--use-fake-ui-for-media-stream', '--use-fake-device-for-media-stream', '--disable-ipc-flooding-protection', '--disable-backgrounding-occluded-window', '--disable-breakpad', '--password-store=basic', '--use-mock-keychain', '--disable-dev-shm-usage', '--disable-gpu', '--no-sandbox', '--proxy-server=http://localhost:40921', '--proxy-bypass-list=<-loopback>', '--remote-debugging-port=39535', '--remote-debugging-address=127.0.0.1', '--load-extension=/home/peter/.config/Cypress/cy/production/browsers/chrome-stable/interactive/CypressExtension,/home/peter/.cache/Cypress/6.6.0/Cypress/resources/app/packages/extension/theme', '--user-data-dir=/home/peter/.config/Cypress/cy/production/browsers/chrome-stable/interactive', '--disk-cache-dir=/home/peter/.config/Cypress/cy/production/browsers/chrome-stable/interactive/CypressCache' ] } 2021-03-12T08:25:58.045Z cypress:server:browsers:chrome connecting to Chrome remote interface at random port 39535 2021-03-12T08:25:58.045Z cypress:server:browsers:protocol Getting WS connection to CRI on port 39535 2021-03-12T08:25:58.046Z cypress:network:connect received error on connect, retrying { iteration: 0, delay: 100, err: Error: connect ECONNREFUSED 127.0.0.1:39535 at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1141:16) { errno: 'ECONNREFUSED', code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 39535 } } 2021-03-12T08:25:58.147Z cypress:network:connect received error on connect, retrying { iteration: 1, delay: 100, err: Error: connect ECONNREFUSED 127.0.0.1:39535 at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1141:16) { errno: 'ECONNREFUSED', code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 39535 } } 2021-03-12T08:25:58.177Z cypress:launcher chrome stderr: libva error: va_getDriverName() failed with unknown libva error,driver_name=(null) 2021-03-12T08:25:58.178Z cypress:launcher chrome stderr: DevTools listening on ws://127.0.0.1:39535/devtools/browser/0a83115b-e338-47da-a1b4-e958b207936d 2021-03-12T08:25:58.217Z cypress:server:server-base Got CONNECT request from clientservices.googleapis.com:443 2021-03-12T08:25:58.217Z cypress:https-proxy Writing browserSocket connection headers { url: 'clientservices.googleapis.com:443', headLength: 0, headers: { host: 'clientservices.googleapis.com:443', 'proxy-connection': 'keep-alive', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36' } } 2021-03-12T08:25:58.219Z cypress:https-proxy Got first head bytes { url: 'clientservices.googleapis.com:443', head: '\u0016\u0003\u0001\u0002\u0000\u0001\u0000\u0001�\u0003\u0003\u001b{�%�@� OR��>�7�Ż�\u0018y��[�\u000b���\r~� ZĂ���T��P�20��S4\u001a���:' } 2021-03-12T08:25:58.223Z cypress:https-proxy Making intercepted connection to 46155 2021-03-12T08:25:58.225Z cypress:network:connect successfully connected { opts: { port: 46155, host: 'localhost', getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } 2021-03-12T08:25:58.225Z cypress:https-proxy received upstreamSocket callback for request { port: 46155, hostname: 'localhost', err: undefined } 2021-03-12T08:25:58.225Z cypress:server:util:socket_allowed allowing socket { localPort: 43766 } 2021-03-12T08:25:58.243Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:25:58.244Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:25:58.244Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://clientservices.googleapis.com/chrome-variations/seed?osname=linux&channel=stable&milestone=89', headers: { host: 'clientservices.googleapis.com', connection: 'keep-alive', 'if-none-match': '341ed9beb29d82a896dd6326a9ad4815706faf23', 'a-im': 'x-bm,gzip', 'sec-fetch-site': 'none', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'empty', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', 'accept-encoding': 'gzip, deflate, br' } } } 2021-03-12T08:25:58.249Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:25:58.249Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:25:58.249Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:25:58.249Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:25:58.250Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:25:58.250Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:25:58.250Z cypress:server:server-base Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:40921', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:45999' } 2021-03-12T08:25:58.250Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:25:58.250Z cypress:server:server-base Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:40921', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:45999' } 2021-03-12T08:25:58.255Z cypress:network:agent addRequest called { isHttps: true, href: 'https://clientservices.googleapis.com/chrome-variations/seed?osname=linux&channel=stable&milestone=89' } 2021-03-12T08:25:58.255Z cypress:network:connect beginning getAddress { hostname: 'clientservices.googleapis.com', port: 443 } 2021-03-12T08:25:58.255Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:25:58.259Z cypress:network:connect successfully connected { opts: { host: '127.0.0.1', port: 39535, getDelayMsForRetry: [Function: getDelayMsForRetry] }, iteration: 2 } 2021-03-12T08:25:58.259Z cypress:server:browsers:protocol attempting to find CRI target... { retryIndex: 1 } 2021-03-12T08:25:58.259Z cypress:server:browsers:protocol CRI.List { host: '127.0.0.1', port: 39535, getDelayMsForRetry: [Function: getDelayMsForRetry] } 2021-03-12T08:25:58.260Z cypress:server:server-base Got CONNECT request from accounts.google.com:443 2021-03-12T08:25:58.261Z cypress:https-proxy Writing browserSocket connection headers { url: 'accounts.google.com:443', headLength: 0, headers: { host: 'accounts.google.com:443', 'proxy-connection': 'keep-alive', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36' } } 2021-03-12T08:25:58.263Z cypress:https-proxy Got first head bytes { url: 'accounts.google.com:443', head: '\u0016\u0003\u0001\u0002\u0000\u0001\u0000\u0001�\u0003\u0003m�\u001eu,\u001cv��\u0012��i\u0014j���^��V5OuMZ�bp�\f �Oq\u0018��ի\u0018f^�㵈\u0007^ \n&۟:Y' } 2021-03-12T08:25:58.265Z cypress:https-proxy Making intercepted connection to 46155 2021-03-12T08:25:58.266Z cypress:network:connect successfully connected { opts: { port: 46155, host: 'localhost', getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } 2021-03-12T08:25:58.266Z cypress:https-proxy received upstreamSocket callback for request { port: 46155, hostname: 'localhost', err: undefined } 2021-03-12T08:25:58.266Z cypress:server:util:socket_allowed allowing socket { localPort: 43776 } 2021-03-12T08:25:58.271Z cypress:server:browsers:protocol CRI List { numTargets: 1, targets: [ { description: '', devtoolsFrontendUrl: '/devtools/inspector.html?ws=localhost:39535/devtools/page/0F54B77827477119E9502B0970D18D81', id: '0F54B77827477119E9502B0970D18D81', title: 'about:blank', type: 'page', url: 'about:blank', webSocketDebuggerUrl: 'ws://localhost:39535/devtools/page/0F54B77827477119E9502B0970D18D81' } ] } 2021-03-12T08:25:58.271Z cypress:server:browsers:protocol found CRI target { description: '', devtoolsFrontendUrl: '/devtools/inspector.html?ws=localhost:39535/devtools/page/0F54B77827477119E9502B0970D18D81', id: '0F54B77827477119E9502B0970D18D81', title: 'about:blank', type: 'page', url: 'about:blank', webSocketDebuggerUrl: 'ws://localhost:39535/devtools/page/0F54B77827477119E9502B0970D18D81' } 2021-03-12T08:25:58.271Z cypress:server:browsers:chrome received wsUrl ws://localhost:39535/devtools/page/0F54B77827477119E9502B0970D18D81 for port 39535 2021-03-12T08:25:58.271Z cypress:server:browsers:cri-client connecting { target: 'ws://localhost:39535/devtools/page/0F54B77827477119E9502B0970D18D81' } 2021-03-12T08:25:58.282Z cypress:network:connect got addresses { hostname: 'clientservices.googleapis.com', port: 443, addresses: [ { address: '142.250.179.131', family: 4 }, { address: '2a00:1450:400e:800::2003', family: 6 } ] } 2021-03-12T08:25:58.285Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:25:58.285Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:25:58.285Z cypress:proxy:http:request-middleware proxying request { req: { method: 'POST', proxiedUrl: 'https://accounts.google.com/ListAccounts?gpsia=1&source=ChromiumBrowser&json=standard', headers: { host: 'accounts.google.com', connection: 'keep-alive', 'content-length': '1', origin: 'https://www.google.com', 'content-type': 'application/x-www-form-urlencoded', 'sec-fetch-site': 'none', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'empty', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: 'CONSENT=YES+NL.nl+V11+BX; ANID=AHWqTUnJuf9BH95bagVtDc19cw5BSIZlA2QWnxUWybjYzs0neLXJp6o1eyeKPwTN; 1P_JAR=2021-03-11-15; NID=211=igLHgHeq98Awdr0FsrZpzUSlNjF3_vmpekCrXvhb8Y6SQZriTYZiLoTC8dPPjhzTBUhiqdJtG-XIW0_vfaP9JEMKyvZgYO9arq8PRTudt9JKSr-EIvu_AB8LFdHhPq68dpGeTCHpkPRn2GkJNAFBQEeJ8CSVgHyYC-lM6wG40H0' } } } 2021-03-12T08:25:58.285Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:25:58.285Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:25:58.285Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:25:58.285Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:25:58.286Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:25:58.286Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:25:58.286Z cypress:server:server-base Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:40921', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:45999' } 2021-03-12T08:25:58.286Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:25:58.286Z cypress:server:server-base Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:40921', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:45999' } 2021-03-12T08:25:58.287Z cypress:server:stream_buffer appending chunk to buffer { bytesWritten: 0, chunkLength: 1 } 2021-03-12T08:25:58.288Z cypress:network:agent addRequest called { isHttps: true, href: 'https://accounts.google.com/ListAccounts?gpsia=1&source=ChromiumBrowser&json=standard' } 2021-03-12T08:25:58.288Z cypress:network:connect beginning getAddress { hostname: 'accounts.google.com', port: 443 } 2021-03-12T08:25:58.288Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:25:58.289Z cypress:network:connect got addresses { hostname: 'accounts.google.com', port: 443, addresses: [ { address: '216.58.211.109', family: 4 }, { address: '2a00:1450:400e:802::200d', family: 6 } ] } 2021-03-12T08:25:58.289Z cypress:network:agent got family { family: 4, href: 'https://clientservices.googleapis.com/chrome-variations/seed?osname=linux&channel=stable&milestone=89' } 2021-03-12T08:25:58.293Z cypress:network:agent got family { family: 4, href: 'https://accounts.google.com/ListAccounts?gpsia=1&source=ChromiumBrowser&json=standard' } 2021-03-12T08:25:58.301Z cypress:server:browsers:chrome options.onScreencastFrame is false 2021-03-12T08:25:58.301Z cypress:server:browsers:chrome received CRI client 2021-03-12T08:25:58.301Z cypress:server:browsers:chrome navigating to page http://localhost:40921/__/#/tests/integration/examples/actions.spec.ts 2021-03-12T08:25:58.315Z cypress:server:request received status code & headers on request { requestId: 'request1', statusCode: 304, headers: {} } 2021-03-12T08:25:58.315Z cypress:server:request successful response received { requestId: 'request1' } 2021-03-12T08:25:58.317Z cypress:server:routes Serving Cypress front-end by requested URL: /__/ 2021-03-12T08:25:58.317Z cypress:server:server-base Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:40921', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:45999' } 2021-03-12T08:25:58.317Z cypress:server:runner serving runner index.html with config { version: '6.6.0', platform: 'linux', arch: 'x64', projectName: 'cypress-webpack' } 2021-03-12T08:25:58.317Z cypress:server:runner env object has the following keys: 2021-03-12T08:25:58.319Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:25:58.319Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:25:58.319Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:25:58.319Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://clientservices.googleapis.com/chrome-variations/seed?osname=linux&channel=stable&milestone=89', headers: { host: 'clientservices.googleapis.com', connection: 'keep-alive', 'if-none-match': '341ed9beb29d82a896dd6326a9ad4815706faf23', 'a-im': 'x-bm,gzip', 'sec-fetch-site': 'none', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'empty', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', 'accept-encoding': 'gzip' } }, incomingRes: { headers: { 'x-content-type-options': 'nosniff', 'x-frame-options': 'SAMEORIGIN', 'x-xss-protection': '0', date: 'Fri, 12 Mar 2021 08:27:01 GMT', 'alt-svc': 'h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"' }, statusCode: 304 } } 2021-03-12T08:25:58.319Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:25:58.320Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:25:58 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/chrome-variations/seed?osname=linux&channel=stable&milestone=89' }, backendRequest: undefined } 2021-03-12T08:25:58.321Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:25:58.321Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:25:58.321Z cypress:server:server-base Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:40921', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:45999' } 2021-03-12T08:25:58.321Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: false } 2021-03-12T08:25:58.321Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:25:58.322Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:25:58.322Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:25:58.322Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:25:58.322Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:25:58.322Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:25:58.323Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:25:58.323Z cypress:server:server-base Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:40921', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:45999' } 2021-03-12T08:25:58.323Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:25:58.324Z cypress:proxy:http Leaving stage { stage: 'IncomingResponse' } 2021-03-12T08:25:58.325Z cypress:server:request received status code & headers on request { requestId: 'request2', statusCode: 200, headers: { 'content-type': 'application/json; charset=utf-8' } } 2021-03-12T08:25:58.325Z cypress:server:request successful response received { requestId: 'request2' } 2021-03-12T08:25:58.328Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:25:58.328Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:25:58.328Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:25:58.328Z cypress:proxy:http:response-middleware received response { req: { method: 'POST', proxiedUrl: 'https://accounts.google.com/ListAccounts?gpsia=1&source=ChromiumBrowser&json=standard', headers: { host: 'accounts.google.com', connection: 'keep-alive', 'content-length': '1', origin: 'https://www.google.com', 'content-type': 'application/x-www-form-urlencoded', 'sec-fetch-site': 'none', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'empty', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9', cookie: 'CONSENT=YES+NL.nl+V11+BX; ANID=AHWqTUnJuf9BH95bagVtDc19cw5BSIZlA2QWnxUWybjYzs0neLXJp6o1eyeKPwTN; 1P_JAR=2021-03-11-15; NID=211=igLHgHeq98Awdr0FsrZpzUSlNjF3_vmpekCrXvhb8Y6SQZriTYZiLoTC8dPPjhzTBUhiqdJtG-XIW0_vfaP9JEMKyvZgYO9arq8PRTudt9JKSr-EIvu_AB8LFdHhPq68dpGeTCHpkPRn2GkJNAFBQEeJ8CSVgHyYC-lM6wG40H0' } }, incomingRes: { headers: { 'content-type': 'application/json; charset=utf-8', 'access-control-allow-origin': 'https://www.google.com', 'access-control-allow-credentials': 'true', 'x-content-type-options': 'nosniff', 'cache-control': 'no-cache, no-store, max-age=0, must-revalidate', pragma: 'no-cache', expires: 'Mon, 01 Jan 1990 00:00:00 GMT', date: 'Fri, 12 Mar 2021 08:27:01 GMT', 'strict-transport-security': 'max-age=31536000', 'cross-origin-resource-policy': 'cross-origin', 'content-security-policy': "script-src 'report-sample' 'nonce-0rE9PDpKv7Ej/XK6eNfL7g' 'unsafe-inline';object-src 'none';base-uri 'self';report-uri /_/IdentityListAccountsHttp/cspreport;worker-src 'self', script-src 'nonce-0rE9PDpKv7Ej/XK6eNfL7g' 'self' https://apis.google.com https://ssl.gstatic.com https://www.google.com https://www.gstatic.com https://www.google-analytics.com;report-uri /_/IdentityListAccountsHttp/cspreport", 'content-encoding': 'gzip', server: 'ESF', 'x-xss-protection': '0', 'alt-svc': 'h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"', 'transfer-encoding': 'chunked' }, statusCode: 200 } } 2021-03-12T08:25:58.328Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:25:58.328Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:25:58 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/ListAccounts?gpsia=1&source=ChromiumBrowser&json=standard' }, backendRequest: undefined } 2021-03-12T08:25:58.328Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:25:58.329Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:25:58.329Z cypress:server:server-base Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:40921', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:45999' } 2021-03-12T08:25:58.329Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: false } 2021-03-12T08:25:58.329Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:25:58.329Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:25:58.329Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:25:58.329Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:25:58.329Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:25:58.330Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:25:58.330Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:25:58.330Z cypress:server:server-base Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:40921', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:45999' } 2021-03-12T08:25:58.330Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:25:58.330Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:25:58.330Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:25:58.330Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:25:58.330Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:25:58.358Z cypress:server:browsers:cri-client registering CDP on event { eventName: 'Page.downloadWillBegin' } 2021-03-12T08:25:58.358Z cypress:server:browsers:cri-client registering CDP on event { eventName: 'Page.downloadProgress' } 2021-03-12T08:25:58.364Z cypress:server:browsers browser opened 2021-03-12T08:25:58.772Z cypress:server:server-base Got CONNECT request from localhost:40921 2021-03-12T08:25:58.772Z cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:40921', headLength: 0, headers: { host: 'localhost:40921', 'proxy-connection': 'keep-alive', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36' } } 2021-03-12T08:25:58.772Z cypress:https-proxy Got first head bytes { url: 'localhost:40921', head: 'GET /__socket.io/?EIO=4&transport=websocket HTTP/1.1\r\nHost: loca' } 2021-03-12T08:25:58.773Z cypress:https-proxy Making intercepted connection to 40921 2021-03-12T08:25:58.773Z cypress:network:connect successfully connected { opts: { port: 40921, host: 'localhost', getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } 2021-03-12T08:25:58.773Z cypress:https-proxy received upstreamSocket callback for request { port: 40921, hostname: 'localhost', err: undefined } 2021-03-12T08:25:58.773Z cypress:server:util:socket_allowed allowing socket { localPort: 52204 } 2021-03-12T08:25:58.774Z cypress:server:server-base Got UPGRADE request from /__socket.io/?EIO=4&transport=websocket 2021-03-12T08:25:58.774Z cypress:server:util:socket_allowed is incoming request allowed? { isAllowed: true, reqUrl: '/__socket.io/?EIO=4&transport=websocket', remotePort: 52204, remoteAddress: '127.0.0.1' } 2021-03-12T08:25:58.799Z cypress:server:socket-base socket connected 2021-03-12T08:25:58.822Z cypress:server:events sending ipc data { type: 'on:spec:changed', data: { id: 0.8915974184577498, data: 'integration/examples/actions.spec.ts' }, originalData: { id: 0.8915974184577498, data: 'integration/examples/actions.spec.ts' } } 2021-03-12T08:25:58.848Z cypress:server:routes project ProjectE2E { _events: [Object: null prototype] {}, _eventsCount: 0, _maxListeners: undefined, ensureProp: [Function: ensureProp], projectRoot: '/home/peter/projects/cypress-webpack', watchers: Watchers { watchers: { '/home/peter/projects/cypress-webpack/cypress.json': [FSWatcher], '/home/peter/projects/cypress-webpack/cypress.env.json': [FSWatcher], '/home/peter/projects/cypress-webpack/cypress/plugins/index.ts': [FSWatcher] } }, spec: { name: 'examples/actions.spec.ts', absolute: '/home/peter/projects/cypress-webpack/cypress/integration/examples/actions.spec.ts', relative: 'cypress/integration/examples/actions.spec.ts', specType: 'integration', specFilter: null }, browser: { displayName: 'Chrome', name: 'chrome', family: 'chromium', channel: 'stable', version: '89.0.4389.72', path: 'google-chrome', profilePath: undefined, majorVersion: 89, info: undefined, custom: undefined, warning: undefined, isChosen: true, isHeaded: true, isHeadless: false }, _server: ServerE2E { ensureProp: [Function: ensureProp], isListening: true, request: { r: [Function], rp: [Function], getDelayForRetry: [Function: getDelayForRetry], setDefaults: [Function: setDefaults], create: [Function: create], contentTypeIsJson: [Function: contentTypeIsJson], parseJsonBody: [Function: parseJsonBody], normalizeResponse: [Function: normalizeResponse], setRequestCookieHeader: [Function: setRequestCookieHeader], setCookiesOnBrowser: [Function: setCookiesOnBrowser], sendStream: [Function: sendStream], sendPromise: [Function: sendPromise] }, socketAllowed: SocketAllowed { allowedLocalPorts: [Array], add: [Function] }, _middleware: null, _baseUrl: null, _fileServer: { token: 'wmv0disfxnu2viifdpchlwu1knlwz1b65yv3v71q64eouhxzfc8tn4ntu48kd88u', port: [Function: port], address: [Function: address], close: [Function: close] }, _urlResolver: null, _nodeProxy: ProxyServer { _events: [Events ], _eventsCount: 1, proxyRequest: [Function], web: [Function], proxyWebsocketRequest: [Function], ws: [Function], options: [Object], webPasses: [Array], wsPasses: [Array] }, _socket: SocketE2E { ensureProp: [Function: ensureProp], ended: false, testsDir: '/home/peter/projects/cypress-webpack/cypress/integration', onTestFileChange: [Function: bound ], testFilePath: null, onStudioTestFileChange: [Function: bound onStudioTestFileChange], removeOnStudioTestFileChange: [Function: bound removeOnStudioTestFileChange], _io: [SocketIOServer] }, _netStubbingState: { requests: {}, routes: [], reset: [Function: reset] }, _networkProxy: NetworkProxy { http: [Http] }, _server: Server { insecureHTTPParser: undefined, _events: [Object: null prototype], _eventsCount: 8, _maxListeners: undefined, _connections: 6, _handle: [TCP], _usingWorkers: false, _workers: [], _unref: false, allowHalfOpen: true, pauseOnConnect: false, httpAllowHalfOpen: false, timeout: 120000, keepAliveTimeout: 5000, maxHeadersCount: null, headersTimeout: 60000, destroy: [Function], destroyAsync: [Function], _connectionKey: '4:127.0.0.1:0', [Symbol(IncomingMessage)]: [Function: IncomingMessage], [Symbol(ServerResponse)]: [Function: ServerResponse], [Symbol(kCapture)]: false, [Symbol(asyncId)]: 681 }, _httpsProxy: Server { _getServerPortForIp: [Function: bound _getServerPortForIp], _ca: [CA], _port: 40921, _options: [Object], _onError: undefined, _ipServers: {}, _sniPort: 46155, _sniServer: [Server] }, _remoteAuth: undefined, _remoteOrigin: 'http://localhost:40921', _remoteStrategy: 'file', _remoteFileServer: 'http://localhost:45999', _remoteDomainName: 'localhost', _remoteProps: null }, options: { browsers: [ [Object], [Object], [Object], [Object] ], onFocusTests: [Function: onFocusTests], onSpecChanged: [Function: onSpecChanged], onSettingsChanged: [Function: onSettingsChanged], onError: [Function: onError], onWarning: [Function: onWarning], onReloadBrowser: [Function: onReloadBrowser], report: false, onSavedStateChanged: [Function] }, _cfg: { projectRoot: '/home/peter/projects/cypress-webpack', projectName: 'cypress-webpack', report: false, browsers: [ [Object], [Object], [Object], [Object] ], animationDistanceThreshold: 5, autoOpen: false, baseUrl: null, blockHosts: null, chromeWebSecurity: true, clientRoute: '/__/', componentFolder: '/home/peter/projects/cypress-webpack/cypress/component', configFile: 'cypress.json', defaultCommandTimeout: 4000, downloadsFolder: '/home/peter/projects/cypress-webpack/cypress/downloads', execTimeout: 60000, experimentalComponentTesting: false, experimentalFetchPolyfill: false, experimentalRunEvents: false, experimentalSourceRewriting: false, experimentalStudio: false, fileServerFolder: '/home/peter/projects/cypress-webpack', firefoxGcInterval: { runMode: 1, openMode: null }, fixturesFolder: '/home/peter/projects/cypress-webpack/cypress/fixtures', hosts: null, ignoreTestFiles: '*.hot-update.js', includeShadowDom: false, integrationFolder: '/home/peter/projects/cypress-webpack/cypress/integration', isTextTerminal: false, javascripts: [], morgan: true, modifyObstructiveCode: true, namespace: '__cypress', nodeVersion: 'default', numTestsKeptInMemory: 50, pageLoadTimeout: 60000, pluginsFile: '/home/peter/projects/cypress-webpack/cypress/plugins/index.ts', port: 40921, projectId: null, reporter: 'spec', reporterOptions: null, reporterRoute: '/__cypress/reporter', requestTimeout: 5000, responseTimeout: 30000, retries: { runMode: 0, openMode: 0 }, screenshotOnRunFailure: true, screenshotsFolder: '/home/peter/projects/cypress-webpack/cypress/screenshots', socketId: null, socketIoRoute: '/__socket.io', webpackDevServerPublicPathRoute: '/__cypress/src', socketIoCookie: '__socket.io', supportFile: '/home/peter/projects/cypress-webpack/cypress/support/index.ts', taskTimeout: 60000, testFiles: '**/*.*', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: '/home/peter/projects/cypress-webpack/cypress/videos', videoUploadOnPasses: true, viewportHeight: 660, viewportWidth: 1000, waitForAnimations: true, scrollBehavior: 'top', watchForFileChanges: true, xhrRoute: '/xhrs/', env: {}, cypressEnv: 'production', resolved: { animationDistanceThreshold: [Object], baseUrl: [Object], blockHosts: [Object], browsers: [Object], chromeWebSecurity: [Object], componentFolder: [Object], defaultCommandTimeout: [Object], downloadsFolder: [Object], env: {}, execTimeout: [Object], experimentalComponentTesting: [Object], experimentalFetchPolyfill: [Object], experimentalRunEvents: [Object], experimentalSourceRewriting: [Object], experimentalStudio: [Object], fileServerFolder: [Object], firefoxGcInterval: [Object], fixturesFolder: [Object], hosts: [Object], ignoreTestFiles: [Object], includeShadowDom: [Object], integrationFolder: [Object], modifyObstructiveCode: [Object], nodeVersion: [Object], numTestsKeptInMemory: [Object], pageLoadTimeout: [Object], pluginsFile: [Object], port: [Object], projectId: [Object], reporter: [Object], reporterOptions: [Object], requestTimeout: [Object], responseTimeout: [Object], retries: [Object], screenshotOnRunFailure: [Object], screenshotsFolder: [Object], supportFile: [Object], taskTimeout: [Object], testFiles: [Object], trashAssetsBeforeRuns: [Object], userAgent: [Object], video: [Object], videoCompression: [Object], videosFolder: [Object], videoUploadOnPasses: [Object], viewportHeight: [Object], viewportWidth: [Object], waitForAnimations: [Object], scrollBehavior: [Object], watchForFileChanges: [Object] }, parentTestsFolder: '/home/peter/projects/cypress-webpack/cypress', parentTestsFolderDisplay: 'cypress-webpack/cypress', supportFolder: '/home/peter/projects/cypress-webpack/cypress/support', integrationExampleName: 'examples', integrationExamplePath: '/home/peter/projects/cypress-webpack/cypress/integration/examples', scaffoldedFiles: [ [Object] ], resolvedNodeVersion: '12.18.3', state: { showedOnBoardingModal: true }, isNewProject: false, proxyUrl: 'http://localhost:40921', browserUrl: 'http://localhost:40921/__/', reporterUrl: 'http://localhost:40921/__cypress/reporter', xhrUrl: '__cypress/xhrs/', proxyServer: 'http://localhost:40921' }, _automation: Automation { initializeMiddleware: [Function], response: [Function], get: [Function], requests: {}, middleware: { onPush: [Function: onPush], onBeforeRequest: [Function: onBeforeRequest], onRequest: [Function: onRequest], onResponse: null, onAfterResponse: null }, cookies: Cookies { cyNamespace: '__cypress', cookieNamespace: '__socket.io' }, screenshot: { capture: [Function: capture] } }, [Symbol(kCapture)]: false } 2021-03-12T08:25:58.849Z cypress:server:routes handling iframe for project spec { spec: { name: 'examples/actions.spec.ts', absolute: '/home/peter/projects/cypress-webpack/cypress/integration/examples/actions.spec.ts', relative: 'cypress/integration/examples/actions.spec.ts', specType: 'integration', specFilter: null }, extraOptions: { specFilter: null, specType: 'integration' } } 2021-03-12T08:25:58.849Z cypress:server:controllers handle iframe { test: 'integration/examples/actions.spec.ts', specFilter: null } 2021-03-12T08:25:58.849Z cypress:server:controllers get specs { spec: 'integration/examples/actions.spec.ts', extraOptions: { specFilter: null, specType: 'integration' } } 2021-03-12T08:25:58.849Z cypress:server:controllers specFilter { specFilter: null } 2021-03-12T08:25:58.849Z cypress:server:path_helpers get absolute path to spec { spec: 'integration/examples/actions.spec.ts' } 2021-03-12T08:25:58.849Z cypress:server:path_helpers resolved path /home/peter/projects/cypress-webpack/cypress/integration/examples/actions.spec.ts 2021-03-12T08:25:58.849Z cypress:server:controllers converted integration/examples/actions.spec.ts to /home/peter/projects/cypress-webpack/cypress/integration/examples/actions.spec.ts 2021-03-12T08:25:58.849Z cypress:server:controllers test url for file { file: 'cypress/integration/examples/actions.spec.ts', url: '/__cypress/tests?p=cypress/integration/examples/actions.spec.ts' } 2021-03-12T08:25:58.850Z cypress:server:controllers test url for file { file: 'cypress/support/index.ts', url: '/__cypress/tests?p=cypress/support/index.ts' } 2021-03-12T08:25:58.850Z cypress:server:controllers all files to send [ 'cypress/support/index.ts', 'cypress/integration/examples/actions.spec.ts' ] 2021-03-12T08:25:58.850Z cypress:server:server-base Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:40921', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:45999' } 2021-03-12T08:25:58.850Z cypress:server:controllers iframe integration/examples/actions.spec.ts options { title: 'integration/examples/actions.spec.ts', domain: 'localhost', scripts: '[{"absolute":"/home/peter/projects/cypress-webpack/cypress/support/index.ts","relative":"cypress/support/index.ts","relativeUrl":"/__cypress/tests?p=cypress/support/index.ts"},{"absolute":"/home/peter/projects/cypress-webpack/cypress/integration/examples/actions.spec.ts","relative":"cypress/integration/examples/actions.spec.ts","relativeUrl":"/__cypress/tests?p=cypress/integration/examples/actions.spec.ts"}]' } 2021-03-12T08:25:58.923Z cypress:server:socket-e2e watch:test:file { name: 'examples/actions.spec.ts', absolute: '/home/peter/projects/cypress-webpack/cypress/integration/examples/actions.spec.ts', relative: 'cypress/integration/examples/actions.spec.ts', specType: 'integration', specFilter: null } 2021-03-12T08:25:58.923Z cypress:server:socket-e2e watching spec with config { name: 'examples/actions.spec.ts', absolute: '/home/peter/projects/cypress-webpack/cypress/integration/examples/actions.spec.ts', relative: 'cypress/integration/examples/actions.spec.ts', specType: 'integration', specFilter: null } 2021-03-12T08:25:58.923Z cypress:server:socket-e2e will watch test file path 'cypress/integration/examples/actions.spec.ts' 2021-03-12T08:25:58.923Z cypress:server:preprocessor getting file cypress/integration/examples/actions.spec.ts 2021-03-12T08:25:58.923Z cypress:server:preprocessor getFile /home/peter/projects/cypress-webpack/cypress/integration/examples/actions.spec.ts 2021-03-12T08:25:58.923Z cypress:server:appdata path: /home/peter/.config/Cypress/cy/production/projects/cypress-webpack-8a0e459f2784d3efc5b500c8bdef2ed5/bundles/cypress/integration/examples/actions.spec.ts 2021-03-12T08:25:58.923Z cypress:server:plugins execute plugin event 'file:preprocessor' Node 'v12.18.3' with args: EventEmitter { _events: [Object: null prototype] { rerun: [Function] }, _eventsCount: 1, _maxListeners: undefined, filePath: '/home/peter/projects/cypress-webpack/cypress/integration/examples/actions.spec.ts', shouldWatch: true, outputPath: '/home/peter/.config/Cypress/cy/production/projects/cypress-webpack-8a0e459f2784d3efc5b500c8bdef2ed5/bundles/cypress/integration/examples/actions.spec.ts', [Symbol(kCapture)]: false } undefined undefined 2021-03-12T08:25:58.923Z cypress:server:plugins call event file:preprocessor for invocation id inv3 2021-03-12T08:25:58.924Z cypress:server:plugins:child execute plugin event: file:preprocessor ({ eventId: 2, invocationId: 'inv3' }) 2021-03-12T08:25:58.924Z cypress:webpack get /home/peter/projects/cypress-webpack/cypress/integration/examples/actions.spec.ts 2021-03-12T08:25:58.924Z cypress:webpack load default options 2021-03-12T08:25:58.925Z cypress:webpack setting devtool to inline-source-map 2021-03-12T08:25:58.926Z cypress:webpack typescript found, overriding typescript.createProgram() 2021-03-12T08:25:58.926Z cypress:webpack webpackOptions: { module: { rules: [ [Object] ] }, mode: 'development', entry: [ '/home/peter/projects/cypress-webpack/cypress/integration/examples/actions.spec.ts' ], output: { path: '/home/peter/.config/Cypress/cy/production/projects/cypress-webpack-8a0e459f2784d3efc5b500c8bdef2ed5/bundles/cypress/integration/examples', filename: 'actions.spec.ts.js' }, devtool: 'inline-source-map' } 2021-03-12T08:25:58.926Z cypress:webpack watchOptions: {} 2021-03-12T08:25:58.926Z cypress:webpack input: /home/peter/projects/cypress-webpack/cypress/integration/examples/actions.spec.ts 2021-03-12T08:25:58.926Z cypress:webpack output: /home/peter/.config/Cypress/cy/production/projects/cypress-webpack-8a0e459f2784d3efc5b500c8bdef2ed5/bundles/cypress/integration/examples/actions.spec.ts.js 2021-03-12T08:25:58.942Z cypress:server:controllers:spec request for { spec: 'cypress/support/index.ts' } 2021-03-12T08:25:58.942Z cypress:server:preprocessor getting file cypress/support/index.ts 2021-03-12T08:25:58.943Z cypress:server:preprocessor getFile /home/peter/projects/cypress-webpack/cypress/support/index.ts 2021-03-12T08:25:58.943Z cypress:server:appdata path: /home/peter/.config/Cypress/cy/production/projects/cypress-webpack-8a0e459f2784d3efc5b500c8bdef2ed5/bundles/cypress/support/index.ts 2021-03-12T08:25:58.943Z cypress:server:plugins execute plugin event 'file:preprocessor' Node 'v12.18.3' with args: EventEmitter { _events: [Object: null prototype] { rerun: [Function] }, _eventsCount: 1, _maxListeners: undefined, filePath: '/home/peter/projects/cypress-webpack/cypress/support/index.ts', shouldWatch: true, outputPath: '/home/peter/.config/Cypress/cy/production/projects/cypress-webpack-8a0e459f2784d3efc5b500c8bdef2ed5/bundles/cypress/support/index.ts', [Symbol(kCapture)]: false } undefined undefined 2021-03-12T08:25:58.943Z cypress:server:plugins call event file:preprocessor for invocation id inv4 2021-03-12T08:25:58.943Z cypress:server:controllers:spec request for { spec: 'cypress/integration/examples/actions.spec.ts' } 2021-03-12T08:25:58.943Z cypress:server:preprocessor getting file cypress/integration/examples/actions.spec.ts 2021-03-12T08:25:58.943Z cypress:server:preprocessor getFile /home/peter/projects/cypress-webpack/cypress/integration/examples/actions.spec.ts 2021-03-12T08:25:58.944Z cypress:server:plugins execute plugin event 'file:preprocessor' Node 'v12.18.3' with args: EventEmitter { _events: [Object: null prototype] { rerun: [Function] }, _eventsCount: 1, _maxListeners: undefined, filePath: '/home/peter/projects/cypress-webpack/cypress/integration/examples/actions.spec.ts', shouldWatch: true, outputPath: '/home/peter/.config/Cypress/cy/production/projects/cypress-webpack-8a0e459f2784d3efc5b500c8bdef2ed5/bundles/cypress/integration/examples/actions.spec.ts', [Symbol(kCapture)]: false } undefined undefined 2021-03-12T08:25:58.944Z cypress:server:plugins call event file:preprocessor for invocation id inv5 2021-03-12T08:25:59.116Z cypress:server:server-base Got CONNECT request from content-autofill.googleapis.com:443 2021-03-12T08:25:59.116Z cypress:https-proxy Writing browserSocket connection headers { url: 'content-autofill.googleapis.com:443', headLength: 0, headers: { host: 'content-autofill.googleapis.com:443', 'proxy-connection': 'keep-alive', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36' } } 2021-03-12T08:25:59.117Z cypress:https-proxy Got first head bytes { url: 'content-autofill.googleapis.com:443', head: '\u0016\u0003\u0001\u0002\u0000\u0001\u0000\u0001�\u0003\u0003�&���I9��C�mqus���\u0015��u��\u0006�o=\u001c�wQ vN��.u�v:˯�Ї�\u001a\b�,�X�' } 2021-03-12T08:25:59.119Z cypress:https-proxy Making intercepted connection to 46155 2021-03-12T08:25:59.120Z cypress:network:connect successfully connected { opts: { port: 46155, host: 'localhost', getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } 2021-03-12T08:25:59.120Z cypress:https-proxy received upstreamSocket callback for request { port: 46155, hostname: 'localhost', err: undefined } 2021-03-12T08:25:59.120Z cypress:server:util:socket_allowed allowing socket { localPort: 43806 } 2021-03-12T08:25:59.124Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:25:59.124Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:25:59.124Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://content-autofill.googleapis.com/v1/pages/ChNDaHJvbWUvODkuMC40Mzg5LjcyEhAJyYt1xpMzZWwSBQ2RYZVOEhcJA82zQTlkEq0SBQ0viD6CEgUNkWGVTg==?alt=proto', headers: { host: 'content-autofill.googleapis.com', connection: 'keep-alive', 'x-goog-encode-response-if-executable': 'base64', 'x-goog-api-key': 'AIzaSyBOti4mM-6x9WDnZIjIeyEU21OpBXqWBgw', 'x-client-data': 'CJS2yQEIpbbJAQipncoBCJesygEIkMLKAQj4x8oBCOaEywEIxZzLAQjknMsBCKmdywE=', 'sec-fetch-site': 'none', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'empty', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9' } } } 2021-03-12T08:25:59.124Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:25:59.124Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:25:59.124Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:25:59.124Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:25:59.124Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:25:59.124Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:25:59.125Z cypress:server:server-base Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:40921', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:45999' } 2021-03-12T08:25:59.125Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:25:59.125Z cypress:server:server-base Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:40921', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:45999' } 2021-03-12T08:25:59.126Z cypress:network:agent addRequest called { isHttps: true, href: 'https://content-autofill.googleapis.com/v1/pages/ChNDaHJvbWUvODkuMC40Mzg5LjcyEhAJyYt1xpMzZWwSBQ2RYZVOEhcJA82zQTlkEq0SBQ0viD6CEgUNkWGVTg==?alt=proto' } 2021-03-12T08:25:59.126Z cypress:network:connect beginning getAddress { hostname: 'content-autofill.googleapis.com', port: 443 } 2021-03-12T08:25:59.126Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:25:59.126Z cypress:network:connect got addresses { hostname: 'content-autofill.googleapis.com', port: 443, addresses: [ { address: '142.250.179.138', family: 4 }, { address: '2a00:1450:400e:80d::200a', family: 6 } ] } 2021-03-12T08:25:59.143Z cypress:network:agent got family { family: 4, href: 'https://content-autofill.googleapis.com/v1/pages/ChNDaHJvbWUvODkuMC40Mzg5LjcyEhAJyYt1xpMzZWwSBQ2RYZVOEhcJA82zQTlkEq0SBQ0viD6CEgUNkWGVTg==?alt=proto' } 2021-03-12T08:25:59.187Z cypress:server:request received status code & headers on request { requestId: 'request6', statusCode: 200, headers: { 'content-type': 'text/plain' } } 2021-03-12T08:25:59.187Z cypress:server:request successful response received { requestId: 'request6' } 2021-03-12T08:25:59.188Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:25:59.188Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:25:59.188Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:25:59.188Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://content-autofill.googleapis.com/v1/pages/ChNDaHJvbWUvODkuMC40Mzg5LjcyEhAJyYt1xpMzZWwSBQ2RYZVOEhcJA82zQTlkEq0SBQ0viD6CEgUNkWGVTg==?alt=proto', headers: { host: 'content-autofill.googleapis.com', connection: 'keep-alive', 'x-goog-encode-response-if-executable': 'base64', 'x-goog-api-key': 'AIzaSyBOti4mM-6x9WDnZIjIeyEU21OpBXqWBgw', 'x-client-data': 'CJS2yQEIpbbJAQipncoBCJesygEIkMLKAQj4x8oBCOaEywEIxZzLAQjknMsBCKmdywE=', 'sec-fetch-site': 'none', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'empty', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9' } }, incomingRes: { headers: { 'cache-control': 'private,max-age=604800', 'content-type': 'text/plain', 'x-goog-safety-encoding': 'base64', 'x-goog-safety-content-type': 'application/x-protobuf', vary: 'Origin, X-Origin, Referer', 'content-encoding': 'gzip', date: 'Fri, 12 Mar 2021 08:27:02 GMT', server: 'ESF', 'content-length': '61', 'x-xss-protection': '0', 'x-frame-options': 'SAMEORIGIN', 'x-content-type-options': 'nosniff', 'alt-svc': 'h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"' }, statusCode: 200 } } 2021-03-12T08:25:59.188Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:25:59.188Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:25:59 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/v1/pages/ChNDaHJvbWUvODkuMC40Mzg5LjcyEhAJyYt1xpMzZWwSBQ2RYZVOEhcJA82zQTlkEq0SBQ0viD6CEgUNkWGVTg==?alt=proto' }, backendRequest: undefined } 2021-03-12T08:25:59.189Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:25:59.189Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:25:59.189Z cypress:server:server-base Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:40921', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:45999' } 2021-03-12T08:25:59.189Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: false } 2021-03-12T08:25:59.189Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:25:59.189Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:25:59.189Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:25:59.189Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:25:59.189Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:25:59.189Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:25:59.189Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:25:59.190Z cypress:server:server-base Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:40921', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:45999' } 2021-03-12T08:25:59.190Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:25:59.190Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:25:59.190Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:25:59.190Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:25:59.190Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:25:59.242Z cypress:webpack watching 2021-03-12T08:25:59.245Z cypress:webpack compile /home/peter/projects/cypress-webpack/cypress/integration/examples/actions.spec.ts 2021-03-12T08:25:59.258Z cypress:server:plugins:child execute plugin event: file:preprocessor ({ eventId: 2, invocationId: 'inv4' }) 2021-03-12T08:25:59.258Z cypress:webpack get /home/peter/projects/cypress-webpack/cypress/support/index.ts 2021-03-12T08:25:59.258Z cypress:webpack load default options 2021-03-12T08:25:59.258Z cypress:webpack setting devtool to inline-source-map 2021-03-12T08:25:59.258Z cypress:webpack typescript.createProgram() already overridden 2021-03-12T08:25:59.258Z cypress:webpack webpackOptions: { module: { rules: [ [Object] ] }, mode: 'development', entry: [ '/home/peter/projects/cypress-webpack/cypress/support/index.ts' ], output: { path: '/home/peter/.config/Cypress/cy/production/projects/cypress-webpack-8a0e459f2784d3efc5b500c8bdef2ed5/bundles/cypress/support', filename: 'index.ts.js' }, devtool: 'inline-source-map' } 2021-03-12T08:25:59.258Z cypress:webpack watchOptions: {} 2021-03-12T08:25:59.258Z cypress:webpack input: /home/peter/projects/cypress-webpack/cypress/support/index.ts 2021-03-12T08:25:59.258Z cypress:webpack output: /home/peter/.config/Cypress/cy/production/projects/cypress-webpack-8a0e459f2784d3efc5b500c8bdef2ed5/bundles/cypress/support/index.ts.js 2021-03-12T08:25:59.262Z cypress:webpack watching 2021-03-12T08:25:59.262Z cypress:server:plugins:child execute plugin event: file:preprocessor ({ eventId: 2, invocationId: 'inv5' }) 2021-03-12T08:25:59.262Z cypress:webpack get /home/peter/projects/cypress-webpack/cypress/integration/examples/actions.spec.ts 2021-03-12T08:25:59.262Z cypress:webpack already have bundle for /home/peter/projects/cypress-webpack/cypress/integration/examples/actions.spec.ts 2021-03-12T08:25:59.262Z cypress:webpack compile /home/peter/projects/cypress-webpack/cypress/support/index.ts 2021-03-12T08:25:59.365Z cypress:server:events sending ipc data { type: 'launch:browser', data: { id: 0.2532034251147026, data: { browserOpened: true } }, originalData: { id: 0.2532034251147026, data: { browserOpened: true } } } 2021-03-12T08:25:59.684Z cypress:webpack finished bundling /home/peter/.config/Cypress/cy/production/projects/cypress-webpack-8a0e459f2784d3efc5b500c8bdef2ed5/bundles/cypress/support/index.ts.js asset index.ts.js 2.1 KiB [compared for emit] (name: main) ./cypress/support/index.ts 647 bytes [built] [code generated] webpack 5.25.0 compiled successfully in 416 ms 2021-03-12T08:25:59.695Z cypress:webpack finished bundling /home/peter/.config/Cypress/cy/production/projects/cypress-webpack-8a0e459f2784d3efc5b500c8bdef2ed5/bundles/cypress/integration/examples/actions.spec.ts.js asset actions.spec.ts.js 1.18 KiB [compared for emit] (name: main) ./cypress/integration/examples/actions.spec.ts 164 bytes [built] [code generated] webpack 5.25.0 compiled successfully in 450 ms 2021-03-12T08:25:59.704Z cypress:webpack - compile finished for /home/peter/projects/cypress-webpack/cypress/support/index.ts, initial? true 2021-03-12T08:25:59.711Z cypress:webpack - compile finished for /home/peter/projects/cypress-webpack/cypress/integration/examples/actions.spec.ts, initial? true 2021-03-12T08:25:59.714Z cypress:server:plugins promise resolved for id 'inv5' with value /home/peter/.config/Cypress/cy/production/projects/cypress-webpack-8a0e459f2784d3efc5b500c8bdef2ed5/bundles/cypress/integration/examples/actions.spec.ts.js 2021-03-12T08:25:59.714Z cypress:server:controllers:spec sending spec { filePath: '/home/peter/.config/Cypress/cy/production/projects/cypress-webpack-8a0e459f2784d3efc5b500c8bdef2ed5/bundles/cypress/integration/examples/actions.spec.ts.js' } 2021-03-12T08:26:01.754Z cypress:server:util:process_profiler current & mean memory and CPU usage by process group: ┌─────────┬───────────────────┬──────────────┬─────────────────────────────────────────────────────────────┬────────────┬────────────────┬──────────┬──────────────┬─────────────┐ │ (index) │ group │ processCount │ pids │ cpuPercent │ meanCpuPercent │ memRssMb │ meanMemRssMb │ maxMemRssMb │ ├─────────┼───────────────────┼──────────────┼─────────────────────────────────────────────────────────────┼────────────┼────────────────┼──────────┼──────────────┼─────────────┤ │ 0 │ 'Chrome' │ 10 │ '17502, 17507, 17508, 17510, 17533, 17511 ... 4 more items' │ 0 │ 0 │ 637.72 │ 637.72 │ 637.72 │ │ 1 │ 'cypress' │ 1 │ '16774' │ 1.44 │ 0.72 │ 234.84 │ 174.36 │ 234.84 │ │ 2 │ 'electron-shared' │ 4 │ '16776, 16938, 16777, 17227' │ 0 │ 0 │ 188.2 │ 137.58 │ 188.2 │ │ 3 │ 'plugin' │ 1 │ '17452' │ 0 │ 0 │ 140.21 │ 140.21 │ 140.21 │ │ 4 │ 'desktop-gui' │ 1 │ '17281' │ 0 │ 0 │ 116.14 │ 116.14 │ 116.14 │ │ 5 │ 'other' │ 2 │ '17722, 17723' │ 0 │ 0 │ 2.4 │ 2.35 │ 2.4 │ │ 6 │ 'TOTAL' │ 19 │ '-' │ 1.44 │ 0.72 │ 1319.52 │ 761.33 │ 1319.52 │ └─────────┴───────────────────┴──────────────┴─────────────────────────────────────────────────────────────┴────────────┴────────────────┴──────────┴──────────────┴─────────────┘ 2021-03-12T08:26:02.269Z cypress:server:events got request for event: get:project:status, { id: undefined, path: '/home/peter/projects/cypress-webpack' } 2021-03-12T08:26:02.269Z cypress:server:project get project status for client id undefined at path /home/peter/projects/cypress-webpack 2021-03-12T08:26:02.269Z cypress:server:project no project id 2021-03-12T08:26:02.270Z cypress:server:events sending ipc data { type: 'get:project:status', data: { id: 0.7381716899855149, data: { id: undefined, path: '/home/peter/projects/cypress-webpack', state: 'VALID' } }, originalData: { id: 0.7381716899855149, data: { id: undefined, path: '/home/peter/projects/cypress-webpack', state: 'VALID' } } } 2021-03-12T08:26:03.333Z cypress:server:util:socket_allowed allowed socket closed, removing { localPort: 43766 } 2021-03-12T08:26:03.336Z cypress:server:util:socket_allowed allowed socket closed, removing { localPort: 43776 } 2021-03-12T08:26:04.193Z cypress:server:util:socket_allowed allowed socket closed, removing { localPort: 43806 } 2021-03-12T08:26:06.004Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:26:06.004Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:26:06.049Z cypress:proxy:http:request-middleware proxying request { req: { method: 'HEAD', proxiedUrl: 'http://iawabyex/', headers: { host: 'iawabyex', 'proxy-connection': 'keep-alive', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', 'accept-encoding': 'gzip, deflate' } } } 2021-03-12T08:26:06.049Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:26:06.050Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:26:06.050Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:26:06.050Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:26:06.051Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:26:06.051Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:26:06.051Z cypress:server:server-base Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:40921', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:45999' } 2021-03-12T08:26:06.052Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:26:06.052Z cypress:server:server-base Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:40921', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:45999' } 2021-03-12T08:26:06.055Z cypress:network:agent addRequest called { isHttps: false, href: 'http://iawabyex/' } 2021-03-12T08:26:06.055Z cypress:network:connect beginning getAddress { hostname: 'iawabyex', port: 80 } 2021-03-12T08:26:06.055Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:26:06.056Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:26:06.056Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:26:06.057Z cypress:proxy:http:request-middleware proxying request { req: { method: 'HEAD', proxiedUrl: 'http://ezwoahftwhy/', headers: { host: 'ezwoahftwhy', 'proxy-connection': 'keep-alive', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', 'accept-encoding': 'gzip, deflate' } } } 2021-03-12T08:26:06.057Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:26:06.057Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:26:06.057Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:26:06.058Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:26:06.058Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:26:06.058Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:26:06.058Z cypress:server:server-base Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:40921', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:45999' } 2021-03-12T08:26:06.058Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:26:06.058Z cypress:server:server-base Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:40921', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:45999' } 2021-03-12T08:26:06.060Z cypress:network:agent addRequest called { isHttps: false, href: 'http://ezwoahftwhy/' } 2021-03-12T08:26:06.061Z cypress:network:connect beginning getAddress { hostname: 'ezwoahftwhy', port: 80 } 2021-03-12T08:26:06.061Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:26:06.062Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:26:06.062Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:26:06.062Z cypress:proxy:http:request-middleware proxying request { req: { method: 'HEAD', proxiedUrl: 'http://evsmsvsbirogknj/', headers: { host: 'evsmsvsbirogknj', 'proxy-connection': 'keep-alive', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', 'accept-encoding': 'gzip, deflate' } } } 2021-03-12T08:26:06.062Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:26:06.062Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:26:06.063Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:26:06.063Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:26:06.063Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:26:06.063Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:26:06.063Z cypress:server:server-base Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:40921', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:45999' } 2021-03-12T08:26:06.063Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:26:06.064Z cypress:server:server-base Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:40921', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:45999' } 2021-03-12T08:26:06.065Z cypress:network:agent addRequest called { isHttps: false, href: 'http://evsmsvsbirogknj/' } 2021-03-12T08:26:06.065Z cypress:network:connect beginning getAddress { hostname: 'evsmsvsbirogknj', port: 80 } 2021-03-12T08:26:06.065Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:26:06.098Z cypress:network:connect error getting address { hostname: 'iawabyex', port: 80, err: OperationalError: getaddrinfo ENOTFOUND iawabyex at GetAddrInfoReqWrap.onlookupall [as oncomplete] (dns.js:74:26) { cause: Error: getaddrinfo ENOTFOUND iawabyex at GetAddrInfoReqWrap.onlookupall [as oncomplete] (dns.js:74:26) { errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'iawabyex' }, isOperational: true, errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'iawabyex' } } 2021-03-12T08:26:06.099Z cypress:network:agent got family { family: undefined, href: 'http://iawabyex/' } 2021-03-12T08:26:06.100Z cypress:server:request received an error making http request { timeout: undefined, retryIntervals: [ 0, 100, 200, 200 ], url: 'http://iawabyex/', requestId: 'request7', retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, delaysRemaining: [ 0, 100, 200, 200 ], err: Error: getaddrinfo ENOTFOUND iawabyex at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) { errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'iawabyex' } } 2021-03-12T08:26:06.100Z cypress:server:request retrying request { timeout: undefined, retryIntervals: [ 0, 100, 200, 200 ], url: 'http://iawabyex/', requestId: 'request7', retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, delaysRemaining: [ 100, 200, 200 ], delay: 0, attempt: 1 } 2021-03-12T08:26:06.101Z cypress:server:stream_buffer buffered stream EOF { readerId: 'reader10' } 2021-03-12T08:26:06.101Z cypress:network:agent addRequest called { isHttps: false, href: 'http://iawabyex/' } 2021-03-12T08:26:06.101Z cypress:network:connect beginning getAddress { hostname: 'iawabyex', port: 80 } 2021-03-12T08:26:06.102Z cypress:network:connect error getting address { hostname: 'iawabyex', port: 80, err: OperationalError: getaddrinfo ENOTFOUND iawabyex at GetAddrInfoReqWrap.onlookupall [as oncomplete] (dns.js:74:26) { cause: Error: getaddrinfo ENOTFOUND iawabyex at GetAddrInfoReqWrap.onlookupall [as oncomplete] (dns.js:74:26) { errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'iawabyex' }, isOperational: true, errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'iawabyex' } } 2021-03-12T08:26:06.102Z cypress:network:agent got family { family: undefined, href: 'http://iawabyex/' } 2021-03-12T08:26:06.104Z cypress:server:request received an error making http request { timeout: undefined, retryIntervals: [ 0, 100, 200, 200 ], url: 'http://iawabyex/', requestId: 'request7', retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, delaysRemaining: [ 100, 200, 200 ], err: Error: getaddrinfo ENOTFOUND iawabyex at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) { errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'iawabyex' } } 2021-03-12T08:26:06.104Z cypress:server:request retrying request { timeout: undefined, retryIntervals: [ 0, 100, 200, 200 ], url: 'http://iawabyex/', requestId: 'request7', retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, delaysRemaining: [ 200, 200 ], delay: 100, attempt: 2 } 2021-03-12T08:26:06.107Z cypress:network:connect error getting address { hostname: 'ezwoahftwhy', port: 80, err: OperationalError: getaddrinfo ENOTFOUND ezwoahftwhy at GetAddrInfoReqWrap.onlookupall [as oncomplete] (dns.js:74:26) { cause: Error: getaddrinfo ENOTFOUND ezwoahftwhy at GetAddrInfoReqWrap.onlookupall [as oncomplete] (dns.js:74:26) { errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'ezwoahftwhy' }, isOperational: true, errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'ezwoahftwhy' } } 2021-03-12T08:26:06.107Z cypress:network:agent got family { family: undefined, href: 'http://ezwoahftwhy/' } 2021-03-12T08:26:06.108Z cypress:server:request received an error making http request { timeout: undefined, retryIntervals: [ 0, 100, 200, 200 ], url: 'http://ezwoahftwhy/', requestId: 'request8', retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, delaysRemaining: [ 0, 100, 200, 200 ], err: Error: getaddrinfo ENOTFOUND ezwoahftwhy at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) { errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'ezwoahftwhy' } } 2021-03-12T08:26:06.108Z cypress:server:request retrying request { timeout: undefined, retryIntervals: [ 0, 100, 200, 200 ], url: 'http://ezwoahftwhy/', requestId: 'request8', retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, delaysRemaining: [ 100, 200, 200 ], delay: 0, attempt: 1 } 2021-03-12T08:26:06.109Z cypress:server:stream_buffer buffered stream EOF { readerId: 'reader11' } 2021-03-12T08:26:06.109Z cypress:network:agent addRequest called { isHttps: false, href: 'http://ezwoahftwhy/' } 2021-03-12T08:26:06.109Z cypress:network:connect beginning getAddress { hostname: 'ezwoahftwhy', port: 80 } 2021-03-12T08:26:06.110Z cypress:network:connect error getting address { hostname: 'ezwoahftwhy', port: 80, err: OperationalError: getaddrinfo ENOTFOUND ezwoahftwhy at GetAddrInfoReqWrap.onlookupall [as oncomplete] (dns.js:74:26) { cause: Error: getaddrinfo ENOTFOUND ezwoahftwhy at GetAddrInfoReqWrap.onlookupall [as oncomplete] (dns.js:74:26) { errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'ezwoahftwhy' }, isOperational: true, errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'ezwoahftwhy' } } 2021-03-12T08:26:06.110Z cypress:network:agent got family { family: undefined, href: 'http://ezwoahftwhy/' } 2021-03-12T08:26:06.110Z cypress:server:request received an error making http request { timeout: undefined, retryIntervals: [ 0, 100, 200, 200 ], url: 'http://ezwoahftwhy/', requestId: 'request8', retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, delaysRemaining: [ 100, 200, 200 ], err: Error: getaddrinfo ENOTFOUND ezwoahftwhy at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) { errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'ezwoahftwhy' } } 2021-03-12T08:26:06.110Z cypress:server:request retrying request { timeout: undefined, retryIntervals: [ 0, 100, 200, 200 ], url: 'http://ezwoahftwhy/', requestId: 'request8', retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, delaysRemaining: [ 200, 200 ], delay: 100, attempt: 2 } 2021-03-12T08:26:06.111Z cypress:network:connect error getting address { hostname: 'evsmsvsbirogknj', port: 80, err: OperationalError: getaddrinfo ENOTFOUND evsmsvsbirogknj at GetAddrInfoReqWrap.onlookupall [as oncomplete] (dns.js:74:26) { cause: Error: getaddrinfo ENOTFOUND evsmsvsbirogknj at GetAddrInfoReqWrap.onlookupall [as oncomplete] (dns.js:74:26) { errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'evsmsvsbirogknj' }, isOperational: true, errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'evsmsvsbirogknj' } } 2021-03-12T08:26:06.111Z cypress:network:agent got family { family: undefined, href: 'http://evsmsvsbirogknj/' } 2021-03-12T08:26:06.112Z cypress:server:request received an error making http request { timeout: undefined, retryIntervals: [ 0, 100, 200, 200 ], url: 'http://evsmsvsbirogknj/', requestId: 'request9', retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, delaysRemaining: [ 0, 100, 200, 200 ], err: Error: getaddrinfo ENOTFOUND evsmsvsbirogknj at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) { errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'evsmsvsbirogknj' } } 2021-03-12T08:26:06.112Z cypress:server:request retrying request { timeout: undefined, retryIntervals: [ 0, 100, 200, 200 ], url: 'http://evsmsvsbirogknj/', requestId: 'request9', retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, delaysRemaining: [ 100, 200, 200 ], delay: 0, attempt: 1 } 2021-03-12T08:26:06.113Z cypress:server:stream_buffer buffered stream EOF { readerId: 'reader12' } 2021-03-12T08:26:06.113Z cypress:network:agent addRequest called { isHttps: false, href: 'http://evsmsvsbirogknj/' } 2021-03-12T08:26:06.113Z cypress:network:connect beginning getAddress { hostname: 'evsmsvsbirogknj', port: 80 } 2021-03-12T08:26:06.113Z cypress:network:connect error getting address { hostname: 'evsmsvsbirogknj', port: 80, err: OperationalError: getaddrinfo ENOTFOUND evsmsvsbirogknj at GetAddrInfoReqWrap.onlookupall [as oncomplete] (dns.js:74:26) { cause: Error: getaddrinfo ENOTFOUND evsmsvsbirogknj at GetAddrInfoReqWrap.onlookupall [as oncomplete] (dns.js:74:26) { errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'evsmsvsbirogknj' }, isOperational: true, errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'evsmsvsbirogknj' } } 2021-03-12T08:26:06.113Z cypress:network:agent got family { family: undefined, href: 'http://evsmsvsbirogknj/' } 2021-03-12T08:26:06.114Z cypress:server:request received an error making http request { timeout: undefined, retryIntervals: [ 0, 100, 200, 200 ], url: 'http://evsmsvsbirogknj/', requestId: 'request9', retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, delaysRemaining: [ 100, 200, 200 ], err: Error: getaddrinfo ENOTFOUND evsmsvsbirogknj at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) { errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'evsmsvsbirogknj' } } 2021-03-12T08:26:06.114Z cypress:server:request retrying request { timeout: undefined, retryIntervals: [ 0, 100, 200, 200 ], url: 'http://evsmsvsbirogknj/', requestId: 'request9', retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, delaysRemaining: [ 200, 200 ], delay: 100, attempt: 2 } 2021-03-12T08:26:06.205Z cypress:server:stream_buffer buffered stream EOF { readerId: 'reader13' } 2021-03-12T08:26:06.205Z cypress:network:agent addRequest called { isHttps: false, href: 'http://iawabyex/' } 2021-03-12T08:26:06.205Z cypress:network:connect beginning getAddress { hostname: 'iawabyex', port: 80 } 2021-03-12T08:26:06.205Z cypress:network:connect error getting address { hostname: 'iawabyex', port: 80, err: OperationalError: getaddrinfo ENOTFOUND iawabyex at GetAddrInfoReqWrap.onlookupall [as oncomplete] (dns.js:74:26) { cause: Error: getaddrinfo ENOTFOUND iawabyex at GetAddrInfoReqWrap.onlookupall [as oncomplete] (dns.js:74:26) { errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'iawabyex' }, isOperational: true, errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'iawabyex' } } 2021-03-12T08:26:06.205Z cypress:network:agent got family { family: undefined, href: 'http://iawabyex/' } 2021-03-12T08:26:06.206Z cypress:server:request received an error making http request { timeout: undefined, retryIntervals: [ 0, 100, 200, 200 ], url: 'http://iawabyex/', requestId: 'request7', retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, delaysRemaining: [ 200, 200 ], err: Error: getaddrinfo ENOTFOUND iawabyex at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) { errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'iawabyex' } } 2021-03-12T08:26:06.206Z cypress:server:request retrying request { timeout: undefined, retryIntervals: [ 0, 100, 200, 200 ], url: 'http://iawabyex/', requestId: 'request7', retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, delaysRemaining: [ 200 ], delay: 200, attempt: 3 } 2021-03-12T08:26:06.211Z cypress:server:stream_buffer buffered stream EOF { readerId: 'reader14' } 2021-03-12T08:26:06.211Z cypress:network:agent addRequest called { isHttps: false, href: 'http://ezwoahftwhy/' } 2021-03-12T08:26:06.211Z cypress:network:connect beginning getAddress { hostname: 'ezwoahftwhy', port: 80 } 2021-03-12T08:26:06.212Z cypress:network:connect error getting address { hostname: 'ezwoahftwhy', port: 80, err: OperationalError: getaddrinfo ENOTFOUND ezwoahftwhy at GetAddrInfoReqWrap.onlookupall [as oncomplete] (dns.js:74:26) { cause: Error: getaddrinfo ENOTFOUND ezwoahftwhy at GetAddrInfoReqWrap.onlookupall [as oncomplete] (dns.js:74:26) { errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'ezwoahftwhy' }, isOperational: true, errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'ezwoahftwhy' } } 2021-03-12T08:26:06.212Z cypress:network:agent got family { family: undefined, href: 'http://ezwoahftwhy/' } 2021-03-12T08:26:06.214Z cypress:server:request received an error making http request { timeout: undefined, retryIntervals: [ 0, 100, 200, 200 ], url: 'http://ezwoahftwhy/', requestId: 'request8', retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, delaysRemaining: [ 200, 200 ], err: Error: getaddrinfo ENOTFOUND ezwoahftwhy at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) { errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'ezwoahftwhy' } } 2021-03-12T08:26:06.214Z cypress:server:request retrying request { timeout: undefined, retryIntervals: [ 0, 100, 200, 200 ], url: 'http://ezwoahftwhy/', requestId: 'request8', retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, delaysRemaining: [ 200 ], delay: 200, attempt: 3 } 2021-03-12T08:26:06.215Z cypress:server:stream_buffer buffered stream EOF { readerId: 'reader15' } 2021-03-12T08:26:06.215Z cypress:network:agent addRequest called { isHttps: false, href: 'http://evsmsvsbirogknj/' } 2021-03-12T08:26:06.215Z cypress:network:connect beginning getAddress { hostname: 'evsmsvsbirogknj', port: 80 } 2021-03-12T08:26:06.216Z cypress:network:connect error getting address { hostname: 'evsmsvsbirogknj', port: 80, err: OperationalError: getaddrinfo ENOTFOUND evsmsvsbirogknj at GetAddrInfoReqWrap.onlookupall [as oncomplete] (dns.js:74:26) { cause: Error: getaddrinfo ENOTFOUND evsmsvsbirogknj at GetAddrInfoReqWrap.onlookupall [as oncomplete] (dns.js:74:26) { errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'evsmsvsbirogknj' }, isOperational: true, errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'evsmsvsbirogknj' } } 2021-03-12T08:26:06.216Z cypress:network:agent got family { family: undefined, href: 'http://evsmsvsbirogknj/' } 2021-03-12T08:26:06.217Z cypress:server:request received an error making http request { timeout: undefined, retryIntervals: [ 0, 100, 200, 200 ], url: 'http://evsmsvsbirogknj/', requestId: 'request9', retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, delaysRemaining: [ 200, 200 ], err: Error: getaddrinfo ENOTFOUND evsmsvsbirogknj at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) { errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'evsmsvsbirogknj' } } 2021-03-12T08:26:06.217Z cypress:server:request retrying request { timeout: undefined, retryIntervals: [ 0, 100, 200, 200 ], url: 'http://evsmsvsbirogknj/', requestId: 'request9', retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, delaysRemaining: [ 200 ], delay: 200, attempt: 3 } 2021-03-12T08:26:06.407Z cypress:server:stream_buffer buffered stream EOF { readerId: 'reader16' } 2021-03-12T08:26:06.407Z cypress:network:agent addRequest called { isHttps: false, href: 'http://iawabyex/' } 2021-03-12T08:26:06.407Z cypress:network:connect beginning getAddress { hostname: 'iawabyex', port: 80 } 2021-03-12T08:26:06.408Z cypress:network:connect error getting address { hostname: 'iawabyex', port: 80, err: OperationalError: getaddrinfo ENOTFOUND iawabyex at GetAddrInfoReqWrap.onlookupall [as oncomplete] (dns.js:74:26) { cause: Error: getaddrinfo ENOTFOUND iawabyex at GetAddrInfoReqWrap.onlookupall [as oncomplete] (dns.js:74:26) { errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'iawabyex' }, isOperational: true, errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'iawabyex' } } 2021-03-12T08:26:06.409Z cypress:network:agent got family { family: undefined, href: 'http://iawabyex/' } 2021-03-12T08:26:06.411Z cypress:server:request received an error making http request { timeout: undefined, retryIntervals: [ 0, 100, 200, 200 ], url: 'http://iawabyex/', requestId: 'request7', retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, delaysRemaining: [ 200 ], err: Error: getaddrinfo ENOTFOUND iawabyex at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) { errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'iawabyex' } } 2021-03-12T08:26:06.412Z cypress:server:request retrying request { timeout: undefined, retryIntervals: [ 0, 100, 200, 200 ], url: 'http://iawabyex/', requestId: 'request7', retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, delaysRemaining: [], delay: 200, attempt: 4 } 2021-03-12T08:26:06.415Z cypress:server:stream_buffer buffered stream EOF { readerId: 'reader17' } 2021-03-12T08:26:06.415Z cypress:network:agent addRequest called { isHttps: false, href: 'http://ezwoahftwhy/' } 2021-03-12T08:26:06.415Z cypress:network:connect beginning getAddress { hostname: 'ezwoahftwhy', port: 80 } 2021-03-12T08:26:06.417Z cypress:network:connect error getting address { hostname: 'ezwoahftwhy', port: 80, err: OperationalError: getaddrinfo ENOTFOUND ezwoahftwhy at GetAddrInfoReqWrap.onlookupall [as oncomplete] (dns.js:74:26) { cause: Error: getaddrinfo ENOTFOUND ezwoahftwhy at GetAddrInfoReqWrap.onlookupall [as oncomplete] (dns.js:74:26) { errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'ezwoahftwhy' }, isOperational: true, errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'ezwoahftwhy' } } 2021-03-12T08:26:06.417Z cypress:network:agent got family { family: undefined, href: 'http://ezwoahftwhy/' } 2021-03-12T08:26:06.419Z cypress:server:stream_buffer buffered stream EOF { readerId: 'reader18' } 2021-03-12T08:26:06.419Z cypress:network:agent addRequest called { isHttps: false, href: 'http://evsmsvsbirogknj/' } 2021-03-12T08:26:06.419Z cypress:network:connect beginning getAddress { hostname: 'evsmsvsbirogknj', port: 80 } 2021-03-12T08:26:06.420Z cypress:server:request received an error making http request { timeout: undefined, retryIntervals: [ 0, 100, 200, 200 ], url: 'http://ezwoahftwhy/', requestId: 'request8', retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, delaysRemaining: [ 200 ], err: Error: getaddrinfo ENOTFOUND ezwoahftwhy at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) { errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'ezwoahftwhy' } } 2021-03-12T08:26:06.421Z cypress:server:request retrying request { timeout: undefined, retryIntervals: [ 0, 100, 200, 200 ], url: 'http://ezwoahftwhy/', requestId: 'request8', retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, delaysRemaining: [], delay: 200, attempt: 4 } 2021-03-12T08:26:06.421Z cypress:network:connect error getting address { hostname: 'evsmsvsbirogknj', port: 80, err: OperationalError: getaddrinfo ENOTFOUND evsmsvsbirogknj at GetAddrInfoReqWrap.onlookupall [as oncomplete] (dns.js:74:26) { cause: Error: getaddrinfo ENOTFOUND evsmsvsbirogknj at GetAddrInfoReqWrap.onlookupall [as oncomplete] (dns.js:74:26) { errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'evsmsvsbirogknj' }, isOperational: true, errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'evsmsvsbirogknj' } } 2021-03-12T08:26:06.422Z cypress:network:agent got family { family: undefined, href: 'http://evsmsvsbirogknj/' } 2021-03-12T08:26:06.424Z cypress:server:request received an error making http request { timeout: undefined, retryIntervals: [ 0, 100, 200, 200 ], url: 'http://evsmsvsbirogknj/', requestId: 'request9', retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, delaysRemaining: [ 200 ], err: Error: getaddrinfo ENOTFOUND evsmsvsbirogknj at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) { errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'evsmsvsbirogknj' } } 2021-03-12T08:26:06.425Z cypress:server:request retrying request { timeout: undefined, retryIntervals: [ 0, 100, 200, 200 ], url: 'http://evsmsvsbirogknj/', requestId: 'request9', retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, delaysRemaining: [], delay: 200, attempt: 4 } 2021-03-12T08:26:06.614Z cypress:server:stream_buffer buffered stream EOF { readerId: 'reader19' } 2021-03-12T08:26:06.614Z cypress:network:agent addRequest called { isHttps: false, href: 'http://iawabyex/' } 2021-03-12T08:26:06.614Z cypress:network:connect beginning getAddress { hostname: 'iawabyex', port: 80 } 2021-03-12T08:26:06.616Z cypress:network:connect error getting address { hostname: 'iawabyex', port: 80, err: OperationalError: getaddrinfo ENOTFOUND iawabyex at GetAddrInfoReqWrap.onlookupall [as oncomplete] (dns.js:74:26) { cause: Error: getaddrinfo ENOTFOUND iawabyex at GetAddrInfoReqWrap.onlookupall [as oncomplete] (dns.js:74:26) { errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'iawabyex' }, isOperational: true, errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'iawabyex' } } 2021-03-12T08:26:06.616Z cypress:network:agent got family { family: undefined, href: 'http://iawabyex/' } 2021-03-12T08:26:06.617Z cypress:server:request received an error making http request { timeout: undefined, retryIntervals: [ 0, 100, 200, 200 ], url: 'http://iawabyex/', requestId: 'request7', retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, delaysRemaining: [], err: Error: getaddrinfo ENOTFOUND iawabyex at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) { errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'iawabyex' } } 2021-03-12T08:26:06.618Z cypress:server:request exhausted all attempts retrying request { timeout: undefined, retryIntervals: [ 0, 100, 200, 200 ], url: 'http://iawabyex/', requestId: 'request7', retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, delaysRemaining: [], err: Error: getaddrinfo ENOTFOUND iawabyex at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) { errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'iawabyex' } } 2021-03-12T08:26:06.618Z cypress:proxy:http Error in middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing', error: Error: getaddrinfo ENOTFOUND iawabyex at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) { errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'iawabyex' } } 2021-03-12T08:26:06.618Z cypress:proxy:http Entering stage { stage: 'Error' } 2021-03-12T08:26:06.618Z cypress:proxy:http Running middleware { stage: 'Error', middlewareName: 'LogError' } 2021-03-12T08:26:06.619Z cypress:proxy:http:error-middleware error proxying request { error: Error: getaddrinfo ENOTFOUND iawabyex at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) { errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'iawabyex' }, url: '/', headers: { host: 'iawabyex', 'proxy-connection': 'keep-alive', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', 'accept-encoding': 'gzip' } } 2021-03-12T08:26:06.619Z cypress:proxy:http Running middleware { stage: 'Error', middlewareName: 'InterceptError' } 2021-03-12T08:26:06.619Z cypress:proxy:http Running middleware { stage: 'Error', middlewareName: 'AbortRequest' } 2021-03-12T08:26:06.620Z cypress:proxy:http Running middleware { stage: 'Error', middlewareName: 'UnpipeResponse' } 2021-03-12T08:26:06.620Z cypress:proxy:http Running middleware { stage: 'Error', middlewareName: 'DestroyResponse' } 2021-03-12T08:26:06.621Z cypress:proxy:http Leaving stage { stage: 'Error' } 2021-03-12T08:26:06.622Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:26:06.622Z cypress:proxy:http warning: Request was not fulfilled with a response. 2021-03-12T08:26:06.622Z cypress:proxy:http:request-middleware request aborted 2021-03-12T08:26:06.622Z cypress:server:request aborting { requestId: 'request7' } 2021-03-12T08:26:06.624Z cypress:server:stream_buffer buffered stream EOF { readerId: 'reader20' } 2021-03-12T08:26:06.624Z cypress:network:agent addRequest called { isHttps: false, href: 'http://ezwoahftwhy/' } 2021-03-12T08:26:06.624Z cypress:network:connect beginning getAddress { hostname: 'ezwoahftwhy', port: 80 } 2021-03-12T08:26:06.627Z cypress:network:connect error getting address { hostname: 'ezwoahftwhy', port: 80, err: OperationalError: getaddrinfo ENOTFOUND ezwoahftwhy at GetAddrInfoReqWrap.onlookupall [as oncomplete] (dns.js:74:26) { cause: Error: getaddrinfo ENOTFOUND ezwoahftwhy at GetAddrInfoReqWrap.onlookupall [as oncomplete] (dns.js:74:26) { errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'ezwoahftwhy' }, isOperational: true, errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'ezwoahftwhy' } } 2021-03-12T08:26:06.627Z cypress:network:agent got family { family: undefined, href: 'http://ezwoahftwhy/' } 2021-03-12T08:26:06.629Z cypress:server:stream_buffer buffered stream EOF { readerId: 'reader21' } 2021-03-12T08:26:06.629Z cypress:network:agent addRequest called { isHttps: false, href: 'http://evsmsvsbirogknj/' } 2021-03-12T08:26:06.629Z cypress:network:connect beginning getAddress { hostname: 'evsmsvsbirogknj', port: 80 } 2021-03-12T08:26:06.631Z cypress:server:request received an error making http request { timeout: undefined, retryIntervals: [ 0, 100, 200, 200 ], url: 'http://ezwoahftwhy/', requestId: 'request8', retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, delaysRemaining: [], err: Error: getaddrinfo ENOTFOUND ezwoahftwhy at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) { errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'ezwoahftwhy' } } 2021-03-12T08:26:06.632Z cypress:server:request exhausted all attempts retrying request { timeout: undefined, retryIntervals: [ 0, 100, 200, 200 ], url: 'http://ezwoahftwhy/', requestId: 'request8', retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, delaysRemaining: [], err: Error: getaddrinfo ENOTFOUND ezwoahftwhy at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) { errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'ezwoahftwhy' } } 2021-03-12T08:26:06.632Z cypress:proxy:http Error in middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing', error: Error: getaddrinfo ENOTFOUND ezwoahftwhy at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) { errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'ezwoahftwhy' } } 2021-03-12T08:26:06.632Z cypress:proxy:http Entering stage { stage: 'Error' } 2021-03-12T08:26:06.633Z cypress:proxy:http Running middleware { stage: 'Error', middlewareName: 'LogError' } 2021-03-12T08:26:06.633Z cypress:proxy:http:error-middleware error proxying request { error: Error: getaddrinfo ENOTFOUND ezwoahftwhy at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) { errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'ezwoahftwhy' }, url: '/', headers: { host: 'ezwoahftwhy', 'proxy-connection': 'keep-alive', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', 'accept-encoding': 'gzip' } } 2021-03-12T08:26:06.633Z cypress:proxy:http Running middleware { stage: 'Error', middlewareName: 'InterceptError' } 2021-03-12T08:26:06.633Z cypress:proxy:http Running middleware { stage: 'Error', middlewareName: 'AbortRequest' } 2021-03-12T08:26:06.633Z cypress:proxy:http Running middleware { stage: 'Error', middlewareName: 'UnpipeResponse' } 2021-03-12T08:26:06.634Z cypress:proxy:http Running middleware { stage: 'Error', middlewareName: 'DestroyResponse' } 2021-03-12T08:26:06.635Z cypress:proxy:http Leaving stage { stage: 'Error' } 2021-03-12T08:26:06.636Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:26:06.636Z cypress:proxy:http warning: Request was not fulfilled with a response. 2021-03-12T08:26:06.636Z cypress:network:connect error getting address { hostname: 'evsmsvsbirogknj', port: 80, err: OperationalError: getaddrinfo ENOTFOUND evsmsvsbirogknj at GetAddrInfoReqWrap.onlookupall [as oncomplete] (dns.js:74:26) { cause: Error: getaddrinfo ENOTFOUND evsmsvsbirogknj at GetAddrInfoReqWrap.onlookupall [as oncomplete] (dns.js:74:26) { errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'evsmsvsbirogknj' }, isOperational: true, errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'evsmsvsbirogknj' } } 2021-03-12T08:26:06.636Z cypress:network:agent got family { family: undefined, href: 'http://evsmsvsbirogknj/' } 2021-03-12T08:26:06.637Z cypress:proxy:http:request-middleware request aborted 2021-03-12T08:26:06.637Z cypress:server:request aborting { requestId: 'request8' } 2021-03-12T08:26:06.639Z cypress:server:request received an error making http request { timeout: undefined, retryIntervals: [ 0, 100, 200, 200 ], url: 'http://evsmsvsbirogknj/', requestId: 'request9', retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, delaysRemaining: [], err: Error: getaddrinfo ENOTFOUND evsmsvsbirogknj at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) { errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'evsmsvsbirogknj' } } 2021-03-12T08:26:06.639Z cypress:server:request exhausted all attempts retrying request { timeout: undefined, retryIntervals: [ 0, 100, 200, 200 ], url: 'http://evsmsvsbirogknj/', requestId: 'request9', retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, delaysRemaining: [], err: Error: getaddrinfo ENOTFOUND evsmsvsbirogknj at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) { errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'evsmsvsbirogknj' } } 2021-03-12T08:26:06.639Z cypress:proxy:http Error in middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing', error: Error: getaddrinfo ENOTFOUND evsmsvsbirogknj at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) { errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'evsmsvsbirogknj' } } 2021-03-12T08:26:06.639Z cypress:proxy:http Entering stage { stage: 'Error' } 2021-03-12T08:26:06.639Z cypress:proxy:http Running middleware { stage: 'Error', middlewareName: 'LogError' } 2021-03-12T08:26:06.640Z cypress:proxy:http:error-middleware error proxying request { error: Error: getaddrinfo ENOTFOUND evsmsvsbirogknj at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) { errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'evsmsvsbirogknj' }, url: '/', headers: { host: 'evsmsvsbirogknj', 'proxy-connection': 'keep-alive', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', 'accept-encoding': 'gzip' } } 2021-03-12T08:26:06.640Z cypress:proxy:http Running middleware { stage: 'Error', middlewareName: 'InterceptError' } 2021-03-12T08:26:06.640Z cypress:proxy:http Running middleware { stage: 'Error', middlewareName: 'AbortRequest' } 2021-03-12T08:26:06.641Z cypress:proxy:http Running middleware { stage: 'Error', middlewareName: 'UnpipeResponse' } 2021-03-12T08:26:06.641Z cypress:proxy:http Running middleware { stage: 'Error', middlewareName: 'DestroyResponse' } 2021-03-12T08:26:06.643Z cypress:proxy:http Leaving stage { stage: 'Error' } 2021-03-12T08:26:06.644Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:26:06.644Z cypress:proxy:http warning: Request was not fulfilled with a response. 2021-03-12T08:26:06.644Z cypress:proxy:http:request-middleware request aborted 2021-03-12T08:26:06.644Z cypress:server:request aborting { requestId: 'request9' } 2021-03-12T08:26:12.007Z cypress:server:util:process_profiler current & mean memory and CPU usage by process group: ┌─────────┬───────────────────┬──────────────┬─────────────────────────────────────────────────────────────┬────────────┬────────────────┬──────────┬──────────────┬─────────────┐ │ (index) │ group │ processCount │ pids │ cpuPercent │ meanCpuPercent │ memRssMb │ meanMemRssMb │ maxMemRssMb │ ├─────────┼───────────────────┼──────────────┼─────────────────────────────────────────────────────────────┼────────────┼────────────────┼──────────┼──────────────┼─────────────┤ │ 0 │ 'Chrome' │ 10 │ '17502, 17507, 17508, 17510, 17533, 17511 ... 4 more items' │ 1.32 │ 0.66 │ 581.63 │ 609.67 │ 637.72 │ │ 1 │ 'cypress' │ 1 │ '16774' │ 0.42 │ 0.62 │ 234.74 │ 194.48 │ 234.84 │ │ 2 │ 'electron-shared' │ 4 │ '16776, 16938, 16777, 17227' │ 0 │ 0 │ 186.89 │ 154.02 │ 188.2 │ │ 3 │ 'plugin' │ 1 │ '17452' │ 0.05 │ 0.02 │ 141.01 │ 140.61 │ 141.01 │ │ 4 │ 'desktop-gui' │ 1 │ '17281' │ 0 │ 0 │ 114.98 │ 115.56 │ 116.14 │ │ 5 │ 'other' │ 2 │ '18318, 18319' │ 0 │ 0 │ 2.3 │ 2.34 │ 2.4 │ │ 6 │ 'TOTAL' │ 19 │ '-' │ 1.79 │ 1.08 │ 1261.55 │ 928.07 │ 1319.52 │ └─────────┴───────────────────┴──────────────┴─────────────────────────────────────────────────────────────┴────────────┴────────────────┴──────────┴──────────────┴─────────────┘ 2021-03-12T08:26:12.269Z cypress:server:events got request for event: get:project:status, { id: undefined, path: '/home/peter/projects/cypress-webpack' } 2021-03-12T08:26:12.269Z cypress:server:project get project status for client id undefined at path /home/peter/projects/cypress-webpack 2021-03-12T08:26:12.269Z cypress:server:project no project id 2021-03-12T08:26:12.269Z cypress:server:events sending ipc data { type: 'get:project:status', data: { id: 0.8482041531437339, data: { id: undefined, path: '/home/peter/projects/cypress-webpack', state: 'VALID' } }, originalData: { id: 0.8482041531437339, data: { id: undefined, path: '/home/peter/projects/cypress-webpack', state: 'VALID' } } } 2021-03-12T08:26:22.269Z cypress:server:events got request for event: get:project:status, { id: undefined, path: '/home/peter/projects/cypress-webpack' } 2021-03-12T08:26:22.269Z cypress:server:project get project status for client id undefined at path /home/peter/projects/cypress-webpack 2021-03-12T08:26:22.269Z cypress:server:project no project id 2021-03-12T08:26:22.270Z cypress:server:events sending ipc data { type: 'get:project:status', data: { id: 0.11230164458680392, data: { id: undefined, path: '/home/peter/projects/cypress-webpack', state: 'VALID' } }, originalData: { id: 0.11230164458680392, data: { id: undefined, path: '/home/peter/projects/cypress-webpack', state: 'VALID' } } } 2021-03-12T08:26:22.293Z cypress:server:util:process_profiler current & mean memory and CPU usage by process group: ┌─────────┬───────────────────┬──────────────┬─────────────────────────────────────────────────────────────┬────────────┬────────────────┬──────────┬──────────────┬─────────────┐ │ (index) │ group │ processCount │ pids │ cpuPercent │ meanCpuPercent │ memRssMb │ meanMemRssMb │ maxMemRssMb │ ├─────────┼───────────────────┼──────────────┼─────────────────────────────────────────────────────────────┼────────────┼────────────────┼──────────┼──────────────┼─────────────┤ │ 0 │ 'Chrome' │ 10 │ '17502, 17507, 17508, 17510, 17533, 17511 ... 4 more items' │ 0.6 │ 0.64 │ 581.75 │ 600.37 │ 637.72 │ │ 1 │ 'cypress' │ 1 │ '16774' │ 0.3 │ 0.54 │ 235.96 │ 204.85 │ 235.96 │ │ 2 │ 'electron-shared' │ 4 │ '16776, 16938, 16777, 17227' │ 0 │ 0 │ 186.89 │ 162.23 │ 188.2 │ │ 3 │ 'plugin' │ 1 │ '17452' │ 0 │ 0.02 │ 141.01 │ 140.74 │ 141.01 │ │ 4 │ 'desktop-gui' │ 1 │ '17281' │ 0 │ 0 │ 114.98 │ 115.37 │ 116.14 │ │ 5 │ 'other' │ 2 │ '18797, 18798' │ 0 │ 0 │ 2.35 │ 2.34 │ 2.4 │ │ 6 │ 'TOTAL' │ 19 │ '-' │ 0.9 │ 1.03 │ 1262.95 │ 1011.79 │ 1319.52 │ └─────────┴───────────────────┴──────────────┴─────────────────────────────────────────────────────────────┴────────────┴────────────────┴──────────┴──────────────┴─────────────┘ 2021-03-12T08:26:32.269Z cypress:server:events got request for event: get:project:status, { id: undefined, path: '/home/peter/projects/cypress-webpack' } 2021-03-12T08:26:32.269Z cypress:server:project get project status for client id undefined at path /home/peter/projects/cypress-webpack 2021-03-12T08:26:32.269Z cypress:server:project no project id 2021-03-12T08:26:32.269Z cypress:server:events sending ipc data { type: 'get:project:status', data: { id: 0.27383536264521124, data: { id: undefined, path: '/home/peter/projects/cypress-webpack', state: 'VALID' } }, originalData: { id: 0.27383536264521124, data: { id: undefined, path: '/home/peter/projects/cypress-webpack', state: 'VALID' } } } 2021-03-12T08:26:32.536Z cypress:server:util:process_profiler current & mean memory and CPU usage by process group: ┌─────────┬───────────────────┬──────────────┬─────────────────────────────────────────────────────────────┬────────────┬────────────────┬──────────┬──────────────┬─────────────┐ │ (index) │ group │ processCount │ pids │ cpuPercent │ meanCpuPercent │ memRssMb │ meanMemRssMb │ maxMemRssMb │ ├─────────┼───────────────────┼──────────────┼─────────────────────────────────────────────────────────────┼────────────┼────────────────┼──────────┼──────────────┼─────────────┤ │ 0 │ 'Chrome' │ 10 │ '17502, 17507, 17508, 17510, 17533, 17511 ... 4 more items' │ 0.61 │ 0.63 │ 582.87 │ 595.99 │ 637.72 │ │ 1 │ 'cypress' │ 1 │ '16774' │ 0.27 │ 0.49 │ 235.94 │ 211.07 │ 235.96 │ │ 2 │ 'electron-shared' │ 4 │ '16776, 16938, 16777, 17227' │ 0 │ 0 │ 187.66 │ 167.32 │ 188.2 │ │ 3 │ 'plugin' │ 1 │ '17452' │ 0 │ 0.01 │ 141.01 │ 140.81 │ 141.01 │ │ 4 │ 'desktop-gui' │ 1 │ '17281' │ 0 │ 0 │ 114.98 │ 115.27 │ 116.14 │ │ 5 │ 'other' │ 2 │ '19273, 19274' │ 0 │ 0 │ 2.37 │ 2.35 │ 2.4 │ │ 6 │ 'TOTAL' │ 19 │ '-' │ 0.89 │ 1 │ 1264.82 │ 1062.4 │ 1319.52 │ └─────────┴───────────────────┴──────────────┴─────────────────────────────────────────────────────────────┴────────────┴────────────────┴──────────┴──────────────┴─────────────┘ 2021-03-12T08:26:42.270Z cypress:server:events got request for event: get:project:status, { id: undefined, path: '/home/peter/projects/cypress-webpack' } 2021-03-12T08:26:42.270Z cypress:server:project get project status for client id undefined at path /home/peter/projects/cypress-webpack 2021-03-12T08:26:42.270Z cypress:server:project no project id 2021-03-12T08:26:42.272Z cypress:server:events sending ipc data { type: 'get:project:status', data: { id: 0.6156091425755024, data: { id: undefined, path: '/home/peter/projects/cypress-webpack', state: 'VALID' } }, originalData: { id: 0.6156091425755024, data: { id: undefined, path: '/home/peter/projects/cypress-webpack', state: 'VALID' } } } 2021-03-12T08:26:42.784Z cypress:server:util:process_profiler current & mean memory and CPU usage by process group: ┌─────────┬───────────────────┬──────────────┬─────────────────────────────────────────────────────────────┬────────────┬────────────────┬──────────┬──────────────┬─────────────┐ │ (index) │ group │ processCount │ pids │ cpuPercent │ meanCpuPercent │ memRssMb │ meanMemRssMb │ maxMemRssMb │ ├─────────┼───────────────────┼──────────────┼─────────────────────────────────────────────────────────────┼────────────┼────────────────┼──────────┼──────────────┼─────────────┤ │ 0 │ 'Chrome' │ 10 │ '17502, 17507, 17508, 17510, 17533, 17511 ... 4 more items' │ 0.56 │ 0.62 │ 581.84 │ 593.16 │ 637.72 │ │ 1 │ 'cypress' │ 1 │ '16774' │ 0.28 │ 0.45 │ 235.4 │ 215.13 │ 235.96 │ │ 2 │ 'electron-shared' │ 4 │ '16776, 16938, 16777, 17227' │ 0 │ 0 │ 187.66 │ 170.71 │ 188.2 │ │ 3 │ 'plugin' │ 1 │ '17452' │ 0 │ 0.01 │ 141.01 │ 140.85 │ 141.01 │ │ 4 │ 'desktop-gui' │ 1 │ '17281' │ 0.01 │ 0 │ 115.49 │ 115.31 │ 116.14 │ │ 5 │ 'other' │ 2 │ '19755, 19756' │ 0 │ 0 │ 2.38 │ 2.35 │ 2.4 │ │ 6 │ 'TOTAL' │ 19 │ '-' │ 0.85 │ 0.98 │ 1263.79 │ 1095.96 │ 1319.52 │ └─────────┴───────────────────┴──────────────┴─────────────────────────────────────────────────────────────┴────────────┴────────────────┴──────────┴──────────────┴─────────────┘ 2021-03-12T08:26:52.269Z cypress:server:events got request for event: get:project:status, { id: undefined, path: '/home/peter/projects/cypress-webpack' } 2021-03-12T08:26:52.269Z cypress:server:project get project status for client id undefined at path /home/peter/projects/cypress-webpack 2021-03-12T08:26:52.269Z cypress:server:project no project id 2021-03-12T08:26:52.269Z cypress:server:events sending ipc data { type: 'get:project:status', data: { id: 0.37023657805754606, data: { id: undefined, path: '/home/peter/projects/cypress-webpack', state: 'VALID' } }, originalData: { id: 0.37023657805754606, data: { id: undefined, path: '/home/peter/projects/cypress-webpack', state: 'VALID' } } } 2021-03-12T08:26:53.086Z cypress:server:util:process_profiler current & mean memory and CPU usage by process group: ┌─────────┬───────────────────┬──────────────┬─────────────────────────────────────────────────────────────┬────────────┬────────────────┬──────────┬──────────────┬─────────────┐ │ (index) │ group │ processCount │ pids │ cpuPercent │ meanCpuPercent │ memRssMb │ meanMemRssMb │ maxMemRssMb │ ├─────────┼───────────────────┼──────────────┼─────────────────────────────────────────────────────────────┼────────────┼────────────────┼──────────┼──────────────┼─────────────┤ │ 0 │ 'Chrome' │ 10 │ '17502, 17507, 17508, 17510, 17533, 17511 ... 4 more items' │ 0.57 │ 0.61 │ 581.84 │ 591.27 │ 637.72 │ │ 1 │ 'cypress' │ 1 │ '16774' │ 0.31 │ 0.43 │ 235.52 │ 218.04 │ 235.96 │ │ 2 │ 'electron-shared' │ 4 │ '16776, 16938, 16777, 17227' │ 0 │ 0 │ 187.66 │ 173.13 │ 188.2 │ │ 3 │ 'plugin' │ 1 │ '17452' │ 0 │ 0.01 │ 141.01 │ 140.88 │ 141.01 │ │ 4 │ 'desktop-gui' │ 1 │ '17281' │ 0 │ 0 │ 115.49 │ 115.34 │ 116.14 │ │ 5 │ 'other' │ 2 │ '20222, 20223' │ 0 │ 0 │ 2.28 │ 2.34 │ 2.4 │ │ 6 │ 'TOTAL' │ 19 │ '-' │ 0.88 │ 0.96 │ 1263.79 │ 1119.94 │ 1319.52 │ └─────────┴───────────────────┴──────────────┴─────────────────────────────────────────────────────────────┴────────────┴────────────────┴──────────┴──────────────┴─────────────┘ 2021-03-12T08:27:02.269Z cypress:server:events got request for event: get:project:status, { id: undefined, path: '/home/peter/projects/cypress-webpack' } 2021-03-12T08:27:02.269Z cypress:server:project get project status for client id undefined at path /home/peter/projects/cypress-webpack 2021-03-12T08:27:02.270Z cypress:server:project no project id 2021-03-12T08:27:02.270Z cypress:server:events sending ipc data { type: 'get:project:status', data: { id: 0.34746689893047766, data: { id: undefined, path: '/home/peter/projects/cypress-webpack', state: 'VALID' } }, originalData: { id: 0.34746689893047766, data: { id: undefined, path: '/home/peter/projects/cypress-webpack', state: 'VALID' } } } 2021-03-12T08:27:03.340Z cypress:server:util:process_profiler current & mean memory and CPU usage by process group: ┌─────────┬───────────────────┬──────────────┬─────────────────────────────────────────────────────────────┬────────────┬────────────────┬──────────┬──────────────┬─────────────┐ │ (index) │ group │ processCount │ pids │ cpuPercent │ meanCpuPercent │ memRssMb │ meanMemRssMb │ maxMemRssMb │ ├─────────┼───────────────────┼──────────────┼─────────────────────────────────────────────────────────────┼────────────┼────────────────┼──────────┼──────────────┼─────────────┤ │ 0 │ 'Chrome' │ 10 │ '17502, 17507, 17508, 17510, 17533, 17511 ... 4 more items' │ 0.6 │ 0.61 │ 583.01 │ 590.09 │ 637.72 │ │ 1 │ 'cypress' │ 1 │ '16774' │ 0.29 │ 0.41 │ 235.64 │ 220.24 │ 235.96 │ │ 2 │ 'electron-shared' │ 4 │ '16776, 16938, 16777, 17227' │ 0 │ 0 │ 187.66 │ 174.95 │ 188.2 │ │ 3 │ 'plugin' │ 1 │ '17452' │ 0.02 │ 0.01 │ 140.95 │ 140.89 │ 141.01 │ │ 4 │ 'desktop-gui' │ 1 │ '17281' │ 0 │ 0 │ 115.49 │ 115.36 │ 116.14 │ │ 5 │ 'other' │ 2 │ '20690, 20691' │ 0 │ 0 │ 2.49 │ 2.36 │ 2.49 │ │ 6 │ 'TOTAL' │ 19 │ '-' │ 0.9 │ 0.96 │ 1265.25 │ 1138.1 │ 1319.52 │ └─────────┴───────────────────┴──────────────┴─────────────────────────────────────────────────────────────┴────────────┴────────────────┴──────────┴──────────────┴─────────────┘ 2021-03-12T08:27:12.269Z cypress:server:events got request for event: get:project:status, { id: undefined, path: '/home/peter/projects/cypress-webpack' } 2021-03-12T08:27:12.269Z cypress:server:project get project status for client id undefined at path /home/peter/projects/cypress-webpack 2021-03-12T08:27:12.269Z cypress:server:project no project id 2021-03-12T08:27:12.269Z cypress:server:events sending ipc data { type: 'get:project:status', data: { id: 0.8870917433745757, data: { id: undefined, path: '/home/peter/projects/cypress-webpack', state: 'VALID' } }, originalData: { id: 0.8870917433745757, data: { id: undefined, path: '/home/peter/projects/cypress-webpack', state: 'VALID' } } } 2021-03-12T08:27:13.651Z cypress:server:util:process_profiler current & mean memory and CPU usage by process group: ┌─────────┬───────────────────┬──────────────┬─────────────────────────────────────────────────────────────┬────────────┬────────────────┬──────────┬──────────────┬─────────────┐ │ (index) │ group │ processCount │ pids │ cpuPercent │ meanCpuPercent │ memRssMb │ meanMemRssMb │ maxMemRssMb │ ├─────────┼───────────────────┼──────────────┼─────────────────────────────────────────────────────────────┼────────────┼────────────────┼──────────┼──────────────┼─────────────┤ │ 0 │ 'Chrome' │ 10 │ '17502, 17507, 17508, 17510, 17533, 17511 ... 4 more items' │ 0.55 │ 0.6 │ 583.22 │ 589.23 │ 637.72 │ │ 1 │ 'cypress' │ 1 │ '16774' │ 0.28 │ 0.4 │ 235.68 │ 221.95 │ 235.96 │ │ 2 │ 'electron-shared' │ 4 │ '16776, 16938, 16777, 17227' │ 0 │ 0 │ 187.66 │ 176.36 │ 188.2 │ │ 3 │ 'plugin' │ 1 │ '17452' │ 0 │ 0.01 │ 140.95 │ 140.9 │ 141.01 │ │ 4 │ 'desktop-gui' │ 1 │ '17281' │ 0 │ 0 │ 115.46 │ 115.38 │ 116.14 │ │ 5 │ 'other' │ 2 │ '21220, 21221' │ 0 │ 0 │ 2.41 │ 2.37 │ 2.49 │ │ 6 │ 'TOTAL' │ 19 │ '-' │ 0.83 │ 0.94 │ 1265.38 │ 1152.24 │ 1319.52 │ └─────────┴───────────────────┴──────────────┴─────────────────────────────────────────────────────────────┴────────────┴────────────────┴──────────┴──────────────┴─────────────┘ 2021-03-12T08:27:22.271Z cypress:server:events got request for event: get:project:status, { id: undefined, path: '/home/peter/projects/cypress-webpack' } 2021-03-12T08:27:22.316Z cypress:server:project get project status for client id undefined at path /home/peter/projects/cypress-webpack 2021-03-12T08:27:22.316Z cypress:server:project no project id 2021-03-12T08:27:22.317Z cypress:server:events sending ipc data { type: 'get:project:status', data: { id: 0.26607739923587403, data: { id: undefined, path: '/home/peter/projects/cypress-webpack', state: 'VALID' } }, originalData: { id: 0.26607739923587403, data: { id: undefined, path: '/home/peter/projects/cypress-webpack', state: 'VALID' } } } 2021-03-12T08:27:23.924Z cypress:server:util:process_profiler current & mean memory and CPU usage by process group: ┌─────────┬───────────────────┬──────────────┬─────────────────────────────────────────────────────────────┬────────────┬────────────────┬──────────┬──────────────┬─────────────┐ │ (index) │ group │ processCount │ pids │ cpuPercent │ meanCpuPercent │ memRssMb │ meanMemRssMb │ maxMemRssMb │ ├─────────┼───────────────────┼──────────────┼─────────────────────────────────────────────────────────────┼────────────┼────────────────┼──────────┼──────────────┼─────────────┤ │ 0 │ 'Chrome' │ 10 │ '17502, 17507, 17508, 17510, 17533, 17511 ... 4 more items' │ 0.87 │ 0.63 │ 602.15 │ 590.67 │ 637.72 │ │ 1 │ 'cypress' │ 1 │ '16774' │ 0.33 │ 0.39 │ 236.74 │ 223.43 │ 236.74 │ │ 2 │ 'electron-shared' │ 4 │ '16776, 16938, 16777, 17227' │ 0 │ 0 │ 187.66 │ 177.49 │ 188.2 │ │ 3 │ 'plugin' │ 1 │ '17452' │ 0 │ 0.01 │ 140.95 │ 140.9 │ 141.01 │ │ 4 │ 'desktop-gui' │ 1 │ '17281' │ 0 │ 0 │ 115.46 │ 115.39 │ 116.14 │ │ 5 │ 'other' │ 2 │ '21738, 21739' │ 0 │ 0 │ 2.39 │ 2.37 │ 2.49 │ │ 6 │ 'TOTAL' │ 19 │ '-' │ 1.2 │ 0.97 │ 1285.35 │ 1165.55 │ 1319.52 │ └─────────┴───────────────────┴──────────────┴─────────────────────────────────────────────────────────────┴────────────┴────────────────┴──────────┴──────────────┴─────────────┘ 2021-03-12T08:27:32.269Z cypress:server:events got request for event: get:project:status, { id: undefined, path: '/home/peter/projects/cypress-webpack' } 2021-03-12T08:27:32.269Z cypress:server:project get project status for client id undefined at path /home/peter/projects/cypress-webpack 2021-03-12T08:27:32.269Z cypress:server:project no project id 2021-03-12T08:27:32.270Z cypress:server:events sending ipc data { type: 'get:project:status', data: { id: 0.9997436222232996, data: { id: undefined, path: '/home/peter/projects/cypress-webpack', state: 'VALID' } }, originalData: { id: 0.9997436222232996, data: { id: undefined, path: '/home/peter/projects/cypress-webpack', state: 'VALID' } } } 2021-03-12T08:27:34.249Z cypress:server:util:process_profiler current & mean memory and CPU usage by process group: ┌─────────┬───────────────────┬──────────────┬─────────────────────────────────────────────────────────────┬────────────┬────────────────┬──────────┬──────────────┬─────────────┐ │ (index) │ group │ processCount │ pids │ cpuPercent │ meanCpuPercent │ memRssMb │ meanMemRssMb │ maxMemRssMb │ ├─────────┼───────────────────┼──────────────┼─────────────────────────────────────────────────────────────┼────────────┼────────────────┼──────────┼──────────────┼─────────────┤ │ 0 │ 'Chrome' │ 10 │ '17502, 17507, 17508, 17510, 17533, 17511 ... 4 more items' │ 0.71 │ 0.64 │ 585.64 │ 590.17 │ 637.72 │ │ 1 │ 'cypress' │ 1 │ '16774' │ 0.33 │ 0.39 │ 237.58 │ 224.72 │ 237.58 │ │ 2 │ 'electron-shared' │ 4 │ '16776, 16938, 16777, 17227' │ 0.01 │ 0 │ 187.66 │ 178.41 │ 188.2 │ │ 3 │ 'plugin' │ 1 │ '17452' │ 0 │ 0.01 │ 140.95 │ 140.91 │ 141.01 │ │ 4 │ 'desktop-gui' │ 1 │ '17281' │ 0.01 │ 0 │ 114.6 │ 115.31 │ 116.14 │ │ 5 │ 'other' │ 2 │ '22294, 22295' │ 0 │ 0 │ 2.29 │ 2.36 │ 2.49 │ │ 6 │ 'TOTAL' │ 19 │ '-' │ 1.06 │ 0.98 │ 1268.72 │ 1174.93 │ 1319.52 │ └─────────┴───────────────────┴──────────────┴─────────────────────────────────────────────────────────────┴────────────┴────────────────┴──────────┴──────────────┴─────────────┘ 2021-03-12T08:27:42.269Z cypress:server:events got request for event: get:project:status, { id: undefined, path: '/home/peter/projects/cypress-webpack' } 2021-03-12T08:27:42.270Z cypress:server:project get project status for client id undefined at path /home/peter/projects/cypress-webpack 2021-03-12T08:27:42.270Z cypress:server:project no project id 2021-03-12T08:27:42.271Z cypress:server:events sending ipc data { type: 'get:project:status', data: { id: 0.17355568316440628, data: { id: undefined, path: '/home/peter/projects/cypress-webpack', state: 'VALID' } }, originalData: { id: 0.17355568316440628, data: { id: undefined, path: '/home/peter/projects/cypress-webpack', state: 'VALID' } } } 2021-03-12T08:27:44.497Z cypress:server:util:process_profiler current & mean memory and CPU usage by process group: ┌─────────┬───────────────────┬──────────────┬─────────────────────────────────────────────────────────────┬────────────┬────────────────┬──────────┬──────────────┬─────────────┐ │ (index) │ group │ processCount │ pids │ cpuPercent │ meanCpuPercent │ memRssMb │ meanMemRssMb │ maxMemRssMb │ ├─────────┼───────────────────┼──────────────┼─────────────────────────────────────────────────────────────┼────────────┼────────────────┼──────────┼──────────────┼─────────────┤ │ 0 │ 'Chrome' │ 10 │ '17502, 17507, 17508, 17510, 17533, 17511 ... 4 more items' │ 0.67 │ 0.64 │ 583.62 │ 589.57 │ 637.72 │ │ 1 │ 'cypress' │ 1 │ '16774' │ 0.29 │ 0.38 │ 236.62 │ 225.71 │ 237.58 │ │ 2 │ 'electron-shared' │ 4 │ '16776, 16938, 16777, 17227' │ 0 │ 0 │ 187.66 │ 179.18 │ 188.2 │ │ 3 │ 'plugin' │ 1 │ '17452' │ 0.28 │ 0.03 │ 149.04 │ 141.65 │ 149.04 │ │ 4 │ 'desktop-gui' │ 1 │ '17281' │ 0 │ 0 │ 114.6 │ 115.24 │ 116.14 │ │ 5 │ 'other' │ 2 │ '22780, 22781' │ 0 │ 0 │ 2.3 │ 2.36 │ 2.49 │ │ 6 │ 'TOTAL' │ 19 │ '-' │ 1.24 │ 1 │ 1273.84 │ 1183.17 │ 1319.52 │ └─────────┴───────────────────┴──────────────┴─────────────────────────────────────────────────────────────┴────────────┴────────────────┴──────────┴──────────────┴─────────────┘ 2021-03-12T08:27:52.269Z cypress:server:events got request for event: get:project:status, { id: undefined, path: '/home/peter/projects/cypress-webpack' } 2021-03-12T08:27:52.269Z cypress:server:project get project status for client id undefined at path /home/peter/projects/cypress-webpack 2021-03-12T08:27:52.269Z cypress:server:project no project id 2021-03-12T08:27:52.269Z cypress:server:events sending ipc data { type: 'get:project:status', data: { id: 0.3546441240624407, data: { id: undefined, path: '/home/peter/projects/cypress-webpack', state: 'VALID' } }, originalData: { id: 0.3546441240624407, data: { id: undefined, path: '/home/peter/projects/cypress-webpack', state: 'VALID' } } } 2021-03-12T08:27:54.768Z cypress:server:util:process_profiler current & mean memory and CPU usage by process group: ┌─────────┬───────────────────┬──────────────┬─────────────────────────────────────────────────────────────┬────────────┬────────────────┬──────────┬──────────────┬─────────────┐ │ (index) │ group │ processCount │ pids │ cpuPercent │ meanCpuPercent │ memRssMb │ meanMemRssMb │ maxMemRssMb │ ├─────────┼───────────────────┼──────────────┼─────────────────────────────────────────────────────────────┼────────────┼────────────────┼──────────┼──────────────┼─────────────┤ │ 0 │ 'Chrome' │ 10 │ '17502, 17507, 17508, 17510, 17533, 17511 ... 4 more items' │ 0.75 │ 0.65 │ 583.54 │ 589.07 │ 637.72 │ │ 1 │ 'cypress' │ 1 │ '16774' │ 0.3 │ 0.37 │ 236.7 │ 226.56 │ 237.58 │ │ 2 │ 'electron-shared' │ 4 │ '16776, 16938, 16777, 17227' │ 0 │ 0 │ 187.66 │ 179.84 │ 188.2 │ │ 3 │ 'plugin' │ 1 │ '17452' │ 0 │ 0.03 │ 149.04 │ 142.26 │ 149.04 │ │ 4 │ 'desktop-gui' │ 1 │ '17281' │ 0 │ 0 │ 114.6 │ 115.19 │ 116.14 │ │ 5 │ 'other' │ 2 │ '23249, 23250' │ 0 │ 0 │ 2.33 │ 2.35 │ 2.49 │ │ 6 │ 'TOTAL' │ 19 │ '-' │ 1.05 │ 1 │ 1273.88 │ 1190.15 │ 1319.52 │ └─────────┴───────────────────┴──────────────┴─────────────────────────────────────────────────────────────┴────────────┴────────────────┴──────────┴──────────────┴─────────────┘ 2021-03-12T08:27:58.945Z cypress:server:controllers:spec request for { spec: 'cypress/support/index.ts' } 2021-03-12T08:27:58.945Z cypress:server:preprocessor getting file cypress/support/index.ts 2021-03-12T08:27:58.946Z cypress:server:preprocessor getFile /home/peter/projects/cypress-webpack/cypress/support/index.ts 2021-03-12T08:27:58.946Z cypress:server:plugins execute plugin event 'file:preprocessor' Node 'v12.18.3' with args: EventEmitter { _events: [Object: null prototype] { rerun: [Function] }, _eventsCount: 1, _maxListeners: undefined, filePath: '/home/peter/projects/cypress-webpack/cypress/support/index.ts', shouldWatch: true, outputPath: '/home/peter/.config/Cypress/cy/production/projects/cypress-webpack-8a0e459f2784d3efc5b500c8bdef2ed5/bundles/cypress/support/index.ts', [Symbol(kCapture)]: false } undefined undefined 2021-03-12T08:27:58.946Z cypress:server:plugins call event file:preprocessor for invocation id inv22 2021-03-12T08:27:58.946Z cypress:server:plugins:child execute plugin event: file:preprocessor ({ eventId: 2, invocationId: 'inv22' }) 2021-03-12T08:27:58.946Z cypress:webpack get /home/peter/projects/cypress-webpack/cypress/support/index.ts 2021-03-12T08:27:58.946Z cypress:webpack already have bundle for /home/peter/projects/cypress-webpack/cypress/support/index.ts 2021-03-12T08:27:58.948Z cypress:server:plugins promise resolved for id 'inv22' with value /home/peter/.config/Cypress/cy/production/projects/cypress-webpack-8a0e459f2784d3efc5b500c8bdef2ed5/bundles/cypress/support/index.ts.js 2021-03-12T08:27:58.948Z cypress:server:controllers:spec sending spec { filePath: '/home/peter/.config/Cypress/cy/production/projects/cypress-webpack-8a0e459f2784d3efc5b500c8bdef2ed5/bundles/cypress/support/index.ts.js' } 2021-03-12T08:27:59.001Z cypress:server:socket-base automation:request get:cookies { domain: 'localhost' } 2021-03-12T08:27:59.001Z cypress:server:automation:cookies getting:cookies { domain: 'localhost' } 2021-03-12T08:27:59.002Z cypress:server:socket-base backend:request { eventName: 'reset:server:state', args: [] } 2021-03-12T08:27:59.003Z cypress:proxy:http:util:buffers resetting buffers 2021-03-12T08:27:59.007Z cypress:server:automation:cookies received get:cookies [] 2021-03-12T08:27:59.022Z cypress:server:socket-base backend:request { eventName: 'resolve:url', args: [ 'https://www.cypress.io/', { auth: null, failOnStatusCode: true, retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, method: 'GET', body: null, headers: {}, timeout: 30000 } ] } 2021-03-12T08:27:59.023Z cypress:server:server-e2e resolving visit { url: 'https://www.cypress.io/', headers: { host: 'localhost:40921', connection: 'Upgrade', pragma: 'no-cache', 'cache-control': 'no-cache', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', upgrade: 'websocket', origin: 'http://localhost:40921', 'sec-websocket-version': '13', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', 'sec-websocket-key': 'NaRNSQ4sn7hFM9BF9LR0Jw==', 'sec-websocket-extensions': 'permessage-deflate; client_max_window_bits' }, options: { auth: null, failOnStatusCode: true, retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, method: 'GET', body: null, headers: {}, timeout: 30000 } } 2021-03-12T08:27:59.023Z cypress:proxy:http:util:buffers resetting buffers 2021-03-12T08:27:59.023Z cypress:server:server-base Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:40921', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:45999' } 2021-03-12T08:27:59.023Z cypress:server:server-e2e sending request with options { auth: null, failOnStatusCode: true, retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, method: 'GET', body: null, headers: { accept: 'text/html,*/*' }, timeout: 30000, gzip: false, url: 'https://www.cypress.io/', onBeforeReqInit: [Function: runPhase], followRedirect: [Function: followRedirect] } 2021-03-12T08:27:59.023Z cypress:server:automation:cookies getting:cookies { url: 'https://www.cypress.io/' } 2021-03-12T08:27:59.027Z cypress:server:automation:cookies received get:cookies [ { name: '_hjAbsoluteSessionInProgress', value: '1', path: '/', domain: '.cypress.io', secure: false, httpOnly: false, sameSite: 'lax', expiry: 1615538349 }, { name: '_hjFirstSeen', value: '1', path: '/', domain: '.cypress.io', secure: false, httpOnly: false, sameSite: 'lax', expiry: 1615538349 }, { name: '_gid', value: 'GA1.2.113500481.1615536549', path: '/', domain: '.cypress.io', secure: false, httpOnly: false, sameSite: undefined, expiry: 1615622949 }, { name: '__cfduid', value: 'dbf918734e61ef647908d5732e8509d821615536610', path: '/', domain: '.cypress.io', secure: true, httpOnly: true, sameSite: 'lax', expiry: 1618128547.562876 }, { name: '_hjid', value: 'd106a069-54a7-4c7f-956c-22281fb227e4', path: '/', domain: '.cypress.io', secure: false, httpOnly: false, sameSite: 'lax', expiry: 1647072549 }, { name: 'OptanonConsent', value: 'isIABGlobal=false&datestamp=Fri+Mar+12+2021+09%3A09%3A20+GMT%2B0100+(Central+European+Standard+Time)&version=5.13.0&landingPath=https%3A%2F%2Fwww.cypress.io%2F&groups=C0001%3A1%2CC0003%3A1%2CC0002%3A0%2CC0004%3A0&hosts=&consentId=3436e406-1190-480f-97a5-7ed3835d9466&interactionCount=0', path: '/', domain: 'www.cypress.io', secure: false, httpOnly: false, sameSite: 'lax', expiry: 1647072560 }, { name: '_ga', value: 'GA1.2.1628414138.1615536548', path: '/', domain: '.cypress.io', secure: false, httpOnly: false, sameSite: undefined, expiry: 1678608549 }, { name: '_ga_66E86SXGKY', value: 'GS1.1.1615536547.1.1.1615536560.0', path: '/', domain: '.cypress.io', secure: false, httpOnly: false, sameSite: undefined, expiry: 1678608560 } ] 2021-03-12T08:27:59.028Z cypress:server:request got cookies from browser { reqUrl: 'https://www.cypress.io/', cookies: [ { name: '_hjAbsoluteSessionInProgress', value: '1', path: '/', domain: '.cypress.io', secure: false, httpOnly: false, sameSite: 'lax', expiry: 1615538349 }, { name: '_hjFirstSeen', value: '1', path: '/', domain: '.cypress.io', secure: false, httpOnly: false, sameSite: 'lax', expiry: 1615538349 }, { name: '_gid', value: 'GA1.2.113500481.1615536549', path: '/', domain: '.cypress.io', secure: false, httpOnly: false, sameSite: undefined, expiry: 1615622949 }, { name: '__cfduid', value: 'dbf918734e61ef647908d5732e8509d821615536610', path: '/', domain: '.cypress.io', secure: true, httpOnly: true, sameSite: 'lax', expiry: 1618128547.562876 }, { name: '_hjid', value: 'd106a069-54a7-4c7f-956c-22281fb227e4', path: '/', domain: '.cypress.io', secure: false, httpOnly: false, sameSite: 'lax', expiry: 1647072549 }, { name: 'OptanonConsent', value: 'isIABGlobal=false&datestamp=Fri+Mar+12+2021+09%3A09%3A20+GMT%2B0100+(Central+European+Standard+Time)&version=5.13.0&landingPath=https%3A%2F%2Fwww.cypress.io%2F&groups=C0001%3A1%2CC0003%3A1%2CC0002%3A0%2CC0004%3A0&hosts=&consentId=3436e406-1190-480f-97a5-7ed3835d9466&interactionCount=0', path: '/', domain: 'www.cypress.io', secure: false, httpOnly: false, sameSite: 'lax', expiry: 1647072560 }, { name: '_ga', value: 'GA1.2.1628414138.1615536548', path: '/', domain: '.cypress.io', secure: false, httpOnly: false, sameSite: undefined, expiry: 1678608549 }, { name: '_ga_66E86SXGKY', value: 'GS1.1.1615536547.1.1.1615536560.0', path: '/', domain: '.cypress.io', secure: false, httpOnly: false, sameSite: undefined, expiry: 1678608560 } ] } 2021-03-12T08:27:59.028Z cypress:server:request sending request as stream { auth: null, failOnStatusCode: true, retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, method: 'GET', body: null, headers: { accept: 'text/html,*/*', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', cookie: '_hjAbsoluteSessionInProgress=1; _hjFirstSeen=1; _gid=GA1.2.113500481.1615536549; __cfduid=dbf918734e61ef647908d5732e8509d821615536610; _hjid=d106a069-54a7-4c7f-956c-22281fb227e4; OptanonConsent=isIABGlobal=false&datestamp=Fri+Mar+12+2021+09%3A09%3A20+GMT%2B0100+(Central+European+Standard+Time)&version=5.13.0&landingPath=https%3A%2F%2Fwww.cypress.io%2F&groups=C0001%3A1%2CC0003%3A1%2CC0002%3A0%2CC0004%3A0&hosts=&consentId=3436e406-1190-480f-97a5-7ed3835d9466&interactionCount=0; _ga=GA1.2.1628414138.1615536548; _ga_66E86SXGKY=GS1.1.1615536547.1.1.1615536560.0' }, timeout: 30000, gzip: false, url: 'https://www.cypress.io/', onBeforeReqInit: [Function: runPhase], followAllRedirects: true } 2021-03-12T08:27:59.030Z cypress:network:agent addRequest called { isHttps: true, href: 'https://www.cypress.io/' } 2021-03-12T08:27:59.030Z cypress:network:connect beginning getAddress { hostname: 'www.cypress.io', port: 443 } 2021-03-12T08:27:59.281Z cypress:network:connect got addresses { hostname: 'www.cypress.io', port: 443, addresses: [ { address: '104.26.7.176', family: 4 }, { address: '104.26.6.176', family: 4 }, { address: '172.67.69.12', family: 4 }, { address: '2606:4700:20::681a:6b0', family: 6 }, { address: '2606:4700:20::ac43:450c', family: 6 }, { address: '2606:4700:20::681a:7b0', family: 6 } ] } 2021-03-12T08:27:59.293Z cypress:network:agent got family { family: 4, href: 'https://www.cypress.io/' } 2021-03-12T08:27:59.387Z cypress:server:request received status code & headers on request { requestId: 'request23', statusCode: 200, headers: { 'content-type': 'text/html; charset=UTF-8' } } 2021-03-12T08:27:59.387Z cypress:server:request successful response received { requestId: 'request23' } 2021-03-12T08:27:59.388Z cypress:server:server-e2e resolve:url headers received, buffering response { headers: { date: 'Fri, 12 Mar 2021 08:29:02 GMT', 'content-type': 'text/html; charset=UTF-8', 'transfer-encoding': 'chunked', connection: 'keep-alive', 'cache-control': 'public, max-age=0, must-revalidate', link: '; rel=preload; as=script, ; rel=preload; as=script, ; rel=preload; as=script, ; rel=preload; as=script', 'referrer-policy': 'same-origin', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', age: '60729', vary: 'Accept-Encoding', 'x-nf-request-id': '13fbde1a-9ec5-4243-93c4-cf3c15fdfcb4-30944689', 'cf-cache-status': 'DYNAMIC', 'cf-request-id': '08c726bb410000cdd36cb3c000000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'report-to': '{"endpoints":[{"url":"https:\\/\\/a.nel.cloudflare.com\\/report?s=H6ZXccBp%2FAnlNzvDzQgZ42ld7EBaiQDPdvfFYz3e6GA724vQrjLVhfSVvFDkgtvPWyblbsUrCVf7GcMJ5JhKBcQNz5XCCj3%2BM3gFldzOBg%3D%3D"}],"max_age":604800,"group":"cf-nel"}', nel: '{"report_to":"cf-nel","max_age":604800}', server: 'cloudflare', 'cf-ray': '62eba70b9a67cdd3-CDG' }, statusCode: 200 } 2021-03-12T08:27:59.390Z cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } 2021-03-12T08:27:59.392Z cypress:server:automation:cookies getting:cookies { domain: 'cypress.io' } 2021-03-12T08:27:59.413Z cypress:server:automation:cookies received get:cookies [ { name: '_hjFirstSeen', value: '1', path: '/', domain: '.cypress.io', secure: false, httpOnly: false, sameSite: 'lax', expiry: 1615538349 }, { name: '_hjAbsoluteSessionInProgress', value: '1', path: '/', domain: '.cypress.io', secure: false, httpOnly: false, sameSite: 'lax', expiry: 1615538349 }, { name: '_gid', value: 'GA1.2.113500481.1615536549', path: '/', domain: '.cypress.io', secure: false, httpOnly: false, sameSite: undefined, expiry: 1615622949 }, { name: '__cfduid', value: 'dbf918734e61ef647908d5732e8509d821615536610', path: '/', domain: '.cypress.io', secure: true, httpOnly: true, sameSite: 'lax', expiry: 1618128547.562876 }, { name: '_hjid', value: 'd106a069-54a7-4c7f-956c-22281fb227e4', path: '/', domain: '.cypress.io', secure: false, httpOnly: false, sameSite: 'lax', expiry: 1647072549 }, { name: 'OptanonConsent', value: 'isIABGlobal=false&datestamp=Fri+Mar+12+2021+09%3A09%3A20+GMT%2B0100+(Central+European+Standard+Time)&version=5.13.0&landingPath=https%3A%2F%2Fwww.cypress.io%2F&groups=C0001%3A1%2CC0003%3A1%2CC0002%3A0%2CC0004%3A0&hosts=&consentId=3436e406-1190-480f-97a5-7ed3835d9466&interactionCount=0', path: '/', domain: 'www.cypress.io', secure: false, httpOnly: false, sameSite: 'lax', expiry: 1647072560 }, { name: '_ga', value: 'GA1.2.1628414138.1615536548', path: '/', domain: '.cypress.io', secure: false, httpOnly: false, sameSite: undefined, expiry: 1678608549 }, { name: '_ga_66E86SXGKY', value: 'GS1.1.1615536547.1.1.1615536560.0', path: '/', domain: '.cypress.io', secure: false, httpOnly: false, sameSite: undefined, expiry: 1678608560 } ] 2021-03-12T08:27:59.415Z cypress:server:server-e2e setting details resolving url { isOkStatusCode: true, contentType: 'text/html', url: 'https://www.cypress.io/', status: 200, cookies: [ { name: '_hjFirstSeen', value: '1', path: '/', domain: '.cypress.io', secure: false, httpOnly: false, sameSite: 'lax', expiry: 1615538349 }, { name: '_hjAbsoluteSessionInProgress', value: '1', path: '/', domain: '.cypress.io', secure: false, httpOnly: false, sameSite: 'lax', expiry: 1615538349 }, { name: '_gid', value: 'GA1.2.113500481.1615536549', path: '/', domain: '.cypress.io', secure: false, httpOnly: false, sameSite: undefined, expiry: 1615622949 }, { name: '__cfduid', value: 'dbf918734e61ef647908d5732e8509d821615536610', path: '/', domain: '.cypress.io', secure: true, httpOnly: true, sameSite: 'lax', expiry: 1618128547.562876 }, { name: '_hjid', value: 'd106a069-54a7-4c7f-956c-22281fb227e4', path: '/', domain: '.cypress.io', secure: false, httpOnly: false, sameSite: 'lax', expiry: 1647072549 }, { name: 'OptanonConsent', value: 'isIABGlobal=false&datestamp=Fri+Mar+12+2021+09%3A09%3A20+GMT%2B0100+(Central+European+Standard+Time)&version=5.13.0&landingPath=https%3A%2F%2Fwww.cypress.io%2F&groups=C0001%3A1%2CC0003%3A1%2CC0002%3A0%2CC0004%3A0&hosts=&consentId=3436e406-1190-480f-97a5-7ed3835d9466&interactionCount=0', path: '/', domain: 'www.cypress.io', secure: false, httpOnly: false, sameSite: 'lax', expiry: 1647072560 }, { name: '_ga', value: 'GA1.2.1628414138.1615536548', path: '/', domain: '.cypress.io', secure: false, httpOnly: false, sameSite: undefined, expiry: 1678608549 }, { name: '_ga_66E86SXGKY', value: 'GS1.1.1615536547.1.1.1615536560.0', path: '/', domain: '.cypress.io', secure: false, httpOnly: false, sameSite: undefined, expiry: 1678608560 } ], statusText: 'OK', redirects: [], originalUrl: 'https://www.cypress.io/' } 2021-03-12T08:27:59.451Z cypress:server:server-e2e resolve:url response ended, setting buffer { newUrl: 'https://www.cypress.io/', details: { isOkStatusCode: true, contentType: 'text/html', url: 'https://www.cypress.io/', status: 200, cookies: [ [Object], [Object], [Object], [Object], [Object], [Object], [Object], [Object] ], statusText: 'OK', redirects: [], originalUrl: 'https://www.cypress.io/', isHtml: true } } 2021-03-12T08:27:59.451Z cypress:server:server-base Setting remoteAuth null 2021-03-12T08:27:59.451Z cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } 2021-03-12T08:27:59.452Z cypress:server:server-base Setting remoteOrigin https://www.cypress.io 2021-03-12T08:27:59.452Z cypress:server:server-base Setting remoteHostAndPort { port: '443', tld: 'io', domain: 'cypress' } 2021-03-12T08:27:59.452Z cypress:server:server-base Setting remoteDocDomain cypress.io 2021-03-12T08:27:59.452Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:27:59.469Z cypress:proxy:http:util:buffers setting buffer { url: 'https://www.cypress.io/' } 2021-03-12T08:27:59.473Z cypress:server:socket-base backend:request { eventName: 'preserve:run:state', args: [ { currentId: 'r3', tests: {}, startTime: '2021-03-12T08:27:58.992Z', emissions: [Object], passed: 0, failed: 0, pending: 0, numLogs: 0, autoScrollingEnabled: true, scrollTop: 0, studioTestId: null, studioSuiteId: null, studioUrl: null } ] } 2021-03-12T08:27:59.481Z cypress:server:server-base Got CONNECT request from www.cypress.io:443 2021-03-12T08:27:59.481Z cypress:https-proxy Writing browserSocket connection headers { url: 'www.cypress.io:443', headLength: 0, headers: { host: 'www.cypress.io:443', 'proxy-connection': 'keep-alive', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36' } } 2021-03-12T08:27:59.481Z cypress:server:server-base Got CONNECT request from www.cypress.io:443 2021-03-12T08:27:59.481Z cypress:https-proxy Writing browserSocket connection headers { url: 'www.cypress.io:443', headLength: 0, headers: { host: 'www.cypress.io:443', 'proxy-connection': 'keep-alive', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36' } } 2021-03-12T08:27:59.483Z cypress:https-proxy Got first head bytes { url: 'www.cypress.io:443', head: '\u0016\u0003\u0001\u0002\u0000\u0001\u0000\u0001�\u0003\u0003�FziVYQ-��>�i��*w��3\u0010\u0019#�0\u0001�\u001c� Y��6\be�ʏ`\u0012�ҝ��\u0018i�\u0005�ꌠ�:' } 2021-03-12T08:27:59.483Z cypress:https-proxy Got first head bytes { url: 'www.cypress.io:443', head: '\u0016\u0003\u0001\u0002\u0000\u0001\u0000\u0001�\u0003\u0003V��y�(r�\u0002�.���#�YIC¹��=˚JQ�R�x \r\t\u001f������M�~2#�z@9�>7�' } 2021-03-12T08:27:59.484Z cypress:https-proxy Making intercepted connection to 46155 2021-03-12T08:27:59.485Z cypress:https-proxy Making intercepted connection to 46155 2021-03-12T08:27:59.485Z cypress:network:connect successfully connected { opts: { port: 46155, host: 'localhost', getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } 2021-03-12T08:27:59.485Z cypress:https-proxy received upstreamSocket callback for request { port: 46155, hostname: 'localhost', err: undefined } 2021-03-12T08:27:59.485Z cypress:server:util:socket_allowed allowing socket { localPort: 43854 } 2021-03-12T08:27:59.486Z cypress:network:connect successfully connected { opts: { port: 46155, host: 'localhost', getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } 2021-03-12T08:27:59.486Z cypress:https-proxy received upstreamSocket callback for request { port: 46155, hostname: 'localhost', err: undefined } 2021-03-12T08:27:59.486Z cypress:server:util:socket_allowed allowing socket { localPort: 43856 } 2021-03-12T08:27:59.491Z cypress:server:routes Serving Cypress front-end by requested URL: /__/ 2021-03-12T08:27:59.492Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:27:59.492Z cypress:server:runner serving runner index.html with config { version: '6.6.0', platform: 'linux', arch: 'x64', projectName: 'cypress-webpack' } 2021-03-12T08:27:59.492Z cypress:server:runner env object has the following keys: 2021-03-12T08:27:59.500Z cypress:server:util:socket_allowed allowed socket closed, removing { localPort: 52204 } 2021-03-12T08:27:59.919Z cypress:server:server-base Got CONNECT request from www.cypress.io:443 2021-03-12T08:27:59.919Z cypress:https-proxy Writing browserSocket connection headers { url: 'www.cypress.io:443', headLength: 0, headers: { host: 'www.cypress.io:443', 'proxy-connection': 'keep-alive', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36' } } 2021-03-12T08:27:59.920Z cypress:https-proxy Got first head bytes { url: 'www.cypress.io:443', head: '\u0016\u0003\u0001\u0002\u001b\u0001\u0000\u0002\u0017\u0003\u0003\u001c�NTY^\u0000\u000f��b��\u0018\t\u000b\u0019C�v7E�\u0001t�O��\n\rS _��\u0013Ha�`�\u0015]Q�(�v����' } 2021-03-12T08:27:59.920Z cypress:https-proxy Making intercepted connection to 46155 2021-03-12T08:27:59.921Z cypress:network:connect successfully connected { opts: { port: 46155, host: 'localhost', getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } 2021-03-12T08:27:59.921Z cypress:https-proxy received upstreamSocket callback for request { port: 46155, hostname: 'localhost', err: undefined } 2021-03-12T08:27:59.921Z cypress:server:util:socket_allowed allowing socket { localPort: 43862 } 2021-03-12T08:27:59.923Z cypress:https-proxy upgrade /__socket.io/?EIO=4&transport=websocket 2021-03-12T08:27:59.923Z cypress:server:server-base Got UPGRADE request from /__socket.io/?EIO=4&transport=websocket 2021-03-12T08:27:59.923Z cypress:server:util:socket_allowed is incoming request allowed? { isAllowed: true, reqUrl: '/__socket.io/?EIO=4&transport=websocket', remotePort: 43862, remoteAddress: '127.0.0.1' } 2021-03-12T08:27:59.953Z cypress:server:socket-base socket connected 2021-03-12T08:27:59.988Z cypress:server:routes project ProjectE2E { _events: [Object: null prototype] {}, _eventsCount: 0, _maxListeners: undefined, ensureProp: [Function: ensureProp], projectRoot: '/home/peter/projects/cypress-webpack', watchers: Watchers { watchers: { '/home/peter/projects/cypress-webpack/cypress.json': [FSWatcher], '/home/peter/projects/cypress-webpack/cypress.env.json': [FSWatcher], '/home/peter/projects/cypress-webpack/cypress/plugins/index.ts': [FSWatcher] } }, spec: { name: 'examples/actions.spec.ts', absolute: '/home/peter/projects/cypress-webpack/cypress/integration/examples/actions.spec.ts', relative: 'cypress/integration/examples/actions.spec.ts', specType: 'integration', specFilter: null }, browser: { displayName: 'Chrome', name: 'chrome', family: 'chromium', channel: 'stable', version: '89.0.4389.72', path: 'google-chrome', profilePath: undefined, majorVersion: 89, info: undefined, custom: undefined, warning: undefined, isChosen: true, isHeaded: true, isHeadless: false }, _server: ServerE2E { ensureProp: [Function: ensureProp], isListening: true, request: { r: [Function], rp: [Function], getDelayForRetry: [Function: getDelayForRetry], setDefaults: [Function: setDefaults], create: [Function: create], contentTypeIsJson: [Function: contentTypeIsJson], parseJsonBody: [Function: parseJsonBody], normalizeResponse: [Function: normalizeResponse], setRequestCookieHeader: [Function: setRequestCookieHeader], setCookiesOnBrowser: [Function: setCookiesOnBrowser], sendStream: [Function: sendStream], sendPromise: [Function: sendPromise] }, socketAllowed: SocketAllowed { allowedLocalPorts: [Array], add: [Function] }, _middleware: null, _baseUrl: null, _fileServer: { token: 'wmv0disfxnu2viifdpchlwu1knlwz1b65yv3v71q64eouhxzfc8tn4ntu48kd88u', port: [Function: port], address: [Function: address], close: [Function: close] }, _urlResolver: Promise [Object] { _bitField: 33554432, _fulfillmentHandler0: [Function], _rejectionHandler0: [Object], _promise0: undefined, _receiver0: undefined, _onCancelField: undefined, _cancellationParent: undefined }, _nodeProxy: ProxyServer { _events: [Events ], _eventsCount: 1, proxyRequest: [Function], web: [Function], proxyWebsocketRequest: [Function], ws: [Function], options: [Object], webPasses: [Array], wsPasses: [Array] }, _socket: SocketE2E { ensureProp: [Function: ensureProp], ended: false, testsDir: '/home/peter/projects/cypress-webpack/cypress/integration', onTestFileChange: [Function: bound ], testFilePath: 'cypress/integration/examples/actions.spec.ts', onStudioTestFileChange: [Function: bound onStudioTestFileChange], removeOnStudioTestFileChange: [Function: bound removeOnStudioTestFileChange], _io: [SocketIOServer] }, _netStubbingState: { requests: {}, routes: [], reset: [Function: reset] }, _networkProxy: NetworkProxy { http: [Http] }, _server: Server { insecureHTTPParser: undefined, _events: [Object: null prototype], _eventsCount: 8, _maxListeners: undefined, _connections: 4, _handle: [TCP], _usingWorkers: false, _workers: [], _unref: false, allowHalfOpen: true, pauseOnConnect: false, httpAllowHalfOpen: false, timeout: 120000, keepAliveTimeout: 5000, maxHeadersCount: null, headersTimeout: 60000, destroy: [Function], destroyAsync: [Function], _connectionKey: '4:127.0.0.1:0', [Symbol(IncomingMessage)]: [Function: IncomingMessage], [Symbol(ServerResponse)]: [Function: ServerResponse], [Symbol(kCapture)]: false, [Symbol(asyncId)]: 681 }, _httpsProxy: Server { _getServerPortForIp: [Function: bound _getServerPortForIp], _ca: [CA], _port: 40921, _options: [Object], _onError: undefined, _ipServers: {}, _sniPort: 46155, _sniServer: [Server] }, _remoteAuth: null, _remoteOrigin: 'https://www.cypress.io', _remoteStrategy: 'http', _remoteFileServer: null, _remoteDomainName: 'cypress.io', _remoteProps: { port: '443', tld: 'io', domain: 'cypress' }, _remoteVisitingUrl: false }, options: { browsers: [ [Object], [Object], [Object], [Object] ], onFocusTests: [Function: onFocusTests], onSpecChanged: [Function: onSpecChanged], onSettingsChanged: [Function: onSettingsChanged], onError: [Function: onError], onWarning: [Function: onWarning], onReloadBrowser: [Function: onReloadBrowser], report: false, onSavedStateChanged: [Function] }, _cfg: { projectRoot: '/home/peter/projects/cypress-webpack', projectName: 'cypress-webpack', report: false, browsers: [ [Object], [Object], [Object], [Object] ], animationDistanceThreshold: 5, autoOpen: false, baseUrl: null, blockHosts: null, chromeWebSecurity: true, clientRoute: '/__/', componentFolder: '/home/peter/projects/cypress-webpack/cypress/component', configFile: 'cypress.json', defaultCommandTimeout: 4000, downloadsFolder: '/home/peter/projects/cypress-webpack/cypress/downloads', execTimeout: 60000, experimentalComponentTesting: false, experimentalFetchPolyfill: false, experimentalRunEvents: false, experimentalSourceRewriting: false, experimentalStudio: false, fileServerFolder: '/home/peter/projects/cypress-webpack', firefoxGcInterval: { runMode: 1, openMode: null }, fixturesFolder: '/home/peter/projects/cypress-webpack/cypress/fixtures', hosts: null, ignoreTestFiles: '*.hot-update.js', includeShadowDom: false, integrationFolder: '/home/peter/projects/cypress-webpack/cypress/integration', isTextTerminal: false, javascripts: [], morgan: true, modifyObstructiveCode: true, namespace: '__cypress', nodeVersion: 'default', numTestsKeptInMemory: 50, pageLoadTimeout: 60000, pluginsFile: '/home/peter/projects/cypress-webpack/cypress/plugins/index.ts', port: 40921, projectId: null, reporter: 'spec', reporterOptions: null, reporterRoute: '/__cypress/reporter', requestTimeout: 5000, responseTimeout: 30000, retries: { runMode: 0, openMode: 0 }, screenshotOnRunFailure: true, screenshotsFolder: '/home/peter/projects/cypress-webpack/cypress/screenshots', socketId: null, socketIoRoute: '/__socket.io', webpackDevServerPublicPathRoute: '/__cypress/src', socketIoCookie: '__socket.io', supportFile: '/home/peter/projects/cypress-webpack/cypress/support/index.ts', taskTimeout: 60000, testFiles: '**/*.*', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: '/home/peter/projects/cypress-webpack/cypress/videos', videoUploadOnPasses: true, viewportHeight: 660, viewportWidth: 1000, waitForAnimations: true, scrollBehavior: 'top', watchForFileChanges: true, xhrRoute: '/xhrs/', env: {}, cypressEnv: 'production', resolved: { animationDistanceThreshold: [Object], baseUrl: [Object], blockHosts: [Object], browsers: [Object], chromeWebSecurity: [Object], componentFolder: [Object], defaultCommandTimeout: [Object], downloadsFolder: [Object], env: {}, execTimeout: [Object], experimentalComponentTesting: [Object], experimentalFetchPolyfill: [Object], experimentalRunEvents: [Object], experimentalSourceRewriting: [Object], experimentalStudio: [Object], fileServerFolder: [Object], firefoxGcInterval: [Object], fixturesFolder: [Object], hosts: [Object], ignoreTestFiles: [Object], includeShadowDom: [Object], integrationFolder: [Object], modifyObstructiveCode: [Object], nodeVersion: [Object], numTestsKeptInMemory: [Object], pageLoadTimeout: [Object], pluginsFile: [Object], port: [Object], projectId: [Object], reporter: [Object], reporterOptions: [Object], requestTimeout: [Object], responseTimeout: [Object], retries: [Object], screenshotOnRunFailure: [Object], screenshotsFolder: [Object], supportFile: [Object], taskTimeout: [Object], testFiles: [Object], trashAssetsBeforeRuns: [Object], userAgent: [Object], video: [Object], videoCompression: [Object], videosFolder: [Object], videoUploadOnPasses: [Object], viewportHeight: [Object], viewportWidth: [Object], waitForAnimations: [Object], scrollBehavior: [Object], watchForFileChanges: [Object] }, parentTestsFolder: '/home/peter/projects/cypress-webpack/cypress', parentTestsFolderDisplay: 'cypress-webpack/cypress', supportFolder: '/home/peter/projects/cypress-webpack/cypress/support', integrationExampleName: 'examples', integrationExamplePath: '/home/peter/projects/cypress-webpack/cypress/integration/examples', scaffoldedFiles: [ [Object] ], resolvedNodeVersion: '12.18.3', state: { showedOnBoardingModal: true }, isNewProject: false, proxyUrl: 'http://localhost:40921', browserUrl: 'http://localhost:40921/__/', reporterUrl: 'http://localhost:40921/__cypress/reporter', xhrUrl: '__cypress/xhrs/', proxyServer: 'http://localhost:40921' }, _automation: Automation { initializeMiddleware: [Function], response: [Function], get: [Function], requests: {}, middleware: { onPush: [Function: onPush], onBeforeRequest: [Function: onBeforeRequest], onRequest: [Function: onRequest], onResponse: null, onAfterResponse: null }, cookies: Cookies { cyNamespace: '__cypress', cookieNamespace: '__socket.io' }, screenshot: { capture: [Function: capture] } }, [Symbol(kCapture)]: false } 2021-03-12T08:27:59.988Z cypress:server:routes handling iframe for project spec { spec: { name: 'examples/actions.spec.ts', absolute: '/home/peter/projects/cypress-webpack/cypress/integration/examples/actions.spec.ts', relative: 'cypress/integration/examples/actions.spec.ts', specType: 'integration', specFilter: null }, extraOptions: { specFilter: null, specType: 'integration' } } 2021-03-12T08:27:59.988Z cypress:server:controllers handle iframe { test: 'integration/examples/actions.spec.ts', specFilter: null } 2021-03-12T08:27:59.988Z cypress:server:controllers get specs { spec: 'integration/examples/actions.spec.ts', extraOptions: { specFilter: null, specType: 'integration' } } 2021-03-12T08:27:59.988Z cypress:server:controllers specFilter { specFilter: null } 2021-03-12T08:27:59.988Z cypress:server:path_helpers get absolute path to spec { spec: 'integration/examples/actions.spec.ts' } 2021-03-12T08:27:59.989Z cypress:server:path_helpers resolved path /home/peter/projects/cypress-webpack/cypress/integration/examples/actions.spec.ts 2021-03-12T08:27:59.989Z cypress:server:controllers converted integration/examples/actions.spec.ts to /home/peter/projects/cypress-webpack/cypress/integration/examples/actions.spec.ts 2021-03-12T08:27:59.989Z cypress:server:controllers test url for file { file: 'cypress/integration/examples/actions.spec.ts', url: '/__cypress/tests?p=cypress/integration/examples/actions.spec.ts' } 2021-03-12T08:27:59.990Z cypress:server:controllers test url for file { file: 'cypress/support/index.ts', url: '/__cypress/tests?p=cypress/support/index.ts' } 2021-03-12T08:27:59.991Z cypress:server:controllers all files to send [ 'cypress/support/index.ts', 'cypress/integration/examples/actions.spec.ts' ] 2021-03-12T08:27:59.991Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:27:59.991Z cypress:server:controllers iframe integration/examples/actions.spec.ts options { title: 'integration/examples/actions.spec.ts', domain: 'cypress.io', scripts: '[{"absolute":"/home/peter/projects/cypress-webpack/cypress/support/index.ts","relative":"cypress/support/index.ts","relativeUrl":"/__cypress/tests?p=cypress/support/index.ts"},{"absolute":"/home/peter/projects/cypress-webpack/cypress/integration/examples/actions.spec.ts","relative":"cypress/integration/examples/actions.spec.ts","relativeUrl":"/__cypress/tests?p=cypress/integration/examples/actions.spec.ts"}]' } 2021-03-12T08:27:59.996Z cypress:server:events sending ipc data { type: 'on:spec:changed', data: { id: 0.8915974184577498, data: 'integration/examples/actions.spec.ts' }, originalData: { id: 0.8915974184577498, data: 'integration/examples/actions.spec.ts' } } 2021-03-12T08:27:59.996Z cypress:server:socket-e2e watch:test:file { name: 'examples/actions.spec.ts', absolute: '/home/peter/projects/cypress-webpack/cypress/integration/examples/actions.spec.ts', relative: 'cypress/integration/examples/actions.spec.ts', specType: 'integration', specFilter: null } 2021-03-12T08:27:59.996Z cypress:server:socket-e2e watching spec with config { name: 'examples/actions.spec.ts', absolute: '/home/peter/projects/cypress-webpack/cypress/integration/examples/actions.spec.ts', relative: 'cypress/integration/examples/actions.spec.ts', specType: 'integration', specFilter: null } 2021-03-12T08:28:00.009Z cypress:server:controllers:spec request for { spec: 'cypress/support/index.ts' } 2021-03-12T08:28:00.009Z cypress:server:preprocessor getting file cypress/support/index.ts 2021-03-12T08:28:00.009Z cypress:server:preprocessor getFile /home/peter/projects/cypress-webpack/cypress/support/index.ts 2021-03-12T08:28:00.009Z cypress:server:plugins execute plugin event 'file:preprocessor' Node 'v12.18.3' with args: EventEmitter { _events: [Object: null prototype] { rerun: [Function] }, _eventsCount: 1, _maxListeners: undefined, filePath: '/home/peter/projects/cypress-webpack/cypress/support/index.ts', shouldWatch: true, outputPath: '/home/peter/.config/Cypress/cy/production/projects/cypress-webpack-8a0e459f2784d3efc5b500c8bdef2ed5/bundles/cypress/support/index.ts', [Symbol(kCapture)]: false } undefined undefined 2021-03-12T08:28:00.010Z cypress:server:plugins call event file:preprocessor for invocation id inv24 2021-03-12T08:28:00.010Z cypress:server:plugins:child execute plugin event: file:preprocessor ({ eventId: 2, invocationId: 'inv24' }) 2021-03-12T08:28:00.010Z cypress:webpack get /home/peter/projects/cypress-webpack/cypress/support/index.ts 2021-03-12T08:28:00.010Z cypress:webpack already have bundle for /home/peter/projects/cypress-webpack/cypress/support/index.ts 2021-03-12T08:28:00.010Z cypress:server:controllers:spec request for { spec: 'cypress/integration/examples/actions.spec.ts' } 2021-03-12T08:28:00.010Z cypress:server:preprocessor getting file cypress/integration/examples/actions.spec.ts 2021-03-12T08:28:00.010Z cypress:server:preprocessor getFile /home/peter/projects/cypress-webpack/cypress/integration/examples/actions.spec.ts 2021-03-12T08:28:00.010Z cypress:server:plugins execute plugin event 'file:preprocessor' Node 'v12.18.3' with args: EventEmitter { _events: [Object: null prototype] { rerun: [Function] }, _eventsCount: 1, _maxListeners: undefined, filePath: '/home/peter/projects/cypress-webpack/cypress/integration/examples/actions.spec.ts', shouldWatch: true, outputPath: '/home/peter/.config/Cypress/cy/production/projects/cypress-webpack-8a0e459f2784d3efc5b500c8bdef2ed5/bundles/cypress/integration/examples/actions.spec.ts', [Symbol(kCapture)]: false } undefined undefined 2021-03-12T08:28:00.010Z cypress:server:plugins call event file:preprocessor for invocation id inv25 2021-03-12T08:28:00.010Z cypress:server:plugins:child execute plugin event: file:preprocessor ({ eventId: 2, invocationId: 'inv25' }) 2021-03-12T08:28:00.010Z cypress:webpack get /home/peter/projects/cypress-webpack/cypress/integration/examples/actions.spec.ts 2021-03-12T08:28:00.011Z cypress:webpack already have bundle for /home/peter/projects/cypress-webpack/cypress/integration/examples/actions.spec.ts 2021-03-12T08:28:00.011Z cypress:server:plugins promise resolved for id 'inv24' with value /home/peter/.config/Cypress/cy/production/projects/cypress-webpack-8a0e459f2784d3efc5b500c8bdef2ed5/bundles/cypress/support/index.ts.js 2021-03-12T08:28:00.011Z cypress:server:controllers:spec sending spec { filePath: '/home/peter/.config/Cypress/cy/production/projects/cypress-webpack-8a0e459f2784d3efc5b500c8bdef2ed5/bundles/cypress/support/index.ts.js' } 2021-03-12T08:28:00.012Z cypress:server:plugins promise resolved for id 'inv25' with value /home/peter/.config/Cypress/cy/production/projects/cypress-webpack-8a0e459f2784d3efc5b500c8bdef2ed5/bundles/cypress/integration/examples/actions.spec.ts.js 2021-03-12T08:28:00.012Z cypress:server:controllers:spec sending spec { filePath: '/home/peter/.config/Cypress/cy/production/projects/cypress-webpack-8a0e459f2784d3efc5b500c8bdef2ed5/bundles/cypress/integration/examples/actions.spec.ts.js' } 2021-03-12T08:28:00.045Z cypress:server:socket-base automation:request get:cookies { domain: 'cypress.io' } 2021-03-12T08:28:00.045Z cypress:server:automation:cookies getting:cookies { domain: 'cypress.io' } 2021-03-12T08:28:00.046Z cypress:server:socket-base backend:request { eventName: 'reset:server:state', args: [] } 2021-03-12T08:28:00.046Z cypress:proxy:http:util:buffers resetting buffers 2021-03-12T08:28:00.050Z cypress:server:automation:cookies received get:cookies [ { name: '_hjFirstSeen', value: '1', path: '/', domain: '.cypress.io', secure: false, httpOnly: false, sameSite: 'lax', expiry: 1615538349 }, { name: '_hjAbsoluteSessionInProgress', value: '1', path: '/', domain: '.cypress.io', secure: false, httpOnly: false, sameSite: 'lax', expiry: 1615538349 }, { name: '_gid', value: 'GA1.2.113500481.1615536549', path: '/', domain: '.cypress.io', secure: false, httpOnly: false, sameSite: undefined, expiry: 1615622949 }, { name: '__cfduid', value: 'dbf918734e61ef647908d5732e8509d821615536610', path: '/', domain: '.cypress.io', secure: true, httpOnly: true, sameSite: 'lax', expiry: 1618128547.562876 }, { name: '_hjid', value: 'd106a069-54a7-4c7f-956c-22281fb227e4', path: '/', domain: '.cypress.io', secure: false, httpOnly: false, sameSite: 'lax', expiry: 1647072549 }, { name: 'OptanonConsent', value: 'isIABGlobal=false&datestamp=Fri+Mar+12+2021+09%3A09%3A20+GMT%2B0100+(Central+European+Standard+Time)&version=5.13.0&landingPath=https%3A%2F%2Fwww.cypress.io%2F&groups=C0001%3A1%2CC0003%3A1%2CC0002%3A0%2CC0004%3A0&hosts=&consentId=3436e406-1190-480f-97a5-7ed3835d9466&interactionCount=0', path: '/', domain: 'www.cypress.io', secure: false, httpOnly: false, sameSite: 'lax', expiry: 1647072560 }, { name: '_ga', value: 'GA1.2.1628414138.1615536548', path: '/', domain: '.cypress.io', secure: false, httpOnly: false, sameSite: undefined, expiry: 1678608549 }, { name: '_ga_66E86SXGKY', value: 'GS1.1.1615536547.1.1.1615536560.0', path: '/', domain: '.cypress.io', secure: false, httpOnly: false, sameSite: undefined, expiry: 1678608560 } ] 2021-03-12T08:28:00.052Z cypress:server:socket-base automation:request clear:cookies [ { name: '_hjFirstSeen', value: '1', path: '/', domain: '.cypress.io', secure: false, httpOnly: false, sameSite: 'lax', expiry: 1615538349 }, { name: '_hjAbsoluteSessionInProgress', value: '1', path: '/', domain: '.cypress.io', secure: false, httpOnly: false, sameSite: 'lax', expiry: 1615538349 }, { name: '_gid', value: 'GA1.2.113500481.1615536549', path: '/', domain: '.cypress.io', secure: false, httpOnly: false, expiry: 1615622949 }, { name: '__cfduid', value: 'dbf918734e61ef647908d5732e8509d821615536610', path: '/', domain: '.cypress.io', secure: true, httpOnly: true, sameSite: 'lax', expiry: 1618128547.562876 }, { name: '_hjid', value: 'd106a069-54a7-4c7f-956c-22281fb227e4', path: '/', domain: '.cypress.io', secure: false, httpOnly: false, sameSite: 'lax', expiry: 1647072549 }, { name: 'OptanonConsent', value: 'isIABGlobal=false&datestamp=Fri+Mar+12+2021+09%3A09%3A20+GMT%2B0100+(Central+European+Standard+Time)&version=5.13.0&landingPath=https%3A%2F%2Fwww.cypress.io%2F&groups=C0001%3A1%2CC0003%3A1%2CC0002%3A0%2CC0004%3A0&hosts=&consentId=3436e406-1190-480f-97a5-7ed3835d9466&interactionCount=0', path: '/', domain: 'www.cypress.io', secure: false, httpOnly: false, sameSite: 'lax', expiry: 1647072560 }, { name: '_ga', value: 'GA1.2.1628414138.1615536548', path: '/', domain: '.cypress.io', secure: false, httpOnly: false, expiry: 1678608549 }, { name: '_ga_66E86SXGKY', value: 'GS1.1.1615536547.1.1.1615536560.0', path: '/', domain: '.cypress.io', secure: false, httpOnly: false, expiry: 1678608560 } ] 2021-03-12T08:28:00.052Z cypress:server:automation:cookies clear:cookies [ { name: '_hjFirstSeen', value: '1', path: '/', domain: '.cypress.io', secure: false, httpOnly: false, sameSite: 'lax', expirationDate: 1615538349 }, { name: '_hjAbsoluteSessionInProgress', value: '1', path: '/', domain: '.cypress.io', secure: false, httpOnly: false, sameSite: 'lax', expirationDate: 1615538349 }, { name: '_gid', value: 'GA1.2.113500481.1615536549', path: '/', domain: '.cypress.io', secure: false, httpOnly: false, expirationDate: 1615622949 }, { name: '__cfduid', value: 'dbf918734e61ef647908d5732e8509d821615536610', path: '/', domain: '.cypress.io', secure: true, httpOnly: true, sameSite: 'lax', expirationDate: 1618128547.562876 }, { name: '_hjid', value: 'd106a069-54a7-4c7f-956c-22281fb227e4', path: '/', domain: '.cypress.io', secure: false, httpOnly: false, sameSite: 'lax', expirationDate: 1647072549 }, { name: 'OptanonConsent', value: 'isIABGlobal=false&datestamp=Fri+Mar+12+2021+09%3A09%3A20+GMT%2B0100+(Central+European+Standard+Time)&version=5.13.0&landingPath=https%3A%2F%2Fwww.cypress.io%2F&groups=C0001%3A1%2CC0003%3A1%2CC0002%3A0%2CC0004%3A0&hosts=&consentId=3436e406-1190-480f-97a5-7ed3835d9466&interactionCount=0', path: '/', domain: 'www.cypress.io', secure: false, httpOnly: false, sameSite: 'lax', expirationDate: 1647072560 }, { name: '_ga', value: 'GA1.2.1628414138.1615536548', path: '/', domain: '.cypress.io', secure: false, httpOnly: false, expirationDate: 1678608549 }, { name: '_ga_66E86SXGKY', value: 'GS1.1.1615536547.1.1.1615536560.0', path: '/', domain: '.cypress.io', secure: false, httpOnly: false, expirationDate: 1678608560 } ] 2021-03-12T08:28:00.130Z cypress:server:socket-base backend:request { eventName: 'resolve:url', args: [ 'https://www.cypress.io/', { auth: null, failOnStatusCode: true, retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, method: 'GET', body: null, headers: {}, timeout: 30000 } ] } 2021-03-12T08:28:00.130Z cypress:server:server-e2e resolving visit { url: 'https://www.cypress.io/', headers: { host: 'www.cypress.io', connection: 'Upgrade', pragma: 'no-cache', 'cache-control': 'no-cache', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', upgrade: 'websocket', origin: 'https://www.cypress.io', 'sec-websocket-version': '13', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dbf918734e61ef647908d5732e8509d821615536610; _ga=GA1.2.1628414138.1615536548; _gid=GA1.2.113500481.1615536549; _hjid=d106a069-54a7-4c7f-956c-22281fb227e4; _hjFirstSeen=1; _hjAbsoluteSessionInProgress=1; OptanonConsent=isIABGlobal=false&datestamp=Fri+Mar+12+2021+09%3A09%3A20+GMT%2B0100+(Central+European+Standard+Time)&version=5.13.0&landingPath=https%3A%2F%2Fwww.cypress.io%2F&groups=C0001%3A1%2CC0003%3A1%2CC0002%3A0%2CC0004%3A0&hosts=&consentId=3436e406-1190-480f-97a5-7ed3835d9466&interactionCount=0; _ga_66E86SXGKY=GS1.1.1615536547.1.1.1615536560.0', 'sec-websocket-key': 'IwWxsOfuCBkiGVDcJ+Auvw==', 'sec-websocket-extensions': 'permessage-deflate; client_max_window_bits' }, options: { auth: null, failOnStatusCode: true, retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, method: 'GET', body: null, headers: {}, timeout: 30000 } } 2021-03-12T08:28:00.130Z cypress:proxy:http:util:buffers resetting buffers 2021-03-12T08:28:00.130Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.132Z cypress:server:server-e2e sending request with options { auth: null, failOnStatusCode: true, retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, method: 'GET', body: null, headers: { accept: 'text/html,*/*' }, timeout: 30000, gzip: false, url: 'https://www.cypress.io/', onBeforeReqInit: [Function: runPhase], followRedirect: [Function: followRedirect] } 2021-03-12T08:28:00.132Z cypress:server:automation:cookies getting:cookies { url: 'https://www.cypress.io/' } 2021-03-12T08:28:00.134Z cypress:server:automation:cookies received get:cookies [] 2021-03-12T08:28:00.134Z cypress:server:request got cookies from browser { reqUrl: 'https://www.cypress.io/', cookies: [] } 2021-03-12T08:28:00.134Z cypress:server:request sending request as stream { auth: null, failOnStatusCode: true, retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, method: 'GET', body: null, headers: { accept: 'text/html,*/*', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36' }, timeout: 30000, gzip: false, url: 'https://www.cypress.io/', onBeforeReqInit: [Function: runPhase], followAllRedirects: true } 2021-03-12T08:28:00.135Z cypress:network:agent addRequest called { isHttps: true, href: 'https://www.cypress.io/' } 2021-03-12T08:28:00.135Z cypress:network:agent got family { family: 4, href: 'https://www.cypress.io/' } 2021-03-12T08:28:00.178Z cypress:server:request received status code & headers on request { requestId: 'request26', statusCode: 200, headers: { 'content-type': 'text/html; charset=UTF-8', 'set-cookie': [ '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743; expires=Sun, 11-Apr-21 08:29:03 GMT; path=/; domain=.cypress.io; HttpOnly; SameSite=Lax; Secure' ] } } 2021-03-12T08:28:00.178Z cypress:server:request successful response received { requestId: 'request26' } 2021-03-12T08:28:00.178Z cypress:server:server-e2e resolve:url headers received, buffering response { headers: { date: 'Fri, 12 Mar 2021 08:29:03 GMT', 'content-type': 'text/html; charset=UTF-8', 'transfer-encoding': 'chunked', connection: 'keep-alive', 'set-cookie': [ '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743; expires=Sun, 11-Apr-21 08:29:03 GMT; path=/; domain=.cypress.io; HttpOnly; SameSite=Lax; Secure' ], 'cache-control': 'public, max-age=0, must-revalidate', link: '; rel=preload; as=script, ; rel=preload; as=script, ; rel=preload; as=script, ; rel=preload; as=script', 'referrer-policy': 'same-origin', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', age: '60730', vary: 'Accept-Encoding', 'x-nf-request-id': '13fbde1a-9ec5-4243-93c4-cf3c15fdfcb4-30945081', 'cf-cache-status': 'DYNAMIC', 'cf-request-id': '08c726be660000cdd30a2f1000000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'report-to': '{"endpoints":[{"url":"https:\\/\\/a.nel.cloudflare.com\\/report?s=QUEpI1bw3rWljR%2FYpTjKQVIJnaGVJqntHrrQjE86h8Zy7U2bj2H1zCBuYFGKIzYp2pbVK35YinX%2BoekC19KoAGeU3ZEeN%2FWbsDuRp%2BsEOA%3D%3D"}],"max_age":604800,"group":"cf-nel"}', nel: '{"report_to":"cf-nel","max_age":604800}', server: 'cloudflare', 'cf-ray': '62eba710ab63cdd3-CDG' }, statusCode: 200 } 2021-03-12T08:28:00.178Z cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } 2021-03-12T08:28:00.179Z cypress:server:automation:cookies getting:cookies { domain: 'cypress.io' } 2021-03-12T08:28:00.182Z cypress:server:automation:cookies received get:cookies [] 2021-03-12T08:28:00.182Z cypress:server:server-e2e setting details resolving url { isOkStatusCode: true, contentType: 'text/html', url: 'https://www.cypress.io/', status: 200, cookies: [], statusText: 'OK', redirects: [], originalUrl: 'https://www.cypress.io/' } 2021-03-12T08:28:00.232Z cypress:server:server-e2e resolve:url response ended, setting buffer { newUrl: 'https://www.cypress.io/', details: { isOkStatusCode: true, contentType: 'text/html', url: 'https://www.cypress.io/', status: 200, cookies: [], statusText: 'OK', redirects: [], originalUrl: 'https://www.cypress.io/', isHtml: true } } 2021-03-12T08:28:00.232Z cypress:server:server-base Setting remoteAuth null 2021-03-12T08:28:00.232Z cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } 2021-03-12T08:28:00.233Z cypress:server:server-base Setting remoteOrigin https://www.cypress.io 2021-03-12T08:28:00.233Z cypress:server:server-base Setting remoteHostAndPort { port: '443', tld: 'io', domain: 'cypress' } 2021-03-12T08:28:00.233Z cypress:server:server-base Setting remoteDocDomain cypress.io 2021-03-12T08:28:00.233Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.251Z cypress:proxy:http:util:buffers setting buffer { url: 'https://www.cypress.io/' } 2021-03-12T08:28:00.260Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.260Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:00.261Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'upgrade-insecure-requests': '1', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'navigate', 'sec-fetch-dest': 'iframe', referer: 'https://www.cypress.io/__/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '__cypress.initial=true' } } } 2021-03-12T08:28:00.261Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:00.261Z cypress:proxy:http:util:buffers found request buffer { buffer: { url: 'https://www.cypress.io/' } } 2021-03-12T08:28:00.261Z cypress:proxy:http:request-middleware got a buffer { url: 'https://www.cypress.io/' } 2021-03-12T08:28:00.261Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.261Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:28:00.261Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:28:00.262Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'upgrade-insecure-requests': '1', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'navigate', 'sec-fetch-dest': 'iframe', referer: 'https://www.cypress.io/__/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '__cypress.initial=true' } }, incomingRes: { headers: { date: 'Fri, 12 Mar 2021 08:29:03 GMT', 'content-type': 'text/html; charset=UTF-8', 'transfer-encoding': 'chunked', connection: 'keep-alive', 'set-cookie': [Array], 'cache-control': 'public, max-age=0, must-revalidate', link: '; rel=preload; as=script, ; rel=preload; as=script, ; rel=preload; as=script, ; rel=preload; as=script', 'referrer-policy': 'same-origin', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', age: '60730', vary: 'Accept-Encoding', 'x-nf-request-id': '13fbde1a-9ec5-4243-93c4-cf3c15fdfcb4-30945081', 'cf-cache-status': 'DYNAMIC', 'cf-request-id': '08c726be660000cdd30a2f1000000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'report-to': '{"endpoints":[{"url":"https:\\/\\/a.nel.cloudflare.com\\/report?s=QUEpI1bw3rWljR%2FYpTjKQVIJnaGVJqntHrrQjE86h8Zy7U2bj2H1zCBuYFGKIzYp2pbVK35YinX%2BoekC19KoAGeU3ZEeN%2FWbsDuRp%2BsEOA%3D%3D"}],"max_age":604800,"group":"cf-nel"}', nel: '{"report_to":"cf-nel","max_age":604800}', server: 'cloudflare', 'cf-ray': '62eba710ab63cdd3-CDG' }, statusCode: 200 } } 2021-03-12T08:28:00.262Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:28:00.262Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:28:00 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/' }, backendRequest: undefined } 2021-03-12T08:28:00.264Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:28:00.264Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:28:00.264Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.264Z cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } 2021-03-12T08:28:00.265Z cypress:proxy:http:response-middleware injection levels: { isInitial: true, wantsInjection: 'full', wantsSecurityRemoved: true } 2021-03-12T08:28:00.265Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:28:00.265Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:28:00.266Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:28:00.266Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:28:00.266Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:28:00.266Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:28:00.266Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:28:00.266Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.267Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:28:00.267Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:28:00.267Z cypress:proxy:http:response-middleware injecting into HTML 2021-03-12T08:28:00.267Z cypress:proxy:http:response-middleware ensuring resStream is plaintext 2021-03-12T08:28:00.269Z cypress:proxy:http:response-middleware inferred charset from response { httpCharset: 'utf8' } 2021-03-12T08:28:00.279Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.288Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:28:00.288Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:28:00.289Z cypress:server:server-base Got CONNECT request from content-autofill.googleapis.com:443 2021-03-12T08:28:00.289Z cypress:https-proxy Writing browserSocket connection headers { url: 'content-autofill.googleapis.com:443', headLength: 0, headers: { host: 'content-autofill.googleapis.com:443', 'proxy-connection': 'keep-alive', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36' } } 2021-03-12T08:28:00.290Z cypress:https-proxy Got first head bytes { url: 'content-autofill.googleapis.com:443', head: '\u0016\u0003\u0001\u0002>\u0001\u0000\u0002:\u0003\u0003�u6�\fw�n-[�GV�\u0019�e��J�aH��y��_&o� O%\n�\u001e��_F��K���g�o/�' } 2021-03-12T08:28:00.290Z cypress:https-proxy Making intercepted connection to 46155 2021-03-12T08:28:00.291Z cypress:network:connect successfully connected { opts: { port: 46155, host: 'localhost', getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } 2021-03-12T08:28:00.291Z cypress:https-proxy received upstreamSocket callback for request { port: 46155, hostname: 'localhost', err: undefined } 2021-03-12T08:28:00.291Z cypress:server:util:socket_allowed allowing socket { localPort: 43868 } 2021-03-12T08:28:00.293Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.293Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:00.293Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://content-autofill.googleapis.com/v1/pages/ChNDaHJvbWUvODkuMC40Mzg5LjcyEhAJwjs9NnoDF2QSBQ2RYZVOEhcJNEFsZJ8FGFsSBQ0viD6CEgUNkWGVTg==?alt=proto', headers: { host: 'content-autofill.googleapis.com', connection: 'keep-alive', 'x-goog-encode-response-if-executable': 'base64', 'x-goog-api-key': 'AIzaSyBOti4mM-6x9WDnZIjIeyEU21OpBXqWBgw', 'x-client-data': 'CJS2yQEIpbbJAQipncoBCJesygEIkMLKAQj4x8oBCOaEywEIxZzLAQjknMsBCKmdywE=', 'sec-fetch-site': 'none', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'empty', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9' } } } 2021-03-12T08:28:00.293Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:00.294Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:28:00.294Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:28:00.294Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:28:00.294Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:28:00.294Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:28:00.294Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.294Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:28:00.294Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.295Z cypress:network:agent addRequest called { isHttps: true, href: 'https://content-autofill.googleapis.com/v1/pages/ChNDaHJvbWUvODkuMC40Mzg5LjcyEhAJwjs9NnoDF2QSBQ2RYZVOEhcJNEFsZJ8FGFsSBQ0viD6CEgUNkWGVTg==?alt=proto' } 2021-03-12T08:28:00.295Z cypress:network:agent got family { family: 4, href: 'https://content-autofill.googleapis.com/v1/pages/ChNDaHJvbWUvODkuMC40Mzg5LjcyEhAJwjs9NnoDF2QSBQ2RYZVOEhcJNEFsZJ8FGFsSBQ0viD6CEgUNkWGVTg==?alt=proto' } 2021-03-12T08:28:00.295Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:28:00.298Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.298Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:00.298Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/webpack-runtime-323698919702c580c1bb.js', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'script', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } } } 2021-03-12T08:28:00.298Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:00.298Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:28:00.298Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:28:00.299Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:28:00.299Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:28:00.299Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:28:00.299Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.299Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:28:00.299Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.299Z cypress:network:agent addRequest called { isHttps: true, href: 'https://www.cypress.io/webpack-runtime-323698919702c580c1bb.js' } 2021-03-12T08:28:00.300Z cypress:network:agent got family { family: 4, href: 'https://www.cypress.io/webpack-runtime-323698919702c580c1bb.js' } 2021-03-12T08:28:00.300Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:28:00.301Z cypress:server:server-base Got CONNECT request from www.cypress.io:443 2021-03-12T08:28:00.301Z cypress:https-proxy Writing browserSocket connection headers { url: 'www.cypress.io:443', headLength: 0, headers: { host: 'www.cypress.io:443', 'proxy-connection': 'keep-alive', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36' } } 2021-03-12T08:28:00.301Z cypress:server:server-base Got CONNECT request from www.cypress.io:443 2021-03-12T08:28:00.301Z cypress:https-proxy Writing browserSocket connection headers { url: 'www.cypress.io:443', headLength: 0, headers: { host: 'www.cypress.io:443', 'proxy-connection': 'keep-alive', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36' } } 2021-03-12T08:28:00.301Z cypress:server:server-base Got CONNECT request from www.cypress.io:443 2021-03-12T08:28:00.302Z cypress:https-proxy Writing browserSocket connection headers { url: 'www.cypress.io:443', headLength: 0, headers: { host: 'www.cypress.io:443', 'proxy-connection': 'keep-alive', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36' } } 2021-03-12T08:28:00.302Z cypress:https-proxy Got first head bytes { url: 'www.cypress.io:443', head: '\u0016\u0003\u0001\u0002\u001d\u0001\u0000\u0002\u0019\u0003\u0003з��]\u0000����\u001eV��8�-�6Z�b%�%��\u0004\u0015\u001b�F �%�D�z��V��>��Ue\u001f\u0017���' } 2021-03-12T08:28:00.302Z cypress:https-proxy Making intercepted connection to 46155 2021-03-12T08:28:00.302Z cypress:https-proxy Got first head bytes { url: 'www.cypress.io:443', head: '\u0016\u0003\u0001\u0002\u001d\u0001\u0000\u0002\u0019\u0003\u0003\u000b&������Wۓ\u0003�%�g���2&\u0012uEE\u0019P0��� �\u0014\nX3\b�\u0015�{�ZI%)�����\u0005' } 2021-03-12T08:28:00.302Z cypress:https-proxy Making intercepted connection to 46155 2021-03-12T08:28:00.303Z cypress:https-proxy Got first head bytes { url: 'www.cypress.io:443', head: '\u0016\u0003\u0001\u0002\u0000\u0001\u0000\u0001�\u0003\u0003���1̯o|EUě�}2c\u000bܿ���\u001dL�S�[\u0004��, �\u0006�\f�aU���[L\u001c3:7O��Fw�Y' } 2021-03-12T08:28:00.303Z cypress:https-proxy Making intercepted connection to 46155 2021-03-12T08:28:00.304Z cypress:network:connect successfully connected { opts: { port: 46155, host: 'localhost', getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } 2021-03-12T08:28:00.304Z cypress:https-proxy received upstreamSocket callback for request { port: 46155, hostname: 'localhost', err: undefined } 2021-03-12T08:28:00.304Z cypress:server:util:socket_allowed allowing socket { localPort: 43890 } 2021-03-12T08:28:00.304Z cypress:network:connect successfully connected { opts: { port: 46155, host: 'localhost', getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } 2021-03-12T08:28:00.304Z cypress:https-proxy received upstreamSocket callback for request { port: 46155, hostname: 'localhost', err: undefined } 2021-03-12T08:28:00.304Z cypress:server:util:socket_allowed allowing socket { localPort: 43892 } 2021-03-12T08:28:00.304Z cypress:server:server-base Got CONNECT request from fonts.googleapis.com:443 2021-03-12T08:28:00.304Z cypress:https-proxy Writing browserSocket connection headers { url: 'fonts.googleapis.com:443', headLength: 0, headers: { host: 'fonts.googleapis.com:443', 'proxy-connection': 'keep-alive', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36' } } 2021-03-12T08:28:00.304Z cypress:server:server-base Got CONNECT request from www.cypress.io:443 2021-03-12T08:28:00.304Z cypress:https-proxy Writing browserSocket connection headers { url: 'www.cypress.io:443', headLength: 0, headers: { host: 'www.cypress.io:443', 'proxy-connection': 'keep-alive', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36' } } 2021-03-12T08:28:00.305Z cypress:https-proxy Got first head bytes { url: 'fonts.googleapis.com:443', head: '\u0016\u0003\u0001\u0002\u0000\u0001\u0000\u0001�\u0003\u0003��(��I~9�LU\u0003�P�>s($g��\\���7g|N�V ��\u0001\u0006�Sc�����������sS' } 2021-03-12T08:28:00.305Z cypress:network:connect successfully connected { opts: { port: 46155, host: 'localhost', getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } 2021-03-12T08:28:00.305Z cypress:https-proxy received upstreamSocket callback for request { port: 46155, hostname: 'localhost', err: undefined } 2021-03-12T08:28:00.305Z cypress:server:util:socket_allowed allowing socket { localPort: 43894 } 2021-03-12T08:28:00.306Z cypress:https-proxy Got first head bytes { url: 'www.cypress.io:443', head: '\u0016\u0003\u0001\u0002\u0000\u0001\u0000\u0001�\u0003\u0003�_���?��NV��\n\u0001K~ų�\u0006pw?po���\u0013V-D ��*VW��@���Cc�^~QI~u�' } 2021-03-12T08:28:00.306Z cypress:https-proxy Making intercepted connection to 46155 2021-03-12T08:28:00.308Z cypress:network:connect successfully connected { opts: { port: 46155, host: 'localhost', getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } 2021-03-12T08:28:00.308Z cypress:https-proxy received upstreamSocket callback for request { port: 46155, hostname: 'localhost', err: undefined } 2021-03-12T08:28:00.308Z cypress:server:util:socket_allowed allowing socket { localPort: 43896 } 2021-03-12T08:28:00.309Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.309Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:00.309Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/styles-7da153db2f7fa5cf20b0.js', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'script', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } } } 2021-03-12T08:28:00.309Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:00.309Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:28:00.309Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:28:00.310Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:28:00.310Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:28:00.310Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:28:00.310Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.310Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:28:00.310Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.311Z cypress:network:agent addRequest called { isHttps: true, href: 'https://www.cypress.io/styles-7da153db2f7fa5cf20b0.js' } 2021-03-12T08:28:00.311Z cypress:network:agent got family { family: 4, href: 'https://www.cypress.io/styles-7da153db2f7fa5cf20b0.js' } 2021-03-12T08:28:00.311Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:28:00.312Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.312Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:00.312Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/app-682f415811d17aa1cb17.js', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'script', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } } } 2021-03-12T08:28:00.313Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:00.313Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:28:00.313Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:28:00.313Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:28:00.313Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:28:00.313Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:28:00.313Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.314Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:28:00.314Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.315Z cypress:network:agent addRequest called { isHttps: true, href: 'https://www.cypress.io/app-682f415811d17aa1cb17.js' } 2021-03-12T08:28:00.315Z cypress:network:agent got family { family: 4, href: 'https://www.cypress.io/app-682f415811d17aa1cb17.js' } 2021-03-12T08:28:00.315Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:28:00.317Z cypress:https-proxy Making intercepted connection to 46155 2021-03-12T08:28:00.318Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.318Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:00.318Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/component---src-pages-index-js-76287cdd9dfebf88beb8.js', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'script', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } } } 2021-03-12T08:28:00.318Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:00.319Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:28:00.319Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:28:00.319Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:28:00.319Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:28:00.319Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:28:00.319Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.319Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:28:00.319Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.320Z cypress:network:agent addRequest called { isHttps: true, href: 'https://www.cypress.io/component---src-pages-index-js-76287cdd9dfebf88beb8.js' } 2021-03-12T08:28:00.320Z cypress:network:agent got family { family: 4, href: 'https://www.cypress.io/component---src-pages-index-js-76287cdd9dfebf88beb8.js' } 2021-03-12T08:28:00.320Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:28:00.321Z cypress:server:request received status code & headers on request { requestId: 'request27', statusCode: 200, headers: { 'content-type': 'text/plain' } } 2021-03-12T08:28:00.321Z cypress:server:request successful response received { requestId: 'request27' } 2021-03-12T08:28:00.321Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.321Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:28:00.321Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:28:00.321Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://content-autofill.googleapis.com/v1/pages/ChNDaHJvbWUvODkuMC40Mzg5LjcyEhAJwjs9NnoDF2QSBQ2RYZVOEhcJNEFsZJ8FGFsSBQ0viD6CEgUNkWGVTg==?alt=proto', headers: { host: 'content-autofill.googleapis.com', connection: 'keep-alive', 'x-goog-encode-response-if-executable': 'base64', 'x-goog-api-key': 'AIzaSyBOti4mM-6x9WDnZIjIeyEU21OpBXqWBgw', 'x-client-data': 'CJS2yQEIpbbJAQipncoBCJesygEIkMLKAQj4x8oBCOaEywEIxZzLAQjknMsBCKmdywE=', 'sec-fetch-site': 'none', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'empty', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9' } }, incomingRes: { headers: { 'cache-control': 'private,max-age=604800', 'content-type': 'text/plain', 'x-goog-safety-encoding': 'base64', 'x-goog-safety-content-type': 'application/x-protobuf', vary: 'Origin, X-Origin, Referer', 'content-encoding': 'gzip', date: 'Fri, 12 Mar 2021 08:29:03 GMT', server: 'ESF', 'content-length': '61', 'x-xss-protection': '0', 'x-frame-options': 'SAMEORIGIN', 'x-content-type-options': 'nosniff', 'alt-svc': 'h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"' }, statusCode: 200 } } 2021-03-12T08:28:00.322Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:28:00.322Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:28:00 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/v1/pages/ChNDaHJvbWUvODkuMC40Mzg5LjcyEhAJwjs9NnoDF2QSBQ2RYZVOEhcJNEFsZJ8FGFsSBQ0viD6CEgUNkWGVTg==?alt=proto' }, backendRequest: undefined } 2021-03-12T08:28:00.322Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:28:00.322Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:28:00.322Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.322Z cypress:network:cors Parsed URL { port: '443', tld: 'googleapis.com', domain: 'content-autofill' } 2021-03-12T08:28:00.322Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: false } 2021-03-12T08:28:00.322Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:28:00.322Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:28:00.322Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:28:00.323Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:28:00.323Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:28:00.323Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:28:00.323Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:28:00.323Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.323Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:28:00.323Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:28:00.323Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:28:00.323Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:28:00.323Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:28:00.325Z cypress:server:request received status code & headers on request { requestId: 'request28', statusCode: 200, headers: { 'content-type': 'application/javascript' } } 2021-03-12T08:28:00.325Z cypress:server:request successful response received { requestId: 'request28' } 2021-03-12T08:28:00.325Z cypress:network:connect successfully connected { opts: { port: 46155, host: 'localhost', getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } 2021-03-12T08:28:00.325Z cypress:https-proxy received upstreamSocket callback for request { port: 46155, hostname: 'localhost', err: undefined } 2021-03-12T08:28:00.325Z cypress:server:util:socket_allowed allowing socket { localPort: 43902 } 2021-03-12T08:28:00.326Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.326Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:28:00.326Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:28:00.326Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/webpack-runtime-323698919702c580c1bb.js', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'script', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } }, incomingRes: { headers: { date: 'Fri, 12 Mar 2021 08:29:03 GMT', 'content-type': 'application/javascript', 'content-length': '1793', connection: 'keep-alive', etag: '"393e3cd4922f2d36e261f9f1b64731e2-ssl-df"', 'referrer-policy': 'same-origin', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', 'content-encoding': 'gzip', age: '60770', vary: 'Accept-Encoding', 'cache-control': 'public, max-age=31536000, immutable', 'x-nf-request-id': '13fbde1a-9ec5-4243-93c4-cf3c15fdfcb4-6046282', 'cf-cache-status': 'HIT', 'accept-ranges': 'bytes', 'cf-request-id': '08c726bf060000cdd36cb88000000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'report-to': '{"endpoints":[{"url":"https:\\/\\/a.nel.cloudflare.com\\/report?s=%2BX19Q0TC7ZppDgp%2BKiJLk26piN0wujLhESgxcgdvT%2FzzjETTarXGQdjZB%2FeabWKLIgPab4CJdT95cKrJGpgbWMakRmHk5Z4WHYfWPLxvAA%3D%3D"}],"max_age":604800,"group":"cf-nel"}', nel: '{"report_to":"cf-nel","max_age":604800}', server: 'cloudflare', 'cf-ray': '62eba711ad1fcdd3-CDG' }, statusCode: 200 } } 2021-03-12T08:28:00.326Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:28:00.326Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:28:00 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/webpack-runtime-323698919702c580c1bb.js' }, backendRequest: undefined } 2021-03-12T08:28:00.326Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:28:00.326Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:28:00.326Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.326Z cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } 2021-03-12T08:28:00.327Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: true } 2021-03-12T08:28:00.327Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:28:00.327Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:28:00.327Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:28:00.327Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:28:00.327Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:28:00.327Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:28:00.327Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:28:00.327Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.327Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:28:00.327Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:28:00.327Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:28:00.327Z cypress:proxy:http:response-middleware removing JS framebusting code 2021-03-12T08:28:00.328Z cypress:proxy:http:response-middleware ensuring resStream is plaintext 2021-03-12T08:28:00.328Z cypress:proxy:http:response-middleware gunzipping response body 2021-03-12T08:28:00.329Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:28:00.329Z cypress:proxy:http:response-middleware regzipping response body 2021-03-12T08:28:00.330Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:28:00.334Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.334Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:00.335Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/page-data/index/page-data.json', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', origin: 'https://www.cypress.io', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } } } 2021-03-12T08:28:00.335Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:00.335Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:28:00.335Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:28:00.335Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:28:00.335Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:28:00.335Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:28:00.335Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.335Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:28:00.335Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.336Z cypress:network:agent addRequest called { isHttps: true, href: 'https://www.cypress.io/page-data/index/page-data.json' } 2021-03-12T08:28:00.336Z cypress:network:agent got family { family: 4, href: 'https://www.cypress.io/page-data/index/page-data.json' } 2021-03-12T08:28:00.336Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:28:00.343Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.343Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:00.343Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap', headers: { host: 'fonts.googleapis.com', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: 'text/css,*/*;q=0.1', 'x-client-data': 'CJS2yQEIpbbJAQipncoBCPjHygEIxZzLAQjknMsBCKmdywE=', 'sec-fetch-site': 'cross-site', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'style', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9' } } } 2021-03-12T08:28:00.343Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:00.343Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:28:00.343Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:28:00.343Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:28:00.344Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:28:00.344Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:28:00.344Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.344Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:28:00.344Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.345Z cypress:network:agent addRequest called { isHttps: true, href: 'https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap' } 2021-03-12T08:28:00.345Z cypress:network:connect beginning getAddress { hostname: 'fonts.googleapis.com', port: 443 } 2021-03-12T08:28:00.345Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:28:00.353Z cypress:network:connect got addresses { hostname: 'fonts.googleapis.com', port: 443, addresses: [ { address: '172.217.17.138', family: 4 }, { address: '2a00:1450:400e:805::200a', family: 6 } ] } 2021-03-12T08:28:00.359Z cypress:network:agent got family { family: 4, href: 'https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap' } 2021-03-12T08:28:00.386Z cypress:server:request received status code & headers on request { requestId: 'request30', statusCode: 200, headers: { 'content-type': 'application/javascript' } } 2021-03-12T08:28:00.386Z cypress:server:request successful response received { requestId: 'request30' } 2021-03-12T08:28:00.386Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.386Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:28:00.386Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:28:00.386Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/app-682f415811d17aa1cb17.js', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'script', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } }, incomingRes: { headers: { date: 'Fri, 12 Mar 2021 08:29:03 GMT', 'content-type': 'application/javascript', 'transfer-encoding': 'chunked', connection: 'keep-alive', etag: '"0977fa1e68ced433d8b7a9274f766fe9-ssl-df"', 'referrer-policy': 'same-origin', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', 'content-encoding': 'gzip', vary: 'Accept-Encoding', 'cache-control': 'public, max-age=31536000, immutable', 'x-nf-request-id': '348a20fc-f54e-4dff-8a44-9d1f8eb1dae7-36001052', 'cf-cache-status': 'HIT', age: '213690', 'cf-request-id': '08c726bf4200000820c385f000000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'report-to': '{"max_age":604800,"endpoints":[{"url":"https:\\/\\/a.nel.cloudflare.com\\/report?s=b5vf77nKZTngvLFSUd%2FFTeCq122ftrZnLd3cnGvk863QbXNulbt1T0j8nxl1fkHHksNDxMjY1Xm5zlZ1pOGbbHNPK4arpU5zN6fBoLsQcA%3D%3D"}],"group":"cf-nel"}', nel: '{"report_to":"cf-nel","max_age":604800}', server: 'cloudflare', 'cf-ray': '62eba712090b0820-CDG' }, statusCode: 200 } } 2021-03-12T08:28:00.386Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:28:00.386Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:28:00 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/app-682f415811d17aa1cb17.js' }, backendRequest: undefined } 2021-03-12T08:28:00.387Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:28:00.387Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:28:00.387Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.387Z cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } 2021-03-12T08:28:00.387Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: true } 2021-03-12T08:28:00.387Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:28:00.387Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:28:00.387Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:28:00.387Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:28:00.388Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:28:00.388Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:28:00.388Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:28:00.388Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.388Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:28:00.388Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:28:00.388Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:28:00.388Z cypress:proxy:http:response-middleware removing JS framebusting code 2021-03-12T08:28:00.388Z cypress:proxy:http:response-middleware ensuring resStream is plaintext 2021-03-12T08:28:00.388Z cypress:proxy:http:response-middleware gunzipping response body 2021-03-12T08:28:00.388Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:28:00.388Z cypress:proxy:http:response-middleware regzipping response body 2021-03-12T08:28:00.389Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:28:00.390Z cypress:server:request received status code & headers on request { requestId: 'request33', statusCode: 200, headers: { 'content-type': 'text/css; charset=utf-8' } } 2021-03-12T08:28:00.390Z cypress:server:request successful response received { requestId: 'request33' } 2021-03-12T08:28:00.391Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.391Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:28:00.391Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:28:00.391Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap', headers: { host: 'fonts.googleapis.com', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: 'text/css,*/*;q=0.1', 'x-client-data': 'CJS2yQEIpbbJAQipncoBCPjHygEIxZzLAQjknMsBCKmdywE=', 'sec-fetch-site': 'cross-site', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'style', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9' } }, incomingRes: { headers: { 'content-type': 'text/css; charset=utf-8', 'access-control-allow-origin': '*', 'timing-allow-origin': '*', link: '; rel=preconnect; crossorigin', 'strict-transport-security': 'max-age=31536000', expires: 'Fri, 12 Mar 2021 08:29:03 GMT', date: 'Fri, 12 Mar 2021 08:29:03 GMT', 'cache-control': 'private, max-age=86400, stale-while-revalidate=604800', 'last-modified': 'Fri, 12 Mar 2021 08:01:39 GMT', 'cross-origin-resource-policy': 'cross-origin', 'content-encoding': 'gzip', server: 'ESF', 'x-xss-protection': '0', 'x-frame-options': 'SAMEORIGIN', 'x-content-type-options': 'nosniff', 'alt-svc': 'h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"', 'transfer-encoding': 'chunked' }, statusCode: 200 } } 2021-03-12T08:28:00.391Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:28:00.391Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:28:00 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/css?family=Roboto:300,400,500,700&display=swap' }, backendRequest: undefined } 2021-03-12T08:28:00.391Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:28:00.392Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:28:00.392Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.392Z cypress:network:cors Parsed URL { port: '443', tld: 'googleapis.com', domain: 'fonts' } 2021-03-12T08:28:00.392Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: false } 2021-03-12T08:28:00.392Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:28:00.392Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:28:00.392Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:28:00.392Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:28:00.392Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:28:00.392Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:28:00.392Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:28:00.393Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.393Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:28:00.393Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:28:00.393Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:28:00.393Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:28:00.393Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:28:00.395Z cypress:server:request received status code & headers on request { requestId: 'request32', statusCode: 200, headers: { 'content-type': 'application/json' } } 2021-03-12T08:28:00.395Z cypress:server:request successful response received { requestId: 'request32' } 2021-03-12T08:28:00.396Z cypress:server:request received status code & headers on request { requestId: 'request29', statusCode: 200, headers: { 'content-type': 'application/javascript' } } 2021-03-12T08:28:00.396Z cypress:server:request successful response received { requestId: 'request29' } 2021-03-12T08:28:00.396Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.396Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.396Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:28:00.396Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:28:00.397Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/page-data/index/page-data.json', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', origin: 'https://www.cypress.io', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } }, incomingRes: { headers: { date: 'Fri, 12 Mar 2021 08:29:03 GMT', 'content-type': 'application/json', 'content-length': '3598', connection: 'keep-alive', 'accept-ranges': 'bytes', 'cache-control': 'public, max-age=0, must-revalidate', etag: '"c59810846809c9f180dc07722297643a-ssl-df"', 'referrer-policy': 'same-origin', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', 'content-encoding': 'gzip', age: '60912', vary: 'Accept-Encoding', 'x-nf-request-id': '13fbde1a-9ec5-4243-93c4-cf3c15fdfcb4-30945163', 'cf-cache-status': 'DYNAMIC', 'cf-request-id': '08c726bf2b0000cdd30f161000000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'report-to': '{"endpoints":[{"url":"https:\\/\\/a.nel.cloudflare.com\\/report?s=GNgaDkGp4KSClPAg3AA%2F5amDP7FePapdAQrRuK3IESGJC9XxbnwqktDrHMmTWCVEu6pu7BITrbg5gg0mnUE1jMfw5y9PXKboeRHO8w4brA%3D%3D"}],"max_age":604800,"group":"cf-nel"}', nel: '{"report_to":"cf-nel","max_age":604800}', server: 'cloudflare', 'cf-ray': '62eba711dd9bcdd3-CDG' }, statusCode: 200 } } 2021-03-12T08:28:00.397Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:28:00.397Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:28:00 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/page-data/index/page-data.json' }, backendRequest: undefined } 2021-03-12T08:28:00.397Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:28:00.397Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:28:00.397Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.397Z cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } 2021-03-12T08:28:00.397Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: false } 2021-03-12T08:28:00.397Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:28:00.398Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:28:00.398Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:28:00.398Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:28:00.398Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:28:00.398Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:28:00.398Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:28:00.398Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.398Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:28:00.398Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:28:00.398Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:28:00.398Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:28:00.398Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:28:00.399Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:28:00.399Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:28:00.399Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/styles-7da153db2f7fa5cf20b0.js', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'script', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } }, incomingRes: { headers: { date: 'Fri, 12 Mar 2021 08:29:03 GMT', 'content-type': 'application/javascript', 'transfer-encoding': 'chunked', connection: 'keep-alive', etag: 'W/"eaa8932ec3e42ca2d32e1b3343796455-ssl"', 'referrer-policy': 'same-origin', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', 'cache-control': 'public, max-age=31536000, immutable', 'x-nf-request-id': '16b75891-362a-4a58-ad89-e680f856b65b-10701763', 'cf-cache-status': 'HIT', age: '4195302', 'cf-request-id': '08c726bf480000ee23d4b33000000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'report-to': '{"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https:\\/\\/a.nel.cloudflare.com\\/report?s=jt1XPTkJiyb%2BTjSDs9EAvRv7BwQ%2F2nhRB6SvJaBF78LvwE10t2Dd5lbq9frTPPXfdGFEaQGQ3M0bY2SOxmOO8HwhsR4BF2tcbX2sVQxOrg%3D%3D"}]}', nel: '{"report_to":"cf-nel","max_age":604800}', vary: 'Accept-Encoding', server: 'cloudflare', 'cf-ray': '62eba7120888ee23-CDG', 'content-encoding': 'gzip' }, statusCode: 200 } } 2021-03-12T08:28:00.399Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:28:00.399Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:28:00 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/styles-7da153db2f7fa5cf20b0.js' }, backendRequest: undefined } 2021-03-12T08:28:00.399Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:28:00.399Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:28:00.399Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.399Z cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } 2021-03-12T08:28:00.399Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: true } 2021-03-12T08:28:00.399Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:28:00.400Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:28:00.400Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:28:00.400Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:28:00.400Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:28:00.400Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:28:00.400Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:28:00.400Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.400Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:28:00.400Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:28:00.400Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:28:00.400Z cypress:proxy:http:response-middleware removing JS framebusting code 2021-03-12T08:28:00.400Z cypress:proxy:http:response-middleware ensuring resStream is plaintext 2021-03-12T08:28:00.400Z cypress:proxy:http:response-middleware gunzipping response body 2021-03-12T08:28:00.400Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:28:00.401Z cypress:proxy:http:response-middleware regzipping response body 2021-03-12T08:28:00.401Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:28:00.403Z cypress:server:request received status code & headers on request { requestId: 'request31', statusCode: 200, headers: { 'content-type': 'application/javascript' } } 2021-03-12T08:28:00.403Z cypress:server:request successful response received { requestId: 'request31' } 2021-03-12T08:28:00.404Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.404Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:28:00.404Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:28:00.404Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/component---src-pages-index-js-76287cdd9dfebf88beb8.js', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'script', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } }, incomingRes: { headers: { date: 'Fri, 12 Mar 2021 08:29:03 GMT', 'content-type': 'application/javascript', 'content-length': '5198', connection: 'keep-alive', etag: '"bd22bb22de7a931f526731a2cc4e0df8-ssl-df"', 'referrer-policy': 'same-origin', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', 'content-encoding': 'gzip', age: '4195301', vary: 'Accept-Encoding', 'cache-control': 'public, max-age=31536000, immutable', 'x-nf-request-id': '8dcc1b9a-339f-4aa7-9adb-b6ff1d7d250a-12332151', 'cf-cache-status': 'HIT', 'accept-ranges': 'bytes', 'cf-request-id': '08c726bf4b0000ee2f4125c000000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'report-to': '{"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https:\\/\\/a.nel.cloudflare.com\\/report?s=7G2HYWUbPD0GS4j3qEETUcOTJqVBMgqCWUHW8qOvWxHF9se86h7nicdNJghLJ281q0h3iztVcQJ3ddG1FzB4eusJhuLQmyxca3764a6sEQ%3D%3D"}]}', nel: '{"report_to":"cf-nel","max_age":604800}', server: 'cloudflare', 'cf-ray': '62eba7121d8dee2f-CDG' }, statusCode: 200 } } 2021-03-12T08:28:00.404Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:28:00.404Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:28:00 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/component---src-pages-index-js-76287cdd9dfebf88beb8.js' }, backendRequest: undefined } 2021-03-12T08:28:00.404Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:28:00.404Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:28:00.404Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.405Z cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } 2021-03-12T08:28:00.405Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: true } 2021-03-12T08:28:00.405Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:28:00.405Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:28:00.405Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:28:00.405Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:28:00.405Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:28:00.405Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:28:00.405Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:28:00.405Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.405Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:28:00.405Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:28:00.405Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:28:00.406Z cypress:proxy:http:response-middleware removing JS framebusting code 2021-03-12T08:28:00.406Z cypress:proxy:http:response-middleware ensuring resStream is plaintext 2021-03-12T08:28:00.406Z cypress:proxy:http:response-middleware gunzipping response body 2021-03-12T08:28:00.406Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:28:00.406Z cypress:proxy:http:response-middleware regzipping response body 2021-03-12T08:28:00.406Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:28:00.408Z cypress:server:server-base Got CONNECT request from fonts.gstatic.com:443 2021-03-12T08:28:00.408Z cypress:https-proxy Writing browserSocket connection headers { url: 'fonts.gstatic.com:443', headLength: 0, headers: { host: 'fonts.gstatic.com:443', 'proxy-connection': 'keep-alive', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36' } } 2021-03-12T08:28:00.410Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.410Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:00.410Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'script', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } } } 2021-03-12T08:28:00.410Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:00.410Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:28:00.411Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:28:00.411Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:28:00.411Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:28:00.411Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:28:00.411Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.411Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:28:00.411Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.412Z cypress:network:agent addRequest called { isHttps: true, href: 'https://www.cypress.io/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js' } 2021-03-12T08:28:00.412Z cypress:network:agent got family { family: 4, href: 'https://www.cypress.io/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js' } 2021-03-12T08:28:00.412Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:28:00.412Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.412Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:00.412Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/static/tool-32b7a092192103117756cbfe37eb976c.svg', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: 'image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'image', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } } } 2021-03-12T08:28:00.412Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:00.413Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:28:00.413Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:28:00.413Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:28:00.413Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:28:00.413Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:28:00.413Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.413Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:28:00.413Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.414Z cypress:network:agent addRequest called { isHttps: true, href: 'https://www.cypress.io/static/tool-32b7a092192103117756cbfe37eb976c.svg' } 2021-03-12T08:28:00.414Z cypress:network:agent got family { family: 4, href: 'https://www.cypress.io/static/tool-32b7a092192103117756cbfe37eb976c.svg' } 2021-03-12T08:28:00.414Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:28:00.414Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.414Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:00.414Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/static/programming-4e667b074538c310b2d8a69fb6cfaeff.svg', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: 'image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'image', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } } } 2021-03-12T08:28:00.414Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:00.415Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:28:00.415Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:28:00.415Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:28:00.415Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:28:00.415Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:28:00.415Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.415Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:28:00.415Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.416Z cypress:network:agent addRequest called { isHttps: true, href: 'https://www.cypress.io/static/programming-4e667b074538c310b2d8a69fb6cfaeff.svg' } 2021-03-12T08:28:00.416Z cypress:network:agent got family { family: 4, href: 'https://www.cypress.io/static/programming-4e667b074538c310b2d8a69fb6cfaeff.svg' } 2021-03-12T08:28:00.416Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:28:00.416Z cypress:server:server-base Got CONNECT request from www.googletagmanager.com:443 2021-03-12T08:28:00.416Z cypress:https-proxy Writing browserSocket connection headers { url: 'www.googletagmanager.com:443', headLength: 0, headers: { host: 'www.googletagmanager.com:443', 'proxy-connection': 'keep-alive', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36' } } 2021-03-12T08:28:00.417Z cypress:https-proxy Got first head bytes { url: 'www.googletagmanager.com:443', head: '\u0016\u0003\u0001\u0002\u0000\u0001\u0000\u0001�\u0003\u0003���_tU�b�vW���Ц��\u0016f)�f�\u0016k�^�~�\u001d �8�[�\u0010�i���8�j\u0016\u000b��H�+' } 2021-03-12T08:28:00.418Z cypress:https-proxy Got first head bytes { url: 'fonts.gstatic.com:443', head: '\u0016\u0003\u0001\u0002\u0000\u0001\u0000\u0001�\u0003\u0003�\u000e�RV;�0ˍ�釿�ߌ\u0000\u0007GӋ�:M\u001c�_!�� ����0\u0016\u0006\n �J�Ec���<�\u0001�Z��\u0011' } 2021-03-12T08:28:00.421Z cypress:server:server-base Got CONNECT request from fonts.gstatic.com:443 2021-03-12T08:28:00.421Z cypress:https-proxy Writing browserSocket connection headers { url: 'fonts.gstatic.com:443', headLength: 0, headers: { host: 'fonts.gstatic.com:443', 'proxy-connection': 'keep-alive', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36' } } 2021-03-12T08:28:00.422Z cypress:https-proxy Got first head bytes { url: 'fonts.gstatic.com:443', head: '\u0016\u0003\u0001\u0002\u0000\u0001\u0000\u0001�\u0003\u0003\u0016�\u0006j��\u001ex�0�B����\u0015[\b� �l@����s^� )�{\u0015z�\u000f�d���6\\>��+@H�' } 2021-03-12T08:28:00.423Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.423Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:00.423Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/static/time-cbf534b36f6ef178a4f36de75a60870d.svg', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: 'image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'image', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } } } 2021-03-12T08:28:00.423Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:00.423Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:28:00.423Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:28:00.424Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:28:00.424Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:28:00.424Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:28:00.424Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.424Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:28:00.424Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.424Z cypress:network:agent addRequest called { isHttps: true, href: 'https://www.cypress.io/static/time-cbf534b36f6ef178a4f36de75a60870d.svg' } 2021-03-12T08:28:00.424Z cypress:network:agent got family { family: 4, href: 'https://www.cypress.io/static/time-cbf534b36f6ef178a4f36de75a60870d.svg' } 2021-03-12T08:28:00.425Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:28:00.426Z cypress:https-proxy Making intercepted connection to 46155 2021-03-12T08:28:00.426Z cypress:https-proxy Making intercepted connection to 46155 2021-03-12T08:28:00.426Z cypress:https-proxy Making intercepted connection to 46155 2021-03-12T08:28:00.429Z cypress:network:connect successfully connected { opts: { port: 46155, host: 'localhost', getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } 2021-03-12T08:28:00.429Z cypress:https-proxy received upstreamSocket callback for request { port: 46155, hostname: 'localhost', err: undefined } 2021-03-12T08:28:00.429Z cypress:server:util:socket_allowed allowing socket { localPort: 43924 } 2021-03-12T08:28:00.429Z cypress:network:connect successfully connected { opts: { port: 46155, host: 'localhost', getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } 2021-03-12T08:28:00.429Z cypress:https-proxy received upstreamSocket callback for request { port: 46155, hostname: 'localhost', err: undefined } 2021-03-12T08:28:00.429Z cypress:server:util:socket_allowed allowing socket { localPort: 43926 } 2021-03-12T08:28:00.429Z cypress:network:connect successfully connected { opts: { port: 46155, host: 'localhost', getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } 2021-03-12T08:28:00.429Z cypress:https-proxy received upstreamSocket callback for request { port: 46155, hostname: 'localhost', err: undefined } 2021-03-12T08:28:00.429Z cypress:server:util:socket_allowed allowing socket { localPort: 43928 } 2021-03-12T08:28:00.431Z cypress:server:request received status code & headers on request { requestId: 'request34', statusCode: 200, headers: { 'content-type': 'application/javascript' } } 2021-03-12T08:28:00.431Z cypress:server:request successful response received { requestId: 'request34' } 2021-03-12T08:28:00.436Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.436Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:28:00.436Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:28:00.436Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'script', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } }, incomingRes: { headers: { date: 'Fri, 12 Mar 2021 08:29:03 GMT', 'content-type': 'application/javascript', 'transfer-encoding': 'chunked', connection: 'keep-alive', 'last-modified': 'Thu, 04 Mar 2021 10:30:05 GMT', etag: 'W/"6040b6ad-4d7"', 'cf-request-id': '08c726bf770000cdd37a978000000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'report-to': '{"endpoints":[{"url":"https:\\/\\/a.nel.cloudflare.com\\/report?s=ZAyrn53RZ7t68TtVpRLQGZHTerwpblWSJlyIiKp2aJxIKVtK1GxBpum0fLkdKyxsq9u05%2FXVTnNEgAo1WABeWxzcPxrDetzyU9Vd%2FwOKYg%3D%3D"}],"max_age":604800,"group":"cf-nel"}', nel: '{"report_to":"cf-nel","max_age":604800}', vary: 'Accept-Encoding', server: 'cloudflare', 'cf-ray': '62eba7125e6dcdd3-CDG', 'x-frame-options': 'DENY', 'x-content-type-options': 'nosniff', expires: 'Sun, 14 Mar 2021 08:29:03 GMT', 'cache-control': 'max-age=172800, public', 'content-encoding': 'gzip' }, statusCode: 200 } } 2021-03-12T08:28:00.436Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:28:00.436Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:28:00 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js' }, backendRequest: undefined } 2021-03-12T08:28:00.436Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:28:00.436Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:28:00.436Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.437Z cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } 2021-03-12T08:28:00.437Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: true } 2021-03-12T08:28:00.437Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:28:00.437Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:28:00.437Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:28:00.437Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:28:00.437Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:28:00.437Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:28:00.437Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:28:00.437Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.437Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:28:00.437Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:28:00.437Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:28:00.437Z cypress:proxy:http:response-middleware removing JS framebusting code 2021-03-12T08:28:00.437Z cypress:proxy:http:response-middleware ensuring resStream is plaintext 2021-03-12T08:28:00.437Z cypress:proxy:http:response-middleware gunzipping response body 2021-03-12T08:28:00.438Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:28:00.438Z cypress:proxy:http:response-middleware regzipping response body 2021-03-12T08:28:00.438Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:28:00.439Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.440Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:00.440Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/static/graphic-design-c68a627cbf161e190abf62a58ee0e40b.svg', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: 'image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'image', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } } } 2021-03-12T08:28:00.440Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:00.440Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:28:00.440Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:28:00.440Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:28:00.440Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:28:00.440Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:28:00.440Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.440Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:28:00.440Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.441Z cypress:network:agent addRequest called { isHttps: true, href: 'https://www.cypress.io/static/graphic-design-c68a627cbf161e190abf62a58ee0e40b.svg' } 2021-03-12T08:28:00.441Z cypress:network:agent got family { family: 4, href: 'https://www.cypress.io/static/graphic-design-c68a627cbf161e190abf62a58ee0e40b.svg' } 2021-03-12T08:28:00.441Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:28:00.441Z cypress:server:request received status code & headers on request { requestId: 'request35', statusCode: 200, headers: { 'content-type': 'image/svg+xml' } } 2021-03-12T08:28:00.441Z cypress:server:request successful response received { requestId: 'request35' } 2021-03-12T08:28:00.442Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.442Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:28:00.442Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:28:00.442Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/static/tool-32b7a092192103117756cbfe37eb976c.svg', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: 'image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'image', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } }, incomingRes: { headers: { date: 'Fri, 12 Mar 2021 08:29:03 GMT', 'content-type': 'image/svg+xml', 'transfer-encoding': 'chunked', connection: 'keep-alive', 'cache-control': 'public, max-age=31536000, immutable', 'cf-bgj': 'h2pri', etag: 'W/"84db0a3fa4fd6c6bd10999ab6ed7d90c-ssl-df"', 'referrer-policy': 'same-origin', vary: 'Accept-Encoding', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-nf-request-id': '6cfae65e-5218-43b9-9023-7bf03db84ba2-1893869', 'x-xss-protection': '1; mode=block', 'cf-cache-status': 'HIT', age: '10825594', 'cf-request-id': '08c726bf780000ee23290d7000000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'report-to': '{"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https:\\/\\/a.nel.cloudflare.com\\/report?s=mpA%2Bf7xYVZPX%2F8Jp4lmxToE7g43fRp%2BSbVANlDAxp4cpjwaQe%2BzL1cfD0IyssE7kGQRfYD3SkjWvBHoegWBfDPGwLZL9ml75yQUSPX%2BTUw%3D%3D"}]}', nel: '{"report_to":"cf-nel","max_age":604800}', server: 'cloudflare', 'cf-ray': '62eba71258f9ee23-CDG', 'content-encoding': 'gzip' }, statusCode: 200 } } 2021-03-12T08:28:00.442Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:28:00.442Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:28:00 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/static/tool-32b7a092192103117756cbfe37eb976c.svg' }, backendRequest: undefined } 2021-03-12T08:28:00.442Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:28:00.442Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:28:00.442Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.442Z cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } 2021-03-12T08:28:00.443Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: false } 2021-03-12T08:28:00.443Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:28:00.443Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:28:00.443Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:28:00.443Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:28:00.443Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:28:00.443Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:28:00.443Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:28:00.443Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.443Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:28:00.443Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:28:00.443Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:28:00.443Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:28:00.443Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:28:00.446Z cypress:server:request received status code & headers on request { requestId: 'request36', statusCode: 200, headers: { 'content-type': 'image/svg+xml' } } 2021-03-12T08:28:00.446Z cypress:server:request successful response received { requestId: 'request36' } 2021-03-12T08:28:00.446Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.446Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:28:00.446Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:28:00.446Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/static/programming-4e667b074538c310b2d8a69fb6cfaeff.svg', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: 'image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'image', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } }, incomingRes: { headers: { date: 'Fri, 12 Mar 2021 08:29:03 GMT', 'content-type': 'image/svg+xml', 'content-length': '582', connection: 'keep-alive', etag: '"a78fab41001f1cf5216a8fad27c74fdf-ssl-df"', 'referrer-policy': 'same-origin', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', 'content-encoding': 'gzip', vary: 'Accept-Encoding', 'cache-control': 'public, max-age=31536000, immutable', 'x-nf-request-id': 'abcdcb43-afc5-4889-9e61-f68b46adffb6-37542868', 'cf-cache-status': 'HIT', age: '10806484', 'accept-ranges': 'bytes', 'cf-request-id': '08c726bf7c0000ee2f5fa1c000000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'report-to': '{"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https:\\/\\/a.nel.cloudflare.com\\/report?s=MaSFKw9psvvi%2BBJjyLbT4SorSyZ3JOifbs%2B3fNXr8okeqkGLmvf%2FMnwYP6bZUPrRhkawWIz991Z6UU%2F5cQNsnB%2BX2hHK37bebi7PpmHJNA%3D%3D"}]}', nel: '{"report_to":"cf-nel","max_age":604800}', server: 'cloudflare', 'cf-ray': '62eba7125e05ee2f-CDG' }, statusCode: 200 } } 2021-03-12T08:28:00.446Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:28:00.446Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:28:00 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/static/programming-4e667b074538c310b2d8a69fb6cfaeff.svg' }, backendRequest: undefined } 2021-03-12T08:28:00.447Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:28:00.447Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:28:00.447Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.447Z cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } 2021-03-12T08:28:00.447Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: false } 2021-03-12T08:28:00.447Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:28:00.447Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:28:00.447Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:28:00.447Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:28:00.447Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:28:00.447Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:28:00.447Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:28:00.447Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.448Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:28:00.448Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:28:00.448Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:28:00.448Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:28:00.448Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:28:00.450Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.450Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:00.450Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://www.googletagmanager.com/gtm.js?id=GTM-K8R2FS5', headers: { host: 'www.googletagmanager.com', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', 'sec-fetch-site': 'cross-site', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'script', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9' } } } 2021-03-12T08:28:00.450Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:00.450Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:28:00.450Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:28:00.450Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:28:00.450Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:28:00.450Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:28:00.450Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.450Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:28:00.450Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.451Z cypress:network:agent addRequest called { isHttps: true, href: 'https://www.googletagmanager.com/gtm.js?id=GTM-K8R2FS5' } 2021-03-12T08:28:00.451Z cypress:network:connect beginning getAddress { hostname: 'www.googletagmanager.com', port: 443 } 2021-03-12T08:28:00.451Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:28:00.452Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.452Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:00.452Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxK.woff2', headers: { host: 'fonts.gstatic.com', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', origin: 'https://www.cypress.io', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', 'x-client-data': 'CJS2yQEIpbbJAQipncoBCPjHygEIxZzLAQjknMsBCKmdywE=', 'sec-fetch-site': 'cross-site', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'font', referer: 'https://fonts.googleapis.com/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9' } } } 2021-03-12T08:28:00.452Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:00.452Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:28:00.452Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:28:00.452Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:28:00.452Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:28:00.452Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:28:00.452Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.452Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:28:00.452Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.453Z cypress:network:agent addRequest called { isHttps: true, href: 'https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxK.woff2' } 2021-03-12T08:28:00.453Z cypress:network:connect beginning getAddress { hostname: 'fonts.gstatic.com', port: 443 } 2021-03-12T08:28:00.453Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:28:00.454Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.454Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:00.454Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc4.woff2', headers: { host: 'fonts.gstatic.com', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', origin: 'https://www.cypress.io', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', 'x-client-data': 'CJS2yQEIpbbJAQipncoBCPjHygEIxZzLAQjknMsBCKmdywE=', 'sec-fetch-site': 'cross-site', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'font', referer: 'https://fonts.googleapis.com/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9' } } } 2021-03-12T08:28:00.454Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:00.454Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:28:00.454Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:28:00.454Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:28:00.455Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:28:00.455Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:28:00.455Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.455Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:28:00.455Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.456Z cypress:network:agent addRequest called { isHttps: true, href: 'https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc4.woff2' } 2021-03-12T08:28:00.456Z cypress:network:connect beginning getAddress { hostname: 'fonts.gstatic.com', port: 443 } 2021-03-12T08:28:00.456Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:28:00.459Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.459Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:00.459Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/static/programmer-df4b9c31d2808ef25d6563b926b4eb3a.svg', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: 'image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'image', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } } } 2021-03-12T08:28:00.459Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:00.460Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:28:00.460Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:28:00.460Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:28:00.460Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:28:00.460Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:28:00.460Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.460Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:28:00.460Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.460Z cypress:network:agent addRequest called { isHttps: true, href: 'https://www.cypress.io/static/programmer-df4b9c31d2808ef25d6563b926b4eb3a.svg' } 2021-03-12T08:28:00.461Z cypress:network:agent got family { family: 4, href: 'https://www.cypress.io/static/programmer-df4b9c31d2808ef25d6563b926b4eb3a.svg' } 2021-03-12T08:28:00.461Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:28:00.462Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.462Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:00.462Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/static/github-ff66eb8ec531024561b1c1ddab593e2f.svg', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: 'image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'image', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } } } 2021-03-12T08:28:00.462Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:00.463Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:28:00.463Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:28:00.463Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:28:00.463Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:28:00.463Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:28:00.463Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.463Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:28:00.463Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.464Z cypress:network:agent addRequest called { isHttps: true, href: 'https://www.cypress.io/static/github-ff66eb8ec531024561b1c1ddab593e2f.svg' } 2021-03-12T08:28:00.464Z cypress:network:agent got family { family: 4, href: 'https://www.cypress.io/static/github-ff66eb8ec531024561b1c1ddab593e2f.svg' } 2021-03-12T08:28:00.464Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:28:00.470Z cypress:network:connect got addresses { hostname: 'fonts.gstatic.com', port: 443, addresses: [ { address: '142.250.179.163', family: 4 }, { address: '2a00:1450:400e:807::2003', family: 6 } ] } 2021-03-12T08:28:00.470Z cypress:network:connect got addresses { hostname: 'fonts.gstatic.com', port: 443, addresses: [ { address: '142.250.179.163', family: 4 }, { address: '2a00:1450:400e:807::2003', family: 6 } ] } 2021-03-12T08:28:00.475Z cypress:network:connect got addresses { hostname: 'www.googletagmanager.com', port: 443, addresses: [ { address: '2a00:1450:400e:80e::2008', family: 6 } ] } 2021-03-12T08:28:00.475Z cypress:network:agent got family { family: undefined, href: 'https://www.googletagmanager.com/gtm.js?id=GTM-K8R2FS5' } 2021-03-12T08:28:00.476Z cypress:server:request received an error making http request { timeout: undefined, retryIntervals: [ 0, 100, 200, 200 ], url: 'https://www.googletagmanager.com/gtm.js?id=GTM-K8R2FS5', requestId: 'request39', retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, delaysRemaining: [ 0, 100, 200, 200 ], err: Error: connect ENETUNREACH 2a00:1450:400e:80e::2008:443 - Local (:::0) at internalConnect (net.js:923:16) at defaultTriggerAsyncIdScope (internal/async_hooks.js:351:12) at GetAddrInfoReqWrap.emitLookup [as callback] (net.js:1063:9) at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:68:8) { errno: 'ENETUNREACH', code: 'ENETUNREACH', syscall: 'connect', address: '2a00:1450:400e:80e::2008', port: 443 } } 2021-03-12T08:28:00.476Z cypress:proxy:http Error in middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing', error: Error: connect ENETUNREACH 2a00:1450:400e:80e::2008:443 - Local (:::0) at internalConnect (net.js:923:16) at defaultTriggerAsyncIdScope (internal/async_hooks.js:351:12) at GetAddrInfoReqWrap.emitLookup [as callback] (net.js:1063:9) at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:68:8) { errno: 'ENETUNREACH', code: 'ENETUNREACH', syscall: 'connect', address: '2a00:1450:400e:80e::2008', port: 443 } } 2021-03-12T08:28:00.477Z cypress:proxy:http Entering stage { stage: 'Error' } 2021-03-12T08:28:00.477Z cypress:proxy:http Running middleware { stage: 'Error', middlewareName: 'LogError' } 2021-03-12T08:28:00.477Z cypress:proxy:http:error-middleware error proxying request { error: Error: connect ENETUNREACH 2a00:1450:400e:80e::2008:443 - Local (:::0) at internalConnect (net.js:923:16) at defaultTriggerAsyncIdScope (internal/async_hooks.js:351:12) at GetAddrInfoReqWrap.emitLookup [as callback] (net.js:1063:9) at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:68:8) { errno: 'ENETUNREACH', code: 'ENETUNREACH', syscall: 'connect', address: '2a00:1450:400e:80e::2008', port: 443 }, url: '/gtm.js?id=GTM-K8R2FS5', headers: { host: 'www.googletagmanager.com', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', 'sec-fetch-site': 'cross-site', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'script', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9' } } 2021-03-12T08:28:00.477Z cypress:proxy:http Running middleware { stage: 'Error', middlewareName: 'InterceptError' } 2021-03-12T08:28:00.477Z cypress:proxy:http Running middleware { stage: 'Error', middlewareName: 'AbortRequest' } 2021-03-12T08:28:00.477Z cypress:proxy:http Running middleware { stage: 'Error', middlewareName: 'UnpipeResponse' } 2021-03-12T08:28:00.477Z cypress:proxy:http Running middleware { stage: 'Error', middlewareName: 'DestroyResponse' } 2021-03-12T08:28:00.478Z cypress:server:request received status code & headers on request { requestId: 'request38', statusCode: 200, headers: { 'content-type': 'image/svg+xml' } } 2021-03-12T08:28:00.478Z cypress:server:request successful response received { requestId: 'request38' } 2021-03-12T08:28:00.479Z cypress:proxy:http Leaving stage { stage: 'Error' } 2021-03-12T08:28:00.479Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.479Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.479Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:28:00.479Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:28:00.479Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/static/graphic-design-c68a627cbf161e190abf62a58ee0e40b.svg', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: 'image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'image', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } }, incomingRes: { headers: { date: 'Fri, 12 Mar 2021 08:29:03 GMT', 'content-type': 'image/svg+xml', 'content-length': '758', connection: 'keep-alive', etag: '"50c12986c44c66b604f32496640d2a4e-ssl-df"', 'referrer-policy': 'same-origin', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', 'content-encoding': 'gzip', vary: 'Accept-Encoding', 'cache-control': 'public, max-age=31536000, immutable', 'x-nf-request-id': '777c4c66-05f1-43f0-8f71-ced150fee0b9-24549441', 'cf-cache-status': 'HIT', age: '11071256', 'accept-ranges': 'bytes', 'cf-request-id': '08c726bf950000cdd3103b9000000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'report-to': '{"endpoints":[{"url":"https:\\/\\/a.nel.cloudflare.com\\/report?s=iiV%2Fa3B%2BT7gDNzo%2BpXYOUvoYBPTlQxQ%2BpIk2ALztxWHxgECA4Lud8j92axBYnPGxwaiaH4t8aeD6ivgRrJ%2BoRBra1fYiv7tO5QFiFY8Nuw%3D%3D"}],"max_age":604800,"group":"cf-nel"}', nel: '{"report_to":"cf-nel","max_age":604800}', server: 'cloudflare', 'cf-ray': '62eba7128ee8cdd3-CDG' }, statusCode: 200 } } 2021-03-12T08:28:00.479Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:28:00.479Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:28:00 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/static/graphic-design-c68a627cbf161e190abf62a58ee0e40b.svg' }, backendRequest: undefined } 2021-03-12T08:28:00.479Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:28:00.480Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:28:00.480Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.480Z cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } 2021-03-12T08:28:00.480Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: false } 2021-03-12T08:28:00.480Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:28:00.480Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:28:00.480Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:28:00.480Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:28:00.480Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:28:00.480Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:28:00.480Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:28:00.480Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.481Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:28:00.481Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:28:00.481Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:28:00.481Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:28:00.481Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:28:00.482Z cypress:proxy:http warning: Request was not fulfilled with a response. 2021-03-12T08:28:00.483Z cypress:network:agent got family { family: 4, href: 'https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxK.woff2' } 2021-03-12T08:28:00.483Z cypress:network:agent got family { family: 4, href: 'https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc4.woff2' } 2021-03-12T08:28:00.483Z cypress:proxy:http:request-middleware request aborted 2021-03-12T08:28:00.483Z cypress:server:request aborting { requestId: 'request39' } 2021-03-12T08:28:00.486Z cypress:server:util:socket_allowed allowed socket closed, removing { localPort: 43924 } 2021-03-12T08:28:00.487Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.487Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:00.487Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/static/bank-f0d8bc2b54b6eab61722158d2b304a78.svg', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: 'image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'image', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } } } 2021-03-12T08:28:00.488Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:00.488Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:28:00.488Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:28:00.488Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:28:00.488Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:28:00.488Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:28:00.488Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.488Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:28:00.488Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.489Z cypress:network:agent addRequest called { isHttps: true, href: 'https://www.cypress.io/static/bank-f0d8bc2b54b6eab61722158d2b304a78.svg' } 2021-03-12T08:28:00.489Z cypress:network:agent got family { family: 4, href: 'https://www.cypress.io/static/bank-f0d8bc2b54b6eab61722158d2b304a78.svg' } 2021-03-12T08:28:00.489Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:28:00.494Z cypress:server:request received status code & headers on request { requestId: 'request42', statusCode: 200, headers: { 'content-type': 'image/svg+xml' } } 2021-03-12T08:28:00.494Z cypress:server:request successful response received { requestId: 'request42' } 2021-03-12T08:28:00.495Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.495Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:28:00.495Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:28:00.495Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/static/programmer-df4b9c31d2808ef25d6563b926b4eb3a.svg', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: 'image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'image', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } }, incomingRes: { headers: { date: 'Fri, 12 Mar 2021 08:29:03 GMT', 'content-type': 'image/svg+xml', 'content-length': '2669', connection: 'keep-alive', etag: '"e5f1b76e127082e803201142066fa5d4-ssl-df"', 'referrer-policy': 'same-origin', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', 'content-encoding': 'gzip', vary: 'Accept-Encoding', 'cache-control': 'public, max-age=31536000, immutable', 'x-nf-request-id': '22772852-ed6d-4c05-82c5-915e7dc155e2-2638387', 'cf-cache-status': 'HIT', age: '11075928', 'accept-ranges': 'bytes', 'cf-request-id': '08c726bfa70000ee23e9b14000000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'report-to': '{"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https:\\/\\/a.nel.cloudflare.com\\/report?s=TSmdfijsubGoygwLvEeEjYzA6OlR3WZqrDDrEqDFJeOagEhiMYRSZodCFUbyflUfFzIaHloL5iuvIPfdonDN7FAijskfJ4CF%2FfX%2Bxw2fCQ%3D%3D"}]}', nel: '{"report_to":"cf-nel","max_age":604800}', server: 'cloudflare', 'cf-ray': '62eba712a980ee23-CDG' }, statusCode: 200 } } 2021-03-12T08:28:00.495Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:28:00.495Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:28:00 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/static/programmer-df4b9c31d2808ef25d6563b926b4eb3a.svg' }, backendRequest: undefined } 2021-03-12T08:28:00.495Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:28:00.495Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:28:00.495Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.495Z cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } 2021-03-12T08:28:00.495Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: false } 2021-03-12T08:28:00.495Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:28:00.496Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:28:00.496Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:28:00.496Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:28:00.496Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:28:00.496Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:28:00.496Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:28:00.496Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.496Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:28:00.496Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:28:00.496Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:28:00.496Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:28:00.496Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:28:00.497Z cypress:server:request received status code & headers on request { requestId: 'request43', statusCode: 200, headers: { 'content-type': 'image/svg+xml' } } 2021-03-12T08:28:00.497Z cypress:server:request successful response received { requestId: 'request43' } 2021-03-12T08:28:00.499Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.499Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:28:00.499Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:28:00.499Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/static/github-ff66eb8ec531024561b1c1ddab593e2f.svg', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: 'image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'image', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } }, incomingRes: { headers: { date: 'Fri, 12 Mar 2021 08:29:03 GMT', 'content-type': 'image/svg+xml', 'transfer-encoding': 'chunked', connection: 'keep-alive', etag: 'W/"56db25b7156e62211e61decdb898ca5c-ssl"', 'referrer-policy': 'same-origin', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', 'cache-control': 'public, max-age=31536000, immutable', 'x-nf-request-id': 'd5f40a70-4fbd-4999-b056-708dbcab808a-5224121', 'cf-cache-status': 'HIT', age: '10806484', 'cf-request-id': '08c726bfac0000ee2f0002b000000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'report-to': '{"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https:\\/\\/a.nel.cloudflare.com\\/report?s=zTgUCsk%2FZa6Vz2wloOXd0v%2BAcvx3x2vBBRUjhMV2dHRP9IECI%2BM1b%2BZ6W7COCRIu3BpK6V%2FBLn%2F%2BcS6AALjaAJyb56lNofSSn9oe%2FtA5cA%3D%3D"}]}', nel: '{"report_to":"cf-nel","max_age":604800}', vary: 'Accept-Encoding', server: 'cloudflare', 'cf-ray': '62eba712ae9cee2f-CDG', 'content-encoding': 'gzip' }, statusCode: 200 } } 2021-03-12T08:28:00.499Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:28:00.499Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:28:00 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/static/github-ff66eb8ec531024561b1c1ddab593e2f.svg' }, backendRequest: undefined } 2021-03-12T08:28:00.499Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:28:00.499Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:28:00.499Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.499Z cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } 2021-03-12T08:28:00.499Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: false } 2021-03-12T08:28:00.499Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:28:00.499Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:28:00.500Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:28:00.500Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:28:00.500Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:28:00.500Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:28:00.500Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:28:00.500Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.500Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:28:00.500Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:28:00.500Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:28:00.500Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:28:00.500Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:28:00.503Z cypress:server:request received status code & headers on request { requestId: 'request37', statusCode: 200, headers: { 'content-type': 'image/svg+xml' } } 2021-03-12T08:28:00.503Z cypress:server:request successful response received { requestId: 'request37' } 2021-03-12T08:28:00.503Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.503Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:28:00.503Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:28:00.503Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/static/time-cbf534b36f6ef178a4f36de75a60870d.svg', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: 'image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'image', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } }, incomingRes: { headers: { date: 'Fri, 12 Mar 2021 08:29:03 GMT', 'content-type': 'image/svg+xml', 'content-length': '1293', connection: 'keep-alive', etag: '"f4802a64cc30aaa4cf6131945a991b83-ssl-df"', 'referrer-policy': 'same-origin', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', 'content-encoding': 'gzip', age: '104814', vary: 'Accept-Encoding', 'cache-control': 'public, max-age=31536000, immutable', 'x-nf-request-id': '4ad7be06-374f-4a58-9466-e6685d2d8705-79540851', 'cf-cache-status': 'HIT', 'accept-ranges': 'bytes', 'cf-request-id': '08c726bfaf0000088f8db63000000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'report-to': '{"max_age":604800,"endpoints":[{"url":"https:\\/\\/a.nel.cloudflare.com\\/report?s=aaiEM0EH8%2FnDVD%2FgcufLfFX19a%2BizBzXalqOI6r22tpaOWW4os4Qmi2sqZT5dNcPkYfKxbygzn19w6spTZrdehWqU6YDglrHrso2j%2BBKcw%3D%3D"}],"group":"cf-nel"}', nel: '{"report_to":"cf-nel","max_age":604800}', server: 'cloudflare', 'cf-ray': '62eba712a877088f-CDG' }, statusCode: 200 } } 2021-03-12T08:28:00.503Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:28:00.504Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:28:00 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/static/time-cbf534b36f6ef178a4f36de75a60870d.svg' }, backendRequest: undefined } 2021-03-12T08:28:00.504Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:28:00.504Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:28:00.504Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.504Z cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } 2021-03-12T08:28:00.504Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: false } 2021-03-12T08:28:00.504Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:28:00.504Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:28:00.504Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:28:00.504Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:28:00.504Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:28:00.504Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:28:00.504Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:28:00.504Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.505Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:28:00.505Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:28:00.505Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:28:00.505Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:28:00.505Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:28:00.507Z cypress:server:request received status code & headers on request { requestId: 'request40', statusCode: 200, headers: { 'content-type': 'font/woff2' } } 2021-03-12T08:28:00.507Z cypress:server:request successful response received { requestId: 'request40' } 2021-03-12T08:28:00.507Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.507Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:28:00.507Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:28:00.507Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxK.woff2', headers: { host: 'fonts.gstatic.com', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', origin: 'https://www.cypress.io', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', 'x-client-data': 'CJS2yQEIpbbJAQipncoBCPjHygEIxZzLAQjknMsBCKmdywE=', 'sec-fetch-site': 'cross-site', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'font', referer: 'https://fonts.googleapis.com/', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9' } }, incomingRes: { headers: { 'accept-ranges': 'bytes', 'content-type': 'font/woff2', 'access-control-allow-origin': '*', 'timing-allow-origin': '*', 'content-length': '15736', date: 'Thu, 11 Mar 2021 17:55:16 GMT', expires: 'Fri, 11 Mar 2022 17:55:16 GMT', 'last-modified': 'Wed, 24 Jul 2019 01:18:36 GMT', 'x-content-type-options': 'nosniff', server: 'sffe', 'x-xss-protection': '0', age: '52427', 'cache-control': 'public, max-age=31536000', 'alt-svc': 'h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"' }, statusCode: 200 } } 2021-03-12T08:28:00.507Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:28:00.508Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:28:00 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxK.woff2' }, backendRequest: undefined } 2021-03-12T08:28:00.508Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:28:00.508Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:28:00.508Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.508Z cypress:network:cors Parsed URL { port: '443', tld: 'com', domain: 'gstatic' } 2021-03-12T08:28:00.508Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: false } 2021-03-12T08:28:00.508Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:28:00.508Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:28:00.508Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:28:00.508Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:28:00.508Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:28:00.508Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:28:00.508Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:28:00.509Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.509Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:28:00.509Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:28:00.510Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:28:00.510Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:28:00.510Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:28:00.512Z cypress:server:request received status code & headers on request { requestId: 'request41', statusCode: 200, headers: { 'content-type': 'font/woff2' } } 2021-03-12T08:28:00.512Z cypress:server:request successful response received { requestId: 'request41' } 2021-03-12T08:28:00.513Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.513Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:28:00.513Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:28:00.514Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc4.woff2', headers: { host: 'fonts.gstatic.com', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', origin: 'https://www.cypress.io', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', 'x-client-data': 'CJS2yQEIpbbJAQipncoBCPjHygEIxZzLAQjknMsBCKmdywE=', 'sec-fetch-site': 'cross-site', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'font', referer: 'https://fonts.googleapis.com/', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9' } }, incomingRes: { headers: { 'accept-ranges': 'bytes', 'content-type': 'font/woff2', 'access-control-allow-origin': '*', 'timing-allow-origin': '*', 'content-length': '15816', date: 'Thu, 11 Mar 2021 17:55:16 GMT', expires: 'Fri, 11 Mar 2022 17:55:16 GMT', 'last-modified': 'Wed, 24 Jul 2019 01:19:00 GMT', 'x-content-type-options': 'nosniff', server: 'sffe', 'x-xss-protection': '0', age: '52427', 'cache-control': 'public, max-age=31536000', 'alt-svc': 'h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"' }, statusCode: 200 } } 2021-03-12T08:28:00.514Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:28:00.514Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:28:00 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc4.woff2' }, backendRequest: undefined } 2021-03-12T08:28:00.514Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:28:00.514Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:28:00.514Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.514Z cypress:network:cors Parsed URL { port: '443', tld: 'com', domain: 'gstatic' } 2021-03-12T08:28:00.514Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: false } 2021-03-12T08:28:00.514Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:28:00.514Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:28:00.514Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:28:00.515Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:28:00.515Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:28:00.515Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:28:00.515Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:28:00.515Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.515Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:28:00.515Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:28:00.515Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:28:00.515Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:28:00.515Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:28:00.517Z cypress:server:request received status code & headers on request { requestId: 'request44', statusCode: 200, headers: { 'content-type': 'image/svg+xml' } } 2021-03-12T08:28:00.517Z cypress:server:request successful response received { requestId: 'request44' } 2021-03-12T08:28:00.518Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.518Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:28:00.518Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:28:00.518Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/static/bank-f0d8bc2b54b6eab61722158d2b304a78.svg', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: 'image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'image', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } }, incomingRes: { headers: { date: 'Fri, 12 Mar 2021 08:29:03 GMT', 'content-type': 'image/svg+xml', 'transfer-encoding': 'chunked', connection: 'keep-alive', 'cache-control': 'public, max-age=31536000, immutable', 'cf-bgj': 'h2pri', etag: 'W/"1ea17ad84f38007e802f7c1b9bb568eb-ssl-df"', 'referrer-policy': 'same-origin', vary: 'Accept-Encoding', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-nf-request-id': '899ebf7f-9d8e-4cf2-980a-e590d013875c-4296323', 'x-xss-protection': '1; mode=block', 'cf-cache-status': 'HIT', age: '11152444', 'cf-request-id': '08c726bfc40000cdd34738a000000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'report-to': '{"endpoints":[{"url":"https:\\/\\/a.nel.cloudflare.com\\/report?s=T7OpqDX9KtehnSJ0WKiNE9tY4iwziSoCe6a3IYOiocvJgm2%2F2kRV5ATtu7gy48YQn1FV%2B6wv4XPp9eh2EO3BMdq3eid4aKuIHuCESVaZ8w%3D%3D"}],"max_age":604800,"group":"cf-nel"}', nel: '{"report_to":"cf-nel","max_age":604800}', server: 'cloudflare', 'cf-ray': '62eba712df7fcdd3-CDG', 'content-encoding': 'gzip' }, statusCode: 200 } } 2021-03-12T08:28:00.518Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:28:00.518Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:28:00 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/static/bank-f0d8bc2b54b6eab61722158d2b304a78.svg' }, backendRequest: undefined } 2021-03-12T08:28:00.518Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:28:00.518Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:28:00.519Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.519Z cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } 2021-03-12T08:28:00.519Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: false } 2021-03-12T08:28:00.519Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:28:00.519Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:28:00.519Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:28:00.519Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:28:00.519Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:28:00.519Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:28:00.519Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:28:00.519Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.519Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:28:00.519Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:28:00.519Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:28:00.519Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:28:00.519Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:28:00.524Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.524Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:00.524Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/static/slick-b7c9e1e479de3b53f1e4e30ebac2403a.woff', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', origin: 'https://www.cypress.io', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'font', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } } } 2021-03-12T08:28:00.524Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:00.524Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:28:00.524Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:28:00.524Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:28:00.524Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:28:00.524Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:28:00.524Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.524Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:28:00.524Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.525Z cypress:network:agent addRequest called { isHttps: true, href: 'https://www.cypress.io/static/slick-b7c9e1e479de3b53f1e4e30ebac2403a.woff' } 2021-03-12T08:28:00.525Z cypress:network:agent got family { family: 4, href: 'https://www.cypress.io/static/slick-b7c9e1e479de3b53f1e4e30ebac2403a.woff' } 2021-03-12T08:28:00.525Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:28:00.526Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.526Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:00.526Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc4.woff2', headers: { host: 'fonts.gstatic.com', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', origin: 'https://www.cypress.io', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', 'x-client-data': 'CJS2yQEIpbbJAQipncoBCPjHygEIxZzLAQjknMsBCKmdywE=', 'sec-fetch-site': 'cross-site', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'font', referer: 'https://fonts.googleapis.com/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9' } } } 2021-03-12T08:28:00.526Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:00.526Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:28:00.526Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:28:00.526Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:28:00.526Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:28:00.526Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:28:00.526Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.526Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:28:00.526Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.527Z cypress:network:agent addRequest called { isHttps: true, href: 'https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc4.woff2' } 2021-03-12T08:28:00.527Z cypress:network:agent got family { family: 4, href: 'https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc4.woff2' } 2021-03-12T08:28:00.527Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:28:00.528Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.528Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:00.528Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBBc4.woff2', headers: { host: 'fonts.gstatic.com', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', origin: 'https://www.cypress.io', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', 'x-client-data': 'CJS2yQEIpbbJAQipncoBCPjHygEIxZzLAQjknMsBCKmdywE=', 'sec-fetch-site': 'cross-site', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'font', referer: 'https://fonts.googleapis.com/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9' } } } 2021-03-12T08:28:00.528Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:00.528Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:28:00.528Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:28:00.528Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:28:00.528Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:28:00.529Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:28:00.529Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.529Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:28:00.529Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.530Z cypress:network:agent addRequest called { isHttps: true, href: 'https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBBc4.woff2' } 2021-03-12T08:28:00.530Z cypress:network:agent got family { family: 4, href: 'https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBBc4.woff2' } 2021-03-12T08:28:00.530Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:28:00.534Z cypress:server:request received status code & headers on request { requestId: 'request46', statusCode: 200, headers: { 'content-type': 'font/woff2' } } 2021-03-12T08:28:00.534Z cypress:server:request successful response received { requestId: 'request46' } 2021-03-12T08:28:00.534Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.534Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:28:00.534Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:28:00.534Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc4.woff2', headers: { host: 'fonts.gstatic.com', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', origin: 'https://www.cypress.io', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', 'x-client-data': 'CJS2yQEIpbbJAQipncoBCPjHygEIxZzLAQjknMsBCKmdywE=', 'sec-fetch-site': 'cross-site', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'font', referer: 'https://fonts.googleapis.com/', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9' } }, incomingRes: { headers: { 'accept-ranges': 'bytes', 'content-type': 'font/woff2', 'access-control-allow-origin': '*', 'timing-allow-origin': '*', 'content-length': '15872', date: 'Sat, 06 Mar 2021 08:08:19 GMT', expires: 'Sun, 06 Mar 2022 08:08:19 GMT', 'last-modified': 'Wed, 24 Jul 2019 01:18:37 GMT', 'x-content-type-options': 'nosniff', server: 'sffe', 'x-xss-protection': '0', age: '519644', 'cache-control': 'public, max-age=31536000', 'alt-svc': 'h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"' }, statusCode: 200 } } 2021-03-12T08:28:00.534Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:28:00.534Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:28:00 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc4.woff2' }, backendRequest: undefined } 2021-03-12T08:28:00.534Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:28:00.534Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:28:00.534Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.535Z cypress:network:cors Parsed URL { port: '443', tld: 'com', domain: 'gstatic' } 2021-03-12T08:28:00.535Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: false } 2021-03-12T08:28:00.535Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:28:00.535Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:28:00.535Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:28:00.535Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:28:00.535Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:28:00.535Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:28:00.535Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:28:00.535Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.535Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:28:00.535Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:28:00.535Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:28:00.535Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:28:00.535Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:28:00.537Z cypress:server:request received status code & headers on request { requestId: 'request47', statusCode: 200, headers: { 'content-type': 'font/woff2' } } 2021-03-12T08:28:00.537Z cypress:server:request successful response received { requestId: 'request47' } 2021-03-12T08:28:00.538Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.538Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:28:00.538Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:28:00.538Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBBc4.woff2', headers: { host: 'fonts.gstatic.com', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', origin: 'https://www.cypress.io', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', 'x-client-data': 'CJS2yQEIpbbJAQipncoBCPjHygEIxZzLAQjknMsBCKmdywE=', 'sec-fetch-site': 'cross-site', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'font', referer: 'https://fonts.googleapis.com/', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9' } }, incomingRes: { headers: { 'accept-ranges': 'bytes', 'content-type': 'font/woff2', 'access-control-allow-origin': '*', 'timing-allow-origin': '*', 'content-length': '15784', date: 'Sat, 06 Mar 2021 08:08:20 GMT', expires: 'Sun, 06 Mar 2022 08:08:20 GMT', 'last-modified': 'Wed, 24 Jul 2019 01:18:55 GMT', 'x-content-type-options': 'nosniff', server: 'sffe', 'x-xss-protection': '0', age: '519643', 'cache-control': 'public, max-age=31536000', 'alt-svc': 'h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"' }, statusCode: 200 } } 2021-03-12T08:28:00.538Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:28:00.539Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:28:00 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBBc4.woff2' }, backendRequest: undefined } 2021-03-12T08:28:00.539Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:28:00.539Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:28:00.539Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.539Z cypress:network:cors Parsed URL { port: '443', tld: 'com', domain: 'gstatic' } 2021-03-12T08:28:00.539Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: false } 2021-03-12T08:28:00.539Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:28:00.539Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:28:00.539Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:28:00.539Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:28:00.539Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:28:00.540Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:28:00.540Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:28:00.540Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.540Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:28:00.540Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:28:00.540Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:28:00.540Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:28:00.540Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:28:00.553Z cypress:server:request received status code & headers on request { requestId: 'request45', statusCode: 200, headers: { 'content-type': 'application/font-woff' } } 2021-03-12T08:28:00.553Z cypress:server:request successful response received { requestId: 'request45' } 2021-03-12T08:28:00.554Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.554Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:28:00.554Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:28:00.554Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/static/slick-b7c9e1e479de3b53f1e4e30ebac2403a.woff', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', origin: 'https://www.cypress.io', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'font', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } }, incomingRes: { headers: { date: 'Fri, 12 Mar 2021 08:29:03 GMT', 'content-type': 'application/font-woff', 'transfer-encoding': 'chunked', connection: 'keep-alive', 'cache-control': 'public, max-age=31536000, immutable', 'cf-bgj': 'h2pri', etag: 'W/"b56b101bd6fd584bfb54224d75ba009e-ssl-df"', 'referrer-policy': 'same-origin', vary: 'Accept-Encoding', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-nf-request-id': '899ebf7f-9d8e-4cf2-980a-e590d013875c-4297378', 'x-xss-protection': '1; mode=block', 'cf-cache-status': 'HIT', age: '11061010', 'cf-request-id': '08c726bfea0000ee233a938000000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'report-to': '{"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https:\\/\\/a.nel.cloudflare.com\\/report?s=r3GZn0RdR2ECn2TTWtjUOjDMdiVLKZUpDVUxOF0IytxZYJqtMnTSUSXrJcdqmmqDeD5HcMl%2FifDlHAAeWnWyIdT%2FyOIRxMtsmEgNfqD7Gg%3D%3D"}]}', nel: '{"report_to":"cf-nel","max_age":604800}', server: 'cloudflare', 'cf-ray': '62eba7130a20ee23-CDG', 'content-encoding': 'gzip' }, statusCode: 200 } } 2021-03-12T08:28:00.554Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:28:00.554Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:28:00 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/static/slick-b7c9e1e479de3b53f1e4e30ebac2403a.woff' }, backendRequest: undefined } 2021-03-12T08:28:00.554Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:28:00.555Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:28:00.555Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.555Z cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } 2021-03-12T08:28:00.555Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: false } 2021-03-12T08:28:00.555Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:28:00.555Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:28:00.555Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:28:00.556Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:28:00.556Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:28:00.556Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:28:00.556Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:28:00.556Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.556Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:28:00.556Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:28:00.556Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:28:00.556Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:28:00.556Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:28:00.560Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.560Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:00.560Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://content-autofill.googleapis.com/v1/pages/ChNDaHJvbWUvODkuMC40Mzg5LjcyEhAJoJjr6b4CrMoSBQ2DqFs9?alt=proto', headers: { host: 'content-autofill.googleapis.com', connection: 'keep-alive', 'x-goog-encode-response-if-executable': 'base64', 'x-goog-api-key': 'AIzaSyBOti4mM-6x9WDnZIjIeyEU21OpBXqWBgw', 'x-client-data': 'CJS2yQEIpbbJAQipncoBCJesygEIkMLKAQj4x8oBCOaEywEIxZzLAQjknMsBCKmdywE=', 'sec-fetch-site': 'none', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'empty', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9' } } } 2021-03-12T08:28:00.560Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:00.560Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:28:00.560Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:28:00.560Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:28:00.560Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:28:00.561Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:28:00.561Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.561Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:28:00.561Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.561Z cypress:network:agent addRequest called { isHttps: true, href: 'https://content-autofill.googleapis.com/v1/pages/ChNDaHJvbWUvODkuMC40Mzg5LjcyEhAJoJjr6b4CrMoSBQ2DqFs9?alt=proto' } 2021-03-12T08:28:00.561Z cypress:network:agent got family { family: 4, href: 'https://content-autofill.googleapis.com/v1/pages/ChNDaHJvbWUvODkuMC40Mzg5LjcyEhAJoJjr6b4CrMoSBQ2DqFs9?alt=proto' } 2021-03-12T08:28:00.562Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:28:00.582Z cypress:server:request received status code & headers on request { requestId: 'request48', statusCode: 200, headers: { 'content-type': 'text/plain' } } 2021-03-12T08:28:00.582Z cypress:server:request successful response received { requestId: 'request48' } 2021-03-12T08:28:00.582Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.582Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:28:00.582Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:28:00.583Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://content-autofill.googleapis.com/v1/pages/ChNDaHJvbWUvODkuMC40Mzg5LjcyEhAJoJjr6b4CrMoSBQ2DqFs9?alt=proto', headers: { host: 'content-autofill.googleapis.com', connection: 'keep-alive', 'x-goog-encode-response-if-executable': 'base64', 'x-goog-api-key': 'AIzaSyBOti4mM-6x9WDnZIjIeyEU21OpBXqWBgw', 'x-client-data': 'CJS2yQEIpbbJAQipncoBCJesygEIkMLKAQj4x8oBCOaEywEIxZzLAQjknMsBCKmdywE=', 'sec-fetch-site': 'none', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'empty', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9' } }, incomingRes: { headers: { 'cache-control': 'private,max-age=604800', 'content-type': 'text/plain', 'x-goog-safety-encoding': 'base64', 'x-goog-safety-content-type': 'application/x-protobuf', vary: 'Origin, X-Origin, Referer', 'content-encoding': 'gzip', date: 'Fri, 12 Mar 2021 08:29:03 GMT', server: 'ESF', 'content-length': '36', 'x-xss-protection': '0', 'x-frame-options': 'SAMEORIGIN', 'x-content-type-options': 'nosniff', 'alt-svc': 'h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"' }, statusCode: 200 } } 2021-03-12T08:28:00.583Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:28:00.583Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:28:00 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/v1/pages/ChNDaHJvbWUvODkuMC40Mzg5LjcyEhAJoJjr6b4CrMoSBQ2DqFs9?alt=proto' }, backendRequest: undefined } 2021-03-12T08:28:00.583Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:28:00.583Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:28:00.583Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.583Z cypress:network:cors Parsed URL { port: '443', tld: 'googleapis.com', domain: 'content-autofill' } 2021-03-12T08:28:00.583Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: false } 2021-03-12T08:28:00.583Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:28:00.583Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:28:00.583Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:28:00.583Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:28:00.583Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:28:00.583Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:28:00.584Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:28:00.584Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.584Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:28:00.584Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:28:00.584Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:28:00.584Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:28:00.584Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:28:00.714Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.714Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:00.715Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/24-930bff74f972118b8ad3.js', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'script', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } } } 2021-03-12T08:28:00.715Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:00.715Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:28:00.715Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:28:00.715Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:28:00.715Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:28:00.715Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:28:00.715Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.715Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:28:00.715Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.716Z cypress:network:agent addRequest called { isHttps: true, href: 'https://www.cypress.io/24-930bff74f972118b8ad3.js' } 2021-03-12T08:28:00.716Z cypress:network:agent got family { family: 4, href: 'https://www.cypress.io/24-930bff74f972118b8ad3.js' } 2021-03-12T08:28:00.716Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:28:00.717Z cypress:server:server-base Got CONNECT request from polyfill.io:443 2021-03-12T08:28:00.717Z cypress:https-proxy Writing browserSocket connection headers { url: 'polyfill.io:443', headLength: 0, headers: { host: 'polyfill.io:443', 'proxy-connection': 'keep-alive', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36' } } 2021-03-12T08:28:00.718Z cypress:https-proxy Got first head bytes { url: 'polyfill.io:443', head: '\u0016\u0003\u0001\u0002\u0000\u0001\u0000\u0001�\u0003\u0003�\u001a\u0001\u0017�3�5v�\u0015c�v��a�w\u0016�u��V\u001e5?�\u0007Q 2zw����RD��=q���v\u0002d\u001b' } 2021-03-12T08:28:00.719Z cypress:https-proxy Making intercepted connection to 46155 2021-03-12T08:28:00.720Z cypress:network:connect successfully connected { opts: { port: 46155, host: 'localhost', getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } 2021-03-12T08:28:00.720Z cypress:https-proxy received upstreamSocket callback for request { port: 46155, hostname: 'localhost', err: undefined } 2021-03-12T08:28:00.720Z cypress:server:util:socket_allowed allowing socket { localPort: 43942 } 2021-03-12T08:28:00.724Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.724Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:00.724Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://polyfill.io/v3/polyfill.min.js?features=NodeList.prototype.forEach%2C%7Ehtml5-elements', headers: { host: 'polyfill.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', origin: 'https://www.cypress.io', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', 'sec-fetch-site': 'cross-site', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'script', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9' } } } 2021-03-12T08:28:00.724Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:00.724Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:28:00.724Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:28:00.724Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:28:00.724Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:28:00.724Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:28:00.724Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.724Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:28:00.724Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.725Z cypress:network:agent addRequest called { isHttps: true, href: 'https://polyfill.io/v3/polyfill.min.js?features=NodeList.prototype.forEach%2C%7Ehtml5-elements' } 2021-03-12T08:28:00.725Z cypress:network:connect beginning getAddress { hostname: 'polyfill.io', port: 443 } 2021-03-12T08:28:00.725Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:28:00.726Z cypress:network:connect got addresses { hostname: 'polyfill.io', port: 443, addresses: [ { address: '151.101.130.109', family: 4 }, { address: '151.101.194.109', family: 4 }, { address: '151.101.66.109', family: 4 }, { address: '151.101.2.109', family: 4 }, { address: '2a04:4e42:400::621', family: 6 }, { address: '2a04:4e42:200::621', family: 6 }, { address: '2a04:4e42::621', family: 6 }, { address: '2a04:4e42:600::621', family: 6 } ] } 2021-03-12T08:28:00.730Z cypress:network:agent got family { family: 4, href: 'https://polyfill.io/v3/polyfill.min.js?features=NodeList.prototype.forEach%2C%7Ehtml5-elements' } 2021-03-12T08:28:00.758Z cypress:server:request received status code & headers on request { requestId: 'request50', statusCode: 200, headers: { 'content-type': 'text/javascript; charset=utf-8' } } 2021-03-12T08:28:00.758Z cypress:server:request successful response received { requestId: 'request50' } 2021-03-12T08:28:00.758Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.758Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:28:00.758Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:28:00.759Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://polyfill.io/v3/polyfill.min.js?features=NodeList.prototype.forEach%2C%7Ehtml5-elements', headers: { host: 'polyfill.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', origin: 'https://www.cypress.io', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', 'sec-fetch-site': 'cross-site', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'script', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9' } }, incomingRes: { headers: { connection: 'keep-alive', 'content-length': '90', 'cache-control': 'public, s-maxage=31536000, max-age=604800, stale-while-revalidate=604800, stale-if-error=604800', 'content-type': 'text/javascript; charset=utf-8', 'last-modified': 'Sat, 06 Mar 2021 21:16:38 GMT', 'content-encoding': 'gzip', 'server-timing': 'HIT-CLUSTER, fastly;desc="Edge time";dur=1, HIT-CLUSTER, fastly;desc="Edge time";dur=1', 'x-content-type-options': 'nosniff', 'strict-transport-security': 'max-age=31536000; includeSubdomains; preload', 'referrer-policy': 'origin-when-cross-origin', 'timing-allow-origin': '*', 'normalized-user-agent': 'chrome/89.0.0', 'detected-user-agent': 'Chrome/89.0.4389', 'accept-ranges': 'bytes', date: 'Fri, 12 Mar 2021 08:29:04 GMT', age: '385185', 'access-control-allow-origin': '*', 'access-control-allow-methods': 'GET,HEAD,OPTIONS', vary: 'User-Agent, Accept-Encoding' }, statusCode: 200 } } 2021-03-12T08:28:00.759Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:28:00.759Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:28:00 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/v3/polyfill.min.js?features=NodeList.prototype.forEach%2C%7Ehtml5-elements' }, backendRequest: undefined } 2021-03-12T08:28:00.759Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:28:00.759Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:28:00.759Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.759Z cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'polyfill' } 2021-03-12T08:28:00.759Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: false } 2021-03-12T08:28:00.759Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:28:00.759Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:28:00.759Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:28:00.759Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:28:00.759Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:28:00.760Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:28:00.760Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:28:00.760Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.760Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:28:00.760Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:28:00.760Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:28:00.760Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:28:00.760Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:28:00.777Z cypress:server:request received status code & headers on request { requestId: 'request49', statusCode: 200, headers: { 'content-type': 'application/javascript' } } 2021-03-12T08:28:00.777Z cypress:server:request successful response received { requestId: 'request49' } 2021-03-12T08:28:00.777Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.777Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:28:00.778Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:28:00.778Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/24-930bff74f972118b8ad3.js', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'script', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } }, incomingRes: { headers: { date: 'Fri, 12 Mar 2021 08:29:04 GMT', 'content-type': 'application/javascript', 'content-length': '16750', connection: 'keep-alive', 'cache-control': 'public, max-age=14400, must-revalidate', etag: '"204c55c85fd34732042a7b9dcbf14c0d-ssl-df"', 'referrer-policy': 'same-origin', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', 'content-encoding': 'gzip', vary: 'Accept-Encoding', 'x-nf-request-id': 'eb422343-6e44-474e-a1e8-856b1e357f64-27508612', 'cf-cache-status': 'REVALIDATED', 'accept-ranges': 'bytes', 'cf-request-id': '08c726c0a90000ee2f1998e000000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'report-to': '{"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https:\\/\\/a.nel.cloudflare.com\\/report?s=uA8prIGdZJszzfEfQu6xv9KEhfA8KnQSz6nybiBGuhd9833FW9cc6wb4BbsNuGuJZRiUgPAzI2ypESnIEM5cziG7u%2FvMYEAszGyfqFPkdA%3D%3D"}]}', nel: '{"report_to":"cf-nel","max_age":604800}', server: 'cloudflare', 'cf-ray': '62eba71449b2ee2f-CDG' }, statusCode: 200 } } 2021-03-12T08:28:00.778Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:28:00.778Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:28:00 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/24-930bff74f972118b8ad3.js' }, backendRequest: undefined } 2021-03-12T08:28:00.778Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:28:00.778Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:28:00.778Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.778Z cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } 2021-03-12T08:28:00.778Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: true } 2021-03-12T08:28:00.779Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:28:00.779Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:28:00.779Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:28:00.779Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:28:00.779Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:28:00.779Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:28:00.779Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:28:00.779Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.779Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:28:00.779Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:28:00.779Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:28:00.779Z cypress:proxy:http:response-middleware removing JS framebusting code 2021-03-12T08:28:00.779Z cypress:proxy:http:response-middleware ensuring resStream is plaintext 2021-03-12T08:28:00.779Z cypress:proxy:http:response-middleware gunzipping response body 2021-03-12T08:28:00.780Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:28:00.780Z cypress:proxy:http:response-middleware regzipping response body 2021-03-12T08:28:00.780Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:28:00.908Z cypress:server:server-base Got CONNECT request from buttons.github.io:443 2021-03-12T08:28:00.909Z cypress:https-proxy Writing browserSocket connection headers { url: 'buttons.github.io:443', headLength: 0, headers: { host: 'buttons.github.io:443', 'proxy-connection': 'keep-alive', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36' } } 2021-03-12T08:28:00.909Z cypress:https-proxy Got first head bytes { url: 'buttons.github.io:443', head: '\u0016\u0003\u0001\u0002\u0000\u0001\u0000\u0001�\u0003\u0003C\u0001W7YA��\u0000�r,\u0016��Z��\t�ᰴ��\u0010{�QW�\u0017 �w��h��g�q$@_�<�N\u0013�T�\f' } 2021-03-12T08:28:00.910Z cypress:https-proxy Making intercepted connection to 46155 2021-03-12T08:28:00.911Z cypress:network:connect successfully connected { opts: { port: 46155, host: 'localhost', getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } 2021-03-12T08:28:00.911Z cypress:https-proxy received upstreamSocket callback for request { port: 46155, hostname: 'localhost', err: undefined } 2021-03-12T08:28:00.911Z cypress:server:util:socket_allowed allowing socket { localPort: 43958 } 2021-03-12T08:28:00.916Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.916Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:00.916Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://buttons.github.io/buttons.js', headers: { host: 'buttons.github.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', 'sec-fetch-site': 'cross-site', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'script', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9' } } } 2021-03-12T08:28:00.916Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:00.916Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:28:00.916Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:28:00.916Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:28:00.916Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:28:00.916Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:28:00.916Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.916Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:28:00.917Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.917Z cypress:network:agent addRequest called { isHttps: true, href: 'https://buttons.github.io/buttons.js' } 2021-03-12T08:28:00.917Z cypress:network:connect beginning getAddress { hostname: 'buttons.github.io', port: 443 } 2021-03-12T08:28:00.917Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:28:00.917Z cypress:network:connect got addresses { hostname: 'buttons.github.io', port: 443, addresses: [ { address: '185.199.108.153', family: 4 }, { address: '185.199.109.153', family: 4 }, { address: '185.199.110.153', family: 4 }, { address: '185.199.111.153', family: 4 } ] } 2021-03-12T08:28:00.922Z cypress:network:agent got family { family: 4, href: 'https://buttons.github.io/buttons.js' } 2021-03-12T08:28:00.949Z cypress:server:request received status code & headers on request { requestId: 'request51', statusCode: 200, headers: { 'content-type': 'application/javascript; charset=utf-8' } } 2021-03-12T08:28:00.949Z cypress:server:request successful response received { requestId: 'request51' } 2021-03-12T08:28:00.950Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.950Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:28:00.950Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:28:00.950Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://buttons.github.io/buttons.js', headers: { host: 'buttons.github.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', 'sec-fetch-site': 'cross-site', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'script', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9' } }, incomingRes: { headers: { connection: 'keep-alive', 'content-length': '5930', server: 'GitHub.com', 'content-type': 'application/javascript; charset=utf-8', 'x-origin-cache': 'HIT', 'last-modified': 'Fri, 12 Mar 2021 07:51:10 GMT', 'access-control-allow-origin': '*', etag: 'W/"604b1d6e-3beb"', expires: 'Fri, 12 Mar 2021 08:01:28 GMT', 'cache-control': 'max-age=600', 'content-encoding': 'gzip', 'x-proxy-cache': 'HIT', 'x-github-request-id': '87E8:D806:4A919A:4D0D9A:604B1D93', 'accept-ranges': 'bytes', date: 'Fri, 12 Mar 2021 08:29:04 GMT', via: '1.1 varnish', age: '404', 'x-served-by': 'cache-ams21034-AMS', 'x-cache': 'HIT', 'x-cache-hits': '9', 'x-timer': 'S1615537744.262373,VS0,VE0', vary: 'Accept-Encoding', 'x-fastly-request-id': '8b9747582ee02d584315288f937760adf43d16bb' }, statusCode: 200 } } 2021-03-12T08:28:00.951Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:28:00.951Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:28:00 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/buttons.js' }, backendRequest: undefined } 2021-03-12T08:28:00.951Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:28:00.951Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:28:00.951Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.951Z cypress:network:cors Parsed URL { port: '443', tld: 'github.io', domain: 'buttons' } 2021-03-12T08:28:00.951Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: false } 2021-03-12T08:28:00.951Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:28:00.952Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:28:00.952Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:28:00.952Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:28:00.952Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:28:00.952Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:28:00.952Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:28:00.952Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.952Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:28:00.952Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:28:00.952Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:28:00.952Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:28:00.953Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:28:00.965Z cypress:server:server-base Got CONNECT request from i.vimeocdn.com:443 2021-03-12T08:28:00.965Z cypress:https-proxy Writing browserSocket connection headers { url: 'i.vimeocdn.com:443', headLength: 0, headers: { host: 'i.vimeocdn.com:443', 'proxy-connection': 'keep-alive', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36' } } 2021-03-12T08:28:00.966Z cypress:https-proxy Got first head bytes { url: 'i.vimeocdn.com:443', head: '\u0016\u0003\u0001\u0002\u0000\u0001\u0000\u0001�\u0003\u0003��s\u0002�\u0017�9u���\u0010vb��VT�+���t����@! �,\u0017�Q�\u0010�1\n\u001c/���1�b\u0011�' } 2021-03-12T08:28:00.967Z cypress:https-proxy Making intercepted connection to 46155 2021-03-12T08:28:00.968Z cypress:network:connect successfully connected { opts: { port: 46155, host: 'localhost', getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } 2021-03-12T08:28:00.968Z cypress:https-proxy received upstreamSocket callback for request { port: 46155, hostname: 'localhost', err: undefined } 2021-03-12T08:28:00.968Z cypress:server:util:socket_allowed allowing socket { localPort: 43974 } 2021-03-12T08:28:00.971Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:00.971Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:00.971Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://i.vimeocdn.com/video/659967784.png?mw=1109&mh=624&q=70', headers: { host: 'i.vimeocdn.com', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: 'image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8', 'sec-fetch-site': 'cross-site', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'image', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9' } } } 2021-03-12T08:28:00.971Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:00.971Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:28:00.972Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:28:00.972Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:28:00.972Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:28:00.972Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:28:00.972Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.972Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:28:00.972Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:00.972Z cypress:network:agent addRequest called { isHttps: true, href: 'https://i.vimeocdn.com/video/659967784.png?mw=1109&mh=624&q=70' } 2021-03-12T08:28:00.972Z cypress:network:connect beginning getAddress { hostname: 'i.vimeocdn.com', port: 443 } 2021-03-12T08:28:00.973Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:28:01.003Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.003Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:01.003Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/static/bca66aaf4653151a7b05fee768a65b8d/7f172/cypress-header-bg.webp', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: 'image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'image', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } } } 2021-03-12T08:28:01.003Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:01.003Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:28:01.003Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:28:01.003Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:28:01.003Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:28:01.003Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:28:01.003Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.003Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:28:01.003Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.004Z cypress:network:agent addRequest called { isHttps: true, href: 'https://www.cypress.io/static/bca66aaf4653151a7b05fee768a65b8d/7f172/cypress-header-bg.webp' } 2021-03-12T08:28:01.004Z cypress:network:agent got family { family: 4, href: 'https://www.cypress.io/static/bca66aaf4653151a7b05fee768a65b8d/7f172/cypress-header-bg.webp' } 2021-03-12T08:28:01.004Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:28:01.005Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.005Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:01.005Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/page-data/whats-new/page-data.json', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: 'application/signed-exchange;v=b3;q=0.9,*/*;q=0.8', purpose: 'prefetch', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'empty', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } } } 2021-03-12T08:28:01.005Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:01.005Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:28:01.006Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:28:01.006Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:28:01.006Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:28:01.006Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:28:01.006Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.006Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:28:01.006Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.006Z cypress:network:agent addRequest called { isHttps: true, href: 'https://www.cypress.io/page-data/whats-new/page-data.json' } 2021-03-12T08:28:01.006Z cypress:network:agent got family { family: 4, href: 'https://www.cypress.io/page-data/whats-new/page-data.json' } 2021-03-12T08:28:01.007Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:28:01.007Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.007Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:01.007Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/page-data/pricing/page-data.json', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: 'application/signed-exchange;v=b3;q=0.9,*/*;q=0.8', purpose: 'prefetch', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'empty', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } } } 2021-03-12T08:28:01.007Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:01.007Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:28:01.008Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:28:01.008Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:28:01.008Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:28:01.008Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:28:01.008Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.008Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:28:01.008Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.008Z cypress:network:agent addRequest called { isHttps: true, href: 'https://www.cypress.io/page-data/pricing/page-data.json' } 2021-03-12T08:28:01.008Z cypress:network:agent got family { family: 4, href: 'https://www.cypress.io/page-data/pricing/page-data.json' } 2021-03-12T08:28:01.008Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:28:01.009Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.009Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:01.009Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/static/33498b5f95008093f5f94467c61d20ab/59c46/cypress-logo.webp', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: 'image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'image', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } } } 2021-03-12T08:28:01.009Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:01.009Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:28:01.009Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:28:01.009Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:28:01.009Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:28:01.009Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:28:01.009Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.009Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:28:01.009Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.010Z cypress:network:agent addRequest called { isHttps: true, href: 'https://www.cypress.io/static/33498b5f95008093f5f94467c61d20ab/59c46/cypress-logo.webp' } 2021-03-12T08:28:01.010Z cypress:network:agent got family { family: 4, href: 'https://www.cypress.io/static/33498b5f95008093f5f94467c61d20ab/59c46/cypress-logo.webp' } 2021-03-12T08:28:01.010Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:28:01.011Z cypress:network:connect got addresses { hostname: 'i.vimeocdn.com', port: 443, addresses: [ { address: '151.101.38.109', family: 4 } ] } 2021-03-12T08:28:01.012Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.012Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:01.012Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/page-data/support/page-data.json', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: 'application/signed-exchange;v=b3;q=0.9,*/*;q=0.8', purpose: 'prefetch', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'empty', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } } } 2021-03-12T08:28:01.012Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:01.012Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:28:01.012Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:28:01.012Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:28:01.012Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:28:01.012Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:28:01.013Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.013Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:28:01.013Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.013Z cypress:network:agent addRequest called { isHttps: true, href: 'https://www.cypress.io/page-data/support/page-data.json' } 2021-03-12T08:28:01.013Z cypress:network:agent got family { family: 4, href: 'https://www.cypress.io/page-data/support/page-data.json' } 2021-03-12T08:28:01.013Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:28:01.014Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.014Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:01.014Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/page-data/how-it-works/page-data.json', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: 'application/signed-exchange;v=b3;q=0.9,*/*;q=0.8', purpose: 'prefetch', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'empty', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } } } 2021-03-12T08:28:01.014Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:01.014Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:28:01.015Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:28:01.015Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:28:01.015Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:28:01.015Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:28:01.015Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.015Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:28:01.015Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.015Z cypress:network:agent addRequest called { isHttps: true, href: 'https://www.cypress.io/page-data/how-it-works/page-data.json' } 2021-03-12T08:28:01.016Z cypress:network:agent got family { family: 4, href: 'https://www.cypress.io/page-data/how-it-works/page-data.json' } 2021-03-12T08:28:01.016Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:28:01.017Z cypress:network:agent got family { family: 4, href: 'https://i.vimeocdn.com/video/659967784.png?mw=1109&mh=624&q=70' } 2021-03-12T08:28:01.035Z cypress:server:request received status code & headers on request { requestId: 'request53', statusCode: 200, headers: { 'content-type': 'image/webp' } } 2021-03-12T08:28:01.036Z cypress:server:request successful response received { requestId: 'request53' } 2021-03-12T08:28:01.036Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.036Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:28:01.036Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:28:01.036Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/static/bca66aaf4653151a7b05fee768a65b8d/7f172/cypress-header-bg.webp', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: 'image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'image', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } }, incomingRes: { headers: { date: 'Fri, 12 Mar 2021 08:29:04 GMT', 'content-type': 'image/webp', 'content-length': '9742', connection: 'keep-alive', etag: '"3fb561c663a74bcdee42ff2f0ebeb59d-ssl"', 'referrer-policy': 'same-origin', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', 'cache-control': 'public, max-age=31536000, immutable', 'x-nf-request-id': '9ec0fcc5-ec81-4227-a017-73d785562a19-7658671', 'cf-cache-status': 'HIT', age: '15125', 'accept-ranges': 'bytes', 'cf-request-id': '08c726c1c70000088fc825a000000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'report-to': '{"max_age":604800,"endpoints":[{"url":"https:\\/\\/a.nel.cloudflare.com\\/report?s=7aysV2bC9%2Fum2YK3uDQYw8W4BEWGYk6XVUN9Uvb0zWQqF2Wg2Ch90uJBwJpSrDg6FBxfeJT8tq6awh91%2ByzXclKY9ESyRnQFXPUUjgj1Ug%3D%3D"}],"group":"cf-nel"}', nel: '{"report_to":"cf-nel","max_age":604800}', vary: 'Accept-Encoding', server: 'cloudflare', 'cf-ray': '62eba716089f088f-CDG' }, statusCode: 200 } } 2021-03-12T08:28:01.036Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:28:01.036Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:28:01 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/static/bca66aaf4653151a7b05fee768a65b8d/7f172/cypress-header-bg.webp' }, backendRequest: undefined } 2021-03-12T08:28:01.036Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:28:01.036Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:28:01.036Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.036Z cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } 2021-03-12T08:28:01.037Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: false } 2021-03-12T08:28:01.037Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:28:01.037Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:28:01.037Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:28:01.037Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:28:01.037Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:28:01.037Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:28:01.037Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:28:01.037Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.037Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:28:01.037Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:28:01.037Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:28:01.037Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:28:01.037Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:28:01.038Z cypress:server:request received status code & headers on request { requestId: 'request56', statusCode: 200, headers: { 'content-type': 'image/webp' } } 2021-03-12T08:28:01.039Z cypress:server:request successful response received { requestId: 'request56' } 2021-03-12T08:28:01.039Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.039Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:28:01.039Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:28:01.039Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/static/33498b5f95008093f5f94467c61d20ab/59c46/cypress-logo.webp', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: 'image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'image', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } }, incomingRes: { headers: { date: 'Fri, 12 Mar 2021 08:29:04 GMT', 'content-type': 'image/webp', 'content-length': '2176', connection: 'keep-alive', etag: '"6b46b82c3f0181b2255fe2fd054bdc1e-ssl"', 'referrer-policy': 'same-origin', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', 'cache-control': 'public, max-age=31536000, immutable', 'x-nf-request-id': '97c19fa6-ec7a-461e-99c6-587c5dc6fb4d-1703413', 'cf-cache-status': 'HIT', age: '8729967', 'accept-ranges': 'bytes', 'cf-request-id': '08c726c1cd00000820bcafa000000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'report-to': '{"max_age":604800,"endpoints":[{"url":"https:\\/\\/a.nel.cloudflare.com\\/report?s=QK30Ucl9Y9%2FY4L%2B5W0U8Pqj%2BO5NYKid0auPpyu9ulwkh0IzVElTkj045wdmR%2F2%2FDbybcPzJZTlUCgqM98A6Cy7NFMRJPHY06uPr5XE1QLw%3D%3D"}],"group":"cf-nel"}', nel: '{"report_to":"cf-nel","max_age":604800}', vary: 'Accept-Encoding', server: 'cloudflare', 'cf-ray': '62eba7161bc30820-CDG' }, statusCode: 200 } } 2021-03-12T08:28:01.039Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:28:01.039Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:28:01 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/static/33498b5f95008093f5f94467c61d20ab/59c46/cypress-logo.webp' }, backendRequest: undefined } 2021-03-12T08:28:01.040Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:28:01.040Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:28:01.040Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.040Z cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } 2021-03-12T08:28:01.040Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: false } 2021-03-12T08:28:01.040Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:28:01.040Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:28:01.040Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:28:01.040Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:28:01.040Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:28:01.040Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:28:01.040Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:28:01.040Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.040Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:28:01.040Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:28:01.041Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:28:01.041Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:28:01.041Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:28:01.042Z cypress:server:request received status code & headers on request { requestId: 'request52', statusCode: 200, headers: { 'content-type': 'image/png' } } 2021-03-12T08:28:01.042Z cypress:server:request successful response received { requestId: 'request52' } 2021-03-12T08:28:01.043Z cypress:server:server-base Got CONNECT request from api.github.com:443 2021-03-12T08:28:01.043Z cypress:https-proxy Writing browserSocket connection headers { url: 'api.github.com:443', headLength: 0, headers: { host: 'api.github.com:443', 'proxy-connection': 'keep-alive', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36' } } 2021-03-12T08:28:01.043Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.043Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:28:01.043Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:28:01.043Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://i.vimeocdn.com/video/659967784.png?mw=1109&mh=624&q=70', headers: { host: 'i.vimeocdn.com', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: 'image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8', 'sec-fetch-site': 'cross-site', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'image', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9' } }, incomingRes: { headers: { connection: 'keep-alive', 'content-length': '399343', 'content-type': 'image/png', etag: '8a52d5ed6c6d793a1392a3e0496878ed', 'viewmaster-server': 'viewmaster-us-central1-rfn4', 'cache-control': 'public, max-age=2592000', via: 'vvarnish, 1.1 varnish, 1.1 varnish', 'x-backend-server': 'varnish', 'access-control-allow-origin': '*', 'accept-ranges': 'bytes', date: 'Fri, 12 Mar 2021 08:29:04 GMT', age: '2254283', 'x-served-by': 'cache-dfw18656-DFW, cache-ams21082-AMS', 'x-cache': 'miss, HIT, HIT', 'x-cache-hits': '1, 1', 'x-timer': 'S1615537744.351835,VS0,VE1' }, statusCode: 200 } } 2021-03-12T08:28:01.043Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:28:01.044Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:28:01 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/video/659967784.png?mw=1109&mh=624&q=70' }, backendRequest: undefined } 2021-03-12T08:28:01.044Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:28:01.044Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:28:01.044Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.044Z cypress:network:cors Parsed URL { port: '443', tld: 'com', domain: 'vimeocdn' } 2021-03-12T08:28:01.044Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: false } 2021-03-12T08:28:01.044Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:28:01.044Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:28:01.044Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:28:01.044Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:28:01.044Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:28:01.044Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:28:01.044Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:28:01.044Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.044Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:28:01.044Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:28:01.045Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:28:01.045Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:28:01.045Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:28:01.046Z cypress:https-proxy Got first head bytes { url: 'api.github.com:443', head: "\u0016\u0003\u0001\u0002\u0000\u0001\u0000\u0001�\u0003\u0003�mr=NM*1�%[��AK���\u0017�'�Y=��l���j / ���l�@s%���\u0012W���L>~" } 2021-03-12T08:28:01.049Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.049Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:01.049Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/page-data/features/page-data.json', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: 'application/signed-exchange;v=b3;q=0.9,*/*;q=0.8', purpose: 'prefetch', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'empty', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } } } 2021-03-12T08:28:01.049Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:01.049Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:28:01.049Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:28:01.049Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:28:01.049Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:28:01.049Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:28:01.049Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.049Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:28:01.049Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.050Z cypress:network:agent addRequest called { isHttps: true, href: 'https://www.cypress.io/page-data/features/page-data.json' } 2021-03-12T08:28:01.050Z cypress:network:agent got family { family: 4, href: 'https://www.cypress.io/page-data/features/page-data.json' } 2021-03-12T08:28:01.050Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:28:01.050Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.050Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:01.050Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/page-data/dashboard/page-data.json', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: 'application/signed-exchange;v=b3;q=0.9,*/*;q=0.8', purpose: 'prefetch', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'empty', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } } } 2021-03-12T08:28:01.050Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:01.050Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:28:01.051Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:28:01.051Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:28:01.051Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:28:01.051Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:28:01.051Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.051Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:28:01.051Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.051Z cypress:network:agent addRequest called { isHttps: true, href: 'https://www.cypress.io/page-data/dashboard/page-data.json' } 2021-03-12T08:28:01.051Z cypress:network:agent got family { family: 4, href: 'https://www.cypress.io/page-data/dashboard/page-data.json' } 2021-03-12T08:28:01.051Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:28:01.059Z cypress:https-proxy Making intercepted connection to 46155 2021-03-12T08:28:01.060Z cypress:network:connect successfully connected { opts: { port: 46155, host: 'localhost', getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } 2021-03-12T08:28:01.060Z cypress:https-proxy received upstreamSocket callback for request { port: 46155, hostname: 'localhost', err: undefined } 2021-03-12T08:28:01.060Z cypress:server:util:socket_allowed allowing socket { localPort: 43986 } 2021-03-12T08:28:01.066Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.066Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:01.066Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://api.github.com/repos/cypress-io/cypress', headers: { host: 'api.github.com', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', origin: 'https://www.cypress.io', 'sec-fetch-site': 'cross-site', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9' } } } 2021-03-12T08:28:01.066Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:01.066Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:28:01.066Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:28:01.066Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:28:01.066Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:28:01.066Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:28:01.066Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.066Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:28:01.066Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.067Z cypress:network:agent addRequest called { isHttps: true, href: 'https://api.github.com/repos/cypress-io/cypress' } 2021-03-12T08:28:01.067Z cypress:network:connect beginning getAddress { hostname: 'api.github.com', port: 443 } 2021-03-12T08:28:01.067Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:28:01.073Z cypress:server:request received status code & headers on request { requestId: 'request55', statusCode: 200, headers: { 'content-type': 'application/json' } } 2021-03-12T08:28:01.073Z cypress:server:request successful response received { requestId: 'request55' } 2021-03-12T08:28:01.073Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.073Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:28:01.073Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:28:01.073Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/page-data/pricing/page-data.json', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: 'application/signed-exchange;v=b3;q=0.9,*/*;q=0.8', purpose: 'prefetch', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'empty', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } }, incomingRes: { headers: { date: 'Fri, 12 Mar 2021 08:29:04 GMT', 'content-type': 'application/json', 'content-length': '3059', connection: 'keep-alive', 'accept-ranges': 'bytes', 'cache-control': 'public, max-age=0, must-revalidate', etag: '"6b8b325e863abb7aff568c213192fd5d-ssl-df"', 'referrer-policy': 'same-origin', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', 'content-encoding': 'gzip', age: '60927', vary: 'Accept-Encoding', 'x-nf-request-id': 'c8ef9c74-b3a0-4796-8d5e-c8699eb63030-41466464', 'cf-cache-status': 'DYNAMIC', 'cf-request-id': '08c726c1cb0000ee233a959000000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'report-to': '{"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https:\\/\\/a.nel.cloudflare.com\\/report?s=Ua0LKklIMLk5j3UhY5DIiYhE82rks%2BquZ6GqMniHtswjHxO5IxwITA8RfzMl8eS%2Fla3P9CS%2BhOzLJ4XB%2FVNR3aJiXiXK3vBGm4HSKWZBiQ%3D%3D"}]}', nel: '{"report_to":"cf-nel","max_age":604800}', server: 'cloudflare', 'cf-ray': '62eba7161f4cee23-CDG' }, statusCode: 200 } } 2021-03-12T08:28:01.073Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:28:01.073Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:28:01 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/page-data/pricing/page-data.json' }, backendRequest: undefined } 2021-03-12T08:28:01.074Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:28:01.074Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:28:01.074Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.074Z cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } 2021-03-12T08:28:01.074Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: false } 2021-03-12T08:28:01.074Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:28:01.074Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:28:01.074Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:28:01.075Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:28:01.075Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:28:01.075Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:28:01.075Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:28:01.075Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.075Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:28:01.075Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:28:01.075Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:28:01.075Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:28:01.075Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:28:01.077Z cypress:server:request received status code & headers on request { requestId: 'request54', statusCode: 200, headers: { 'content-type': 'application/json' } } 2021-03-12T08:28:01.077Z cypress:server:request successful response received { requestId: 'request54' } 2021-03-12T08:28:01.078Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.078Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:28:01.078Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:28:01.078Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/page-data/whats-new/page-data.json', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: 'application/signed-exchange;v=b3;q=0.9,*/*;q=0.8', purpose: 'prefetch', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'empty', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } }, incomingRes: { headers: { date: 'Fri, 12 Mar 2021 08:29:04 GMT', 'content-type': 'application/json', 'content-length': '17463', connection: 'keep-alive', 'accept-ranges': 'bytes', 'cache-control': 'public, max-age=0, must-revalidate', etag: '"d5e4b265bd1d376798bf4066fe868d83-ssl-df"', 'referrer-policy': 'same-origin', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', 'content-encoding': 'gzip', age: '60927', vary: 'Accept-Encoding', 'x-nf-request-id': '13fbde1a-9ec5-4243-93c4-cf3c15fdfcb4-30945493', 'cf-cache-status': 'DYNAMIC', 'cf-request-id': '08c726c1ca0000cdd361a4f000000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'report-to': '{"endpoints":[{"url":"https:\\/\\/a.nel.cloudflare.com\\/report?s=sCsOdgUiqbD0dZXkz58TKBS51Haq%2F3HWUGKKwH6ZyR0B9aC2rhDb5JnbVjpVGiPfZptrGbSbXuXlwP6N8xai5dNSZhZ0c%2F4XoadXxo5cwA%3D%3D"}],"max_age":604800,"group":"cf-nel"}', nel: '{"report_to":"cf-nel","max_age":604800}', server: 'cloudflare', 'cf-ray': '62eba7160d4fcdd3-CDG' }, statusCode: 200 } } 2021-03-12T08:28:01.078Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:28:01.078Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:28:01 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/page-data/whats-new/page-data.json' }, backendRequest: undefined } 2021-03-12T08:28:01.079Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:28:01.079Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:28:01.079Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.079Z cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } 2021-03-12T08:28:01.079Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: false } 2021-03-12T08:28:01.079Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:28:01.079Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:28:01.079Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:28:01.079Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:28:01.079Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:28:01.079Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:28:01.079Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:28:01.079Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.079Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:28:01.080Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:28:01.080Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:28:01.080Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:28:01.080Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:28:01.081Z cypress:network:connect got addresses { hostname: 'api.github.com', port: 443, addresses: [ { address: '140.82.121.6', family: 4 } ] } 2021-03-12T08:28:01.083Z cypress:server:request received status code & headers on request { requestId: 'request57', statusCode: 200, headers: { 'content-type': 'application/json' } } 2021-03-12T08:28:01.083Z cypress:server:request successful response received { requestId: 'request57' } 2021-03-12T08:28:01.084Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.084Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:28:01.084Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:28:01.084Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/page-data/support/page-data.json', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: 'application/signed-exchange;v=b3;q=0.9,*/*;q=0.8', purpose: 'prefetch', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'empty', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } }, incomingRes: { headers: { date: 'Fri, 12 Mar 2021 08:29:04 GMT', 'content-type': 'application/json', 'transfer-encoding': 'chunked', connection: 'keep-alive', 'cache-control': 'public, max-age=0, must-revalidate', etag: 'W/"9ca1783c7fbe8826156b3d6f149b66c3-ssl"', 'referrer-policy': 'same-origin', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', age: '60927', 'x-nf-request-id': 'c8ef9c74-b3a0-4796-8d5e-c8699eb63030-41466466', 'cf-cache-status': 'DYNAMIC', 'cf-request-id': '08c726c1d10000ee2f170f1000000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'report-to': '{"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https:\\/\\/a.nel.cloudflare.com\\/report?s=ptuw3%2Fb4bdPor7xg4Av0O4hH99WfV8o4wFykt4ErA50yW%2FL6HXDDMGsNUGZZ8%2FXupGHwAxqyADHVyOGOR4nApqGN0OV%2Fxl%2B6nutGc%2Bq4sA%3D%3D"}]}', nel: '{"report_to":"cf-nel","max_age":604800}', server: 'cloudflare', 'cf-ray': '62eba7161c93ee2f-CDG', 'content-encoding': 'gzip' }, statusCode: 200 } } 2021-03-12T08:28:01.084Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:28:01.084Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:28:01 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/page-data/support/page-data.json' }, backendRequest: undefined } 2021-03-12T08:28:01.084Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:28:01.084Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:28:01.085Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.085Z cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } 2021-03-12T08:28:01.085Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: false } 2021-03-12T08:28:01.085Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:28:01.085Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:28:01.085Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:28:01.085Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:28:01.085Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:28:01.085Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:28:01.085Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:28:01.085Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.085Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:28:01.085Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:28:01.086Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:28:01.086Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:28:01.086Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:28:01.094Z cypress:network:agent got family { family: 4, href: 'https://api.github.com/repos/cypress-io/cypress' } 2021-03-12T08:28:01.101Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.101Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:01.101Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/page-data/pricing/page-data.json', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } } } 2021-03-12T08:28:01.101Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:01.101Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:28:01.101Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:28:01.101Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:28:01.102Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:28:01.102Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:28:01.102Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.102Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:28:01.102Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.103Z cypress:network:agent addRequest called { isHttps: true, href: 'https://www.cypress.io/page-data/pricing/page-data.json' } 2021-03-12T08:28:01.103Z cypress:network:agent got family { family: 4, href: 'https://www.cypress.io/page-data/pricing/page-data.json' } 2021-03-12T08:28:01.103Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:28:01.112Z cypress:server:request received status code & headers on request { requestId: 'request60', statusCode: 200, headers: { 'content-type': 'application/json' } } 2021-03-12T08:28:01.112Z cypress:server:request successful response received { requestId: 'request60' } 2021-03-12T08:28:01.113Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.113Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:28:01.113Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:28:01.113Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/page-data/dashboard/page-data.json', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: 'application/signed-exchange;v=b3;q=0.9,*/*;q=0.8', purpose: 'prefetch', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'empty', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } }, incomingRes: { headers: { date: 'Fri, 12 Mar 2021 08:29:04 GMT', 'content-type': 'application/json', 'transfer-encoding': 'chunked', connection: 'keep-alive', 'cache-control': 'public, max-age=0, must-revalidate', etag: 'W/"e64f9e69ff048af2ede52281a3cf9e96-ssl"', 'referrer-policy': 'same-origin', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', age: '60927', 'x-nf-request-id': 'c8ef9c74-b3a0-4796-8d5e-c8699eb63030-41466472', 'cf-cache-status': 'DYNAMIC', 'cf-request-id': '08c726c1f70000082078086000000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'report-to': '{"max_age":604800,"endpoints":[{"url":"https:\\/\\/a.nel.cloudflare.com\\/report?s=WR7%2BB2NnbNYX2gdkrGBhscVCD8IGJK1qYsyofv6fH3VqDiGQkI50E4pJ8SnRiA9jtt6ngvLzZtUgerWlDXiciO9rBgt8%2B1ZeyQT7u8iCEw%3D%3D"}],"group":"cf-nel"}', nel: '{"report_to":"cf-nel","max_age":604800}', server: 'cloudflare', 'cf-ray': '62eba7165c9a0820-CDG', 'content-encoding': 'gzip' }, statusCode: 200 } } 2021-03-12T08:28:01.113Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:28:01.113Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:28:01 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/page-data/dashboard/page-data.json' }, backendRequest: undefined } 2021-03-12T08:28:01.113Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:28:01.113Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:28:01.114Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.114Z cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } 2021-03-12T08:28:01.114Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: false } 2021-03-12T08:28:01.116Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:28:01.116Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:28:01.116Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:28:01.116Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:28:01.116Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:28:01.116Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:28:01.116Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:28:01.116Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.116Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:28:01.116Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:28:01.117Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:28:01.117Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:28:01.117Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:28:01.118Z cypress:server:request received status code & headers on request { requestId: 'request59', statusCode: 200, headers: { 'content-type': 'application/json' } } 2021-03-12T08:28:01.118Z cypress:server:request successful response received { requestId: 'request59' } 2021-03-12T08:28:01.119Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.119Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:28:01.120Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:28:01.120Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/page-data/features/page-data.json', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: 'application/signed-exchange;v=b3;q=0.9,*/*;q=0.8', purpose: 'prefetch', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'empty', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } }, incomingRes: { headers: { date: 'Fri, 12 Mar 2021 08:29:04 GMT', 'content-type': 'application/json', 'transfer-encoding': 'chunked', connection: 'keep-alive', 'cache-control': 'public, max-age=0, must-revalidate', etag: 'W/"21179828188752fa5a8e583a9c51c757-ssl"', 'referrer-policy': 'same-origin', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', age: '60927', 'x-nf-request-id': 'c8ef9c74-b3a0-4796-8d5e-c8699eb63030-41466473', 'cf-cache-status': 'DYNAMIC', 'cf-request-id': '08c726c1f70000088f7d216000000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'report-to': '{"max_age":604800,"endpoints":[{"url":"https:\\/\\/a.nel.cloudflare.com\\/report?s=KOrWzac0mrsUKY9DaulkqR38OrubzOGksncl34umeCJVGeMZUDTPtXUFkxZmTu7V%2B%2BIO0%2FEK6oCob1fB8iLuNRj4b%2FJ2Xon0gh72KD2kDQ%3D%3D"}],"group":"cf-nel"}', nel: '{"report_to":"cf-nel","max_age":604800}', server: 'cloudflare', 'cf-ray': '62eba716593e088f-CDG', 'content-encoding': 'gzip' }, statusCode: 200 } } 2021-03-12T08:28:01.120Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:28:01.120Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:28:01 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/page-data/features/page-data.json' }, backendRequest: undefined } 2021-03-12T08:28:01.120Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:28:01.120Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:28:01.120Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.120Z cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } 2021-03-12T08:28:01.121Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: false } 2021-03-12T08:28:01.121Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:28:01.121Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:28:01.121Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:28:01.121Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:28:01.121Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:28:01.121Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:28:01.121Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:28:01.121Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.121Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:28:01.121Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:28:01.122Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:28:01.122Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:28:01.122Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:28:01.133Z cypress:server:request received status code & headers on request { requestId: 'request61', statusCode: 200, headers: { 'content-type': 'application/json; charset=utf-8' } } 2021-03-12T08:28:01.133Z cypress:server:request successful response received { requestId: 'request61' } 2021-03-12T08:28:01.134Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.134Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:28:01.134Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:28:01.134Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://api.github.com/repos/cypress-io/cypress', headers: { host: 'api.github.com', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', origin: 'https://www.cypress.io', 'sec-fetch-site': 'cross-site', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9' } }, incomingRes: { headers: { server: 'GitHub.com', date: 'Fri, 12 Mar 2021 08:28:59 GMT', 'content-type': 'application/json; charset=utf-8', 'cache-control': 'public, max-age=60, s-maxage=60', vary: 'Accept, Accept-Encoding, Accept, X-Requested-With', etag: 'W/"ca299740d7fbd5f0c25022f2c3993609f444c63538e3ce4b14edd297bb23b0ad"', 'last-modified': 'Fri, 12 Mar 2021 05:48:33 GMT', 'x-github-media-type': 'github.v3; format=json', 'access-control-expose-headers': 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset', 'access-control-allow-origin': '*', 'strict-transport-security': 'max-age=31536000; includeSubdomains; preload', 'x-frame-options': 'deny', 'x-content-type-options': 'nosniff', 'x-xss-protection': '1; mode=block', 'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin', 'content-security-policy': "default-src 'none'", 'content-encoding': 'gzip', 'x-ratelimit-limit': '60', 'x-ratelimit-remaining': '44', 'x-ratelimit-reset': '1615537809', 'x-ratelimit-used': '16', 'accept-ranges': 'bytes', 'content-length': '1428', 'x-github-request-id': 'B3EA:2A93:70C388:7555C9:604B2650' }, statusCode: 200 } } 2021-03-12T08:28:01.134Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:28:01.134Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:28:01 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/repos/cypress-io/cypress' }, backendRequest: undefined } 2021-03-12T08:28:01.134Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:28:01.134Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:28:01.134Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.134Z cypress:network:cors Parsed URL { port: '443', tld: 'com', domain: 'github' } 2021-03-12T08:28:01.134Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: false } 2021-03-12T08:28:01.134Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:28:01.135Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:28:01.135Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:28:01.135Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:28:01.135Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:28:01.135Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:28:01.135Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:28:01.135Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.135Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:28:01.135Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:28:01.135Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:28:01.135Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:28:01.135Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:28:01.144Z cypress:server:request received status code & headers on request { requestId: 'request58', statusCode: 200, headers: { 'content-type': 'application/json' } } 2021-03-12T08:28:01.145Z cypress:server:request successful response received { requestId: 'request58' } 2021-03-12T08:28:01.145Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.145Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:28:01.145Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:28:01.145Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/page-data/how-it-works/page-data.json', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: 'application/signed-exchange;v=b3;q=0.9,*/*;q=0.8', purpose: 'prefetch', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'empty', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } }, incomingRes: { headers: { date: 'Fri, 12 Mar 2021 08:29:04 GMT', 'content-type': 'application/json', 'transfer-encoding': 'chunked', connection: 'keep-alive', 'cache-control': 'public, max-age=0, must-revalidate', etag: 'W/"0535035b811f6bcf5a13a56915582def-ssl"', 'referrer-policy': 'same-origin', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', age: '60927', 'x-nf-request-id': 'c8ef9c74-b3a0-4796-8d5e-c8699eb63030-41466486', 'cf-cache-status': 'DYNAMIC', 'cf-request-id': '08c726c1ff0000edeffa08d000000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'report-to': '{"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https:\\/\\/a.nel.cloudflare.com\\/report?s=pSnSgFvT4vhTRxpgCFzpopfe7X3U2PQTrPYBqM3REi76nNs9QBKzJh5IpqdcvGb8UDBcUUwL6r8dx6KkB5vxgwCHgvwIJ9HOfE8YFLuaBw%3D%3D"}]}', nel: '{"report_to":"cf-nel","max_age":604800}', server: 'cloudflare', 'cf-ray': '62eba7166d38edef-CDG', 'content-encoding': 'gzip' }, statusCode: 200 } } 2021-03-12T08:28:01.145Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:28:01.145Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:28:01 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/page-data/how-it-works/page-data.json' }, backendRequest: undefined } 2021-03-12T08:28:01.145Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:28:01.145Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:28:01.145Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.145Z cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } 2021-03-12T08:28:01.145Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: false } 2021-03-12T08:28:01.146Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:28:01.146Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:28:01.146Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:28:01.146Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:28:01.146Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:28:01.146Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:28:01.146Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:28:01.146Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.146Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:28:01.146Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:28:01.146Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:28:01.146Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:28:01.146Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:28:01.149Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.149Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:01.149Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/page-data/whats-new/page-data.json', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } } } 2021-03-12T08:28:01.149Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:01.149Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:28:01.149Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:28:01.149Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:28:01.149Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:28:01.149Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:28:01.149Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.149Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:28:01.149Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.150Z cypress:network:agent addRequest called { isHttps: true, href: 'https://www.cypress.io/page-data/whats-new/page-data.json' } 2021-03-12T08:28:01.150Z cypress:network:agent got family { family: 4, href: 'https://www.cypress.io/page-data/whats-new/page-data.json' } 2021-03-12T08:28:01.150Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:28:01.165Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.165Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:01.165Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/page-data/support/page-data.json', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } } } 2021-03-12T08:28:01.165Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:01.165Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:28:01.165Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:28:01.165Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:28:01.165Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:28:01.165Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:28:01.165Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.165Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:28:01.165Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.166Z cypress:network:agent addRequest called { isHttps: true, href: 'https://www.cypress.io/page-data/support/page-data.json' } 2021-03-12T08:28:01.166Z cypress:network:agent got family { family: 4, href: 'https://www.cypress.io/page-data/support/page-data.json' } 2021-03-12T08:28:01.166Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:28:01.170Z cypress:server:request received status code & headers on request { requestId: 'request62', statusCode: 200, headers: { 'content-type': 'application/json' } } 2021-03-12T08:28:01.170Z cypress:server:request successful response received { requestId: 'request62' } 2021-03-12T08:28:01.170Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.170Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:28:01.170Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:28:01.171Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/page-data/pricing/page-data.json', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } }, incomingRes: { headers: { date: 'Fri, 12 Mar 2021 08:29:04 GMT', 'content-type': 'application/json', 'content-length': '3059', connection: 'keep-alive', 'accept-ranges': 'bytes', 'cache-control': 'public, max-age=0, must-revalidate', etag: '"6b8b325e863abb7aff568c213192fd5d-ssl-df"', 'referrer-policy': 'same-origin', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', 'content-encoding': 'gzip', age: '60927', vary: 'Accept-Encoding', 'x-nf-request-id': 'c8ef9c74-b3a0-4796-8d5e-c8699eb63030-41466503', 'cf-cache-status': 'DYNAMIC', 'cf-request-id': '08c726c2290000ee23df983000000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'report-to': '{"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https:\\/\\/a.nel.cloudflare.com\\/report?s=9vzW0TqUDCssVAmR8IwHRqv4Kj2Aw%2FcgccID292SGiqx4QUvh34bj%2Bj2E5rV5zTiKNPLmtNJ2tGOk9Zv3ALpVQxAy9QDucL7NVENX1%2BJWw%3D%3D"}]}', nel: '{"report_to":"cf-nel","max_age":604800}', server: 'cloudflare', 'cf-ray': '62eba716a818ee23-CDG' }, statusCode: 200 } } 2021-03-12T08:28:01.171Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:28:01.171Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:28:01 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/page-data/pricing/page-data.json' }, backendRequest: undefined } 2021-03-12T08:28:01.171Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:28:01.171Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:28:01.171Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.171Z cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } 2021-03-12T08:28:01.171Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: false } 2021-03-12T08:28:01.171Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:28:01.171Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:28:01.171Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:28:01.171Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:28:01.171Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:28:01.172Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:28:01.172Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:28:01.172Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.172Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:28:01.172Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:28:01.172Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:28:01.172Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:28:01.172Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:28:01.175Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.175Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:01.175Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/page-data/pricing/page-data.json', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } } } 2021-03-12T08:28:01.175Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:01.175Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:28:01.175Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:28:01.175Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:28:01.175Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:28:01.175Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:28:01.175Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.175Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:28:01.175Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.176Z cypress:network:agent addRequest called { isHttps: true, href: 'https://www.cypress.io/page-data/pricing/page-data.json' } 2021-03-12T08:28:01.176Z cypress:network:agent got family { family: 4, href: 'https://www.cypress.io/page-data/pricing/page-data.json' } 2021-03-12T08:28:01.176Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:28:01.207Z cypress:server:request received status code & headers on request { requestId: 'request63', statusCode: 200, headers: { 'content-type': 'application/json' } } 2021-03-12T08:28:01.207Z cypress:server:request successful response received { requestId: 'request63' } 2021-03-12T08:28:01.207Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.207Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:28:01.207Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:28:01.207Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/page-data/whats-new/page-data.json', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } }, incomingRes: { headers: { date: 'Fri, 12 Mar 2021 08:29:04 GMT', 'content-type': 'application/json', 'content-length': '17463', connection: 'keep-alive', 'accept-ranges': 'bytes', 'cache-control': 'public, max-age=0, must-revalidate', etag: '"d5e4b265bd1d376798bf4066fe868d83-ssl-df"', 'referrer-policy': 'same-origin', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', 'content-encoding': 'gzip', age: '60927', vary: 'Accept-Encoding', 'x-nf-request-id': 'c8ef9c74-b3a0-4796-8d5e-c8699eb63030-41466536', 'cf-cache-status': 'DYNAMIC', 'cf-request-id': '08c726c2590000ee2f4500e000000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'report-to': '{"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https:\\/\\/a.nel.cloudflare.com\\/report?s=cXODk08UUaCBq4dA8m%2FvA5sBblaAnw0zXo47MBIlMmagzI8jBXM%2FEtaYdfXAvwlurHsKqixZQhvgCvWKchNBjqDUGyjb5a4dJt7XWJPcUw%3D%3D"}]}', nel: '{"report_to":"cf-nel","max_age":604800}', server: 'cloudflare', 'cf-ray': '62eba716fdedee2f-CDG' }, statusCode: 200 } } 2021-03-12T08:28:01.207Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:28:01.207Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:28:01 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/page-data/whats-new/page-data.json' }, backendRequest: undefined } 2021-03-12T08:28:01.207Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:28:01.207Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:28:01.207Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.207Z cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } 2021-03-12T08:28:01.208Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: false } 2021-03-12T08:28:01.208Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:28:01.208Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:28:01.208Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:28:01.208Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:28:01.208Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:28:01.208Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:28:01.208Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:28:01.208Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.208Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:28:01.208Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:28:01.208Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:28:01.208Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:28:01.208Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:28:01.211Z cypress:server:request received status code & headers on request { requestId: 'request64', statusCode: 200, headers: { 'content-type': 'application/json' } } 2021-03-12T08:28:01.211Z cypress:server:request successful response received { requestId: 'request64' } 2021-03-12T08:28:01.211Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.211Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:28:01.211Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:28:01.211Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/page-data/support/page-data.json', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } }, incomingRes: { headers: { date: 'Fri, 12 Mar 2021 08:29:04 GMT', 'content-type': 'application/json', 'transfer-encoding': 'chunked', connection: 'keep-alive', 'cache-control': 'public, max-age=0, must-revalidate', etag: 'W/"9ca1783c7fbe8826156b3d6f149b66c3-ssl"', 'referrer-policy': 'same-origin', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', age: '60927', 'x-nf-request-id': '13fbde1a-9ec5-4243-93c4-cf3c15fdfcb4-30945541', 'cf-cache-status': 'DYNAMIC', 'cf-request-id': '08c726c26e0000cdd379315000000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'report-to': '{"endpoints":[{"url":"https:\\/\\/a.nel.cloudflare.com\\/report?s=%2F6Hq3qWmYPZl14WLOG6KhzUHwvrupLY5dM%2FDpysH6Nl7IvkHdyFbUSpJFPv2DXdpgimY49swUucDVVH3tFYXRGWJYzDVWRcYYkRFsqOYcg%3D%3D"}],"max_age":604800,"group":"cf-nel"}', nel: '{"report_to":"cf-nel","max_age":604800}', server: 'cloudflare', 'cf-ray': '62eba7171f44cdd3-CDG', 'content-encoding': 'gzip' }, statusCode: 200 } } 2021-03-12T08:28:01.211Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:28:01.211Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:28:01 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/page-data/support/page-data.json' }, backendRequest: undefined } 2021-03-12T08:28:01.211Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:28:01.211Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:28:01.211Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.212Z cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } 2021-03-12T08:28:01.212Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: false } 2021-03-12T08:28:01.212Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:28:01.212Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:28:01.212Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:28:01.212Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:28:01.212Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:28:01.212Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:28:01.212Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:28:01.212Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.212Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:28:01.212Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:28:01.212Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:28:01.212Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:28:01.212Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:28:01.214Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.215Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:01.215Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/page-data/support/page-data.json', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } } } 2021-03-12T08:28:01.215Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:01.215Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:28:01.215Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:28:01.215Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:28:01.215Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:28:01.215Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:28:01.215Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.215Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:28:01.215Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.216Z cypress:network:agent addRequest called { isHttps: true, href: 'https://www.cypress.io/page-data/support/page-data.json' } 2021-03-12T08:28:01.216Z cypress:network:agent got family { family: 4, href: 'https://www.cypress.io/page-data/support/page-data.json' } 2021-03-12T08:28:01.216Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:28:01.226Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.226Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:01.226Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/page-data/dashboard/page-data.json', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } } } 2021-03-12T08:28:01.226Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:01.226Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:28:01.226Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:28:01.226Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:28:01.226Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:28:01.226Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:28:01.227Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.227Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:28:01.227Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.227Z cypress:network:agent addRequest called { isHttps: true, href: 'https://www.cypress.io/page-data/dashboard/page-data.json' } 2021-03-12T08:28:01.227Z cypress:network:agent got family { family: 4, href: 'https://www.cypress.io/page-data/dashboard/page-data.json' } 2021-03-12T08:28:01.227Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:28:01.233Z cypress:server:request received status code & headers on request { requestId: 'request65', statusCode: 200, headers: { 'content-type': 'application/json' } } 2021-03-12T08:28:01.233Z cypress:server:request successful response received { requestId: 'request65' } 2021-03-12T08:28:01.233Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.233Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:28:01.234Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:28:01.234Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/page-data/pricing/page-data.json', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } }, incomingRes: { headers: { date: 'Fri, 12 Mar 2021 08:29:04 GMT', 'content-type': 'application/json', 'content-length': '3059', connection: 'keep-alive', 'accept-ranges': 'bytes', 'cache-control': 'public, max-age=0, must-revalidate', etag: '"6b8b325e863abb7aff568c213192fd5d-ssl-df"', 'referrer-policy': 'same-origin', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', 'content-encoding': 'gzip', age: '60927', vary: 'Accept-Encoding', 'x-nf-request-id': 'c8ef9c74-b3a0-4796-8d5e-c8699eb63030-41466547', 'cf-cache-status': 'DYNAMIC', 'cf-request-id': '08c726c2730000082067034000000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'report-to': '{"max_age":604800,"endpoints":[{"url":"https:\\/\\/a.nel.cloudflare.com\\/report?s=DZyRWxAaNLSnghPZa9r8iGIoxIgSDQkh0bFAkL1tnEwFzFEYoCGS5GQ%2BAtlxDTY5BHLMjZz6ZfXjC81GAj87UFrCwjf3DvzGexZGPFtmDw%3D%3D"}],"group":"cf-nel"}', nel: '{"report_to":"cf-nel","max_age":604800}', server: 'cloudflare', 'cf-ray': '62eba7171ecc0820-CDG' }, statusCode: 200 } } 2021-03-12T08:28:01.235Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:28:01.235Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:28:01 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/page-data/pricing/page-data.json' }, backendRequest: undefined } 2021-03-12T08:28:01.235Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:28:01.235Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:28:01.235Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.235Z cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } 2021-03-12T08:28:01.235Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: false } 2021-03-12T08:28:01.235Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:28:01.235Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:28:01.235Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:28:01.236Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:28:01.236Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:28:01.236Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:28:01.236Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:28:01.236Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.236Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:28:01.236Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:28:01.236Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:28:01.236Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:28:01.236Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:28:01.255Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.255Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:01.255Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/page-data/features/page-data.json', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } } } 2021-03-12T08:28:01.255Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:01.256Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:28:01.256Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:28:01.256Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:28:01.256Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:28:01.256Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:28:01.256Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.256Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:28:01.256Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.257Z cypress:network:agent addRequest called { isHttps: true, href: 'https://www.cypress.io/page-data/features/page-data.json' } 2021-03-12T08:28:01.257Z cypress:network:agent got family { family: 4, href: 'https://www.cypress.io/page-data/features/page-data.json' } 2021-03-12T08:28:01.257Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:28:01.271Z cypress:server:request received status code & headers on request { requestId: 'request67', statusCode: 200, headers: { 'content-type': 'application/json' } } 2021-03-12T08:28:01.271Z cypress:server:request successful response received { requestId: 'request67' } 2021-03-12T08:28:01.272Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.272Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:28:01.272Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:28:01.272Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/page-data/dashboard/page-data.json', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } }, incomingRes: { headers: { date: 'Fri, 12 Mar 2021 08:29:04 GMT', 'content-type': 'application/json', 'transfer-encoding': 'chunked', connection: 'keep-alive', 'cache-control': 'public, max-age=0, must-revalidate', etag: 'W/"e64f9e69ff048af2ede52281a3cf9e96-ssl"', 'referrer-policy': 'same-origin', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', age: '60927', 'x-nf-request-id': 'c8ef9c74-b3a0-4796-8d5e-c8699eb63030-41466581', 'cf-cache-status': 'DYNAMIC', 'cf-request-id': '08c726c2a60000edeff1a45000000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'report-to': '{"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https:\\/\\/a.nel.cloudflare.com\\/report?s=ZPpmfK7l7X0PFPln8bBfAh%2BhpBFQjowU9BceYDaWMq9UoUx2zjQv7IIKNJRHafpIlVLLiXQDnmeoltZqBldpSQz1thOpuMvlASJCGyNHAQ%3D%3D"}]}', nel: '{"report_to":"cf-nel","max_age":604800}', server: 'cloudflare', 'cf-ray': '62eba7176ec5edef-CDG', 'content-encoding': 'gzip' }, statusCode: 200 } } 2021-03-12T08:28:01.272Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:28:01.273Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:28:01 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/page-data/dashboard/page-data.json' }, backendRequest: undefined } 2021-03-12T08:28:01.273Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:28:01.273Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:28:01.273Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.274Z cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } 2021-03-12T08:28:01.274Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: false } 2021-03-12T08:28:01.274Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:28:01.274Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:28:01.274Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:28:01.274Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:28:01.274Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:28:01.274Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:28:01.274Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:28:01.274Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.274Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:28:01.274Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:28:01.275Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:28:01.275Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:28:01.275Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:28:01.277Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.277Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:01.277Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/page-data/dashboard/page-data.json', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } } } 2021-03-12T08:28:01.277Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:01.277Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:28:01.278Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:28:01.278Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:28:01.278Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:28:01.278Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:28:01.278Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.278Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:28:01.278Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.279Z cypress:network:agent addRequest called { isHttps: true, href: 'https://www.cypress.io/page-data/dashboard/page-data.json' } 2021-03-12T08:28:01.279Z cypress:network:agent got family { family: 4, href: 'https://www.cypress.io/page-data/dashboard/page-data.json' } 2021-03-12T08:28:01.279Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:28:01.284Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.285Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:01.285Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/page-data/how-it-works/page-data.json', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } } } 2021-03-12T08:28:01.285Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:01.285Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:28:01.285Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:28:01.285Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:28:01.285Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:28:01.285Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:28:01.286Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.286Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:28:01.286Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.287Z cypress:network:agent addRequest called { isHttps: true, href: 'https://www.cypress.io/page-data/how-it-works/page-data.json' } 2021-03-12T08:28:01.287Z cypress:network:agent got family { family: 4, href: 'https://www.cypress.io/page-data/how-it-works/page-data.json' } 2021-03-12T08:28:01.287Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:28:01.292Z cypress:server:request received status code & headers on request { requestId: 'request68', statusCode: 200, headers: { 'content-type': 'application/json' } } 2021-03-12T08:28:01.292Z cypress:server:request successful response received { requestId: 'request68' } 2021-03-12T08:28:01.293Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.293Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:28:01.293Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:28:01.293Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/page-data/features/page-data.json', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } }, incomingRes: { headers: { date: 'Fri, 12 Mar 2021 08:29:04 GMT', 'content-type': 'application/json', 'transfer-encoding': 'chunked', connection: 'keep-alive', 'cache-control': 'public, max-age=0, must-revalidate', etag: 'W/"21179828188752fa5a8e583a9c51c757-ssl"', 'referrer-policy': 'same-origin', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', age: '60927', 'x-nf-request-id': 'c8ef9c74-b3a0-4796-8d5e-c8699eb63030-41466589', 'cf-cache-status': 'DYNAMIC', 'cf-request-id': '08c726c2c40000ee230f299000000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'report-to': '{"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https:\\/\\/a.nel.cloudflare.com\\/report?s=xbY5qq9rRIJfGGC0FT%2FGPq7NAA%2B8nWdqsEgOqb8o0JsOFY9cmZYghgL5uJNOkUSWg%2Fb4P0pM6c6i%2FSx1GVM78QHnaR%2BBlR%2BzOzTC9MW58g%3D%3D"}]}', nel: '{"report_to":"cf-nel","max_age":604800}', server: 'cloudflare', 'cf-ray': '62eba71799a1ee23-CDG', 'content-encoding': 'gzip' }, statusCode: 200 } } 2021-03-12T08:28:01.293Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:28:01.293Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:28:01 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/page-data/features/page-data.json' }, backendRequest: undefined } 2021-03-12T08:28:01.293Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:28:01.293Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:28:01.293Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.293Z cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } 2021-03-12T08:28:01.293Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: false } 2021-03-12T08:28:01.293Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:28:01.294Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:28:01.294Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:28:01.294Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:28:01.294Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:28:01.294Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:28:01.294Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:28:01.294Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.294Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:28:01.294Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:28:01.294Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:28:01.294Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:28:01.294Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:28:01.295Z cypress:server:request received status code & headers on request { requestId: 'request66', statusCode: 200, headers: { 'content-type': 'application/json' } } 2021-03-12T08:28:01.295Z cypress:server:request successful response received { requestId: 'request66' } 2021-03-12T08:28:01.296Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.296Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:28:01.296Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:28:01.296Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/page-data/support/page-data.json', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } }, incomingRes: { headers: { date: 'Fri, 12 Mar 2021 08:29:04 GMT', 'content-type': 'application/json', 'transfer-encoding': 'chunked', connection: 'keep-alive', 'cache-control': 'public, max-age=0, must-revalidate', etag: 'W/"9ca1783c7fbe8826156b3d6f149b66c3-ssl"', 'referrer-policy': 'same-origin', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', age: '60927', 'x-nf-request-id': 'c8ef9c74-b3a0-4796-8d5e-c8699eb63030-41466594', 'cf-cache-status': 'DYNAMIC', 'cf-request-id': '08c726c29a0000088f8419d000000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'report-to': '{"max_age":604800,"endpoints":[{"url":"https:\\/\\/a.nel.cloudflare.com\\/report?s=3rjbzIz%2Fd4zIJBi7uMj0A4Ac3hKeGxz6e4YwhLqmhwEPrcgw8eIkSnJqbZEpY1XSOdq4nxmtoYEzdKCAsGSPruV5QTPJoR0Mq4tEov7XMQ%3D%3D"}],"group":"cf-nel"}', nel: '{"report_to":"cf-nel","max_age":604800}', server: 'cloudflare', 'cf-ray': '62eba7175bf4088f-CDG', 'content-encoding': 'gzip' }, statusCode: 200 } } 2021-03-12T08:28:01.296Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:28:01.296Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:28:01 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/page-data/support/page-data.json' }, backendRequest: undefined } 2021-03-12T08:28:01.296Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:28:01.296Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:28:01.296Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.297Z cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } 2021-03-12T08:28:01.297Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: false } 2021-03-12T08:28:01.297Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:28:01.297Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:28:01.297Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:28:01.297Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:28:01.297Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:28:01.297Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:28:01.297Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:28:01.297Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.297Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:28:01.297Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:28:01.298Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:28:01.298Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:28:01.298Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:28:01.301Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.301Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:01.301Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/page-data/features/page-data.json', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } } } 2021-03-12T08:28:01.301Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:01.301Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:28:01.301Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:28:01.301Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:28:01.302Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:28:01.302Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:28:01.302Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.302Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:28:01.302Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.303Z cypress:network:agent addRequest called { isHttps: true, href: 'https://www.cypress.io/page-data/features/page-data.json' } 2021-03-12T08:28:01.303Z cypress:network:agent got family { family: 4, href: 'https://www.cypress.io/page-data/features/page-data.json' } 2021-03-12T08:28:01.303Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:28:01.305Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.305Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:01.305Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/component---src-pages-support-js-8e25ed6a81740f8dbbd4.js', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: 'application/signed-exchange;v=b3;q=0.9,*/*;q=0.8', purpose: 'prefetch', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'empty', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } } } 2021-03-12T08:28:01.305Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:01.305Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:28:01.305Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:28:01.305Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:28:01.305Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:28:01.305Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:28:01.305Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.306Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:28:01.306Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.306Z cypress:network:agent addRequest called { isHttps: true, href: 'https://www.cypress.io/component---src-pages-support-js-8e25ed6a81740f8dbbd4.js' } 2021-03-12T08:28:01.306Z cypress:network:agent got family { family: 4, href: 'https://www.cypress.io/component---src-pages-support-js-8e25ed6a81740f8dbbd4.js' } 2021-03-12T08:28:01.306Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:28:01.316Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.317Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:01.317Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/component---src-pages-pricing-js-c411852cbd418ef4b6aa.js', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: 'application/signed-exchange;v=b3;q=0.9,*/*;q=0.8', purpose: 'prefetch', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'empty', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } } } 2021-03-12T08:28:01.317Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:01.317Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:28:01.317Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:28:01.317Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:28:01.317Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:28:01.317Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:28:01.317Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.317Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:28:01.317Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.318Z cypress:network:agent addRequest called { isHttps: true, href: 'https://www.cypress.io/component---src-pages-pricing-js-c411852cbd418ef4b6aa.js' } 2021-03-12T08:28:01.318Z cypress:network:agent got family { family: 4, href: 'https://www.cypress.io/component---src-pages-pricing-js-c411852cbd418ef4b6aa.js' } 2021-03-12T08:28:01.318Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:28:01.324Z cypress:server:request received status code & headers on request { requestId: 'request70', statusCode: 200, headers: { 'content-type': 'application/json' } } 2021-03-12T08:28:01.324Z cypress:server:request successful response received { requestId: 'request70' } 2021-03-12T08:28:01.325Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.325Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:28:01.325Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:28:01.325Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/page-data/how-it-works/page-data.json', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } }, incomingRes: { headers: { date: 'Fri, 12 Mar 2021 08:29:04 GMT', 'content-type': 'application/json', 'transfer-encoding': 'chunked', connection: 'keep-alive', 'cache-control': 'public, max-age=0, must-revalidate', etag: 'W/"0535035b811f6bcf5a13a56915582def-ssl"', 'referrer-policy': 'same-origin', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', age: '60927', 'x-nf-request-id': '13fbde1a-9ec5-4243-93c4-cf3c15fdfcb4-30945579', 'cf-cache-status': 'DYNAMIC', 'cf-request-id': '08c726c2e40000cdd30fa73000000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'report-to': '{"endpoints":[{"url":"https:\\/\\/a.nel.cloudflare.com\\/report?s=IchtgSrQrl6GBlLqAkP%2FTMNAo5rRJxVQ6SaydvWu8odyGTvwASWULaKDK002ZUS16Cr%2BTVZuT0ZV3iPaDjAZm73NJ%2FMgLJ7WGhLHGFjRmA%3D%3D"}],"max_age":604800,"group":"cf-nel"}', nel: '{"report_to":"cf-nel","max_age":604800}', server: 'cloudflare', 'cf-ray': '62eba717c8b5cdd3-CDG', 'content-encoding': 'gzip' }, statusCode: 200 } } 2021-03-12T08:28:01.325Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:28:01.325Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:28:01 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/page-data/how-it-works/page-data.json' }, backendRequest: undefined } 2021-03-12T08:28:01.325Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:28:01.325Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:28:01.325Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.325Z cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } 2021-03-12T08:28:01.325Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: false } 2021-03-12T08:28:01.326Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:28:01.326Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:28:01.326Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:28:01.326Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:28:01.326Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:28:01.326Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:28:01.326Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:28:01.326Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.326Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:28:01.326Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:28:01.326Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:28:01.326Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:28:01.327Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:28:01.329Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.329Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:01.329Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/page-data/how-it-works/page-data.json', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } } } 2021-03-12T08:28:01.329Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:01.329Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:28:01.329Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:28:01.329Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:28:01.329Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:28:01.329Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:28:01.329Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.329Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:28:01.330Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.330Z cypress:network:agent addRequest called { isHttps: true, href: 'https://www.cypress.io/page-data/how-it-works/page-data.json' } 2021-03-12T08:28:01.330Z cypress:network:agent got family { family: 4, href: 'https://www.cypress.io/page-data/how-it-works/page-data.json' } 2021-03-12T08:28:01.330Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:28:01.331Z cypress:server:request received status code & headers on request { requestId: 'request69', statusCode: 200, headers: { 'content-type': 'application/json' } } 2021-03-12T08:28:01.331Z cypress:server:request successful response received { requestId: 'request69' } 2021-03-12T08:28:01.331Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.331Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:28:01.331Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:28:01.331Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/page-data/dashboard/page-data.json', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } }, incomingRes: { headers: { date: 'Fri, 12 Mar 2021 08:29:04 GMT', 'content-type': 'application/json', 'transfer-encoding': 'chunked', connection: 'keep-alive', 'cache-control': 'public, max-age=0, must-revalidate', etag: 'W/"e64f9e69ff048af2ede52281a3cf9e96-ssl"', 'referrer-policy': 'same-origin', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', age: '60927', 'x-nf-request-id': 'c8ef9c74-b3a0-4796-8d5e-c8699eb63030-41466609', 'cf-cache-status': 'DYNAMIC', 'cf-request-id': '08c726c2db0000ee2f199b9000000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'report-to': '{"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https:\\/\\/a.nel.cloudflare.com\\/report?s=84Kh%2BhbHVvFgEBerFEsMd3cbYu5XcrHt5%2FGLY%2FHMw%2FPzEVAgEFLoXSE60Yz29TQ6S4wib9YWBECUrKq5NzP%2BEClr0N%2BAq4ffK7Zox%2B70Ww%3D%3D"}]}', nel: '{"report_to":"cf-nel","max_age":604800}', server: 'cloudflare', 'cf-ray': '62eba717cf4aee2f-CDG', 'content-encoding': 'gzip' }, statusCode: 200 } } 2021-03-12T08:28:01.331Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:28:01.332Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:28:01 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/page-data/dashboard/page-data.json' }, backendRequest: undefined } 2021-03-12T08:28:01.332Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:28:01.332Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:28:01.332Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.332Z cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } 2021-03-12T08:28:01.332Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: false } 2021-03-12T08:28:01.332Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:28:01.332Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:28:01.332Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:28:01.332Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:28:01.332Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:28:01.333Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:28:01.333Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:28:01.333Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.333Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:28:01.333Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:28:01.333Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:28:01.333Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:28:01.333Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:28:01.337Z cypress:server:request received status code & headers on request { requestId: 'request72', statusCode: 200, headers: { 'content-type': 'application/javascript' } } 2021-03-12T08:28:01.337Z cypress:server:request successful response received { requestId: 'request72' } 2021-03-12T08:28:01.338Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.338Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:28:01.338Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:28:01.338Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/component---src-pages-support-js-8e25ed6a81740f8dbbd4.js', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: 'application/signed-exchange;v=b3;q=0.9,*/*;q=0.8', purpose: 'prefetch', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'empty', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } }, incomingRes: { headers: { date: 'Fri, 12 Mar 2021 08:29:04 GMT', 'content-type': 'application/javascript', 'content-length': '1604', connection: 'keep-alive', etag: '"fed5caf98433029543707cb55fd5870d-ssl-df"', 'referrer-policy': 'same-origin', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', 'content-encoding': 'gzip', vary: 'Accept-Encoding', 'cache-control': 'public, max-age=31536000, immutable', 'x-nf-request-id': 'fc7cc4c9-1a30-407a-b8ec-5b1ea2eed45a-29085534', 'cf-cache-status': 'HIT', age: '3657911', 'accept-ranges': 'bytes', 'cf-request-id': '08c726c2f50000edeff9338000000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'report-to': '{"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https:\\/\\/a.nel.cloudflare.com\\/report?s=Q297pou8UskoBVyWjzrX0CeKZUZDUTk22IR26P%2BiucJHbxluc7RxrXcYVoiQNDumhayTCOJ1pNAdcVXpVMxyi1U1OSo0OQK9aXy9tP%2Fujg%3D%3D"}]}', nel: '{"report_to":"cf-nel","max_age":604800}', server: 'cloudflare', 'cf-ray': '62eba717ef87edef-CDG' }, statusCode: 200 } } 2021-03-12T08:28:01.338Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:28:01.338Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:28:01 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/component---src-pages-support-js-8e25ed6a81740f8dbbd4.js' }, backendRequest: undefined } 2021-03-12T08:28:01.338Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:28:01.338Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:28:01.338Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.338Z cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } 2021-03-12T08:28:01.339Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: true } 2021-03-12T08:28:01.339Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:28:01.339Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:28:01.339Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:28:01.339Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:28:01.339Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:28:01.339Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:28:01.339Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:28:01.339Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.339Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:28:01.339Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:28:01.340Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:28:01.340Z cypress:proxy:http:response-middleware removing JS framebusting code 2021-03-12T08:28:01.340Z cypress:proxy:http:response-middleware ensuring resStream is plaintext 2021-03-12T08:28:01.340Z cypress:proxy:http:response-middleware gunzipping response body 2021-03-12T08:28:01.340Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:28:01.340Z cypress:proxy:http:response-middleware regzipping response body 2021-03-12T08:28:01.340Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:28:01.343Z cypress:server:request received status code & headers on request { requestId: 'request73', statusCode: 200, headers: { 'content-type': 'application/javascript' } } 2021-03-12T08:28:01.343Z cypress:server:request successful response received { requestId: 'request73' } 2021-03-12T08:28:01.343Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.343Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:28:01.343Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:28:01.343Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/component---src-pages-pricing-js-c411852cbd418ef4b6aa.js', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: 'application/signed-exchange;v=b3;q=0.9,*/*;q=0.8', purpose: 'prefetch', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'empty', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } }, incomingRes: { headers: { date: 'Fri, 12 Mar 2021 08:29:04 GMT', 'content-type': 'application/javascript', 'content-length': '5092', connection: 'keep-alive', etag: '"9872046a4c14252d740148242f616f89-ssl-df"', 'referrer-policy': 'same-origin', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', 'content-encoding': 'gzip', vary: 'Accept-Encoding', 'cache-control': 'public, max-age=31536000, immutable', 'x-nf-request-id': 'd451f824-ed1b-4abc-af90-183e4e7ad52f-28479990', 'cf-cache-status': 'HIT', age: '3657911', 'accept-ranges': 'bytes', 'cf-request-id': '08c726c3010000ee230695c000000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'report-to': '{"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https:\\/\\/a.nel.cloudflare.com\\/report?s=oWApyI9nY55y3QetPQkRimugKZkXfc5LXdehFmFHyDbQBwycyOJJgbOqPNc1wnJtkk0ZxqtC%2F85oHSlryl85PujQpodZ6LX%2FkrA3Tdw4xQ%3D%3D"}]}', nel: '{"report_to":"cf-nel","max_age":604800}', server: 'cloudflare', 'cf-ray': '62eba7180a4aee23-CDG' }, statusCode: 200 } } 2021-03-12T08:28:01.344Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:28:01.344Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:28:01 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/component---src-pages-pricing-js-c411852cbd418ef4b6aa.js' }, backendRequest: undefined } 2021-03-12T08:28:01.344Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:28:01.344Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:28:01.344Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.344Z cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } 2021-03-12T08:28:01.344Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: true } 2021-03-12T08:28:01.344Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:28:01.344Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:28:01.344Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:28:01.345Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:28:01.345Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:28:01.345Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:28:01.345Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:28:01.345Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.345Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:28:01.345Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:28:01.345Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:28:01.345Z cypress:proxy:http:response-middleware removing JS framebusting code 2021-03-12T08:28:01.345Z cypress:proxy:http:response-middleware ensuring resStream is plaintext 2021-03-12T08:28:01.345Z cypress:proxy:http:response-middleware gunzipping response body 2021-03-12T08:28:01.345Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:28:01.345Z cypress:proxy:http:response-middleware regzipping response body 2021-03-12T08:28:01.346Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:28:01.350Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.351Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:01.351Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/component---src-pages-dashboard-js-8cf2d7d9187868d5cecd.js', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: 'application/signed-exchange;v=b3;q=0.9,*/*;q=0.8', purpose: 'prefetch', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'empty', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } } } 2021-03-12T08:28:01.351Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:01.351Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:28:01.351Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:28:01.351Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:28:01.351Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:28:01.351Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:28:01.351Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.351Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:28:01.351Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.352Z cypress:network:agent addRequest called { isHttps: true, href: 'https://www.cypress.io/component---src-pages-dashboard-js-8cf2d7d9187868d5cecd.js' } 2021-03-12T08:28:01.353Z cypress:network:agent got family { family: 4, href: 'https://www.cypress.io/component---src-pages-dashboard-js-8cf2d7d9187868d5cecd.js' } 2021-03-12T08:28:01.353Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:28:01.366Z cypress:server:request received status code & headers on request { requestId: 'request71', statusCode: 200, headers: { 'content-type': 'application/json' } } 2021-03-12T08:28:01.366Z cypress:server:request successful response received { requestId: 'request71' } 2021-03-12T08:28:01.366Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.366Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:28:01.367Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:28:01.367Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/page-data/features/page-data.json', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } }, incomingRes: { headers: { date: 'Fri, 12 Mar 2021 08:29:04 GMT', 'content-type': 'application/json', 'transfer-encoding': 'chunked', connection: 'keep-alive', 'cache-control': 'public, max-age=0, must-revalidate', etag: 'W/"21179828188752fa5a8e583a9c51c757-ssl"', 'referrer-policy': 'same-origin', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', age: '60927', 'x-nf-request-id': 'c8ef9c74-b3a0-4796-8d5e-c8699eb63030-41466628', 'cf-cache-status': 'DYNAMIC', 'cf-request-id': '08c726c2f10000082095ae3000000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'report-to': '{"max_age":604800,"endpoints":[{"url":"https:\\/\\/a.nel.cloudflare.com\\/report?s=vOvHp87%2FmZ3MDt4u9JQ7jSTt4u4FW0KAEXCf7OzfNTRnFItsaqM90mef4dp9W3Xt2JPlSoREy%2FLsHbIpSjqURafFRYzNNbqxYPke75zqaA%3D%3D"}],"group":"cf-nel"}', nel: '{"report_to":"cf-nel","max_age":604800}', server: 'cloudflare', 'cf-ray': '62eba717e8a70820-CDG', 'content-encoding': 'gzip' }, statusCode: 200 } } 2021-03-12T08:28:01.367Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:28:01.367Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:28:01 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/page-data/features/page-data.json' }, backendRequest: undefined } 2021-03-12T08:28:01.367Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:28:01.367Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:28:01.367Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.367Z cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } 2021-03-12T08:28:01.367Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: false } 2021-03-12T08:28:01.367Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:28:01.368Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:28:01.368Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:28:01.368Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:28:01.368Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:28:01.368Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:28:01.368Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:28:01.368Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.368Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:28:01.368Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:28:01.368Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:28:01.368Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:28:01.368Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:28:01.376Z cypress:server:request received status code & headers on request { requestId: 'request75', statusCode: 200, headers: { 'content-type': 'application/javascript' } } 2021-03-12T08:28:01.376Z cypress:server:request successful response received { requestId: 'request75' } 2021-03-12T08:28:01.376Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.376Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:28:01.376Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:28:01.377Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/component---src-pages-dashboard-js-8cf2d7d9187868d5cecd.js', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: 'application/signed-exchange;v=b3;q=0.9,*/*;q=0.8', purpose: 'prefetch', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'empty', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } }, incomingRes: { headers: { date: 'Fri, 12 Mar 2021 08:29:04 GMT', 'content-type': 'application/javascript', 'transfer-encoding': 'chunked', connection: 'keep-alive', etag: '"7ad77eb61683789803a44bb63e969df3-ssl-df"', 'referrer-policy': 'same-origin', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', 'content-encoding': 'gzip', vary: 'Accept-Encoding', 'cache-control': 'public, max-age=31536000, immutable', 'x-nf-request-id': 'cddb45ff-7056-414c-9942-c218253f064d-33241893', 'cf-cache-status': 'HIT', age: '4195299', 'cf-request-id': '08c726c3240000cdd363024000000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'report-to': '{"endpoints":[{"url":"https:\\/\\/a.nel.cloudflare.com\\/report?s=exw2NMGjmKcfPJbtbhh3YozEyBZSc5SNIfeSARfPRVDcx%2F6Syj%2F7WjqFRJ2DFngwbXDTlt%2Bdg0qy2LDQYFmLlHlQ76kod6HStaNFCfkKFw%3D%3D"}],"max_age":604800,"group":"cf-nel"}', nel: '{"report_to":"cf-nel","max_age":604800}', server: 'cloudflare', 'cf-ray': '62eba718394ecdd3-CDG' }, statusCode: 200 } } 2021-03-12T08:28:01.377Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:28:01.377Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:28:01 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/component---src-pages-dashboard-js-8cf2d7d9187868d5cecd.js' }, backendRequest: undefined } 2021-03-12T08:28:01.377Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:28:01.377Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:28:01.377Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.377Z cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } 2021-03-12T08:28:01.377Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: true } 2021-03-12T08:28:01.377Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:28:01.378Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:28:01.378Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:28:01.378Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:28:01.378Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:28:01.378Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:28:01.378Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:28:01.378Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.378Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:28:01.378Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:28:01.378Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:28:01.378Z cypress:proxy:http:response-middleware removing JS framebusting code 2021-03-12T08:28:01.378Z cypress:proxy:http:response-middleware ensuring resStream is plaintext 2021-03-12T08:28:01.378Z cypress:proxy:http:response-middleware gunzipping response body 2021-03-12T08:28:01.379Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:28:01.379Z cypress:proxy:http:response-middleware regzipping response body 2021-03-12T08:28:01.379Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:28:01.382Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.382Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:01.382Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/component---src-pages-whats-new-js-449ae5fdd161a0503805.js', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: 'application/signed-exchange;v=b3;q=0.9,*/*;q=0.8', purpose: 'prefetch', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'empty', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } } } 2021-03-12T08:28:01.382Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:01.382Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:28:01.382Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:28:01.382Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:28:01.382Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:28:01.382Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:28:01.382Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.382Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:28:01.382Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.383Z cypress:network:agent addRequest called { isHttps: true, href: 'https://www.cypress.io/component---src-pages-whats-new-js-449ae5fdd161a0503805.js' } 2021-03-12T08:28:01.383Z cypress:network:agent got family { family: 4, href: 'https://www.cypress.io/component---src-pages-whats-new-js-449ae5fdd161a0503805.js' } 2021-03-12T08:28:01.383Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:28:01.393Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.393Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:01.393Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/component---src-pages-how-it-works-js-ceba646dfbfa785c2164.js', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: 'application/signed-exchange;v=b3;q=0.9,*/*;q=0.8', purpose: 'prefetch', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'empty', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } } } 2021-03-12T08:28:01.393Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:01.393Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:28:01.393Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:28:01.393Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:28:01.393Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:28:01.393Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:28:01.393Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.393Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:28:01.394Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.394Z cypress:network:agent addRequest called { isHttps: true, href: 'https://www.cypress.io/component---src-pages-how-it-works-js-ceba646dfbfa785c2164.js' } 2021-03-12T08:28:01.395Z cypress:network:agent got family { family: 4, href: 'https://www.cypress.io/component---src-pages-how-it-works-js-ceba646dfbfa785c2164.js' } 2021-03-12T08:28:01.395Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:28:01.402Z cypress:server:request received status code & headers on request { requestId: 'request74', statusCode: 200, headers: { 'content-type': 'application/json' } } 2021-03-12T08:28:01.402Z cypress:server:request successful response received { requestId: 'request74' } 2021-03-12T08:28:01.402Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.402Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:28:01.402Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:28:01.402Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/page-data/how-it-works/page-data.json', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } }, incomingRes: { headers: { date: 'Fri, 12 Mar 2021 08:29:04 GMT', 'content-type': 'application/json', 'transfer-encoding': 'chunked', connection: 'keep-alive', 'cache-control': 'public, max-age=0, must-revalidate', etag: 'W/"0535035b811f6bcf5a13a56915582def-ssl"', 'referrer-policy': 'same-origin', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', age: '60927', 'x-nf-request-id': 'c8ef9c74-b3a0-4796-8d5e-c8699eb63030-41466650', 'cf-cache-status': 'DYNAMIC', 'cf-request-id': '08c726c31a0000088fe3160000000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'report-to': '{"max_age":604800,"endpoints":[{"url":"https:\\/\\/a.nel.cloudflare.com\\/report?s=gsyLt2EwbMvMT54yIbeTNOKncdkw2fxlgmoasnpNa3hfonc2ro9tYYFcSgV8%2BYOC%2Fw9uHtaOi4RopY%2FG8mCjzO3yBEqgisL4UNmPZPSBaA%3D%3D"}],"group":"cf-nel"}', nel: '{"report_to":"cf-nel","max_age":604800}', server: 'cloudflare', 'cf-ray': '62eba7181de8088f-CDG', 'content-encoding': 'gzip' }, statusCode: 200 } } 2021-03-12T08:28:01.402Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:28:01.402Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:28:01 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/page-data/how-it-works/page-data.json' }, backendRequest: undefined } 2021-03-12T08:28:01.403Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:28:01.403Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:28:01.403Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.403Z cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } 2021-03-12T08:28:01.403Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: false } 2021-03-12T08:28:01.403Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:28:01.403Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:28:01.403Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:28:01.403Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:28:01.403Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:28:01.403Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:28:01.403Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:28:01.403Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.403Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:28:01.403Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:28:01.403Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:28:01.404Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:28:01.404Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:28:01.408Z cypress:server:request received status code & headers on request { requestId: 'request76', statusCode: 200, headers: { 'content-type': 'application/javascript' } } 2021-03-12T08:28:01.408Z cypress:server:request successful response received { requestId: 'request76' } 2021-03-12T08:28:01.408Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.408Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:28:01.408Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:28:01.408Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/component---src-pages-whats-new-js-449ae5fdd161a0503805.js', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: 'application/signed-exchange;v=b3;q=0.9,*/*;q=0.8', purpose: 'prefetch', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'empty', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } }, incomingRes: { headers: { date: 'Fri, 12 Mar 2021 08:29:04 GMT', 'content-type': 'application/javascript', 'content-length': '1593', connection: 'keep-alive', etag: '"3d6e5fb4bc93ea7de819a3a002fadce8-ssl-df"', 'referrer-policy': 'same-origin', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', 'content-encoding': 'gzip', age: '4195299', vary: 'Accept-Encoding', 'cache-control': 'public, max-age=31536000, immutable', 'x-nf-request-id': '37250c2e-82b6-47a3-b303-e9b497e3ad25-1558455', 'cf-cache-status': 'HIT', 'accept-ranges': 'bytes', 'cf-request-id': '08c726c3420000ee2f14383000000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'report-to': '{"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https:\\/\\/a.nel.cloudflare.com\\/report?s=eZYEtYV%2FhMnb2F2POZc35uzRV7ds8AUgskiNW1Uod7A40u9HgwIdqd9TRGWaylRxLXXyjcUpNE9%2FuuWlWReyYJbDjZheSPXkQwHVatWKfg%3D%3D"}]}', nel: '{"report_to":"cf-nel","max_age":604800}', server: 'cloudflare', 'cf-ray': '62eba71868adee2f-CDG' }, statusCode: 200 } } 2021-03-12T08:28:01.408Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:28:01.408Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:28:01 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/component---src-pages-whats-new-js-449ae5fdd161a0503805.js' }, backendRequest: undefined } 2021-03-12T08:28:01.408Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:28:01.408Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:28:01.408Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.408Z cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } 2021-03-12T08:28:01.408Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: true } 2021-03-12T08:28:01.408Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:28:01.409Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:28:01.409Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:28:01.409Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:28:01.409Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:28:01.409Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:28:01.409Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:28:01.409Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.409Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:28:01.409Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:28:01.409Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:28:01.409Z cypress:proxy:http:response-middleware removing JS framebusting code 2021-03-12T08:28:01.409Z cypress:proxy:http:response-middleware ensuring resStream is plaintext 2021-03-12T08:28:01.409Z cypress:proxy:http:response-middleware gunzipping response body 2021-03-12T08:28:01.409Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:28:01.409Z cypress:proxy:http:response-middleware regzipping response body 2021-03-12T08:28:01.409Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:28:01.417Z cypress:proxy:http Entering stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.417Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } 2021-03-12T08:28:01.417Z cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/component---src-pages-features-js-78d85986122465bf68b7.js', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: 'application/signed-exchange;v=b3;q=0.9,*/*;q=0.8', purpose: 'prefetch', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'empty', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } } } 2021-03-12T08:28:01.417Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } 2021-03-12T08:28:01.417Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'InterceptRequest' } 2021-03-12T08:28:01.417Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } 2021-03-12T08:28:01.417Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlockedHosts' } 2021-03-12T08:28:01.417Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } 2021-03-12T08:28:01.417Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } 2021-03-12T08:28:01.417Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.417Z cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } 2021-03-12T08:28:01.417Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.418Z cypress:network:agent addRequest called { isHttps: true, href: 'https://www.cypress.io/component---src-pages-features-js-78d85986122465bf68b7.js' } 2021-03-12T08:28:01.418Z cypress:network:agent got family { family: 4, href: 'https://www.cypress.io/component---src-pages-features-js-78d85986122465bf68b7.js' } 2021-03-12T08:28:01.418Z cypress:server:stream_buffer stream buffer writeable final called 2021-03-12T08:28:01.423Z cypress:server:request received status code & headers on request { requestId: 'request77', statusCode: 200, headers: { 'content-type': 'application/javascript' } } 2021-03-12T08:28:01.423Z cypress:server:request successful response received { requestId: 'request77' } 2021-03-12T08:28:01.423Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.423Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:28:01.423Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:28:01.423Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/component---src-pages-how-it-works-js-ceba646dfbfa785c2164.js', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: 'application/signed-exchange;v=b3;q=0.9,*/*;q=0.8', purpose: 'prefetch', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'empty', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } }, incomingRes: { headers: { date: 'Fri, 12 Mar 2021 08:29:04 GMT', 'content-type': 'application/javascript', 'content-length': '8610', connection: 'keep-alive', etag: '"83a7b007f627caad9c453aa80d33161f-ssl-df"', 'referrer-policy': 'same-origin', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', 'content-encoding': 'gzip', vary: 'Accept-Encoding', 'cache-control': 'public, max-age=31536000, immutable', 'x-nf-request-id': '0c89c539-0aa7-4301-9660-675ac829b41e-4070479', 'cf-cache-status': 'HIT', age: '4195299', 'accept-ranges': 'bytes', 'cf-request-id': '08c726c34d0000edef14a7e000000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'report-to': '{"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https:\\/\\/a.nel.cloudflare.com\\/report?s=akeeostI4vTOtHhNTBTDCI5CMpP32uyNRcHhdZfliGeFOkYRDwlN3wH06qjakv08ruw184q6Qt3rhdCvWPqmHYcyYBwxBGHkUn7gA7j5pw%3D%3D"}]}', nel: '{"report_to":"cf-nel","max_age":604800}', server: 'cloudflare', 'cf-ray': '62eba7187880edef-CDG' }, statusCode: 200 } } 2021-03-12T08:28:01.423Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:28:01.423Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:28:01 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/component---src-pages-how-it-works-js-ceba646dfbfa785c2164.js' }, backendRequest: undefined } 2021-03-12T08:28:01.424Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:28:01.424Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:28:01.424Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.424Z cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } 2021-03-12T08:28:01.424Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: true } 2021-03-12T08:28:01.424Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:28:01.424Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:28:01.424Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:28:01.424Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:28:01.424Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:28:01.424Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:28:01.424Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:28:01.425Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.425Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:28:01.425Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:28:01.425Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:28:01.425Z cypress:proxy:http:response-middleware removing JS framebusting code 2021-03-12T08:28:01.425Z cypress:proxy:http:response-middleware ensuring resStream is plaintext 2021-03-12T08:28:01.425Z cypress:proxy:http:response-middleware gunzipping response body 2021-03-12T08:28:01.425Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:28:01.425Z cypress:proxy:http:response-middleware regzipping response body 2021-03-12T08:28:01.425Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:28:01.448Z cypress:server:request received status code & headers on request { requestId: 'request78', statusCode: 200, headers: { 'content-type': 'application/javascript' } } 2021-03-12T08:28:01.448Z cypress:server:request successful response received { requestId: 'request78' } 2021-03-12T08:28:01.448Z cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } 2021-03-12T08:28:01.448Z cypress:proxy:http Entering stage { stage: 'IncomingResponse' } 2021-03-12T08:28:01.448Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } 2021-03-12T08:28:01.448Z cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://www.cypress.io/component---src-pages-features-js-78d85986122465bf68b7.js', headers: { host: 'www.cypress.io', connection: 'keep-alive', 'sec-ch-ua': '"Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', accept: 'application/signed-exchange;v=b3;q=0.9,*/*;q=0.8', purpose: 'prefetch', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', 'sec-fetch-dest': 'empty', referer: 'https://www.cypress.io/', 'accept-encoding': 'gzip', 'accept-language': 'en-US,en;q=0.9', cookie: '__cfduid=dc6c62ada0b14fbaad87b546f6ef4b9161615537743' } }, incomingRes: { headers: { date: 'Fri, 12 Mar 2021 08:29:04 GMT', 'content-type': 'application/javascript', 'content-length': '7769', connection: 'keep-alive', etag: '"892afeb2ebe74edc00f9ee264424de05-ssl-df"', 'referrer-policy': 'same-origin', 'x-content-type-options': 'nosniff', 'x-frame-options': 'DENY', 'x-xss-protection': '1; mode=block', 'content-encoding': 'gzip', vary: 'Accept-Encoding', 'cache-control': 'public, max-age=31536000, immutable', 'x-nf-request-id': 'dd99b35b-2e88-4c58-8577-bbb3933ce3c4-35451368', 'cf-cache-status': 'HIT', age: '1156798', 'accept-ranges': 'bytes', 'cf-request-id': '08c726c3640000ee23eb3fd000000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'report-to': '{"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https:\\/\\/a.nel.cloudflare.com\\/report?s=ftAzG1Qoi14pzN5yHWPXXitwMHks0MlnzISy3l7UgL%2FcaGXRKYGwMlExC4R3gEJRMqxU08Jjhs9V9y4kHUdJBbMNyDPZA3bOETwS%2FGmJ9A%3D%3D"}]}', nel: '{"report_to":"cf-nel","max_age":604800}', server: 'cloudflare', 'cf-ray': '62eba718ab6aee23-CDG' }, statusCode: 200 } } 2021-03-12T08:28:01.448Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'AttachPlainTextStreamFn' } 2021-03-12T08:28:01.448Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'InterceptResponse' } Fri, 12 Mar 2021 08:28:01 GMT cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/component---src-pages-features-js-78d85986122465bf68b7.js' }, backendRequest: undefined } 2021-03-12T08:28:01.448Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } 2021-03-12T08:28:01.448Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } 2021-03-12T08:28:01.449Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.449Z cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } 2021-03-12T08:28:01.449Z cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: true } 2021-03-12T08:28:01.449Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } 2021-03-12T08:28:01.449Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } 2021-03-12T08:28:01.449Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } 2021-03-12T08:28:01.449Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } 2021-03-12T08:28:01.449Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } 2021-03-12T08:28:01.449Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } 2021-03-12T08:28:01.449Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } 2021-03-12T08:28:01.449Z cypress:server:server-base Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://www.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } 2021-03-12T08:28:01.449Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } 2021-03-12T08:28:01.449Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } 2021-03-12T08:28:01.449Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } 2021-03-12T08:28:01.449Z cypress:proxy:http:response-middleware removing JS framebusting code 2021-03-12T08:28:01.449Z cypress:proxy:http:response-middleware ensuring resStream is plaintext 2021-03-12T08:28:01.449Z cypress:proxy:http:response-middleware gunzipping response body 2021-03-12T08:28:01.449Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } 2021-03-12T08:28:01.449Z cypress:proxy:http:response-middleware regzipping response body 2021-03-12T08:28:01.450Z cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } 2021-03-12T08:28:02.270Z cypress:server:events got request for event: get:project:status, { id: undefined, path: '/home/peter/projects/cypress-webpack' } 2021-03-12T08:28:02.270Z cypress:server:project get project status for client id undefined at path /home/peter/projects/cypress-webpack 2021-03-12T08:28:02.270Z cypress:server:project no project id 2021-03-12T08:28:02.271Z cypress:server:events sending ipc data { type: 'get:project:status', data: { id: 0.9618520143485829, data: { id: undefined, path: '/home/peter/projects/cypress-webpack', state: 'VALID' } }, originalData: { id: 0.9618520143485829, data: { id: undefined, path: '/home/peter/projects/cypress-webpack', state: 'VALID' } } } 2021-03-12T08:28:05.067Z cypress:server:util:process_profiler current & mean memory and CPU usage by process group: ┌─────────┬───────────────────┬──────────────┬─────────────────────────────────────────────────────────────┬────────────┬────────────────┬──────────┬──────────────┬─────────────┐ │ (index) │ group │ processCount │ pids │ cpuPercent │ meanCpuPercent │ memRssMb │ meanMemRssMb │ maxMemRssMb │ ├─────────┼───────────────────┼──────────────┼─────────────────────────────────────────────────────────────┼────────────┼────────────────┼──────────┼──────────────┼─────────────┤ │ 0 │ 'Chrome' │ 10 │ '17502, 17507, 17508, 17510, 17533, 17511 ... 4 more items' │ 2.92 │ 0.83 │ 757.8 │ 602.05 │ 757.8 │ │ 1 │ 'cypress' │ 1 │ '16774' │ 1.78 │ 0.47 │ 240.65 │ 227.56 │ 240.65 │ │ 2 │ 'electron-shared' │ 4 │ '16776, 16938, 16777, 17227' │ 0 │ 0 │ 187.66 │ 180.4 │ 188.2 │ │ 3 │ 'plugin' │ 1 │ '17452' │ 0.24 │ 0.05 │ 149.07 │ 142.79 │ 149.07 │ │ 4 │ 'desktop-gui' │ 1 │ '17281' │ 0 │ 0 │ 114.6 │ 115.14 │ 116.14 │ │ 5 │ 'other' │ 2 │ '23738, 23739' │ 0 │ 0 │ 2.4 │ 2.36 │ 2.49 │ │ 6 │ 'TOTAL' │ 19 │ '-' │ 4.95 │ 1.28 │ 1452.18 │ 1208.87 │ 1452.18 │ └─────────┴───────────────────┴──────────────┴─────────────────────────────────────────────────────────────┴────────────┴────────────────┴──────────┴──────────────┴─────────────┘ 2021-03-12T08:28:05.397Z cypress:server:util:socket_allowed allowed socket closed, removing { localPort: 43902 } 2021-03-12T08:28:05.538Z cypress:server:util:socket_allowed allowed socket closed, removing { localPort: 43928 } 2021-03-12T08:28:05.543Z cypress:server:util:socket_allowed allowed socket closed, removing { localPort: 43926 } 2021-03-12T08:28:05.586Z cypress:server:util:socket_allowed allowed socket closed, removing { localPort: 43868 } 2021-03-12T08:28:05.761Z cypress:server:util:socket_allowed allowed socket closed, removing { localPort: 43942 } 2021-03-12T08:28:05.956Z cypress:server:util:socket_allowed allowed socket closed, removing { localPort: 43958 } 2021-03-12T08:28:06.079Z cypress:server:util:socket_allowed allowed socket closed, removing { localPort: 43974 } 2021-03-12T08:28:06.136Z cypress:server:util:socket_allowed allowed socket closed, removing { localPort: 43986 } 2021-03-12T08:28:06.328Z cypress:server:util:socket_allowed allowed socket closed, removing { localPort: 43890 } 2021-03-12T08:28:06.348Z cypress:server:util:socket_allowed allowed socket closed, removing { localPort: 43854 } 2021-03-12T08:28:06.387Z cypress:server:util:socket_allowed allowed socket closed, removing { localPort: 43892 } 2021-03-12T08:28:06.405Z cypress:server:util:socket_allowed allowed socket closed, removing { localPort: 43896 } 2021-03-12T08:28:06.430Z cypress:server:util:socket_allowed allowed socket closed, removing { localPort: 43856 } 2021-03-12T08:28:06.454Z cypress:server:util:socket_allowed allowed socket closed, removing { localPort: 43894 } 2021-03-12T08:28:12.269Z cypress:server:events got request for event: get:project:status, { id: undefined, path: '/home/peter/projects/cypress-webpack' } 2021-03-12T08:28:12.269Z cypress:server:project get project status for client id undefined at path /home/peter/projects/cypress-webpack 2021-03-12T08:28:12.269Z cypress:server:project no project id 2021-03-12T08:28:12.269Z cypress:server:events sending ipc data { type: 'get:project:status', data: { id: 0.0327136091321385, data: { id: undefined, path: '/home/peter/projects/cypress-webpack', state: 'VALID' } }, originalData: { id: 0.0327136091321385, data: { id: undefined, path: '/home/peter/projects/cypress-webpack', state: 'VALID' } } }