cypress-io / cypress

Fast, easy and reliable testing for anything that runs in a browser.
https://cypress.io
MIT License
47.02k stars 3.18k forks source link

Error: read ECONNRESET with fresh npm install #14175

Open jvinters opened 3 years ago

jvinters commented 3 years ago

I have installed Cypress using npm to an angular 9.0 project. I can start cypress using npx cypress open and upon selecting any of the example tests the chrome browser opens for a second then both cypress and the browser close with the following output to the console.

Error: read ECONNRESET at TCP.onStreamRead (internal/stream_base_commons.js:205:27) { errno: 'ECONNRESET', code: 'ECONNRESET', syscall: 'read' } Error: read ECONNRESET at TCP.onStreamRead (internal/stream_base_commons.js:205:27)

I have not changed anything, its a fresh install. Anybody able to point me in the right direction on getting this resolved?

qabrain commented 3 years ago

I am having the same issue. Have uninstalled/removed and reinstalled Node/npm, but still does not work. It works fine if you run from command line, but not when following the method described by @jvinters

jennifer-shehane commented 3 years ago

In the future opening an issue, please fill out the issue template provided.

jvinters commented 3 years ago

Ok will do in the future.

Full output

D:\Projects\acme\acme.angular-app>set DEBUG=cypress:*

D:\Projects\acme\acme.angular-app>npx cypress open
  cypress:cli:cli cli starts with arguments ["F:\\Program Files\\nodejs\\node.exe","D:\\Projects\\acme\\acme.angular-app\\node_modules\\cypress\\bin\\cypress","open"] +0ms
  cypress:cli NODE_OPTIONS is not set +0ms
  cypress:cli:cli program parsing arguments +1ms
  cypress:cli:cli opening Cypress +1ms
  cypress:cli parsed cli options {} +133ms
  cypress:cli opening from options {"project":"D:\\Projects\\acme\\acme.angular-app"} +0ms
  cypress:cli command line arguments ["--project","D:\\Projects\\acme\\acme.angular-app"] +1ms
  cypress:cli verifying Cypress app +0ms
  cypress:cli checking environment variables +1ms
  cypress:cli checking if executable exists C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\Cypress.exe +1ms
  cypress:cli Binary is executable? : true +2ms
  cypress:cli binaryDir is  C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress +1ms
  cypress:cli Reading binary package.json from: C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\package.json +0ms
  cypress:cli Found binary version 6.1.0 installed in: C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress +3ms
  cypress:cli { verified: true } +2ms
  cypress:cli is Verified ? true +1ms
  cypress:cli needs to start own Xvfb? false +0ms
  cypress:cli spawning, should retry on display problem? false +1ms
  cypress:cli spawning Cypress with executable: C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\Cypress.exe +2ms
  cypress:cli spawn args [ '--', '--project', 'D:\\Projects\\acme\\acme.angular-app', '--cwd', 'D:\\Projects\\acme\\acme.angular-app' ] { detached:
false, stdio: 'inherit', windowsHide: false } +1ms

  cypress:ts Running without ts-node hook in environment "production" +0ms
  cypress:server:appdata path: C:\Users\Josh\AppData\Roaming\Cypress\cy\production\browsers +0ms
  cypress:server:util:node_options NODE_OPTIONS check passed, not forking { NODE_OPTIONS: '--max-http-header-size=1048576' } +0ms
  cypress:server:util:node_options restoring NODE_OPTIONS { NODE_OPTIONS: '--max-http-header-size=1048576', ORIGINAL_NODE_OPTIONS: undefined } +1ms
  cypress:server:cypress starting cypress with argv [ 'C:\\Users\\Josh\\AppData\\Local\\Cypress\\Cache\\6.1.0\\Cypress\\Cypress.exe', '--', '--project', 'D:\\Projects\\acme\\acme.angular-app', '--cwd', 'D:\\Projects\\acme\\acme.angular-app' ] +0ms
  cypress:server:args argv array: [ 'C:\\Users\\Josh\\AppData\\Local\\Cypress\\Cache\\6.1.0\\Cypress\\Cypress.exe', '--project', 'D:\\Projects\\acme\\acme.angular-app', '--cwd', 'D:\\Projects\\acme\\acme.angular-app' ] +0ms
  cypress:server:args parsed argv options { options: { _: [ 'C:\\Users\\Josh\\AppData\\Local\\Cypress\\Cache\\6.1.0\\Cypress\\Cypress.exe' ], project: 'D:\\Projects\\acme\\acme.angular-app', cwd: 'D:\\Projects\\acme\\acme.angular-app' } } +2ms
  cypress:server:args argv parsed: { _: [ 'C:\\Users\\Josh\\AppData\\Local\\Cypress\\Cache\\6.1.0\\Cypress\\Cypress.exe' ], project: 'D:\\Projects\\acme\\acme.angular-app', cwd: 'D:\\Projects\\acme\\acme.angular-app', invokedFromCli: true } +2ms
  cypress:server:util:proxy found proxy environment variables {} +0ms
  cypress:server:util:proxy HTTP_PROXY is falsy, disabling HTTP_PROXY +0ms
  cypress:server:util:proxy setting default NO_PROXY of `` +1ms
  cypress:server:util:proxy <-loopback> not found, adding localhost to NO_PROXY +0ms
  cypress:server:util:proxy normalized proxy environment variables { NO_PROXY: '127.0.0.1,::1,localhost' } +0ms
  cypress:server:args options { _: [ 'C:\\Users\\Josh\\AppData\\Local\\Cypress\\Cache\\6.1.0\\Cypress\\Cypress.exe' ], project: 'D:\\Projects\\acme\\acme.angular-app',
cwd: 'D:\\Projects\\acme\\acme.angular-app', invokedFromCli: true, config: {} } +3ms
  cypress:server:args argv options: { _: [ 'C:\\Users\\Josh\\AppData\\Local\\Cypress\\Cache\\6.1.0\\Cypress\\Cypress.exe' ], project: 'D:\\Projects\\acme\\acme.angular-app', cwd: 'D:\\Projects\\acme\\acme.angular-app', invokedFromCli: true, config: {}, projectRoot: 'D:\\Projects\\acme\\acme.angular-app' } +0ms
  cypress:server:cypress from argv [ 'C:\\Users\\Josh\\AppData\\Local\\Cypress\\Cache\\6.1.0\\Cypress\\Cypress.exe', '--project', 'D:\\Projects\\acme\\acme.angular-app', '--cwd', 'D:\\Projects\\acme\\acme.angular-app' ] got options { _: [ 'C:\\Users\\Josh\\AppData\\Local\\Cypress\\Cache\\6.1.0\\Cypress\\Cypress.exe' ], project: 'D:\\Projects\\acme\\acme.angular-app', cwd: 'D:\\Projects\\acme\\acme.angular-app', invokedFromCli: true, config: {}, projectRoot: 'D:\\Projects\\acme\\acme.angular-app' } +9ms
  cypress:server:appdata path: C:\Users\Josh\AppData\Roaming\Cypress\cy\production +360ms
  cypress:server:cypress starting in mode interactive with options { _: [ 'C:\\Users\\Josh\\AppData\\Local\\Cypress\\Cache\\6.1.0\\Cypress\\Cypress.exe' ], project: 'D:\\Projects\\acme\\acme.angular-app', cwd: 'D:\\Projects\\acme\\acme.angular-app', invokedFromCli: true, config: {}, projectRoot: 'D:\\Projects\\acme\\acme.angular-app' } +60ms
  cypress:server:cypress running Electron currently +8ms
  cypress:server:appdata path: C:\Users\Josh\AppData\Roaming\Cypress\cy\production +82ms
  cypress:server:appdata path: C:\Users\Josh\AppData\Roaming\Cypress\cy\production\cache +432ms
  cypress:server:chrome_policy_check error initializing chrome policy check { err: Error: Module did not self-register: '\\?\C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\server\node_modules\registry-js\build\Release\registry.node'.     at process.func [as dlopen] (electron/js2c/asar_bundle.js:5:1812)     at Object.Module._extensions..node (internal/modules/cjs/loader.js:1203:18)     at Object.func [as .node] (electron/js2c/asar_bundle.js:5:1812)     at Module.load (internal/modules/cjs/loader.js:992:32)     at Module._load (internal/modules/cjs/loader.js:885:14)     at Function.f._load (electron/js2c/asar_bundle.js:5:12694) at Function.Module._load (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\server\lib\override_require.js:18:25)     at Module.require (internal/modules/cjs/loader.js:1032:19)     at require (internal/modules/cjs/helpers.js:72:18) at Object.<anonymous> (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\server\node_modules\registry-js\dist\lib\registry.js:4:7)     at Module._compile (internal/modules/cjs/loader.js:1152:30)     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1173:10)     at Module.load (internal/modules/cjs/loader.js:992:32)     at Module._load (internal/modules/cjs/loader.js:885:14)     at Function.f._load (electron/js2c/asar_bundle.js:5:12694) at Function.Module._load (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\server\lib\override_require.js:18:25)     at Module.require (internal/modules/cjs/loader.js:1032:19)     at require (internal/modules/cjs/helpers.js:72:18) at Object.<anonymous> (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\server\node_modules\registry-js\dist\lib\index.js:6:10)     at Module._compile (internal/modules/cjs/loader.js:1152:30)     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1173:10)     at Module.load (internal/modules/cjs/loader.js:992:32)     at Module._load (internal/modules/cjs/loader.js:885:14)     at Function.f._load (electron/js2c/asar_bundle.js:5:12694) at Function.Module._load (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\server\lib\override_require.js:18:25)     at Module.require (internal/modules/cjs/loader.js:1032:19)     at require (internal/modules/cjs/helpers.js:72:18) at Object.<anonymous> (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\server\lib\util\chrome_policy_check.js:102:24)     at Module._compile (internal/modules/cjs/loader.js:1152:30) 
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1173:10)     at Module.load (internal/modules/cjs/loader.js:992:32)     at Module._load (internal/modules/cjs/loader.js:885:14)     at Function.f._load (electron/js2c/asar_bundle.js:5:12694) at Function.Module._load (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\server\lib\override_require.js:18:25)     at Module.require (internal/modules/cjs/loader.js:1032:19)     at require (internal/modules/cjs/helpers.js:72:18) at Object.<anonymous> (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\server\lib\gui\events.js:20:27)     at Module._compile (internal/modules/cjs/loader.js:1152:30)     at Object.Module._extensions..js
(internal/modules/cjs/loader.js:1173:10)     at Module.load (internal/modules/cjs/loader.js:992:32)     at Module._load (internal/modules/cjs/loader.js:885:14)     at Function.f._load (electron/js2c/asar_bundle.js:5:12694)     at Module.require (internal/modules/cjs/loader.js:1032:19)     at require (internal/modules/cjs/helpers.js:72:18) at Object.<anonymous> (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\server\lib\modes\interactive.js:11:16)     at Module._compile (internal/modules/cjs/loader.js:1152:30)     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1173:10)     at Module.load (internal/modules/cjs/loader.js:992:32)     at Module._load (internal/modules/cjs/loader.js:885:14)     at Function.f._load (electron/js2c/asar_bundle.js:5:12694)     at Module.require (internal/modules/cjs/loader.js:1032:19)     at require (internal/modules/cjs/helpers.js:72:18) at module.exports (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\server\lib\modes\index.js:8:14) at C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\server\lib\cypress.js:87:34 at tryCatcher (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\server\node_modules\bluebird\js\release\util.js:16:23) at
Function.Promise.attempt.Promise.try (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\server\node_modules\bluebird\js\release\method.js:39:29) at Object.runElectron (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\server\lib\cypress.js:71:23) at Object.startInMode (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\server\lib\cypress.js:276:21) at C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\server\lib\cypress.js:191:19 at tryCatcher (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\server\node_modules\bluebird\js\release\util.js:16:23) at Promise._settlePromiseFromHandler (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\server\node_modules\bluebird\js\release\promise.js:547:31) at Promise._settlePromise (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\server\node_modules\bluebird\js\release\promise.js:604:18) at Promise._settlePromise0 (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\server\node_modules\bluebird\js\release\promise.js:649:10) at Promise._settlePromises (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\server\node_modules\bluebird\js\release\promise.js:729:18) at Promise._fulfill (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\server\node_modules\bluebird\js\release\promise.js:673:18) at Promise._settlePromise (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\server\node_modules\bluebird\js\release\promise.js:617:21) at Promise._settlePromise0 (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\server\node_modules\bluebird\js\release\promise.js:649:10) at Promise._settlePromises (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\server\node_modules\bluebird\js\release\promise.js:729:18) at Promise._fulfill (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\server\node_modules\bluebird\js\release\promise.js:673:18) at Promise._settlePromise (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\server\node_modules\bluebird\js\release\promise.js:617:21) at Promise._settlePromise0 (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\server\node_modules\bluebird\js\release\promise.js:649:10) at Promise._settlePromises (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\server\node_modules\bluebird\js\release\promise.js:729:18) at Promise._fulfill (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\server\node_modules\bluebird\js\release\promise.js:673:18) at PromiseArray._resolve (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\server\node_modules\bluebird\js\release\promise_array.js:127:19) at PromiseArray._promiseFulfilled (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\server\node_modules\bluebird\js\release\promise_array.js:145:14) at Promise._settlePromise (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\server\node_modules\bluebird\js\release\promise.js:609:26) at Promise._settlePromise0 (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\server\node_modules\bluebird\js\release\promise.js:649:10) at Promise._settlePromises (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\server\node_modules\bluebird\js\release\promise.js:729:18) at Promise._fulfill (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\server\node_modules\bluebird\js\release\promise.js:673:18) at C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\server\node_modules\bluebird\js\release\nodeback.js:42:21 at C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\server\node_modules\fs-extra\lib\mkdirs\mkdirs.js:56:16 at callback
(C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\server\node_modules\fs-extra\node_modules\graceful-fs\polyfills.js:295:20) at callback (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\server\node_modules\graceful-fs\polyfills.js:289:20)     at FSReqCallback.oncomplete (fs.js:173:5) } +0ms
  cypress:server:util:process_profiler current & mean memory and CPU usage by process group:
  cypress:server:util:process_profiler ΓöîΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÉ
  cypress:server:util:process_profiler Γöé (index) Γöé   group   Γöé processCount Γöé        pids         Γöé cpuPercent Γöé meanCpuPercent Γöé memRssMb Γöé meanMemRssMb Γöé maxMemRssMb Γöé
  cypress:server:util:process_profiler Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  cypress:server:util:process_profiler Γöé    0    Γöé 'cypress' Γöé      1       Γöé       '19336'       Γöé     0      Γöé       0        Γöé  74.85   Γöé    74.85     Γöé    74.85    Γöé
  cypress:server:util:process_profiler Γöé    1    Γöé  'other'  Γöé      3       Γöé '3132, 6620, 17932' Γöé     0      Γöé       0        Γöé  25.89   Γöé    25.89     Γöé    25.89    Γöé
  cypress:server:util:process_profiler Γöé    2    Γöé  'TOTAL'  Γöé      4       Γöé         '-'         Γöé     0      Γöé       0        Γöé  100.74  Γöé    100.74    Γöé   100.74    Γöé
  cypress:server:util:process_profiler ΓööΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÿ +0ms
  cypress:server:saved_state making saved state from C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\server +0ms
  cypress:server:saved_state for project path D:\Projects\acme\acme.angular-app +0ms
  cypress:server:saved_state state path for project D:\Projects\acme\acme.angular-app +3ms
  cypress:server:appdata path: C:\Users\Josh\AppData\Roaming\Cypress\cy\production\projects\acme.angular-app-8ed5878a76e04f130c5a34640c6eceb0\state.json +2s
  cypress:server:saved_state full state path C:\Users\Josh\AppData\Roaming\Cypress\cy\production\projects\acme.angular-app-8ed5878a76e04f130c5a34640c6eceb0\state.json +5ms
  cypress:server:saved_state making new state file around C:\Users\Josh\AppData\Roaming\Cypress\cy\production\projects\acme.angular-app-8ed5878a76e04f130c5a34640c6eceb0\state.json +1ms
  cypress:server:file get values from C:\Users\Josh\AppData\Roaming\Cypress\cy\production\projects\acme.angular-app-8ed5878a76e04f130c5a34640c6eceb0\state.json +0ms
  cypress:server:file attempt to get lock on C:\Users\Josh\AppData\Roaming\Cypress\cy\production\projects\acme.angular-app-8ed5878a76e04f130c5a34640c6eceb0\state.json +5ms
  cypress:server:file getting lock succeeded or failed for C:\Users\Josh\AppData\Roaming\Cypress\cy\production\projects\acme.angular-app-8ed5878a76e04f130c5a34640c6eceb0\state.json +6ms
  cypress:server:file read C:\Users\Josh\AppData\Roaming\Cypress\cy\production\projects\acme.angular-app-8ed5878a76e04f130c5a34640c6eceb0\state.json +1ms
  cypress:server:file read succeeded or failed for C:\Users\Josh\AppData\Roaming\Cypress\cy\production\projects\acme.angular-app-8ed5878a76e04f130c5a34640c6eceb0\state.json +3ms
  cypress:server:file attempt to unlock C:\Users\Josh\AppData\Roaming\Cypress\cy\production\projects\acme.angular-app-8ed5878a76e04f130c5a34640c6eceb0\state.json +0ms
  cypress:server:file unlock succeeded or failed for C:\Users\Josh\AppData\Roaming\Cypress\cy\production\projects\acme.angular-app-8ed5878a76e04f130c5a34640c6eceb0\state.json +2ms
  cypress:server:windows creating electron window with options { backgroundColor: '#dfe2e4', width: 842, height: 686, minWidth: 458, minHeight: 400, x: 439, y: 125, 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, webPreferences: { preload: 'C:\\Users\\Josh\\AppData\\Local\\Cypress\\Cache\\6.1.0\\Cypress\\resources\\app\\packages\\server\\lib\\ipc\\ipc.js', partition: null, webSecurity: false, nodeIntegration: false, contextIsolation: false, backgroundThrottling: false, backgroundColor: '#dfe2e4' }, url: 'file://C:\\Users\\Josh\\AppData\\Local\\Cypress\\Cache\\6.1.0\\Cypress\\resources\\app\\packages\\desktop-gui\\dist\\index.html', frame: true, contextMenu: false, recordFrameRate: null, onCrashed: [Function: onCrashed], onNewWindow: [Function: onNewWindow] } +0ms
  cypress:server:events got request for event: on:menu:clicked, undefined +0ms
  cypress:server:events got request for event: get:options, undefined +0ms
  cypress:server:events got request for event: get:current:user, undefined +1ms
  cypress:server:file get values from C:\Users\Josh\AppData\Roaming\Cypress\cy\production\cache +389ms
  cypress:server:file attempt to get lock on C:\Users\Josh\AppData\Roaming\Cypress\cy\production\cache +1ms
  cypress:server:events sending ipc data { type: 'get:options', data: { id: 0.8853425387441118, data: { _: [Array], project: 'D:\\Projects\\acme\\acme.angular-app', cwd: 'D:\\Projects\\acme\\acme.angular-app', invokedFromCli: true, config: {}, projectRoot: 'D:\\Projects\\acme\\acme.angular-app', onFocusTests: null, os: 'win32', windowOpenFn: null, getWindowByWebContentsFn: null, version: '6.1.0' } }, originalData: { id: 0.8853425387441118, data: { _: [Array], project: 'D:\\Projects\\acme\\acme.angular-app', cwd: 'D:\\Projects\\acme\\acme.angular-app', invokedFromCli: true, config: {}, projectRoot: 'D:\\Projects\\acme\\acme.angular-app', onFocusTests: [Function: onFocusTests], os: 'win32', windowOpenFn: [Function: open], getWindowByWebContentsFn: [Function: getByWebContents], version: '6.1.0' } } } +3ms
  cypress:server:file getting lock succeeded or failed for C:\Users\Josh\AppData\Roaming\Cypress\cy\production\cache +5ms
  cypress:server:file read C:\Users\Josh\AppData\Roaming\Cypress\cy\production\cache +1ms
  cypress:server:file read succeeded or failed for C:\Users\Josh\AppData\Roaming\Cypress\cy\production\cache +1ms
  cypress:server:file attempt to unlock C:\Users\Josh\AppData\Roaming\Cypress\cy\production\cache +1ms
  cypress:server:file unlock succeeded or failed for C:\Users\Josh\AppData\Roaming\Cypress\cy\production\cache +1ms
  cypress:server:events sending ipc data { type: 'get:current:user', data: { id: 0.6814697525495381, data: {} }, originalData: { id: 0.6814697525495381, data: {} } } +10ms
  cypress:server:events got request for event: on:focus:tests, undefined +11ms
  cypress:server:events got request for event: on:spec:changed, undefined +0ms
  cypress:server:events got request for event: on:config:changed, undefined +1ms
  cypress:server:events got request for event: on:project:error, undefined +1ms
  cypress:server:events got request for event: on:project:warning, undefined +0ms
  cypress:server:events got request for event: open:project, 'D:\\Projects\\acme\\acme.angular-app' +0ms
  cypress:server:events open:project +1ms
  cypress:server:browsers getAllBrowsersWith { nameOrPath: undefined } +0ms
  cypress:server:browsers:utils getBrowsers +0ms
  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' ] } ] +0ms
  cypress:server:events got request for event: updater:check, undefined +8ms
  cypress:launcher checking one browser chrome +14ms
  cypress:launcher looking up chrome on win32 platform +1ms
  cypress:launcher looking at possible paths... { browser: { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', versionRegex: /Google Chrome (\S+)/m, binary: [ 'google-chrome', 'chrome', 'google-chrome-stable' ] }, exePaths: [ 'C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe', 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe' ] } +1ms
  cypress:launcher found C:\Program Files (x86)\Google\Chrome\Application\chrome.exe ? false +2ms
  cypress:launcher found C:\Program Files\Google\Chrome\Application\chrome.exe ? true +1ms
  cypress:network:agent addRequest called { isHttps: true, href: 'https://download.cypress.io/desktop.json' } +0ms
  cypress:network:connect beginning getAddress { hostname: 'download.cypress.io', port: 443 } +0ms
  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:7b0', family: 6 }, { address: '2606:4700:20::ac43:450c', family: 6 }, { address: '2606:4700:20::681a:6b0', family: 6 } ] } +6ms
  cypress:network:agent got family { family: 6, href: 'https://download.cypress.io/desktop.json' } +41ms
  cypress:launcher Version=87.0.4280.88 +137ms
  cypress:launcher browser chrome at 'C:\Program Files\Google\Chrome\Application\chrome.exe' version 87.0.4280.88 +0ms
  cypress:launcher setting major version for {"name":"chrome","family":"chromium","channel":"stable","displayName":"Chrome","version":"87.0.4280.88","path":"C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe"} +1ms
  cypress:launcher browser chrome version 87.0.4280.88 major version 87 +0ms
  cypress:launcher checking one browser chromium +2ms
  cypress:launcher looking up chromium on win32 platform +0ms
  cypress:launcher looking at possible paths... { browser: { name: 'chromium', family: 'chromium', channel: 'stable', displayName: 'Chromium', versionRegex: /Chromium (\S+)/m, binary: [ 'chromium-browser', 'chromium' ] }, exePaths: [ 'C:\\Program Files (x86)\\Google\\chrome-win32\\chrome.exe' ] } +1ms
  cypress:launcher found C:\Program Files (x86)\Google\chrome-win32\chrome.exe ? false +1ms
  cypress:launcher error while looking up exe, trying next exePath { exePath: 'C:\\Program Files (x86)\\Google\\chrome-win32\\chrome.exe', exePaths: [], err: Error: Browser not installed:
chromium at Object.exports.notInstalledErr (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\errors.js:4:15) at C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:127:32 at step (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:32:23) at Object.next (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:13:53) at C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:7:71 at new Promise (<anonymous>:null:null) at __awaiter (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:3:12) at tryNextExePath (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:121:47) at C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:133:32 { notInstalled: true } } +0ms
  cypress:launcher browser chromium not installed +1ms
  cypress:launcher checking one browser chrome +1ms
  cypress:launcher looking up chrome on win32 platform +0ms
  cypress:launcher looking at possible paths... { browser: { name: 'chrome', family: 'chromium', channel: 'canary', displayName: 'Canary', versionRegex: /Google Chrome Canary (\S+)/m, binary: 'google-chrome-canary' }, exePaths: [ 'C:\\Users\\Josh\\AppData\\Local\\Google\\Chrome SxS\\Application\\chrome.exe' ] } +0ms
  cypress:launcher found C:\Users\Josh\AppData\Local\Google\Chrome SxS\Application\chrome.exe ? false +1ms
  cypress:launcher error while looking up exe, trying next exePath { exePath: 'C:\\Users\\Josh\\AppData\\Local\\Google\\Chrome SxS\\Application\\chrome.exe', exePaths: [], err: Error: Browser not installed: chrome at Object.exports.notInstalledErr (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\errors.js:4:15) at C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:127:32 at step (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:32:23) at Object.next (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:13:53) at C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:7:71 at new Promise (<anonymous>:null:null) at __awaiter (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:3:12) at tryNextExePath (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:121:47) at C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:133:32 { notInstalled: true } } +0ms
  cypress:launcher browser chrome not installed +2ms
  cypress:launcher checking one browser firefox +0ms
  cypress:launcher looking up firefox on win32 platform +2ms
  cypress:launcher looking at possible paths... { browser: { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', versionRegex: /^Mozilla Firefox ([^\sab]+)$/m, binary: 'firefox' }, exePaths: [ 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', 'C:\\Program Files (x86)\\Mozilla Firefox\\firefox.exe', 'C:\\Users\\Josh\\AppData\\Local\\Mozilla Firefox\\firefox.exe' ] } +0ms
  cypress:launcher found C:\Program Files\Mozilla Firefox\firefox.exe ? true +1ms
  cypress:launcher Version=83.0.0.7621 +94ms
  cypress:launcher browser firefox at 'C:\Program Files\Mozilla Firefox\firefox.exe' version 83.0.0.7621 +0ms
  cypress:launcher setting major version for {"name":"firefox","family":"firefox","channel":"stable","displayName":"Firefox","version":"83.0.0.7621","path":"C:\\Program Files\\Mozilla Firefox\\firefox.exe"} +1ms
  cypress:launcher browser firefox version 83.0.0.7621 major version 83 +0ms
  cypress:launcher checking one browser firefox +1ms
  cypress:launcher looking up firefox on win32 platform +0ms
  cypress:launcher looking at possible paths... { browser: { name: 'firefox', family: 'firefox', channel: 'dev', displayName: 'Firefox Developer Edition', versionRegex: /^Mozilla Firefox (\S+b\S*)$/m, binary: [ 'firefox-developer-edition', 'firefox' ] }, exePaths: [ 'C:\\Program Files\\Firefox Developer Edition\\firefox.exe', 'C:\\Program Files (x86)\\Firefox Developer Edition\\firefox.exe', 'C:\\Users\\Josh\\AppData\\Local\\Firefox Developer Edition\\firefox.exe' ] } +0ms
  cypress:launcher found C:\Program Files\Firefox Developer Edition\firefox.exe ? true +1ms
  cypress:server:updater latest version of Cypress is: 6.1.0 +0ms
  cypress:server:updater new version of Cypress does not exist +1ms
  cypress:server:events sending ipc data { type: 'updater:check', data: { id: 0.6947007761937343, data: false }, originalData: { id: 0.6947007761937343, data: false } } +306ms
  cypress:launcher Version=84.0.0.7642 +88ms
  cypress:launcher browser firefox at 'C:\Program Files\Firefox Developer Edition\firefox.exe' version 84.0.0.7642 +0ms
  cypress:launcher setting major version for {"name":"firefox","family":"firefox","channel":"dev","displayName":"Firefox Developer Edition","version":"84.0.0.7642","path":"C:\\Program Files\\Firefox Developer Edition\\firefox.exe"} +1ms
  cypress:launcher browser firefox version 84.0.0.7642 major version 84 +1ms
  cypress:launcher checking one browser firefox +1ms
  cypress:launcher looking up firefox on win32 platform +0ms
  cypress:launcher looking at possible paths... { browser: { name: 'firefox', family: 'firefox', channel: 'nightly', displayName: 'Firefox Nightly', versionRegex: /^Mozilla Firefox (\S+a\S*)$/m, binary: [ 'firefox-nightly', 'firefox-trunk' ] }, exePaths: [ 'C:\\Program Files\\Firefox Nightly\\firefox.exe', 'C:\\Program Files (x86)\\Firefox Nightly\\firefox.exe', 'C:\\Users\\Josh\\AppData\\Local\\Firefox Nightly\\firefox.exe' ] } +0ms
  cypress:launcher found C:\Program Files\Firefox Nightly\firefox.exe ? false +2ms
  cypress:launcher found C:\Program Files (x86)\Firefox Nightly\firefox.exe ? false +1ms
  cypress:launcher found C:\Users\Josh\AppData\Local\Firefox Nightly\firefox.exe ? false +2ms
  cypress:launcher error while looking up exe, trying next exePath { exePath: 'C:\\Users\\Josh\\AppData\\Local\\Firefox Nightly\\firefox.exe', exePaths: [], err: Error: Browser not installed: firefox at Object.exports.notInstalledErr (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\errors.js:4:15) at C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:127:32 at step (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:32:23) at Object.next (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:13:53) at C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:7:71 at new Promise (<anonymous>:null:null) at __awaiter (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:3:12) at tryNextExePath (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:121:47) at C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:133:32 { notInstalled: true } } +0ms
  cypress:launcher error while looking up exe, trying next exePath { exePath: 'C:\\Program Files (x86)\\Firefox Nightly\\firefox.exe', exePaths: [], err: Error: Browser not installed: firefox at Object.exports.notInstalledErr (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\errors.js:4:15) at C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:127:32 at step (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:32:23) at Object.next (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:13:53) at C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:7:71 at new Promise (<anonymous>:null:null) at __awaiter (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:3:12) at tryNextExePath (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:121:47) at C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:149:28 { notInstalled: true } } +1ms
  cypress:launcher error while looking up exe, trying next exePath { exePath: 'C:\\Program Files\\Firefox Nightly\\firefox.exe', exePaths: [], err: Error: Browser not installed: firefox at Object.exports.notInstalledErr (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\errors.js:4:15) at C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:127:32 at step (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:32:23) at Object.next (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:13:53) at C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:7:71 at new Promise (<anonymous>:null:null) at __awaiter (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:3:12) at tryNextExePath (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:121:47) at C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:149:28 { notInstalled: true } } +2ms
  cypress:launcher browser firefox not installed +2ms
  cypress:launcher checking one browser edge +0ms
  cypress:launcher looking up edge on win32 platform +0ms
  cypress:launcher looking at possible paths... { browser: { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', versionRegex: /Microsoft Edge (\S+)/m, binary: [ 'edge', 'microsoft-edge' ] }, exePaths: [ 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe' ] } +1ms
  cypress:launcher found C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe ? true +1ms
  cypress:launcher Version=87.0.664.60 +104ms
  cypress:launcher browser edge at 'C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe' version 87.0.664.60 +1ms
  cypress:launcher setting major version for {"name":"edge","family":"chromium","channel":"stable","displayName":"Edge","version":"87.0.664.60","path":"C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe"} +1ms
  cypress:launcher browser edge version 87.0.664.60 major version 87 +0ms
  cypress:launcher checking one browser edge +1ms
  cypress:launcher looking up edge on win32 platform +0ms
  cypress:launcher looking at possible paths... { browser: { name: 'edge', family: 'chromium', channel: 'canary', displayName: 'Edge Canary', versionRegex: /Microsoft Edge Canary (\S+)/m,
binary: 'edge-canary' }, exePaths: [ 'C:\\Users\\Josh\\AppData\\Local\\Microsoft\\Edge SxS\\Application\\msedge.exe' ] } +0ms
  cypress:launcher found C:\Users\Josh\AppData\Local\Microsoft\Edge SxS\Application\msedge.exe ? false +1ms
  cypress:launcher error while looking up exe, trying next exePath { exePath: 'C:\\Users\\Josh\\AppData\\Local\\Microsoft\\Edge SxS\\Application\\msedge.exe', exePaths: [], err: Error: Browser not installed: edge at Object.exports.notInstalledErr (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\errors.js:4:15) at C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:127:32 at step (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:32:23) at Object.next (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:13:53) at C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:7:71 at new Promise (<anonymous>:null:null) at __awaiter (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:3:12) at tryNextExePath (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:121:47) at C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:133:32 { notInstalled: true } } +1ms
  cypress:launcher browser edge not installed +1ms
  cypress:launcher checking one browser edge +0ms
  cypress:launcher looking up edge on win32 platform +0ms
  cypress:launcher looking at possible paths... { browser: { name: 'edge', family: 'chromium', channel: 'beta', displayName: 'Edge Beta', versionRegex: /Microsoft Edge Beta (\S+)/m, binary: 'edge-beta' }, exePaths: [ 'C:\\Program Files (x86)\\Microsoft\\Edge Beta\\Application\\msedge.exe' ] } +1ms
  cypress:launcher found C:\Program Files (x86)\Microsoft\Edge Beta\Application\msedge.exe ? false +1ms
  cypress:launcher error while looking up exe, trying next exePath { exePath: 'C:\\Program Files (x86)\\Microsoft\\Edge Beta\\Application\\msedge.exe', exePaths: [], err: Error: Browser not installed: edge at Object.exports.notInstalledErr (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\errors.js:4:15) at C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:127:32 at step (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:32:23) at Object.next (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:13:53) at C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:7:71 at new Promise (<anonymous>:null:null) at __awaiter (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:3:12) at tryNextExePath (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:121:47) at C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:133:32 { notInstalled: true } } +0ms
  cypress:launcher browser edge not installed +1ms
  cypress:launcher checking one browser edge +0ms
  cypress:launcher looking up edge on win32 platform +1ms
  cypress:launcher looking at possible paths... { browser: { name: 'edge', family: 'chromium', channel: 'dev', displayName: 'Edge Dev', versionRegex: /Microsoft Edge Dev (\S+)/m, binary: [ 'edge-dev', 'microsoft-edge-dev' ] }, exePaths: [ 'C:\\Program Files (x86)\\Microsoft\\Edge Dev\\Application\\msedge.exe' ] } +0ms
  cypress:launcher found C:\Program Files (x86)\Microsoft\Edge Dev\Application\msedge.exe ? false +3ms
  cypress:launcher error while looking up exe, trying next exePath { exePath: 'C:\\Program Files (x86)\\Microsoft\\Edge Dev\\Application\\msedge.exe', exePaths: [], err: Error: Browser not installed: edge at Object.exports.notInstalledErr (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\errors.js:4:15) at C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:127:32 at step (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:32:23) at Object.next (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:13:53) at C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:7:71 at new Promise (<anonymous>:null:null) at __awaiter (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:3:12) at tryNextExePath (C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:121:47) at C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:133:32 { notInstalled: true } } +0ms
  cypress:launcher browser edge not installed +1ms
  cypress:server:browsers:utils found browsers { browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '87.0.4280.88', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', majorVersion: 87 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '83.0.0.7621', path: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', majorVersion: 83 }, { name: 'firefox', family: 'firefox', channel: 'dev', displayName: 'Firefox Developer Edition', version: '84.0.0.7642', path: 'C:\\Program Files\\Firefox Developer Edition\\firefox.exe', majorVersion: 84 }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '87.0.664.60', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', majorVersion: 87 } ] } +489ms
  cypress:server:browsers:utils adding Electron browser { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '87.0.4280.67', 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.' } +1ms
  cypress:server:events setting found 5 browsers on the config +180ms
  cypress:server:open_project open_project create D:\Projects\acme\acme.angular-app +0ms
  cypress:server:open_project and options { onFocusTests: [Function: onFocusTests], onSpecChanged: [Function: onSpecChanged], onSettingsChanged: [Function: onSettingsChanged], onError: [Function: onError], onWarning: [Function: onWarning] } +3ms
  cypress:server:project Project created D:\Projects\acme\acme.angular-app +0ms
  cypress:server:open_project opening project D:\Projects\acme\acme.angular-app +1ms
  cypress:server:open_project and options { browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '87.0.4280.88', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', majorVersion: 87 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '83.0.0.7621', path: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', majorVersion: 83 }, { name: 'firefox', family: 'firefox', channel: 'dev', displayName: 'Firefox Developer Edition', version: '84.0.0.7642', path: 'C:\\Program Files\\Firefox Developer Edition\\firefox.exe', majorVersion: 84 }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '87.0.664.60', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', majorVersion: 87 }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '87.0.4280.67', 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] } +0ms
  cypress:server:project opening project instance D:\Projects\acme\acme.angular-app +3ms
  cypress:server:project project open options { browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '87.0.4280.88', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', majorVersion: 87 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '83.0.0.7621', path: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', majorVersion: 83 }, { name: 'firefox', family: 'firefox', channel: 'dev', displayName: 'Firefox Developer Edition', version: '84.0.0.7642', path: 'C:\\Program Files\\Firefox Developer Edition\\firefox.exe', majorVersion: 84 }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '87.0.664.60', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', majorVersion: 87 }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '87.0.4280.67', 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] } +0ms
  cypress:server:project project options { browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '87.0.4280.88', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', majorVersion: 87 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '83.0.0.7621', path: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', majorVersion: 83 }, { name: 'firefox', family: 'firefox', channel: 'dev', displayName: 'Firefox Developer Edition', version: '84.0.0.7642', path: 'C:\\Program Files\\Firefox Developer Edition\\firefox.exe', majorVersion: 84 }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '87.0.664.60', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', majorVersion: 87 }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '87.0.4280.67', 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 } +2ms
  cypress:server:config setting config object +0ms
  cypress:server:config config is {} +3ms
  cypress:server:config merged config with options, got { envFile: {}, projectRoot: 'D:\\Projects\\acme\\acme.angular-app', projectName: 'acme.angular-app', report: false, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '87.0.4280.88', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', majorVersion: 87 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '83.0.0.7621', path: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', majorVersion: 83 }, { name: 'firefox', family: 'firefox', channel: 'dev', displayName: 'Firefox Developer Edition', version: '84.0.0.7642', path: 'C:\\Program Files\\Firefox Developer Edition\\firefox.exe', majorVersion: 84 }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '87.0.664.60', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', majorVersion: 87 }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '87.0.4280.67', 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.' } ] } +1ms
  cypress:server:config using CYPRESS_INTERNAL_ENV production +3ms
  cypress:server:config resolved config is { value: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '87.0.4280.88', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', majorVersion: 87 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '83.0.0.7621', path: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', majorVersion: 83 }, { name: 'firefox', family: 'firefox', channel: 'dev', displayName: 'Firefox Developer Edition', version: '84.0.0.7642', path: 'C:\\Program Files\\Firefox Developer Edition\\firefox.exe', majorVersion: 84 }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '87.0.664.60', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', majorVersion: 87 }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '87.0.4280.67',
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' } +1ms
  cypress:server:validation browsers [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '87.0.4280.88', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', majorVersion: 87 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '83.0.0.7621', path: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', majorVersion: 83 }, { name: 'firefox', family: 'firefox', channel: 'dev', displayName: 'Firefox Developer Edition', version: '84.0.0.7642', path: 'C:\\Program Files\\Firefox Developer Edition\\firefox.exe', majorVersion: 84 }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '87.0.664.60', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', majorVersion: 87 }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '87.0.4280.67', 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.' } ] +0ms
  cypress:server:config setting support file D:\Projects\acme\acme.angular-app\cypress\support +8ms
  cypress:server:config for project root D:\Projects\acme\acme.angular-app +0ms
  cypress:server:config resolved support file D:\Projects\acme\acme.angular-app\cypress\support\index.js +1ms
  cypress:server:config set support folder D:\Projects\acme\acme.angular-app\cypress\support +0ms
  cypress:server:config setting plugins file D:\Projects\acme\acme.angular-app\cypress\plugins +1ms
  cypress:server:config for project root D:\Projects\acme\acme.angular-app +0ms
  cypress:server:config set pluginsFile to D:\Projects\acme\acme.angular-app\cypress\plugins\index.js +1ms
  cypress:server:config set scaffold paths +0ms
  cypress:server:scaffold scaffolded files ["cypress\\integration\\examples\\actions.spec.js","cypress\\integration\\examples\\aliasing.spec.js","cypress\\integration\\examples\\assertions.spec.js","cypress\\integration\\examples\\connectors.spec.js","cypress\\integration\\examples\\cookies.spec.js","cypress\\integration\\examples\\cypress_api.spec.js","cypress\\integration\\examples\\files.spec.js","cypress\\integration\\examples\\local_storage.spec.js","cypress\\integration\\examples\\location.spec.js","cypress\\integration\\examples\\misc.spec.js","cypress\\integration\\examples\\navigation.spec.js","cypress\\integration\\examples\\network_requests.spec.js","cypress\\integration\\examples\\querying.spec.js","cypress\\integration\\examples\\spies_stubs_clocks.spec.js","cypress\\integration\\examples\\traversal.spec.js","cypress\\integration\\examples\\utilities.spec.js","cypress\\integration\\examples\\viewport.spec.js","cypress\\integration\\examples\\waiting.spec.js","cypress\\integration\\examples\\window.spec.js","cypress\\fixtures\\example.json","cypress\\support\\commands.js","cypress\\support\\index.js","cypress\\plugins\\index.js"] +0ms
  cypress:server:config got file tree +3ms
  cypress:server:project get saved state +28ms
  cypress:server:saved_state making saved state from C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\server +964ms
  cypress:server:saved_state for project path D:\Projects\acme\acme.angular-app +0ms
  cypress:server:saved_state state path for project D:\Projects\acme\acme.angular-app +1ms
  cypress:server:appdata path: C:\Users\Josh\AppData\Roaming\Cypress\cy\production\projects\acme.angular-app-8ed5878a76e04f130c5a34640c6eceb0\state.json +969ms
  cypress:server:saved_state full state path C:\Users\Josh\AppData\Roaming\Cypress\cy\production\projects\acme.angular-app-8ed5878a76e04f130c5a34640c6eceb0\state.json +1ms
  cypress:server:file get values from C:\Users\Josh\AppData\Roaming\Cypress\cy\production\projects\acme.angular-app-8ed5878a76e04f130c5a34640c6eceb0\state.json +549ms
  cypress:server:scaffold determine if new project by globbing files in { integrationFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\integration' } +7ms
  cypress:server:scaffold found 20 files in folder D:\Projects\acme\acme.angular-app\cypress\integration +16ms
  cypress:server:scaffold determine if we should scaffold: +1ms
  cypress:server:scaffold - empty? false +0ms
  cypress:server:scaffold - different number of files? true +1ms
  cypress:server:scaffold - same sizes? false +0ms
  cypress:server:scaffold untouched scaffold false modal closed true +0ms
  cypress:server:project scaffolding with plugins file D:\Projects\acme\acme.angular-app\cypress\plugins\index.js +23ms
  cypress:server:scaffold plugins folder D:\Projects\acme\acme.angular-app\cypress\plugins +1ms
  cypress:server:scaffold verify scaffolding in D:\Projects\acme\acme.angular-app\cypress\plugins +0ms
  cypress:server:scaffold folder D:\Projects\acme\acme.angular-app\cypress\plugins already exists +1ms
  cypress:server:plugins plugins.init D:\Projects\acme\acme.angular-app\cypress\plugins\index.js +0ms
  cypress:server:plugins forking to run C:\Users\Josh\AppData\Local\Cypress\Cache\6.1.0\Cypress\resources\app\packages\server\lib\plugins\child\index.js +2ms
  cypress:server:plugins:child pluginsFile: D:\Projects\acme\acme.angular-app\cypress\plugins\index.js +0ms
  cypress:server:plugins:child project root: D:\Projects\acme\acme.angular-app +1ms
  cypress:server:plugins resolving typescript with options { basedir: 'D:\\Projects\\acme\\acme.angular-app' } +0ms
  cypress:server:plugins resolved typescript D:\Projects\acme\acme.angular-app\node_modules\typescript\lib\typescript.js +4ms
  cypress:server:ts-node typescript path: D:\Projects\acme\acme.angular-app\node_modules\typescript\lib\typescript.js +0ms
  cypress:server:ts-node registering project TS with options { compiler: 'D:\\Projects\\acme\\acme.angular-app\\node_modules\\typescript\\lib\\typescript.js', compilerOptions: { module: 'CommonJS' }, dir: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\plugins', transpileOnly: true } +0ms
  cypress:server:plugins:child require pluginsFile +149ms
  cypress:server:plugins:child plugins load file "D:\Projects\acme\acme.angular-app\cypress\plugins\index.js" +3ms
  cypress:server:plugins:child passing config { animationDistanceThreshold: 5, baseUrl: null, blockHosts: null, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '87.0.4280.88', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', majorVersion: 87 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '83.0.0.7621', path: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', majorVersion: 83 }, { name: 'firefox', family: 'firefox', channel: 'dev', displayName: 'Firefox Developer Edition', version: '84.0.0.7642', path: 'C:\\Program Files\\Firefox Developer Edition\\firefox.exe', majorVersion: 84 }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '87.0.664.60', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', majorVersion: 87 }, { name: 'electron', channel: 'stable',
family: 'chromium', displayName: 'Electron', version: '87.0.4280.67', 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: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\component', defaultCommandTimeout: 4000, env: {}, execTimeout: 60000, experimentalSourceRewriting: false, experimentalComponentTesting: false, experimentalFetchPolyfill: false, fileServerFolder: 'D:\\Projects\\acme\\acme.angular-app', firefoxGcInterval: { runMode: 1,
openMode: null }, fixturesFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\fixtures', hosts: null, ignoreTestFiles: '*.hot-update.js', includeShadowDom: false, integrationFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\integration', modifyObstructiveCode: true, nodeVersion: 'default', numTestsKeptInMemory: 50, pageLoadTimeout: 60000, pluginsFile: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\plugins\\index.js', port: null, projectId: null, reporter: 'spec', reporterOptions: null, requestTimeout: 5000, resolvedNodeVersion: '12.18.3', responseTimeout: 30000, retries: { runMode: 0, openMode: 0 }, screenshotOnRunFailure: true, screenshotsFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\screenshots', supportFile: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\support\\index.js', supportFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\support', taskTimeout: 60000, testFiles: '**/*.*', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\videos', videoUploadOnPasses: true, viewportHeight: 660, viewportWidth: 1000, waitForAnimations: true, scrollBehavior: 'top', watchForFileChanges: true, projectRoot: 'D:\\Projects\\acme\\acme.angular-app', configFile: 'D:\\Projects\\acme\\acme.angular-app\\cypress.json', version: '6.1.0' } +0ms
  cypress:server:plugins:child run plugins function +5ms
  cypress:server:plugins:child register event _get:task:body with id 0 +0ms
  cypress:server:plugins:child register event _get:task:keys with id 1 +0ms
  cypress:server:plugins:child run plugins function +1ms
  cypress:server:plugins:child register default preprocessor +1ms
  cypress:server:plugins resolving typescript with options { basedir: 'D:\\Projects\\acme\\acme.angular-app' } +157ms
  cypress:server:plugins resolved typescript D:\Projects\acme\acme.angular-app\node_modules\typescript\lib\typescript.js +2ms
  cypress:server:plugins:child creating webpack preprocessor with options { typescript: 'D:\\Projects\\acme\\acme.angular-app\\node_modules\\typescript\\lib\\typescript.js' } +4ms
  cypress:server:plugins:child register event file:preprocessor with id 2 +411ms
  cypress:server:plugins:child plugins file successfully loaded +1ms
  cypress:server:plugins register plugins process event _get:task:body with id 0 +818ms
  cypress:server:plugins register event '_get:task:body' +0ms
  cypress:server:plugins register plugins process event _get:task:keys with id 1 +1ms
  cypress:server:plugins register event '_get:task:keys' +0ms
  cypress:server:plugins register plugins process event file:preprocessor with id 2 +0ms
  cypress:server:plugins register event 'file:preprocessor' +1ms
  cypress:server:plugins resolving with new config null +0ms
  cypress:server:project plugin config yielded: null +824ms
  cypress:server:config updateWithPluginValues { cfg: { projectRoot: 'D:\\Projects\\acme\\acme.angular-app', projectName: 'acme.angular-app', report: false, browsers: [ [Object], [Object], [Object], [Object], [Object] ], animationDistanceThreshold: 5, autoOpen: false, baseUrl: null, blockHosts: null, chromeWebSecurity: true, clientRoute: '/__/', componentFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\component', configFile: 'cypress.json', defaultCommandTimeout: 4000, execTimeout: 60000, experimentalSourceRewriting: false, experimentalComponentTesting: false, experimentalFetchPolyfill: false, fileServerFolder: 'D:\\Projects\\acme\\acme.angular-app', firefoxGcInterval: { runMode: 1, openMode: null }, fixturesFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\fixtures', hosts: null, ignoreTestFiles: '*.hot-update.js', includeShadowDom: false, integrationFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\integration', isTextTerminal: false, javascripts: [], morgan: true, modifyObstructiveCode: true, namespace: '__cypress', nodeVersion: 'default', numTestsKeptInMemory: 50, pageLoadTimeout: 60000, pluginsFile: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\plugins\\index.js', port: null, projectId: null, reporter: 'spec', reporterOptions: null, reporterRoute: '/__cypress/reporter', requestTimeout: 5000, responseTimeout: 30000, retries: { runMode: 0, openMode: 0 }, screenshotOnRunFailure: true, screenshotsFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\screenshots', socketId: null, socketIoRoute: '/__socket.io', socketIoCookie: '__socket.io', supportFile: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\support\\index.js', taskTimeout: 60000, testFiles: '**/*.*', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: 'D:\\Projects\\acme\\acme.angular-app\\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], env: {}, execTimeout: [Object], experimentalSourceRewriting: [Object], experimentalComponentTesting: [Object], experimentalFetchPolyfill: [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: 'D:\\Projects\\acme\\acme.angular-app\\cypress', parentTestsFolderDisplay: 'acme.angular-app\\cypress', supportFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\support', integrationExampleName: 'examples', integrationExamplePath: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\integration\\examples', scaffoldedFiles: [ [Object], [Object],
[Object], [Object], [Object], [Object], [Object], [Object], [Object], [Object], [Object], [Object], [Object], [Object], [Object], [Object], [Object], [Object], [Object], [Object], [Object], [Object], [Object] ], resolvedNodeVersion: '12.18.3', state: { appWidth: 842, appHeight: 686, appX: 439, appY: 125, browserWidth: 1280, browserHeight: 720, browserX: 401, browserY: 147,
showedOnBoardingModal: true }, isNewProject: false }, overrides: {} } +850ms
  cypress:server:config config diffs null +7ms
  cypress:server:config merged config object { projectRoot: 'D:\\Projects\\acme\\acme.angular-app', projectName: 'acme.angular-app', report: false, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '87.0.4280.88', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', majorVersion: 87 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '83.0.0.7621', path: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', majorVersion: 83 }, { name: 'firefox', family: 'firefox', channel: 'dev', displayName: 'Firefox Developer Edition', version: '84.0.0.7642', path: 'C:\\Program Files\\Firefox Developer Edition\\firefox.exe', majorVersion: 84 }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '87.0.664.60', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', majorVersion: 87 }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '87.0.4280.67', 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: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\component', configFile: 'cypress.json', defaultCommandTimeout: 4000, execTimeout: 60000, experimentalSourceRewriting: false, experimentalComponentTesting: false, experimentalFetchPolyfill: false, fileServerFolder: 'D:\\Projects\\acme\\acme.angular-app', firefoxGcInterval: { runMode:
1, openMode: null }, fixturesFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\fixtures', hosts: null, ignoreTestFiles: '*.hot-update.js', includeShadowDom: false, integrationFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\integration', isTextTerminal: false, javascripts: [], morgan: true, modifyObstructiveCode: true, namespace: '__cypress', nodeVersion: 'default', numTestsKeptInMemory: 50, pageLoadTimeout: 60000, pluginsFile: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\plugins\\index.js', port: null, projectId: null, reporter: 'spec', reporterOptions: null, reporterRoute: '/__cypress/reporter', requestTimeout: 5000, responseTimeout: 30000, retries: { runMode: 0, openMode: 0 }, screenshotOnRunFailure: true, screenshotsFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\screenshots', socketId: null, socketIoRoute: '/__socket.io', socketIoCookie: '__socket.io', supportFile: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\support\\index.js', taskTimeout: 60000, testFiles: '**/*.*', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: 'D:\\Projects\\acme\\acme.angular-app\\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' }, env: {}, execTimeout: { value: 60000, from: 'default' }, experimentalSourceRewriting: { value: false, from: 'default' }, experimentalComponentTesting: { value: false, from: 'default' }, experimentalFetchPolyfill: { 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: 'D:\\Projects\\acme\\acme.angular-app\\cypress', parentTestsFolderDisplay: 'acme.angular-app\\cypress', supportFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\support', integrationExampleName: 'examples', integrationExamplePath: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\integration\\examples', scaffoldedFiles: [ { name: 'cypress\\integration\\examples\\actions.spec.js' }, { name: 'cypress\\integration\\examples\\aliasing.spec.js' }, { name: 'cypress\\integration\\examples\\assertions.spec.js' }, { name: 'cypress\\integration\\examples\\connectors.spec.js' }, { name: 'cypress\\integration\\examples\\cookies.spec.js' }, { name: 'cypress\\integration\\examples\\cypress_api.spec.js' }, { name: 'cypress\\integration\\examples\\files.spec.js' }, { name: 'cypress\\integration\\examples\\local_storage.spec.js' }, { name: 'cypress\\integration\\examples\\location.spec.js' }, { name: 'cypress\\integration\\examples\\misc.spec.js' }, { name: 'cypress\\integration\\examples\\navigation.spec.js' }, { name: 'cypress\\integration\\examples\\network_requests.spec.js' }, { name: 'cypress\\integration\\examples\\querying.spec.js' }, { name: 'cypress\\integration\\examples\\spies_stubs_clocks.spec.js' }, { name: 'cypress\\integration\\examples\\traversal.spec.js' }, { name: 'cypress\\integration\\examples\\utilities.spec.js' }, { name: 'cypress\\integration\\examples\\viewport.spec.js' }, { name: 'cypress\\integration\\examples\\waiting.spec.js' }, { name: 'cypress\\integration\\examples\\window.spec.js' }, { name: 'cypress\\fixtures\\example.json' }, { name: 'cypress\\support\\commands.js' }, { name: 'cypress\\support\\index.js' }, { name: 'cypress\\plugins\\index.js' } ], resolvedNodeVersion: '12.18.3', state: { appWidth: 842, appHeight: 686, appX: 439, appY: 125, browserWidth: 1280, browserHeight: 720, browserX: 401, browserY: 147, showedOnBoardingModal: true }, isNewProject: false } +2ms
  cypress:server:config merged plugins config { projectRoot: 'D:\\Projects\\acme\\acme.angular-app', projectName: 'acme.angular-app', report: false, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '87.0.4280.88', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', majorVersion: 87 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '83.0.0.7621', path: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', majorVersion:
83 }, { name: 'firefox', family: 'firefox', channel: 'dev', displayName: 'Firefox Developer Edition', version: '84.0.0.7642', path: 'C:\\Program Files\\Firefox Developer Edition\\firefox.exe', majorVersion: 84 }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '87.0.664.60', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', majorVersion: 87 }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '87.0.4280.67', 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: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\component', configFile: 'cypress.json', defaultCommandTimeout: 4000, execTimeout: 60000, experimentalSourceRewriting: false, experimentalComponentTesting: false, experimentalFetchPolyfill: false, fileServerFolder: 'D:\\Projects\\acme\\acme.angular-app', firefoxGcInterval: { runMode: 1, openMode: null }, fixturesFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\fixtures', hosts: null, ignoreTestFiles: '*.hot-update.js', includeShadowDom: false, integrationFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\integration', isTextTerminal: false, javascripts: [], morgan: true, modifyObstructiveCode: true, namespace: '__cypress', nodeVersion: 'default', numTestsKeptInMemory: 50, pageLoadTimeout: 60000, pluginsFile: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\plugins\\index.js', port: null, projectId: null, reporter: 'spec', reporterOptions: null, reporterRoute: '/__cypress/reporter', requestTimeout: 5000, responseTimeout: 30000, retries: { runMode: 0, openMode: 0 }, screenshotOnRunFailure: true, screenshotsFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\screenshots', socketId: null, socketIoRoute: '/__socket.io', socketIoCookie: '__socket.io', supportFile: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\support\\index.js', taskTimeout: 60000, testFiles: '**/*.*', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: 'D:\\Projects\\acme\\acme.angular-app\\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' }, env: {},
execTimeout: { value: 60000, from: 'default' }, experimentalSourceRewriting: { value: false, from: 'default' }, experimentalComponentTesting: { value: false, from: 'default' }, experimentalFetchPolyfill: { 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: 'D:\\Projects\\acme\\acme.angular-app\\cypress', parentTestsFolderDisplay: 'acme.angular-app\\cypress', supportFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\support', integrationExampleName: 'examples', integrationExamplePath: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\integration\\examples', scaffoldedFiles: [ { name: 'cypress\\integration\\examples\\actions.spec.js' }, { name: 'cypress\\integration\\examples\\aliasing.spec.js' }, { name: 'cypress\\integration\\examples\\assertions.spec.js' }, { name: 'cypress\\integration\\examples\\connectors.spec.js' }, { name: 'cypress\\integration\\examples\\cookies.spec.js' }, { name: 'cypress\\integration\\examples\\cypress_api.spec.js' }, { name: 'cypress\\integration\\examples\\files.spec.js' }, { name: 'cypress\\integration\\examples\\local_storage.spec.js' }, { name: 'cypress\\integration\\examples\\location.spec.js' }, { name: 'cypress\\integration\\examples\\misc.spec.js' }, { name: 'cypress\\integration\\examples\\navigation.spec.js' }, { name: 'cypress\\integration\\examples\\network_requests.spec.js' }, { name: 'cypress\\integration\\examples\\querying.spec.js' }, { name: 'cypress\\integration\\examples\\spies_stubs_clocks.spec.js' }, { name: 'cypress\\integration\\examples\\traversal.spec.js' }, { name: 'cypress\\integration\\examples\\utilities.spec.js' }, { name: 'cypress\\integration\\examples\\viewport.spec.js' }, { name: 'cypress\\integration\\examples\\waiting.spec.js' }, { name: 'cypress\\integration\\examples\\window.spec.js' }, { name: 'cypress\\fixtures\\example.json' }, { name: 'cypress\\support\\commands.js' }, { name: 'cypress\\support\\index.js' }, { name: 'cypress\\plugins\\index.js' } ], resolvedNodeVersion: '12.18.3', state: { appWidth: 842, appHeight: 686, appX: 439, appY: 125, browserWidth: 1280, browserHeight: 720, browserX: 401, browserY: 147, showedOnBoardingModal: true }, isNewProject: false } +16ms
  cypress:server:project updated config: { projectRoot: 'D:\\Projects\\acme\\acme.angular-app', projectName: 'acme.angular-app', report: false, browsers:
[ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '87.0.4280.88', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', majorVersion: 87 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '83.0.0.7621', path: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', majorVersion: 83 }, { name: 'firefox', family: 'firefox', channel: 'dev', displayName: 'Firefox Developer Edition', version: '84.0.0.7642', path: 'C:\\Program Files\\Firefox Developer Edition\\firefox.exe',
majorVersion: 84 }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '87.0.664.60', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', majorVersion: 87 }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '87.0.4280.67', 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:
'D:\\Projects\\acme\\acme.angular-app\\cypress\\component', configFile: 'cypress.json', defaultCommandTimeout: 4000, execTimeout: 60000, experimentalSourceRewriting: false, experimentalComponentTesting: false, experimentalFetchPolyfill: false, fileServerFolder: 'D:\\Projects\\acme\\acme.angular-app', firefoxGcInterval: { runMode: 1, openMode: null }, fixturesFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\fixtures', hosts: null, ignoreTestFiles: '*.hot-update.js', includeShadowDom: false, integrationFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\integration', isTextTerminal: false, javascripts: [], morgan: true, modifyObstructiveCode: true, namespace: '__cypress', nodeVersion: 'default', numTestsKeptInMemory: 50, pageLoadTimeout: 60000, pluginsFile: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\plugins\\index.js', port: null, projectId: null, reporter: 'spec', reporterOptions: null, reporterRoute: '/__cypress/reporter', requestTimeout: 5000, responseTimeout: 30000, retries: { runMode: 0, openMode: 0 }, screenshotOnRunFailure: true, screenshotsFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\screenshots', socketId: null, socketIoRoute: '/__socket.io', socketIoCookie: '__socket.io', supportFile: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\support\\index.js', taskTimeout: 60000, testFiles: '**/*.*', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: 'D:\\Projects\\acme\\acme.angular-app\\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' }, env: {}, execTimeout: { value: 60000, from: 'default' }, experimentalSourceRewriting: { value: false, from: 'default' }, experimentalComponentTesting: { value: false, from: 'default' }, experimentalFetchPolyfill: { 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: 'D:\\Projects\\acme\\acme.angular-app\\cypress', parentTestsFolderDisplay: 'acme.angular-app\\cypress', supportFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\support', integrationExampleName: 'examples', integrationExamplePath: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\integration\\examples', scaffoldedFiles: [ { name: 'cypress\\integration\\examples\\actions.spec.js' }, { name: 'cypress\\integration\\examples\\aliasing.spec.js'
}, { name: 'cypress\\integration\\examples\\assertions.spec.js' }, { name: 'cypress\\integration\\examples\\connectors.spec.js' }, { name: 'cypress\\integration\\examples\\cookies.spec.js' }, { name: 'cypress\\integration\\examples\\cypress_api.spec.js' }, { name: 'cypress\\integration\\examples\\files.spec.js' }, { name: 'cypress\\integration\\examples\\local_storage.spec.js' }, { name: 'cypress\\integration\\examples\\location.spec.js' }, { name: 'cypress\\integration\\examples\\misc.spec.js' }, { name: 'cypress\\integration\\examples\\navigation.spec.js'
}, { name: 'cypress\\integration\\examples\\network_requests.spec.js' }, { name: 'cypress\\integration\\examples\\querying.spec.js' }, { name: 'cypress\\integration\\examples\\spies_stubs_clocks.spec.js' }, { name: 'cypress\\integration\\examples\\traversal.spec.js' }, { name: 'cypress\\integration\\examples\\utilities.spec.js' }, { name: 'cypress\\integration\\examples\\viewport.spec.js' }, { name: 'cypress\\integration\\examples\\waiting.spec.js' }, { name: 'cypress\\integration\\examples\\window.spec.js' }, { name: 'cypress\\fixtures\\example.json' }, { name: 'cypress\\support\\commands.js' }, { name: 'cypress\\support\\index.js' }, { name: 'cypress\\plugins\\index.js' } ], resolvedNodeVersion: '12.18.3', state: { appWidth: 842, appHeight: 686, appX: 439, appY: 125, browserWidth: 1280, browserHeight: 720, browserX: 401, browserY: 147, showedOnBoardingModal: true }, isNewProject: false } +39ms
  cypress:server:server server open +0ms
  cypress:server:server Server listening on  { address: '127.0.0.1', family: 'IPv4', port: 56823 } +32ms
  cypress:server:appdata path: C:\Users\Josh\AppData\Roaming\Cypress\cy\production\proxy +931ms
  cypress:https-proxy:ca checking CA version { actualVersion: 1, CA_VERSION: 1 } +0ms
  cypress:https-proxy Created SNI HTTPS Proxy Server { port: 56825 } +0ms
  cypress:server:server Setting remoteAuth undefined +14ms
  cypress:server:server Setting remoteOrigin http://localhost:56823 +0ms
  cypress:server:server Setting remoteStrategy file +1ms
  cypress:server:server Setting remoteHostAndPort null +0ms
  cypress:server:server Setting remoteDocDomain localhost +0ms
  cypress:server:server Setting remoteFileServer http://localhost:56824 +0ms
  cypress:server:server Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:56823', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer:
'http://localhost:56824' } +1ms
  cypress:server:project project config: { projectRoot: 'D:\\Projects\\acme\\acme.angular-app', projectName: 'acme.angular-app', report: false, browsers:
[ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '87.0.4280.88', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', majorVersion: 87 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '83.0.0.7621', path: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', majorVersion: 83 }, { name: 'firefox', family: 'firefox', channel: 'dev', displayName: 'Firefox Developer Edition', version: '84.0.0.7642', path: 'C:\\Program Files\\Firefox Developer Edition\\firefox.exe',
majorVersion: 84 }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '87.0.664.60', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', majorVersion: 87 }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '87.0.4280.67', 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:
'D:\\Projects\\acme\\acme.angular-app\\cypress\\component', configFile: 'cypress.json', defaultCommandTimeout: 4000, execTimeout: 60000, experimentalSourceRewriting: false, experimentalComponentTesting: false, experimentalFetchPolyfill: false, fileServerFolder: 'D:\\Projects\\acme\\acme.angular-app', firefoxGcInterval: { runMode: 1, openMode: null }, fixturesFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\fixtures', hosts: null, ignoreTestFiles: '*.hot-update.js', includeShadowDom: false, integrationFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\integration', isTextTerminal: false, javascripts: [], morgan: true, modifyObstructiveCode: true, namespace: '__cypress', nodeVersion: 'default', numTestsKeptInMemory: 50, pageLoadTimeout: 60000, pluginsFile: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\plugins\\index.js', port: 56823, projectId: null, reporter: 'spec', reporterOptions: null, reporterRoute: '/__cypress/reporter', requestTimeout: 5000, responseTimeout: 30000, retries: { runMode: 0, openMode: 0 }, screenshotOnRunFailure: true, screenshotsFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\screenshots', socketId: null, socketIoRoute: '/__socket.io',
socketIoCookie: '__socket.io', supportFile: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\support\\index.js', taskTimeout: 60000, testFiles: '**/*.*', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\videos', videoUploadOnPasses: true, viewportHeight: 660, viewportWidth: 1000, waitForAnimations: true, scrollBehavior: 'top', watchForFileChanges: true, xhrRoute: '/xhrs/', env: {}, cypressEnv: 'production', parentTestsFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress', parentTestsFolderDisplay: 'acme.angular-app\\cypress', supportFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\support', integrationExampleName: 'examples', integrationExamplePath: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\integration\\examples', scaffoldedFiles: [ { name: 'cypress\\integration\\examples\\actions.spec.js' }, { name: 'cypress\\integration\\examples\\aliasing.spec.js' }, { name: 'cypress\\integration\\examples\\assertions.spec.js' }, { name: 'cypress\\integration\\examples\\connectors.spec.js' }, { name: 'cypress\\integration\\examples\\cookies.spec.js' }, { name: 'cypress\\integration\\examples\\cypress_api.spec.js' }, { name: 'cypress\\integration\\examples\\files.spec.js' }, { name: 'cypress\\integration\\examples\\local_storage.spec.js' }, { name: 'cypress\\integration\\examples\\location.spec.js' }, { name: 'cypress\\integration\\examples\\misc.spec.js' }, { name: 'cypress\\integration\\examples\\navigation.spec.js' }, { name: 'cypress\\integration\\examples\\network_requests.spec.js' }, { name: 'cypress\\integration\\examples\\querying.spec.js' }, { name: 'cypress\\integration\\examples\\spies_stubs_clocks.spec.js' }, { name: 'cypress\\integration\\examples\\traversal.spec.js' }, { name: 'cypress\\integration\\examples\\utilities.spec.js' }, { name: 'cypress\\integration\\examples\\viewport.spec.js' }, { name: 'cypress\\integration\\examples\\waiting.spec.js' }, { name: 'cypress\\integration\\examples\\window.spec.js' }, { name: 'cypress\\fixtures\\example.json' }, { name: 'cypress\\support\\commands.js' }, { name: 'cypress\\support\\index.js' }, { name: 'cypress\\plugins\\index.js' } ], resolvedNodeVersion: '12.18.3', state: { appWidth: 842, appHeight: 686, appX: 439, appY: 125, browserWidth: 1280, browserHeight: 720, browserX: 401, browserY: 147, showedOnBoardingModal: true }, isNewProject: false, proxyUrl: 'http://localhost:56823', browserUrl: 'http://localhost:56823/__/', reporterUrl: 'http://localhost:56823/__cypress/reporter', xhrUrl: '__cypress/xhrs/' } +62ms
  cypress:server:project watch settings files +11ms
  cypress:server:project scaffolding project D:\Projects\acme\acme.angular-app +14ms
  cypress:server:scaffold support folder D:\Projects\acme\acme.angular-app\cypress\support, support file D:\Projects\acme\acme.angular-app\cypress\support\index.js +949ms
  cypress:server:scaffold verify scaffolding in D:\Projects\acme\acme.angular-app\cypress\support +1ms
  cypress:server:project scaffold flags { isTextTerminal: false, CYPRESS_INTERNAL_FORCE_SCAFFOLD: undefined } +1ms
  cypress:server:project will scaffold integration and fixtures folder +0ms
  cypress:server:scaffold integration folder D:\Projects\acme\acme.angular-app\cypress\integration +1ms
  cypress:server:scaffold verify scaffolding in D:\Projects\acme\acme.angular-app\cypress\integration +0ms
  cypress:server:scaffold fixture folder D:\Projects\acme\acme.angular-app\cypress\fixtures +0ms
  cypress:server:scaffold verify scaffolding in D:\Projects\acme\acme.angular-app\cypress\fixtures +1ms
  cypress:server:scaffold folder D:\Projects\acme\acme.angular-app\cypress\support already exists +2ms
  cypress:server:scaffold folder D:\Projects\acme\acme.angular-app\cypress\integration already exists +0ms
  cypress:server:scaffold folder D:\Projects\acme\acme.angular-app\cypress\fixtures already exists +0ms
  cypress:server:project attempt watch plugins file: D:\Projects\acme\acme.angular-app\cypress\plugins\index.js +5ms
  cypress:server:project plugins file found? true +1ms
  cypress:server:project watch plugins file +0ms
  cypress:server:project project has config { projectRoot: 'D:\\Projects\\acme\\acme.angular-app', projectName: 'acme.angular-app', report: false, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '87.0.4280.88', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', majorVersion: 87 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '83.0.0.7621', path: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', majorVersion: 83 }, { name: 'firefox', family: 'firefox', channel: 'dev', displayName: 'Firefox Developer Edition', version: '84.0.0.7642', path: 'C:\\Program Files\\Firefox Developer Edition\\firefox.exe', majorVersion: 84 }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '87.0.664.60', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', majorVersion: 87 }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '87.0.4280.67', 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: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\component', configFile: 'cypress.json', defaultCommandTimeout: 4000, execTimeout: 60000, experimentalSourceRewriting: false, experimentalComponentTesting: false, experimentalFetchPolyfill: false, fileServerFolder: 'D:\\Projects\\acme\\acme.angular-app', firefoxGcInterval: { runMode: 1, openMode: null }, fixturesFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\fixtures', hosts: null, ignoreTestFiles: '*.hot-update.js', includeShadowDom: false, integrationFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\integration', isTextTerminal: false, javascripts: [], morgan: true, modifyObstructiveCode: true, namespace: '__cypress', nodeVersion: 'default', numTestsKeptInMemory: 50, pageLoadTimeout: 60000, pluginsFile: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\plugins\\index.js', port: 56823, projectId: null, reporter: 'spec', reporterOptions: null, reporterRoute: '/__cypress/reporter', requestTimeout: 5000, responseTimeout: 30000, retries: { runMode: 0, openMode: 0 }, screenshotOnRunFailure: true, screenshotsFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\screenshots', socketId: null, socketIoRoute: '/__socket.io', socketIoCookie: '__socket.io', supportFile: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\support\\index.js', taskTimeout: 60000, testFiles: '**/*.*', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: 'D:\\Projects\\acme\\acme.angular-app\\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' }, env: {}, execTimeout: { value: 60000, from: 'default' }, experimentalSourceRewriting: { value: false, from: 'default' }, experimentalComponentTesting: { value: false, from: 'default' }, experimentalFetchPolyfill: { 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: 'D:\\Projects\\acme\\acme.angular-app\\cypress', parentTestsFolderDisplay: 'acme.angular-app\\cypress', supportFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\support', integrationExampleName: 'examples', integrationExamplePath: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\integration\\examples', scaffoldedFiles: [ { name: 'cypress\\integration\\examples\\actions.spec.js' }, { name: 'cypress\\integration\\examples\\aliasing.spec.js' }, { name: 'cypress\\integration\\examples\\assertions.spec.js' }, { name: 'cypress\\integration\\examples\\connectors.spec.js' }, { name: 'cypress\\integration\\examples\\cookies.spec.js' }, { name: 'cypress\\integration\\examples\\cypress_api.spec.js' }, { name: 'cypress\\integration\\examples\\files.spec.js' }, { name: 'cypress\\integration\\examples\\local_storage.spec.js' }, { name: 'cypress\\integration\\examples\\location.spec.js' }, { name: 'cypress\\integration\\examples\\misc.spec.js' }, { name: 'cypress\\integration\\examples\\navigation.spec.js' }, { name: 'cypress\\integration\\examples\\network_requests.spec.js' }, { name: 'cypress\\integration\\examples\\querying.spec.js' }, { name: 'cypress\\integration\\examples\\spies_stubs_clocks.spec.js' }, { name: 'cypress\\integration\\examples\\traversal.spec.js' }, { name: 'cypress\\integration\\examples\\utilities.spec.js' }, { name: 'cypress\\integration\\examples\\viewport.spec.js' }, { name: 'cypress\\integration\\examples\\waiting.spec.js' }, { name: 'cypress\\integration\\examples\\window.spec.js' }, { name: 'cypress\\fixtures\\example.json' }, { name: 'cypress\\support\\commands.js' }, { name: 'cypress\\support\\index.js' }, { name: 'cypress\\plugins\\index.js' } ], resolvedNodeVersion: '12.18.3', state: { appWidth: 842, appHeight: 686, appX: 439, appY: 125, browserWidth: 1280, browserHeight: 720, browserX: 401, browserY: 147, showedOnBoardingModal: true }, isNewProject: false, proxyUrl: 'http://localhost:56823', browserUrl: 'http://localhost:56823/__/', reporterUrl: 'http://localhost:56823/__cypress/reporter', xhrUrl: '__cypress/xhrs/' } +13ms
  cypress:server:events sending ipc data { type: 'open:project', data: { id: 0.6892145199255508, data: { projectRoot: 'D:\\Projects\\acme\\acme.angular-app', projectName: 'acme.angular-app', report: false, browsers: [Array], animationDistanceThreshold: 5, autoOpen: false, baseUrl: null, blockHosts: null, chromeWebSecurity: true, clientRoute: '/__/', componentFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\component', configFile: 'cypress.json', defaultCommandTimeout: 4000, execTimeout: 60000, experimentalSourceRewriting: false, experimentalComponentTesting: false, experimentalFetchPolyfill: false, fileServerFolder: 'D:\\Projects\\acme\\acme.angular-app', firefoxGcInterval: [Object], fixturesFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\fixtures', hosts: null, ignoreTestFiles: '*.hot-update.js', includeShadowDom: false, integrationFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\integration', isTextTerminal: false, javascripts: [], morgan: true, modifyObstructiveCode: true, namespace: '__cypress', nodeVersion: 'default', numTestsKeptInMemory: 50, pageLoadTimeout: 60000, pluginsFile: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\plugins\\index.js', port: 56823, projectId: null, reporter: 'spec', reporterOptions: null, reporterRoute: '/__cypress/reporter', requestTimeout: 5000, responseTimeout: 30000, retries: [Object], screenshotOnRunFailure: true, screenshotsFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\screenshots', socketId: null, socketIoRoute: '/__socket.io', socketIoCookie: '__socket.io', supportFile: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\support\\index.js', taskTimeout: 60000, testFiles: '**/*.*', trashAssetsBeforeRuns: true,
userAgent: null, video: true, videoCompression: 32, videosFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\videos', videoUploadOnPasses: true, viewportHeight: 660, viewportWidth: 1000, waitForAnimations: true, scrollBehavior: 'top', watchForFileChanges: true, xhrRoute: '/xhrs/', env: {}, cypressEnv: 'production', resolved: [Object], parentTestsFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress', parentTestsFolderDisplay: 'acme.angular-app\\cypress', supportFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\support', integrationExampleName: 'examples', integrationExamplePath: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\integration\\examples', scaffoldedFiles: [Array], resolvedNodeVersion: '12.18.3', state: [Object], isNewProject: false, proxyUrl: 'http://localhost:56823', browserUrl: 'http://localhost:56823/__/', reporterUrl: 'http://localhost:56823/__cypress/reporter', xhrUrl: '__cypress/xhrs/' } }, originalData: { id: 0.6892145199255508, data: { projectRoot: 'D:\\Projects\\acme\\acme.angular-app', projectName: 'acme.angular-app', report: false, browsers: [Array], animationDistanceThreshold: 5, autoOpen: false, baseUrl: null, blockHosts: null, chromeWebSecurity: true, clientRoute: '/__/', componentFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\component', configFile: 'cypress.json', defaultCommandTimeout:
4000, execTimeout: 60000, experimentalSourceRewriting: false, experimentalComponentTesting: false, experimentalFetchPolyfill: false, fileServerFolder: 'D:\\Projects\\acme\\acme.angular-app', firefoxGcInterval: [Object], fixturesFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\fixtures', hosts: null, ignoreTestFiles: '*.hot-update.js', includeShadowDom: false, integrationFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\integration', isTextTerminal: false, javascripts: [], morgan: true,
modifyObstructiveCode: true, namespace: '__cypress', nodeVersion: 'default', numTestsKeptInMemory: 50, pageLoadTimeout: 60000, pluginsFile: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\plugins\\index.js', port: 56823, projectId: null, reporter: 'spec', reporterOptions: null, reporterRoute: '/__cypress/reporter', requestTimeout: 5000, responseTimeout:
30000, retries: [Object], screenshotOnRunFailure: true, screenshotsFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\screenshots', socketId: null, socketIoRoute:
'/__socket.io', socketIoCookie: '__socket.io', supportFile: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\support\\index.js', taskTimeout: 60000, testFiles: '**/*.*', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\videos', videoUploadOnPasses: true, viewportHeight: 660, viewportWidth: 1000, waitForAnimations: true, scrollBehavior: 'top', watchForFileChanges: true, xhrRoute: '/xhrs/', env: {}, cypressEnv: 'production', resolved: [Object], parentTestsFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress', parentTestsFolderDisplay: 'acme.angular-app\\cypress', supportFolder:
'D:\\Projects\\acme\\acme.angular-app\\cypress\\support', integrationExampleName: 'examples', integrationExamplePath: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\integration\\examples', scaffoldedFiles: [Array], resolvedNodeVersion: '12.18.3', state: [Object], isNewProject: false, proxyUrl: 'http://localhost:56823', browserUrl: 'http://localhost:56823/__/', reporterUrl: 'http://localhost:56823/__cypress/reporter', xhrUrl: '__cypress/xhrs/' } } } +1s
  cypress:server:events got request for event: get:specs, undefined +19ms
  cypress:server:open_project check for spec updates +1s
  cypress:server:project project has config { projectRoot: 'D:\\Projects\\acme\\acme.angular-app', projectName: 'acme.angular-app', report: false, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '87.0.4280.88', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', majorVersion: 87 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '83.0.0.7621', path: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', majorVersion: 83 }, { name: 'firefox', family: 'firefox', channel: 'dev', displayName: 'Firefox Developer Edition', version: '84.0.0.7642', path: 'C:\\Program Files\\Firefox Developer Edition\\firefox.exe', majorVersion: 84 }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '87.0.664.60', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', majorVersion: 87 }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '87.0.4280.67', 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: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\component', configFile: 'cypress.json', defaultCommandTimeout: 4000, execTimeout: 60000, experimentalSourceRewriting: false, experimentalComponentTesting: false, experimentalFetchPolyfill: false, fileServerFolder: 'D:\\Projects\\acme\\acme.angular-app', firefoxGcInterval: { runMode: 1, openMode: null }, fixturesFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\fixtures', hosts: null, ignoreTestFiles: '*.hot-update.js', includeShadowDom: false, integrationFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\integration', isTextTerminal: false, javascripts: [], morgan: true, modifyObstructiveCode: true, namespace: '__cypress', nodeVersion: 'default', numTestsKeptInMemory: 50, pageLoadTimeout: 60000, pluginsFile: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\plugins\\index.js', port: 56823, projectId: null, reporter: 'spec', reporterOptions: null, reporterRoute: '/__cypress/reporter', requestTimeout: 5000, responseTimeout: 30000, retries: { runMode: 0, openMode: 0 }, screenshotOnRunFailure: true, screenshotsFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\screenshots', socketId: null, socketIoRoute: '/__socket.io', socketIoCookie: '__socket.io', supportFile: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\support\\index.js', taskTimeout: 60000, testFiles: '**/*.*', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: 'D:\\Projects\\acme\\acme.angular-app\\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' }, env: {}, execTimeout: { value: 60000, from: 'default' }, experimentalSourceRewriting: { value: false, from: 'default' }, experimentalComponentTesting: { value: false, from: 'default' }, experimentalFetchPolyfill: { 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: 'D:\\Projects\\acme\\acme.angular-app\\cypress', parentTestsFolderDisplay: 'acme.angular-app\\cypress', supportFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\support', integrationExampleName: 'examples', integrationExamplePath: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\integration\\examples', scaffoldedFiles: [ { name: 'cypress\\integration\\examples\\actions.spec.js' }, { name: 'cypress\\integration\\examples\\aliasing.spec.js' }, { name: 'cypress\\integration\\examples\\assertions.spec.js' }, { name: 'cypress\\integration\\examples\\connectors.spec.js' }, { name: 'cypress\\integration\\examples\\cookies.spec.js' }, { name: 'cypress\\integration\\examples\\cypress_api.spec.js' }, { name: 'cypress\\integration\\examples\\files.spec.js' }, { name: 'cypress\\integration\\examples\\local_storage.spec.js' }, { name: 'cypress\\integration\\examples\\location.spec.js' }, { name: 'cypress\\integration\\examples\\misc.spec.js' }, { name: 'cypress\\integration\\examples\\navigation.spec.js' }, { name: 'cypress\\integration\\examples\\network_requests.spec.js' }, { name: 'cypress\\integration\\examples\\querying.spec.js' }, { name: 'cypress\\integration\\examples\\spies_stubs_clocks.spec.js' }, { name: 'cypress\\integration\\examples\\traversal.spec.js' }, { name: 'cypress\\integration\\examples\\utilities.spec.js' }, { name: 'cypress\\integration\\examples\\viewport.spec.js' }, { name: 'cypress\\integration\\examples\\waiting.spec.js' }, { name: 'cypress\\integration\\examples\\window.spec.js' }, { name: 'cypress\\fixtures\\example.json' }, { name: 'cypress\\support\\commands.js' }, { name: 'cypress\\support\\index.js' }, { name: 'cypress\\plugins\\index.js' } ], resolvedNodeVersion: '12.18.3', state: { appWidth: 842, appHeight: 686, appX: 439, appY: 125, browserWidth: 1280, browserHeight: 720, browserX: 401, browserY: 147, showedOnBoardingModal: true }, isNewProject: false, proxyUrl: 'http://localhost:56823', browserUrl: 'http://localhost:56823/__/', reporterUrl: 'http://localhost:56823/__cypress/reporter', xhrUrl: '__cypress/xhrs/' } +50ms
  cypress:server:open_project createSpecWatch component testing enabled false +28ms
  cypress:server:open_project watching integration test files: **/*.* in D:\Projects\acme\acme.angular-app\cypress\integration +1ms
  cypress:server:specs experimentalComponentTesting false +0ms
  cypress:server:specs looking for test specs in the folder: D:\Projects\acme\acme.angular-app\cypress\integration +7ms
  cypress:server:specs there is no spec pattern +1ms
  cypress:server:specs globbing test files "**/*.*" +0ms
  cypress:server:specs glob options { sort: true, absolute: true, nodir: true, cwd: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\integration', ignore: [ 'D:\\Projects\\acme\\acme.angular-app\\cypress\\support\\index.js', 'D:\\Projects\\acme\\acme.angular-app\\cypress\\fixtures\\**\\*' ] } +1ms
  cypress:server:events got request for event: get:project:status, { id: undefined, path: 'D:\\Projects\\acme\\acme.angular-app' } +54ms
  cypress:server:project get project status for client id undefined at path D:\Projects\acme\acme.angular-app +40ms
  cypress:server:project no project id +0ms
  cypress:server:events sending ipc data { type: 'get:project:status', data: { id: 0.6623254707072792, data: { id: undefined, path: 'D:\\Projects\\acme\\acme.angular-app', state: 'VALID' } }, originalData: { id: 0.6623254707072792, data: { id: undefined, path: 'D:\\Projects\\acme\\acme.angular-app', state: 'VALID' } } } +1ms
  cypress:server:specs [
  cypress:server:specs   'D:/Projects/acme/acme.angular-app/cypress/integration/core/login.spec.js',
  cypress:server:specs   'D:/Projects/acme/acme.angular-app/cypress/integration/examples/actions.spec.js',
  cypress:server:specs   'D:/Projects/acme/acme.angular-app/cypress/integration/examples/aliasing.spec.js',
  cypress:server:specs   'D:/Projects/acme/acme.angular-app/cypress/integration/examples/assertions.spec.js',
  cypress:server:specs   'D:/Projects/acme/acme.angular-app/cypress/integration/examples/connectors.spec.js',
  cypress:server:specs   'D:/Projects/acme/acme.angular-app/cypress/integration/examples/cookies.spec.js',
  cypress:server:specs   'D:/Projects/acme/acme.angular-app/cypress/integration/examples/cypress_api.spec.js',
  cypress:server:specs   'D:/Projects/acme/acme.angular-app/cypress/integration/examples/files.spec.js',
  cypress:server:specs   'D:/Projects/acme/acme.angular-app/cypress/integration/examples/local_storage.spec.js',
  cypress:server:specs   'D:/Projects/acme/acme.angular-app/cypress/integration/examples/location.spec.js',
  cypress:server:specs   'D:/Projects/acme/acme.angular-app/cypress/integration/examples/misc.spec.js',
  cypress:server:specs   'D:/Projects/acme/acme.angular-app/cypress/integration/examples/navigation.spec.js',
  cypress:server:specs   'D:/Projects/acme/acme.angular-app/cypress/integration/examples/network_requests.spec.js',
  cypress:server:specs   'D:/Projects/acme/acme.angular-app/cypress/integration/examples/querying.spec.js',
  cypress:server:specs   'D:/Projects/acme/acme.angular-app/cypress/integration/examples/spies_stubs_clocks.spec.js',
  cypress:server:specs   'D:/Projects/acme/acme.angular-app/cypress/integration/examples/traversal.spec.js',
  cypress:server:specs   'D:/Projects/acme/acme.angular-app/cypress/integration/examples/utilities.spec.js',
  cypress:server:specs   'D:/Projects/acme/acme.angular-app/cypress/integration/examples/viewport.spec.js',
  cypress:server:specs   'D:/Projects/acme/acme.angular-app/cypress/integration/examples/waiting.spec.js',
  cypress:server:specs   'D:/Projects/acme/acme.angular-app/cypress/integration/examples/window.spec.js'
  cypress:server:specs ] +10ms
  cypress:server:specs found spec file D:/Projects/acme/acme.angular-app/cypress/integration/core/login.spec.js +5ms
  cypress:server:specs found spec file D:/Projects/acme/acme.angular-app/cypress/integration/examples/actions.spec.js +1ms
  cypress:server:specs found spec file D:/Projects/acme/acme.angular-app/cypress/integration/examples/aliasing.spec.js +0ms
  cypress:server:specs found spec file D:/Projects/acme/acme.angular-app/cypress/integration/examples/assertions.spec.js +0ms
  cypress:server:specs found spec file D:/Projects/acme/acme.angular-app/cypress/integration/examples/connectors.spec.js +1ms
  cypress:server:specs found spec file D:/Projects/acme/acme.angular-app/cypress/integration/examples/cookies.spec.js +0ms
  cypress:server:specs found spec file D:/Projects/acme/acme.angular-app/cypress/integration/examples/cypress_api.spec.js +1ms
  cypress:server:specs found spec file D:/Projects/acme/acme.angular-app/cypress/integration/examples/files.spec.js +0ms
  cypress:server:specs found spec file D:/Projects/acme/acme.angular-app/cypress/integration/examples/local_storage.spec.js +1ms
  cypress:server:specs found spec file D:/Projects/acme/acme.angular-app/cypress/integration/examples/location.spec.js +0ms
  cypress:server:specs found spec file D:/Projects/acme/acme.angular-app/cypress/integration/examples/misc.spec.js +0ms
  cypress:server:specs found spec file D:/Projects/acme/acme.angular-app/cypress/integration/examples/navigation.spec.js +1ms
  cypress:server:specs found spec file D:/Projects/acme/acme.angular-app/cypress/integration/examples/network_requests.spec.js +0ms
  cypress:server:specs found spec file D:/Projects/acme/acme.angular-app/cypress/integration/examples/querying.spec.js +1ms
  cypress:server:specs found spec file D:/Projects/acme/acme.angular-app/cypress/integration/examples/spies_stubs_clocks.spec.js +0ms
  cypress:server:specs found spec file D:/Projects/acme/acme.angular-app/cypress/integration/examples/traversal.spec.js +0ms
  cypress:server:specs found spec file D:/Projects/acme/acme.angular-app/cypress/integration/examples/utilities.spec.js +1ms
  cypress:server:specs found spec file D:/Projects/acme/acme.angular-app/cypress/integration/examples/viewport.spec.js +0ms
  cypress:server:specs found spec file D:/Projects/acme/acme.angular-app/cypress/integration/examples/waiting.spec.js +1ms
  cypress:server:specs found spec file D:/Projects/acme/acme.angular-app/cypress/integration/examples/window.spec.js +0ms
  cypress:server:specs found 20 spec files: [ { name: 'core\\login.spec.js', relative: 'cypress\\integration\\core\\login.spec.js', absolute: 'D:/Projects/acme/acme.angular-app/cypress/integration/core/login.spec.js' }, { name: 'examples\\actions.spec.js', relative: 'cypress\\integration\\examples\\actions.spec.js', absolute: 'D:/Projects/acme/acme.angular-app/cypress/integration/examples/actions.spec.js' }, { name: 'examples\\aliasing.spec.js', relative: 'cypress\\integration\\examples\\aliasing.spec.js', absolute: 'D:/Projects/acme/acme.angular-app/cypress/integration/examples/aliasing.spec.js' }, { name: 'examples\\assertions.spec.js', relative: 'cypress\\integration\\examples\\assertions.spec.js', absolute: 'D:/Projects/acme/acme.angular-app/cypress/integration/examples/assertions.spec.js' }, { name: 'examples\\connectors.spec.js', relative: 'cypress\\integration\\examples\\connectors.spec.js', absolute: 'D:/Projects/acme/acme.angular-app/cypress/integration/examples/connectors.spec.js' }, { name: 'examples\\cookies.spec.js', relative: 'cypress\\integration\\examples\\cookies.spec.js', absolute: 'D:/Projects/acme/acme.angular-app/cypress/integration/examples/cookies.spec.js' }, { name: 'examples\\cypress_api.spec.js', relative: 'cypress\\integration\\examples\\cypress_api.spec.js', absolute: 'D:/Projects/acme/acme.angular-app/cypress/integration/examples/cypress_api.spec.js' }, { name: 'examples\\files.spec.js', relative: 'cypress\\integration\\examples\\files.spec.js', absolute: 'D:/Projects/acme/acme.angular-app/cypress/integration/examples/files.spec.js' }, { name: 'examples\\local_storage.spec.js', relative: 'cypress\\integration\\examples\\local_storage.spec.js', absolute: 'D:/Projects/acme/acme.angular-app/cypress/integration/examples/local_storage.spec.js' }, { name: 'examples\\location.spec.js', relative: 'cypress\\integration\\examples\\location.spec.js', absolute: 'D:/Projects/acme/acme.angular-app/cypress/integration/examples/location.spec.js' }, { name: 'examples\\misc.spec.js', relative: 'cypress\\integration\\examples\\misc.spec.js', absolute: 'D:/Projects/acme/acme.angular-app/cypress/integration/examples/misc.spec.js' }, { name: 'examples\\navigation.spec.js', relative: 'cypress\\integration\\examples\\navigation.spec.js', absolute: 'D:/Projects/acme/acme.angular-app/cypress/integration/examples/navigation.spec.js' }, { name: 'examples\\network_requests.spec.js', relative: 'cypress\\integration\\examples\\network_requests.spec.js', absolute: 'D:/Projects/acme/acme.angular-app/cypress/integration/examples/network_requests.spec.js' }, { name: 'examples\\querying.spec.js', relative: 'cypress\\integration\\examples\\querying.spec.js', absolute: 'D:/Projects/acme/acme.angular-app/cypress/integration/examples/querying.spec.js' }, { name: 'examples\\spies_stubs_clocks.spec.js', relative: 'cypress\\integration\\examples\\spies_stubs_clocks.spec.js', absolute: 'D:/Projects/acme/acme.angular-app/cypress/integration/examples/spies_stubs_clocks.spec.js' }, { name: 'examples\\traversal.spec.js', relative: 'cypress\\integration\\examples\\traversal.spec.js', absolute: 'D:/Projects/acme/acme.angular-app/cypress/integration/examples/traversal.spec.js' }, { name: 'examples\\utilities.spec.js', relative: 'cypress\\integration\\examples\\utilities.spec.js', absolute: 'D:/Projects/acme/acme.angular-app/cypress/integration/examples/utilities.spec.js' }, { name: 'examples\\viewport.spec.js', relative: 'cypress\\integration\\examples\\viewport.spec.js', absolute: 'D:/Projects/acme/acme.angular-app/cypress/integration/examples/viewport.spec.js' }, { name: 'examples\\waiting.spec.js', relative: 'cypress\\integration\\examples\\waiting.spec.js', absolute: 'D:/Projects/acme/acme.angular-app/cypress/integration/examples/waiting.spec.js' }, { name: 'examples\\window.spec.js', relative: 'cypress\\integration\\examples\\window.spec.js', absolute: 'D:/Projects/acme/acme.angular-app/cypress/integration/examples/window.spec.js' } ] +3ms
ΓöîΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÉ
Γöé relative                                                Γöé specType    Γöé
Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
Γöé cypress\integration\core\login.spec.js                  Γöé integration Γöé
Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
Γöé cypress\integration\examples\actions.spec.js            Γöé integration Γöé
Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
Γöé cypress\integration\examples\aliasing.spec.js           Γöé integration Γöé
Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
Γöé cypress\integration\examples\assertions.spec.js         Γöé integration Γöé
Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
Γöé cypress\integration\examples\connectors.spec.js         Γöé integration Γöé
Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
Γöé cypress\integration\examples\cookies.spec.js            Γöé integration Γöé
Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
Γöé cypress\integration\examples\cypress_api.spec.js        Γöé integration Γöé
Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
Γöé cypress\integration\examples\files.spec.js              Γöé integration Γöé
Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
Γöé cypress\integration\examples\local_storage.spec.js      Γöé integration Γöé
Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
Γöé cypress\integration\examples\location.spec.js           Γöé integration Γöé
Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
Γöé cypress\integration\examples\misc.spec.js               Γöé integration Γöé
Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
Γöé cypress\integration\examples\navigation.spec.js         Γöé integration Γöé
Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
Γöé cypress\integration\examples\network_requests.spec.js   Γöé integration Γöé
Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
Γöé cypress\integration\examples\querying.spec.js           Γöé integration Γöé
Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
Γöé cypress\integration\examples\spies_stubs_clocks.spec.js Γöé integration Γöé
Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
Γöé cypress\integration\examples\traversal.spec.js          Γöé integration Γöé
Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
Γöé cypress\integration\examples\utilities.spec.js          Γöé integration Γöé
Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
Γöé cypress\integration\examples\viewport.spec.js           Γöé integration Γöé
Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
Γöé cypress\integration\examples\waiting.spec.js            Γöé integration Γöé
Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
Γöé cypress\integration\examples\window.spec.js             Γöé integration Γöé
ΓööΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÿ
  cypress:server:open_project found 20 specs using spec pattern '**/*.*': [ 'core\\login.spec.js', 'examples\\actions.spec.js', 'examples\\aliasing.spec.js', 'examples\\assertions.spec.js', 'examples\\connectors.spec.js', 'examples\\cookies.spec.js', 'examples\\cypress_api.spec.js', 'examples\\files.spec.js', 'examples\\local_storage.spec.js', 'examples\\location.spec.js',
'examples\\misc.spec.js', 'examples\\navigation.spec.js', 'examples\\network_requests.spec.js', 'examples\\querying.spec.js', 'examples\\spies_stubs_clocks.spec.js', 'examples\\traversal.spec.js', 'examples\\utilities.spec.js', 'examples\\viewport.spec.js', 'examples\\waiting.spec.js', 'examples\\window.spec.js' ] +79ms
  cypress:server:events sending ipc data { type: 'get:specs', data: { id: 0.6470740605165131, data: { integration: [Array] } }, originalData: { id: 0.6470740605165131, data: { integration: [Array] } } } +66ms
  cypress:server:events got request for event: close:browser, undefined +1s
  cypress:server:events sending ipc data { type: 'close:browser', data: { id: 0.5135604810497587, data: undefined }, originalData: { id: 0.5135604810497587, data: undefined } } +0ms
  cypress:server:events got request for event: launch:browser, { browser: { displayName: 'Chrome', name: 'chrome', family: 'chromium', channel: 'stable', version: '87.0.4280.88', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', profilePath: undefined, majorVersion: 87, info: undefined, custom: undefined, warning: undefined, isChosen: true }, spec: { name: 'examples\\actions.spec.js', absolute: 'D:/Projects/acme/acme.angular-app/cypress/integration/examples/actions.spec.js', relative: 'cypress\\integration\\examples\\actions.spec.js' }, specType: 'integration', relative: 'cypress\\integration\\examples\\actions.spec.js', specFilter: null } +11ms
  cypress:server:events launching browser for 'integration' spec: { name: 'examples\\actions.spec.js', absolute: 'D:/Projects/acme/acme.angular-app/cypress/integration/examples/actions.spec.js', relative: 'cypress\\integration\\examples\\actions.spec.js' } +1ms
  cypress:server:events full list of options { browser: { displayName: 'Chrome', name: 'chrome', family: 'chromium', channel: 'stable', version: '87.0.4280.88', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', profilePath: undefined, majorVersion: 87, info: undefined, custom: undefined, warning: undefined, isChosen: true }, spec: { name: 'examples\\actions.spec.js', absolute: 'D:/Projects/acme/acme.angular-app/cypress/integration/examples/actions.spec.js', relative: 'cypress\\integration\\examples\\actions.spec.js' }, specType: 'integration', relative: 'cypress\\integration\\examples\\actions.spec.js', specFilter: null } +0ms
  cypress:server:open_project resetting project state, preparing to launch browser chrome for spec { name: 'examples\\actions.spec.js', absolute: 'D:/Projects/acme/acme.angular-app/cypress/integration/examples/actions.spec.js', relative: 'cypress\\integration\\examples\\actions.spec.js', specType: 'integration', specFilter: null } options { projectRoot:
'D:\\Projects\\acme\\acme.angular-app', onBrowserOpen: [Function: onBrowserOpen], onBrowserClose: [Function: onBrowserClose] } +1s
  cypress:server:project resetting project instance D:\Projects\acme\acme.angular-app +1s
  cypress:proxy:http:util:buffers resetting buffers +0ms
  cypress:server:server Setting remoteAuth undefined +2s
  cypress:server:server Setting remoteOrigin http://localhost:56823 +0ms
  cypress:server:server Setting remoteStrategy file +1ms
  cypress:server:server Setting remoteHostAndPort null +0ms
  cypress:server:server Setting remoteDocDomain localhost +0ms
  cypress:server:server Setting remoteFileServer http://localhost:56824 +1ms
  cypress:server:server Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:56823', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer:
'http://localhost:56824' } +0ms
  cypress:server:project get spec url: D:/Projects/acme/acme.angular-app/cypress/integration/examples/actions.spec.js for spec type integration +4ms
  cypress:server:project project has config { projectRoot: 'D:\\Projects\\acme\\acme.angular-app', projectName: 'acme.angular-app', report: false, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '87.0.4280.88', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', majorVersion: 87 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '83.0.0.7621', path: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', majorVersion: 83 }, { name: 'firefox', family: 'firefox', channel: 'dev', displayName: 'Firefox Developer Edition', version: '84.0.0.7642', path: 'C:\\Program Files\\Firefox Developer Edition\\firefox.exe', majorVersion: 84 }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '87.0.664.60', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', majorVersion: 87 }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '87.0.4280.67', 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: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\component', configFile: 'cypress.json', defaultCommandTimeout: 4000, execTimeout: 60000, experimentalSourceRewriting: false, experimentalComponentTesting: false, experimentalFetchPolyfill: false, fileServerFolder: 'D:\\Projects\\acme\\acme.angular-app', firefoxGcInterval: { runMode: 1, openMode: null }, fixturesFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\fixtures', hosts: null, ignoreTestFiles: '*.hot-update.js', includeShadowDom: false, integrationFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\integration', isTextTerminal: false, javascripts: [], morgan: true, modifyObstructiveCode: true, namespace: '__cypress', nodeVersion: 'default', numTestsKeptInMemory: 50, pageLoadTimeout: 60000, pluginsFile: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\plugins\\index.js', port: 56823, projectId: null, reporter: 'spec', reporterOptions: null, reporterRoute: '/__cypress/reporter', requestTimeout: 5000, responseTimeout: 30000, retries: { runMode: 0, openMode: 0 }, screenshotOnRunFailure: true, screenshotsFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\screenshots', socketId: null, socketIoRoute: '/__socket.io', socketIoCookie: '__socket.io', supportFile: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\support\\index.js', taskTimeout: 60000, testFiles: '**/*.*', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: 'D:\\Projects\\acme\\acme.angular-app\\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' }, env: {}, execTimeout: { value: 60000, from: 'default' }, experimentalSourceRewriting: { value: false, from: 'default' }, experimentalComponentTesting: { value: false, from: 'default' }, experimentalFetchPolyfill: { 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: 'D:\\Projects\\acme\\acme.angular-app\\cypress', parentTestsFolderDisplay: 'acme.angular-app\\cypress', supportFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\support', integrationExampleName: 'examples', integrationExamplePath: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\integration\\examples', scaffoldedFiles: [ { name: 'cypress\\integration\\examples\\actions.spec.js' }, { name: 'cypress\\integration\\examples\\aliasing.spec.js' }, { name: 'cypress\\integration\\examples\\assertions.spec.js' }, { name: 'cypress\\integration\\examples\\connectors.spec.js' }, { name: 'cypress\\integration\\examples\\cookies.spec.js' }, { name: 'cypress\\integration\\examples\\cypress_api.spec.js' }, { name: 'cypress\\integration\\examples\\files.spec.js' }, { name: 'cypress\\integration\\examples\\local_storage.spec.js' }, { name: 'cypress\\integration\\examples\\location.spec.js' }, { name: 'cypress\\integration\\examples\\misc.spec.js' }, { name: 'cypress\\integration\\examples\\navigation.spec.js' }, { name: 'cypress\\integration\\examples\\network_requests.spec.js' }, { name: 'cypress\\integration\\examples\\querying.spec.js' }, { name: 'cypress\\integration\\examples\\spies_stubs_clocks.spec.js' }, { name: 'cypress\\integration\\examples\\traversal.spec.js' }, { name: 'cypress\\integration\\examples\\utilities.spec.js' }, { name: 'cypress\\integration\\examples\\viewport.spec.js' }, { name: 'cypress\\integration\\examples\\waiting.spec.js' }, { name: 'cypress\\integration\\examples\\window.spec.js' }, { name: 'cypress\\fixtures\\example.json' }, { name: 'cypress\\support\\commands.js' }, { name: 'cypress\\support\\index.js' }, { name: 'cypress\\plugins\\index.js' } ], resolvedNodeVersion: '12.18.3', state: { appWidth: 842, appHeight: 686, appX: 439, appY: 125, browserWidth: 1280, browserHeight: 720, browserX: 401, browserY: 147, showedOnBoardingModal: true }, isNewProject: false, proxyUrl: 'http://localhost:56823', browserUrl: 'http://localhost:56823/__/', reporterUrl: 'http://localhost:56823/__cypress/reporter', xhrUrl: '__cypress/xhrs/' } +1ms
  cypress:server:project prefixed path for spec { pathToSpec: 'D:/Projects/acme/acme.angular-app/cypress/integration/examples/actions.spec.js', type: 'integration', url: '/integration\\examples\\actions.spec.js' } +22ms
  cypress:server:project return path to spec { specType: 'integration', absoluteSpecPath: 'D:/Projects/acme/acme.angular-app/cypress/integration/examples/actions.spec.js', prefixedPath: '/integration\\examples\\actions.spec.js', url: 'http://localhost:56823/__/#/tests/integration\\examples\\actions.spec.js' } +0ms
  cypress:server:open_project open project url http://localhost:56823/__/#/tests/integration\examples\actions.spec.js +29ms
  cypress:server:project project has config { projectRoot: 'D:\\Projects\\acme\\acme.angular-app', projectName: 'acme.angular-app', report: false, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '87.0.4280.88', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', majorVersion: 87 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '83.0.0.7621', path: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', majorVersion: 83 }, { name: 'firefox', family: 'firefox', channel: 'dev', displayName: 'Firefox Developer Edition', version: '84.0.0.7642', path: 'C:\\Program Files\\Firefox Developer Edition\\firefox.exe', majorVersion: 84 }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '87.0.664.60', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', majorVersion: 87 }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '87.0.4280.67', 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: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\component', configFile: 'cypress.json', defaultCommandTimeout: 4000, execTimeout: 60000, experimentalSourceRewriting: false, experimentalComponentTesting: false, experimentalFetchPolyfill: false, fileServerFolder: 'D:\\Projects\\acme\\acme.angular-app', firefoxGcInterval: { runMode: 1, openMode: null }, fixturesFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\fixtures', hosts: null, ignoreTestFiles: '*.hot-update.js', includeShadowDom: false, integrationFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\integration', isTextTerminal: false, javascripts: [], morgan: true, modifyObstructiveCode: true, namespace: '__cypress', nodeVersion: 'default', numTestsKeptInMemory: 50, pageLoadTimeout: 60000, pluginsFile: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\plugins\\index.js', port: 56823, projectId: null, reporter: 'spec', reporterOptions: null, reporterRoute: '/__cypress/reporter', requestTimeout: 5000, responseTimeout: 30000, retries: { runMode: 0, openMode: 0 }, screenshotOnRunFailure: true, screenshotsFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\screenshots', socketId: null, socketIoRoute: '/__socket.io', socketIoCookie: '__socket.io', supportFile: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\support\\index.js', taskTimeout: 60000, testFiles: '**/*.*', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: 'D:\\Projects\\acme\\acme.angular-app\\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' }, env: {}, execTimeout: { value: 60000, from: 'default' }, experimentalSourceRewriting: { value: false, from: 'default' }, experimentalComponentTesting: { value: false, from: 'default' }, experimentalFetchPolyfill: { 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: 'D:\\Projects\\acme\\acme.angular-app\\cypress', parentTestsFolderDisplay: 'acme.angular-app\\cypress', supportFolder: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\support', integrationExampleName: 'examples', integrationExamplePath: 'D:\\Projects\\acme\\acme.angular-app\\cypress\\integration\\examples', scaffoldedFiles: [ { name: 'cypress\\integration\\examples\\actions.spec.js' }, { name: 'cypress\\integration\\examples\\aliasing.spec.js' }, { name: 'cypress\\integration\\examples\\assertions.spec.js' }, { name: 'cypress\\integration\\examples\\connectors.spec.js' }, { name: 'cypress\\integration\\examples\\cookies.spec.js' }, { name: 'cypress\\integration\\examples\\cypress_api.spec.js' }, { name: 'cypress\\integration\\examples\\files.spec.js' }, { name: 'cypress\\integration\\examples\\local_storage.spec.js' }, { name: 'cypress\\integration\\examples\\location.spec.js' }, { name: 'cypress\\integration\\examples\\misc.spec.js' }, { name: 'cypress\\integration\\examples\\navigation.spec.js' }, { name: 'cypress\\integration\\examples\\network_requests.spec.js' }, { name: 'cypress\\integration\\examples\\querying.spec.js' }, { name: 'cypress\\integration\\examples\\spies_stubs_clocks.spec.js' }, { name: 'cypress\\integration\\examples\\traversal.spec.js' }, { name: 'cypress\\integration\\examples\\utilities.spec.js' }, { name: 'cypress\\integration\\examples\\viewport.spec.js' }, { name: 'cypress\\integration\\examples\\waiting.spec.js' }, { name: 'cypress\\integration\\examples\\window.spec.js' }, { name: 'cypress\\fixtures\\example.json' }, { name: 'cypress\\support\\commands.js' }, { name: 'cypress\\support\\index.js' }, { name: 'cypress\\plugins\\index.js' } ], resolvedNodeVersion: '12.18.3', state: { appWidth: 842, appHeight: 686, appX: 439, appY: 125, browserWidth: 1280, browserHeight: 720, browserX: 401, browserY: 147, showedOnBoardingModal: true }, isNewProject: false, proxyUrl: 'http://localhost:56823', browserUrl: 'http://localhost:56823/__/', reporterUrl: 'http://localhost:56823/__cypress/reporter', xhrUrl: '__cypress/xhrs/' } +1ms
  cypress:server:open_project launching browser: { displayName: 'Chrome', name: 'chrome', family: 'chromium', channel: 'stable', version: '87.0.4280.88', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', profilePath: undefined, majorVersion: 87, info: undefined, custom: undefined, warning: undefined, isChosen: true, isHeaded: true, isHeadless: false }, spec: cypress\integration\examples\actions.spec.js +17ms
  cypress:server:browsers getBrowserLauncher { browser: { displayName: 'Chrome', name: 'chrome', family: 'chromium', channel: 'stable', version: '87.0.4280.88', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', profilePath: undefined, majorVersion: 87, info: undefined, custom: undefined, warning: undefined, isChosen: true, isHeaded: true, isHeadless: false } } +3s
  cypress:server:browsers opening browser { displayName: 'Chrome', name: 'chrome', family: 'chromium', channel: 'stable', version: '87.0.4280.88', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', profilePath: undefined, majorVersion: 87, info: undefined, custom: undefined, warning: undefined, isChosen: true, isHeaded: true, isHeadless: false } +3ms
  cypress:server:browsers:chrome reading chrome preferences... { userDir: 'C:\\Users\\Josh\\AppData\\Roaming\\Cypress\\cy\\production\\browsers\\chrome-stable\\interactive', CHROME_PREFERENCE_PATHS: { default: 'Default\\Preferences', defaultSecure: 'Default\\Secure Preferences', localState: 'Local State' } } +0ms
  cypress:server:plugins plugin event registered? { event: 'before:browser:launch', isRegistered: false } +2s
  cypress:server:appdata path: C:\Users\Josh\AppData\Roaming\Cypress\cy\production\extensions +2s
  cypress:server:browsers:chrome cleaning up unclean exit status +24ms
  cypress:server:browsers:chrome launching in chrome with debugging port {
  url: 'http://localhost:56823/__/#/tests/integration\\examples\\actions.spec.js',
  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-save-password-bubble',
    '--disable-single-click-autofill',
    '--disable-prompt-on-repos',
    '--disable-background-timer-throttling',
    '--disable-renderer-backgrounding',
    '--disable-renderer-throttling',
    '--disable-restore-session-state',
    '--disable-translate',
    '--disable-new-profile-management',
    '--disable-new-avatar-menu',
    '--allow-insecure-localhost',
    '--reduce-security-for-testing',
    '--enable-automation',
    '--disable-device-discovery-notifications',
    '--disable-infobars',
    '--autoplay-policy=no-user-gesture-required',
    '--disable-site-isolation-trials',
    '--metrics-recording-only',
    '--disable-prompt-on-repost',
    '--disable-hang-monitor',
    '--disable-sync',
    '--disable-web-resources',
    '--safebrowsing-disable-auto-update',
    '--safebrowsing-disable-download-protection',
    '--disable-client-side-phishing-detection',
    '--disable-component-update',
    '--disable-default-apps',
    '--use-fake-ui-for-media-stream',
    '--use-fake-device-for-media-stream',
    '--disable-ipc-flooding-protection',
    '--disable-backgrounding-occluded-window',
    '--disable-breakpad',
    '--password-store=basic',
    '--use-mock-keychain',
    '--disable-dev-shm-usage',
    '--proxy-server=http://localhost:56823',
    '--proxy-bypass-list=<-loopback>',
    '--remote-debugging-port=56826',
    '--remote-debugging-address=127.0.0.1',
    '--load-extension=C:\\Users\\Josh\\AppData\\Roaming\\Cypress\\cy\\production\\browsers\\chrome-stable\\interactive\\CypressExtension,C:\\Users\\Josh\\AppData\\Local\\Cypress\\Cache\\6.1.0\\Cypress\\resources\\app\\packages\\extension\\theme',
    '--user-data-dir=C:\\Users\\Josh\\AppData\\Roaming\\Cypress\\cy\\production\\browsers\\chrome-stable\\interactive',
    '--disk-cache-dir=C:\\Users\\Josh\\AppData\\Roaming\\Cypress\\cy\\production\\browsers\\chrome-stable\\interactive\\CypressCache'
  ],
  port: 56826
} +99ms
  cypress:launcher launching browser { browser: { displayName: 'Chrome', name: 'chrome', family: 'chromium', channel: 'stable', version: '87.0.4280.88', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', profilePath: undefined, majorVersion: 87, info: undefined, custom: undefined, warning: undefined, isChosen: true, isHeaded: true, isHeadless: false }, url: 'about:blank' } +3s
  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-save-password-bubble', '--disable-single-click-autofill', '--disable-prompt-on-repos', '--disable-background-timer-throttling', '--disable-renderer-backgrounding', '--disable-renderer-throttling', '--disable-restore-session-state', '--disable-translate', '--disable-new-profile-management', '--disable-new-avatar-menu', '--allow-insecure-localhost', '--reduce-security-for-testing', '--enable-automation', '--disable-device-discovery-notifications', '--disable-infobars', '--autoplay-policy=no-user-gesture-required', '--disable-site-isolation-trials', '--metrics-recording-only', '--disable-prompt-on-repost', '--disable-hang-monitor', '--disable-sync', '--disable-web-resources', '--safebrowsing-disable-auto-update', '--safebrowsing-disable-download-protection', '--disable-client-side-phishing-detection', '--disable-component-update', '--disable-default-apps', '--use-fake-ui-for-media-stream', '--use-fake-device-for-media-stream', '--disable-ipc-flooding-protection', '--disable-backgrounding-occluded-window', '--disable-breakpad', '--password-store=basic', '--use-mock-keychain', '--disable-dev-shm-usage', '--proxy-server=http://localhost:56823', '--proxy-bypass-list=<-loopback>', '--remote-debugging-port=56826', '--remote-debugging-address=127.0.0.1', '--load-extension=C:\\Users\\Josh\\AppData\\Roaming\\Cypress\\cy\\production\\browsers\\chrome-stable\\interactive\\CypressExtension,C:\\Users\\Josh\\AppData\\Local\\Cypress\\Cache\\6.1.0\\Cypress\\resources\\app\\packages\\extension\\theme', '--user-data-dir=C:\\Users\\Josh\\AppData\\Roaming\\Cypress\\cy\\production\\browsers\\chrome-stable\\interactive', '--disk-cache-dir=C:\\Users\\Josh\\AppData\\Roaming\\Cypress\\cy\\production\\browsers\\chrome-stable\\interactive\\CypressCache' ] } +1ms
  cypress:server:browsers:chrome connecting to Chrome remote interface at random port 56826 +9ms
  cypress:server:browsers:protocol Getting WS connection to CRI on port 56826 +0ms
  cypress:launcher chrome stderr: DevTools listening on ws://127.0.0.1:56826/devtools/browser/44803c53-e63c-4caa-9959-4573caa4b022 +142ms
  cypress:launcher chrome stderr: [20748:21044:1215/082610.344:ERROR:data_pack.cc(126)] Could not open pak file for writing: The process cannot access the file because it is being used by
another process. (0x20) +307ms
  cypress:network:connect successfully connected { opts: { host: '127.0.0.1', port: 56826, getDelayMsForRetry: [Function: getDelayMsForRetry] }, iteration: 0 } +4s
  cypress:server:browsers:protocol attempting to find CRI target... { retryIndex: 0 } +502ms
  cypress:server:browsers:protocol CRI.List { host: '127.0.0.1', port: 56826, getDelayMsForRetry: [Function: getDelayMsForRetry] } +0ms
  cypress:server:file get values from C:\Users\Josh\AppData\Roaming\Cypress\cy\production\cache +3s
  cypress:server:file attempt to get lock on C:\Users\Josh\AppData\Roaming\Cypress\cy\production\cache +0ms
  cypress:server:browsers:protocol CRI List { numTargets: 2, targets: [ { description: '', devtoolsFrontendUrl: '/devtools/inspector.html?ws=localhost:56826/devtools/page/F7EC251AF3ADDE498875008433042C2E', id: 'F7EC251AF3ADDE498875008433042C2E', title: 'Cypress', type: 'background_page', url: 'chrome-extension://caljajdfkjjjdehjdoimjkkakekklcck/_generated_background_page.html', webSocketDebuggerUrl: 'ws://localhost:56826/devtools/page/F7EC251AF3ADDE498875008433042C2E' }, { description: '', devtoolsFrontendUrl: '/devtools/inspector.html?ws=localhost:56826/devtools/page/773B5DC584EEB6946102CCC564D9D422', id: '773B5DC584EEB6946102CCC564D9D422', title: 'about:blank', type: 'page', url: 'about:blank', webSocketDebuggerUrl: 'ws://localhost:56826/devtools/page/773B5DC584EEB6946102CCC564D9D422' } ] } +44ms
  cypress:server:browsers:protocol found CRI target { description: '', devtoolsFrontendUrl: '/devtools/inspector.html?ws=localhost:56826/devtools/page/773B5DC584EEB6946102CCC564D9D422', id: '773B5DC584EEB6946102CCC564D9D422', title: 'about:blank', type: 'page', url: 'about:blank', webSocketDebuggerUrl: 'ws://localhost:56826/devtools/page/773B5DC584EEB6946102CCC564D9D422' }
+2ms
  cypress:launcher chrome stderr: [20748:21044:1215/082610.435:ERROR:data_pack.cc(126)] Could not open pak file for writing: The process cannot access the file because it is being used by
another process. (0x20) +106ms
  cypress:server:browsers:chrome received wsUrl ws://localhost:56826/devtools/page/773B5DC584EEB6946102CCC564D9D422 for port 56826 +551ms
  cypress:server:browsers:cri-client connecting { target: 'ws://localhost:56826/devtools/page/773B5DC584EEB6946102CCC564D9D422' } +0ms
  cypress:server:file getting lock succeeded or failed for C:\Users\Josh\AppData\Roaming\Cypress\cy\production\cache +20ms
  cypress:server:file read C:\Users\Josh\AppData\Roaming\Cypress\cy\production\cache +0ms
  cypress:server:file read succeeded or failed for C:\Users\Josh\AppData\Roaming\Cypress\cy\production\cache +4ms
  cypress:server:file attempt to unlock C:\Users\Josh\AppData\Roaming\Cypress\cy\production\cache +0ms
  cypress:server:file unlock succeeded or failed for C:\Users\Josh\AppData\Roaming\Cypress\cy\production\cache +1ms
  cypress:server:api request to url: POST https://api.cypress.io/exceptions with params: {"body":{"err":{"name":"Error","message":"read ECONNRESET","stack":"Error: read ECONNRESET\n    at
TCP.onStreamRead (internal<stripped-path>stream_base_commons.js:205:27)\n"},"version":"6.1.0","osName":"win32","osVersion":"10.0.17763","osCpus":[{"model":"Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz","speed":4008,"times":{"user":1562296,"nice":0,"sys":1181953,"idle":7970109,"irq":197671}},{"model":"Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz","speed":4008,"times":{"user":1397953,"nice":0,"sys":763812,"idle":8552406,"irq":15312}},{"model":"Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz","speed":4008,"times":{"user":1848015,"nice":0,"sys":943859,"idle":7922296,"irq":32296}},{"model":"Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz","speed":4008,"times":{"user":1498953,"nice":0,"sys":628062,"idle":8587125,"irq":21343}},{"model":"Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz","speed":4008,"times":{"user":1744687,"nice":0,"sys":907875,"idle":8061593,"irq":28656}},{"model":"Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz","speed":4008,"times":{"user":1404906,"nice":0,"sys":534359,"idle":8774875,"irq":12843}},{"model":"Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz","speed":4008,"times":{"user":1906265,"nice":0,"sys":803890,"idle":8004000,"irq":26234}},{"model":"Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz","speed":4008,"times":{"user":1661109,"nice":0,"sys":552859,"idle":8500171,"irq":9515}}],"osMemory":{"free":20255698944,"total":34267697152}},"headers":{"x-os-name":"win32","x-cypress-version":"6.1.0"}} and token: undefined +0ms
  cypress:network:agent addRequest called { isHttps: true, href: 'https://api.cypress.io/exceptions' } +4s
  cypress:network:connect beginning getAddress { hostname: 'api.cypress.io', port: 443 } +74ms
Error: read ECONNRESET
    at TCP.onStreamRead (internal/stream_base_commons.js:205:27)
 {
  errno: 'ECONNRESET',
  code: 'ECONNRESET',
  syscall: 'read'
}
Error: read ECONNRESET
    at TCP.onStreamRead (internal/stream_base_commons.js:205:27)

  cypress:network:connect got addresses { hostname: 'api.cypress.io', port: 443, addresses: [ { address: '104.26.6.176', family: 4 }, { address: '172.67.69.12', family: 4 }, { address: '104.26.7.176', family: 4 }, { address: '2606:4700:20::681a:7b0', family: 6 }, { address: '2606:4700:20::ac43:450c', family: 6 }, { address: '2606:4700:20::681a:6b0', family: 6 } ] } +11ms
  cypress:cli child event fired { event: 'exit', code: 0, signal: null } +8s
  cypress:cli child event fired { event: 'close', code: 0, signal: null } +8ms
jvinters commented 3 years ago

@jennifer-shehane Is the above sufficient?

mikila85 commented 3 years ago

Same problem here, started after the latest version upgrade of cypress... when running UI everything works, site is reachable and server responding.

12:10:36 Error: read ECONNRESET
12:10:36     at TCP.onStreamRead (internal/stream_base_commons.js:205:27) {
12:10:36   errno: 'ECONNRESET',
12:10:36   code: 'ECONNRESET',
12:10:36   syscall: 'read'
12:10:36 }
12:12:17   1) "before all" hook for "init"
12:12:17 
12:12:17   0 passing (2m)
12:12:17   1 failing
12:12:17 
12:12:17   1) Login
12:12:17        "before all" hook for "init":
12:12:17      CypressError: `cy.request()` timed out waiting `120000ms` for a response from your server.
12:12:17 
12:12:17 The request we sent was:
12:12:17 
12:12:17 Method: GET
12:12:17 URL: http://localhost:9000/api/status/rest
12:12:17 
12:12:17 No response was received within the timeout.
12:12:17 
12:12:17 https://on.cypress.io/request
12:12:17 
12:12:17 Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
12:12:17       at http://localhost:4200/__cypress/runner/cypress_runner.js:159036:19
12:12:17       at tryCatcher (http://localhost:4200/__cypress/runner/cypress_runner.js:10584:23)
12:12:17       at http://localhost:4200/__cypress/runner/cypress_runner.js:5706:41
12:12:17       at tryCatcher (http://localhost:4200/__cypress/runner/cypress_runner.js:10584:23)
12:12:17       at Promise._settlePromiseFromHandler (http://localhost:4200/__cypress/runner/cypress_runner.js:8519:31)
12:12:17       at Promise._settlePromise (http://localhost:4200/__cypress/runner/cypress_runner.js:8576:18)
12:12:17       at Promise._settlePromise0 (http://localhost:4200/__cypress/runner/cypress_runner.js:8621:10)
12:12:17       at Promise._settlePromises (http://localhost:4200/__cypress/runner/cypress_runner.js:8697:18)
12:12:17       at _drainQueueStep (http://localhost:4200/__cypress/runner/cypress_runner.js:5291:12)
12:12:17       at _drainQueue (http://localhost:4200/__cypress/runner/cypress_runner.js:5284:9)
12:12:17       at Async.../../node_modules/bluebird/js/release/async.js.Async._drainQueues (http://localhost:4200/__cypress/runner/cypress_runner.js:5300:5)
12:12:17       at Async.drainQueues (http://localhost:4200/__cypress/runner/cypress_runner.js:5170:14)
12:12:17   From Your Spec Code:
12:12:17       at Context.reqWithUrl (http://localhost:4200/__cypress/tests?p=cypress\support\index.ts:645:14)
12:12:17   From Your Spec Code:
12:12:17       at Context.reqWithUrl (http://localhost:4200/__cypress/tests?p=cypress\support\index.ts:645:14)
sandeepthukral commented 3 years ago

We have this error anything between 3 and 10 times a day in multiple runs in my organisation. I am now attempting to get debug logs so as to be able to post here and see if there is some consistency in the place I get the errors.

jvinters commented 3 years ago

@jennifer-shehane Any chance you could take a look at this? My team is keen on using cypress and obviously this is blocking.

Pratyushwildnet commented 3 years ago

@jennifer-shehane So no solution to this issue as reinstalled Node/npm, Visual code, cypress and still facing the same issue. I don't understand why this is working fine on Mac. Do we need to buy a mac for cypress?

Pratyushwildnet commented 3 years ago

Same problem here, started after the latest version upgrade of cypress... when running UI everything works, site is reachable and server responding.

12:10:36 Error: read ECONNRESET 12:10:36 at TCP.onStreamRead (internal/stream_base_commons.js:205:27) { 12:10:36 errno: 'ECONNRESET', 12:10:36 code: 'ECONNRESET', 12:10:36 syscall: 'read' 12:10:36 } 12:12:17 1) "before all" hook for "init" 12:12:17 12:12:17 0 passing (2m) 12:12:17 1 failing 12:12:17 12:12:17 1) Login 12:12:17 "before all" hook for "init": 12:12:17 CypressError:cy.request()timed out waiting120000msfor a response from your server. 12:12:17 12:12:17 The request we sent was: 12:12:17 12:12:17 Method: GET 12:12:17 URL: http://localhost:9000/api/status/rest 12:12:17 12:12:17 No response was received within the timeout. 12:12:17 12:12:17 https://on.cypress.io/request 12:12:17 12:12:17 Because this error occurred during abefore allhook we are skipping all of the remaining tests. 12:12:17 at http://localhost:4200/__cypress/runner/cypress_runner.js:159036:19 12:12:17 at tryCatcher (http://localhost:4200/__cypress/runner/cypress_runner.js:10584:23) 12:12:17 at http://localhost:4200/__cypress/runner/cypress_runner.js:5706:41 12:12:17 at tryCatcher (http://localhost:4200/__cypress/runner/cypress_runner.js:10584:23) 12:12:17 at Promise._settlePromiseFromHandler (http://localhost:4200/__cypress/runner/cypress_runner.js:8519:31) 12:12:17 at Promise._settlePromise (http://localhost:4200/__cypress/runner/cypress_runner.js:8576:18) 12:12:17 at Promise._settlePromise0 (http://localhost:4200/__cypress/runner/cypress_runner.js:8621:10) 12:12:17 at Promise._settlePromises (http://localhost:4200/__cypress/runner/cypress_runner.js:8697:18) 12:12:17 at _drainQueueStep (http://localhost:4200/__cypress/runner/cypress_runner.js:5291:12) 12:12:17 at _drainQueue (http://localhost:4200/__cypress/runner/cypress_runner.js:5284:9) 12:12:17 at Async.../../node_modules/bluebird/js/release/async.js.Async._drainQueues (http://localhost:4200/__cypress/runner/cypress_runner.js:5300:5) 12:12:17 at Async.drainQueues (http://localhost:4200/__cypress/runner/cypress_runner.js:5170:14) 12:12:17 From Your Spec Code: 12:12:17 at Context.reqWithUrl (http://localhost:4200/__cypress/tests?p=cypress\support\index.ts:645:14) 12:12:17 From Your Spec Code: 12:12:17 at Context.reqWithUrl (http://localhost:4200/__cypress/tests?p=cypress\support\index.ts:645:14)

@mikila85 Found any solution? I am facing the same issue as I tried to disable GPU but still not luck.

thomalexg commented 3 years ago

I am also expeirencing this issue that chrome closes instantly and it doesn´t run my tests. Also tried to delete the node_modules and reinstalling them.

If I run it with yarn cypress run it works.

click here for my debugging output ``` $ DEBUG=cypress:* yarn cypress open yarn run v1.22.5 $ C:\Users\Saturn\Desktop\p\next\next.js-ecommerce-store\node_modules\.bin\cypress open cypress:cli:cli cli starts with arguments ["C:\\Program Files\\nodejs\\node.exe","C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\node_modules\\cypress\\bin\\cypress","open"] +0ms cypress:cli NODE_OPTIONS is not set +0ms cypress:cli:cli program parsing arguments +2ms cypress:cli:cli opening Cypress +1ms cypress:cli parsed cli options {} +263ms cypress:cli opening from options {"project":"C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store"} +0ms cypress:cli command line arguments ["--project","C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store"] +0ms cypress:cli verifying Cypress app +0ms cypress:cli checking environment variables +0ms cypress:cli checking if executable exists C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\Cypress.exe +3ms cypress:cli Binary is executable? : true +4ms cypress:cli binaryDir is C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress +1ms cypress:cli Reading binary package.json from: C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\package.json +0ms cypress:cli Found binary version 6.6.0 installed in: C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress +8ms cypress:cli { verified: true } +10ms cypress:cli is Verified ? true +4ms cypress:cli needs to start own Xvfb? false +0ms cypress:cli spawning, should retry on display problem? false +1ms cypress:cli spawning Cypress with executable: C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\Cypress.exe +5ms cypress:cli spawn args [ '--', '--project', 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', '--cwd', 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store' ] { detached: false, stdio: 'inherit', windowsHide: false } +1ms cypress:ts Running without ts-node hook in environment "production" +0ms cypress:server:appdata path: C:\Users\Saturn\AppData\Roaming\Cypress\cy\production\browsers +0ms cypress:server:util:node_options NODE_OPTIONS check passed, not forking { NODE_OPTIONS: '--max-http-header-size=1048576' } +0ms cypress:server:util:node_options restoring NODE_OPTIONS { NODE_OPTIONS: '--max-http-header-size=1048576', ORIGINAL_NODE_OPTIONS: undefined } +2ms cypress:server:cypress starting cypress with argv [ 'C:\\Users\\Saturn\\AppData\\Local\\Cypress\\Cache\\6.6.0\\Cypress\\Cypress.exe', '--', '--project', 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', '--cwd', 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store' ] +0ms cypress:server:args argv array: [ 'C:\\Users\\Saturn\\AppData\\Local\\Cypress\\Cache\\6.6.0\\Cypress\\Cypress.exe', '--project', 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', '--cwd', 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store' ] +0ms cypress:server:args parsed argv options { options: { _: [ 'C:\\Users\\Saturn\\AppData\\Local\\Cypress\\Cache\\6.6.0\\Cypress\\Cypress.exe' ], project: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', cwd: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store' } } +2ms cypress:server:args argv parsed: { _: [ 'C:\\Users\\Saturn\\AppData\\Local\\Cypress\\Cache\\6.6.0\\Cypress\\Cypress.exe' ], project: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', cwd: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', invokedFromCli: true } +3ms cypress:server:util:proxy found proxy environment variables {} +0ms cypress:server:util:proxy HTTP_PROXY is falsy, disabling HTTP_PROXY +0ms cypress:server:util:proxy setting default NO_PROXY of `` +1ms cypress:server:util:proxy <-loopback> not found, adding localhost to NO_PROXY +0ms cypress:server:util:proxy normalized proxy environment variables { NO_PROXY: '127.0.0.1,::1,localhost' } +1ms cypress:server:args options { _: [ 'C:\\Users\\Saturn\\AppData\\Local\\Cypress\\Cache\\6.6.0\\Cypress\\Cypress.exe' ], project: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', cwd: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', invokedFromCli: true, config: {} } +3ms cypress:server:args argv options: { _: [ 'C:\\Users\\Saturn\\AppData\\Local\\Cypress\\Cache\\6.6.0\\Cypress\\Cypress.exe' ], project: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', cwd: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', invokedFromCli: true, config: {}, projectRoot: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', testingType: 'e2e' } +1ms cypress:server:cypress from argv [ 'C:\\Users\\Saturn\\AppData\\Local\\Cypress\\Cache\\6.6.0\\Cypress\\Cypress.exe', '--project', 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', '--cwd', 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store' ] got options { _: [ 'C:\\Users\\Saturn\\AppData\\Local\\Cp ress\\Cache\\6.6.0\\Cypress\\Cypress.exe' ], project: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', cwd: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', invokedFromCli: true, config: {}, projectRoot: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', testingType: 'e2e' } +11ms cypress:server:appdata path: C:\Users\Saturn\AppData\Roaming\Cypress\cy\production +916ms cypress:server:cypress starting in mode interactive with options { _: [ 'C:\\Users\\Saturn\\AppData\\Local\\Cypress\\Cache\\6.6.0\\Cypress\\Cypress.exe' ], project: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', cwd: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', invokedFromCli: true, config: {}, projectRoot: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', testingType: 'e2e' } +101ms cypress:server:cypress running Electron currently +2ms cypress:server:appdata path: C:\Users\Saturn\AppData\Roaming\Cypress\cy\production +181ms cypress:server:appdata path: C:\Users\Saturn\AppData\Roaming\Cypress\cy\production\cache +1s cypress:server:chrome_policy_check error initializing chrome policy check { err: Error: Module did not self-register: '\\?\C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\server\node_modules\registry-js\build\Release\registry.node'. at process.func [as dlopen] (electron/js2c/asar_bundle.js:5:1812) at Object.Module._extensions..node (internal/modules/cjs/loader.js:1203:18) at Object.func [as .node] (electron/js2c/asar_bundle.js:5:1812) at Module.load (internal/modules/cjs/loader.js:992:32) at Module._load (internal/modules/cjs/loader.js:885:14) at Function.f._load (electron/js2c/asar_bundle.js:5:12738) at Function.Module._load (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\server\lib\override_require.js:14:27) at Module.require (internal/modules/cjs/loader.js:1032:19) at require (internal/modules/cjs/helpers.js:72:18) at Object. (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\server\node_modules\registry-js\dist\lib\registry.js:5:7) at Module._compile (internal/modules/cjs/loader.js:1152:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1173:10) at Module.load (internal/modules/cjs/loader.js:992:32) at Module._load (internal/modules/cjs/loader.js:885:14) at Function.f._load (electron/js2c/asar_bundle.js:5:12738) at Function.Module._load (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\server\lib\override_require.js:14:27) at Module.require (internal/modules/cjs/loader.js:1032:19) at require (internal/modules/cjs/helpers.js:72:18) at Object. (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\server\node_module\ registry-js\dist\lib\index.js:13:14) at Module._compile (internal/modules/cjs/loader.js:1152:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1173:10) at Module.load (internal/modules/cjs/loader.js:992:32) at Module._load (internal/modules/cjs/loader.js:885:14) at Function.f._load (electron/js2c/asar_bundle.js:5:12738) at Function.Module._load (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\server\lib\override_reu ire.js:14:27) at Module.require (internal/modules/cjs/loader.js:1032:19) at require (internal/modules/cjs/helpers.js:72:18) at Object. (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\server\lb \util\chrome_policy_check.js:102:24) at Module._compile (internal/modules/cjs/loader.js:1152:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1173:10) at Module.load (internal/modules/cjs/loader.js:992:32) at Module._load (internal/modules/cjs/loader.js:885:14) at Function.f._load (electron/js2c/asar_bundle.js:5:12738) at Function.Module._load (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\server\lib\override_require.js:14:27) at Module.require (internal/modules/cjs/loader.js:1032:19) at require (internal/modules/cjs/helpers.js:72:18) at Object. (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\server\lb \gui\events.js:21:27) at Module._compile (internal/modules/cjs/loader.js:1152:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1173:10) at Module.load (internal/modules/cjs/loader.js:992:32) at Module._load (internal/modules/cjs/loader.js:885:14) at Function.f._load (electron/js2c/asar_bundle.js:5:12738) at Module.require (internal/modules/cjs/loader.js:1032:19) at require (internal/modules/cjs/helpers.js:72:18) at Object. (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\server\lib\modes\interactive-e2e.js:9:16) at Module._compile (internal/modules/cjs/loader.js:1152:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1173:10) at Module.load (internal/modules/cjs/loader.js:992:32) at Module._load (internal/modules/cjs/loader.js:885:14) at Function.f._load (electron/js2c/asar_bundle.js:5:12738) at Module.require (internal/modules/cjs/loader.js:1032:19) at require (internal/modules/cjs/helpers.js:72:18) at module.exports (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\server\lib\modes\index.js:19:12) at C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\server\lib\cypress.js:95:34 at tryCatcher (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\server\node_modules\bluebird\js\release\util.js:16:23) at Function.Promise.attempt.Promise.try (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\server\node_modules\bluebird\js\release\method.js:39:29) at Object.runElectron (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\server\lib\cypress.js:75:23) at Object.startInMode (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\server\lib\cypress.js:291:21) at C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\server\lib\cypress.js:204:19 at tryCatcher (C:\Users\Saturn\AppData\Loa l\Cypress\Cache\6.6.0\Cypress\resources\app\packages\server\node_modules\bluebird\js\release\util.js:16:23) at Promise._settlePromiseFromHandler (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\server\node_moduls \bluebird\js\release\promise.js:547:31) at Promise._settlePromise (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\server\node_modules\bluebird\js\release\promise.js:604:18) at Promise._settlePromise0 (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\server\node_modules\bluebird\js\release\promise.js:649:10) at Promise._settlePromises (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\server\node_modules\bluebird\js\release\promise.js:729:18) at Promise._fulfill (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\server\node_modules\bluebird\js\release\promise.js:673:18) at Promise._settlePromise (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\server\node_modules\bluebird\js\release\promise.js:617:21) at Promise._settlePromise0 (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\server\node_modules\bluebird\js\release\promise.js:649:10) at Promise._settlePromises (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\server\node_modules\bluebird\js\release\promise.js:729:18) at Promise._fulfill (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\server\node_modules\bluebird\js\release\promise.js:673:18) at Promise._settlePromise (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\package\ server\node_modules\bluebird\js\release\promise.js:617:21) at Promise._settlePromise0 (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\server\node_modules\bluebird\js\release\promise.js:649:10) at Promise._settlP romises (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\server\node_modules\bluebird\js\release\promise.js:729:18) at Promise._fulfill (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\pak ages\server\node_modules\bluebird\js\release\promise.js:673:18) at PromiseArray._resolve (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\server\node_modules\bluebird\js\release\promise_array.js:127:19) at PromiseArray._promiseFulfilled (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\server\node_modules\bluebird\js\release\promise_array.js:145:14) at Promise._settlePromise (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\server\node_modules\bluebird\js\release\promise.js:609:26) at Promise._settlePromise0 (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\server\node_modules\bluebird\js\release\promise.js:649:10) at Promise._settlePromises (C:\Users\Saturn\AppData\Local\Cypress\a che\6.6.0\Cypress\resources\app\packages\server\node_modules\bluebird\js\release\promise.js:729:18) at Promise._fulfill (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\server\node_modules\bluebird\js\release\promise.js:673:18) at C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\server\node_modules\bluebird\js\release\nodeback.js:42:21 at C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\server\node_modules\fs-extra\lib\mkdirs\mkdirs.js:56:16 at callback (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\server\node_modules\fs-extra\node_modules\graceful-fs\polyfills.js:299:20) at callback (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\server\node_modules\graceful-fs\polyfills.js:289:20) at FSReqCallback.oncomplete (fs.js:173:5) } +0ms cypress:server:saved_state making saved state from C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\server +0ms cypress:server:saved_state for project path C:\Users\Saturn\Desktop\p\next\next.js-ecommerce-store +1ms cypress:server:saved_state state path for project C:\Users\Saturn\Desktop\p\next\next.js-ecommerce-store +1ms cypress:server:appdata path: C:\Users\Saturn\AppData\Roaming\Cypress\cy\production\projects\next.js-ecommerce-store-f7919866e34477d42c9b95031d9f0849\state.json +5s cypress:server:saved_state full state path C:\Users\Saturn\AppData\Roaming\Cypress\cy\production\projects\next.js-ecommerce-store-f7919866e34477d42c9b95031d9f0849\state.json +1ms cypress:server:saved_state making new state file around C:\Users\Saturn\AppData\Roaming\Cypress\cy\production\projects\next.js-ecommerce-store-f7919866e34477d42c9b95031d9f0849\state.json +1ms cypress:server:file get values from C:\Users\Saturn\AppData\Roaming\Cypress\cy\production\projects\next.js-ecommerce-store-f7919866e34477d42c9b95031d9f0849\state.json +0ms cypress:server:file attempt to get lock on C:\Users\Saturn\AppData\Roaming\Cypress\cy\production\projects\next.js-ecommerce-store-f7919866e34477d42c9b95031d9f0849\state.json +1ms cypress:server:file getting lock succeeded or failed for C:\Users\Saturn\AppData\Roaming\Cypress\cy\production\projects\next.js-ecommerce-store-f7919866e34477d42c9b95031d9f0849\state.json +6ms cypress:server:file read C:\Users\Saturn\AppData\Roaming\Cypress\cy\production\projects\next.js-ecommerce-store-f7919866e34477d42c9b95031d9f0849\state.json +0ms cypress:server:file read succeeded or failed for C:\Users\Saturn\AppData\Roaming\Cypress\cy\production\projects\next.js-ecommerce-store-f7919866e34477d42c9b95031d9f0849\state.json +3ms cypress:server:file attempt to unlock C:\Users\Saturn\AppData\Roaming\Cypress\cy\production\projects\next.js-ecommerce-store-f7919866e34477d42c9b95031d9f0849\state.json +0ms cypress:server:file unlock succeeded or failed for C:\Users\Saturn\AppData\Roaming\Cypress\cy\production\projects\next.js-ecommerce-store-f7919866e34477d42c9b95031d9f0849\state.json +5ms 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, webPreferences: { preload: 'C:\\Users\\Saturn\\AppData\\Local\\Cypress\\Cache\\6.6.0\\Cypress\\resources\\app\\packages\\server\\lib\\ipc\\ipc.js', partition: null, webSecurity: false, nodeIntegration: false, contextIsolation: false, backgroundThrottling: false, backgroundColor: '#dfe2e4' }, url: 'file://C:\\Users\\Saturn\\AppData\\Local\\Cypress\\Cache\\6.6.0\\Cypress\\resources\\app\\packages\\desktop-gui\ dist\\index.html', frame: true, contextMenu: false, recordFrameRate: null, onCrashed: [Function: onCrashed], onNewWindow: [Function: onNewWindow] } +0ms cypress:server:util:process_profiler current & mean memory and CPU usage by process group: cypress:server:util:process_profiler ÔöîÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔö¼ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔö¼ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔö¼ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔö¼ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔö¼ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔö¼ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔö¼ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔö¼ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÉ cypress:server:util:process_profiler Ôöé (index) Ôöé group Ôöé processCount Ôöé pids Ôöé cpuPercent Ôöé meanCpuPercent Ôöé memRssMb Ôöé meanMemRssMb Ôöé maxMemRssMb Ôöé cypress:server:util:process_profiler Ôö£ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔö╝ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔö╝ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔö╝ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔö╝ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔö╝ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔö╝ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔö╝ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔö╝ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöñ cypress:server:util:process_profiler Ôöé 0 Ôöé 'cypress' Ôöé 1 Ôöé '26844' Ôöé 0 Ôöé 0 Ôöé 74.68 Ôöé 74.68 Ôöé 74.68 Ôöé cypress:server:util:process_profiler Ôöé 1 Ôöé 'other' Ôöé 4 Ôöé '860, 8972, 25748, 11708' Ôöé 0 Ôöé 0 Ôöé 47.08 Ôöé 47.08 Ôöé 47.08 Ôöé cypress:server:util:process_profiler Ôöé 2 Ôöé 'TOTAL' Ôöé 5 Ôöé '-' Ôöé 0 Ôöé 0 Ôöé 121.75 Ôöé 121.75 Ôöé 121.75 Ôöé cypress:server:util:process_profiler ÔööÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔö┤ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔö┤ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔö┤ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔö┤ÔöÇÔöÇÔÇ ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔö┤ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔö┤ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔö┤ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔö┤ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÿ +0ms cypress:server:events got request for event: on:menu:clicked, undefined +0ms cypress:server:events got request for event: get:options, undefined +1ms cypress:server:events got request for event: get:current:user, undefined +1ms cypress:server:file get values from C:\Users\Saturn\AppData\Roaming\Cypress\cy\production\cache +654ms cypress:server:file attempt to get lock on C:\Users\Saturn\AppData\Roaming\Cypress\cy\production\cache +1ms cypress:server:events sending ipc data { type: 'get:options', data: { id: 0.17632708783477535, data: { _: [Array], project: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', cwd: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', invokedFromCli: true, config: {}, projectRoot: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', testingType: 'e2e', onFocusTests: null, os: 'win32', windowOpenFn: null, getWindowByWebContentsFn: null, version: '6.6.0' } }, originalData: { id: 0.17632708783477535, data: { _: [Array], project: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', cwd: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', invokedFromCli: true, config: {}, projectRoot: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', testingType: 'e2e', onFocusTests: [Function: onFocusTests], os: 'win32', windowOpenFn: [Function: open], getWindowByWebContentsFn: [Function: getByWebContents], version: '6.6.0' } } } +4ms cypress:server:file getting lock succeeded or failed for C:\Users\Saturn\AppData\Roaming\Cypress\cy\production\cache +6ms cypress:server:file read C:\Users\Saturn\AppData\Roaming\Cypress\cy\production\cache +0ms cypress:server:file read succeeded or failed for C:\Users\Saturn\AppData\Roaming\Cypress\cy\production\cache +2ms cypress:server:file attempt to unlock C:\Users\Saturn\AppData\Roaming\Cypress\cy\production\cache +1ms cypress:server:file unlock succeeded or failed for C:\Users\Saturn\AppData\Roaming\Cypress\cy\production\cache +1ms cypress:server:events sending ipc data { type: 'get:current:user', data: { id: 0.3709486679855265, data: {} }, originalData: { id: 0.3709486679855265, data: {} } } +10ms cypress:server:events got request for event: on:focus:tests, undefined +29ms cypress:server:events got request for event: on:spec:changed, undefined +1ms cypress:server:events got request for event: on:config:changed, undefined +0ms cypress:server:events got request for event: on:project:error, undefined +1ms cypress:server:events got request for event: on:project:warning, undefined +1ms cypress:server:events got request for event: open:project, 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store' +0ms cypress:server:events open:project +1ms cypress:server:browsers getAllBrowsersWith { nameOrPath: undefined } +0ms cypress:server:browsers:utils getBrowsers +0ms 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' ] } ] +0ms cypress:launcher checking one browser chrome +9ms cypress:launcher looking up chrome on win32 platform +0ms cypress:launcher looking at possible paths... { browser: { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', versionRegex: /Google Chrome (\S+)/m, binary: [ 'google-chrome', 'chrome', 'google-chrome-stable' ] }, exePaths: [ 'C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe', 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe' ] } +1ms cypress:server:events got request for event: updater:check, undefined +13ms cypress:launcher found C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe ? true +19ms cypress:network:agent addRequest called { isHttps: true, href: 'https://download.cypress.io/desktop.json' } +0ms cypress:network:connect beginning getAddress { hostname: 'download.cypress.io', port: 443 } +0ms 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::681a:7b0', family: 6 }, { address: '2606:4700:20::ac43:450c', family: 6 } ] } +12ms cypress:network:agent got family { family: 4, href: 'https://download.cypress.io/desktop.json' } +46ms cypress:launcher Version=89.0.4389.72 +262ms cypress:launcher browser chrome at 'C:\Program Files (x86)\Google\Chrome\Application\chrome.exe' version 89.0.4389.72 +0ms cypress:launcher setting major version for {"name":"chrome","family":"chromium","channel":"stable","displayName":"Chrome","version":"89.0.4389.72","path":"C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe"} +2ms cypress:launcher browser chrome version 89.0.4389.72 major version 89 +0ms cypress:launcher checking one browser chromium +2ms cypress:launcher looking up chromium on win32 platform +0ms cypress:launcher looking at possible paths... { browser: { name: 'chromium', family: 'chromium', channel: 'stable', displayName: 'Chromium', versionRegex: /Chromium (\S+)/m, binary: [ 'chromium-browser', 'chromium' ] }, exePaths: [ 'C:\\Program Files (x86)\\Google\\chrome-win32\\chrome.exe' ] } +0ms cypress:launcher found C:\\Program Files (x86)\\Google\\chrome-win32\\chrome.exe ? false +2ms cypress:launcher error while looking up exe, trying next exePath { exePath: 'C:\\Program Files (x86)\\Google\\chrome-win32\\chrome.exe', exePaths: [], err: Error: Browser not installed: chromium at Object.exports.notInstalledErr (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\errors.js:4:17) at C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:97:28 at Generator.next (:null:null) at C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:7:71 at new Promise (:null:null) at __awaiter (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:3:12) at tryNextExePath (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:93:34) at C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:104:24 { notInstalled: true } } +1ms cypress:launcher browser chromium not installed +2ms cypress:launcher checking one browser chrome +1ms cypress:launcher looking up chrome on win32 platform +0ms cypress:launcher looking at possible paths... { browser: { name: 'chrome', family: 'chromium', channel: 'canary', displayName: 'Canary', versionRegex: /Google Chrome Canary (\S+)/m, binary: 'google-chrome-canary' }, exePaths: [ 'C:\\Users\\Saturn\\AppData\\Local\\Google\\Chrome SxS\\Application\\chrome.exe' ] } +1ms cypress:launcher found C:\\Users\\Saturn\\AppData\\Local\\Google\\Chrome SxS\\Application\\chrome.exe ? false +1ms cypress:launcher error while looking up exe, trying next exePath { exePath: 'C:\\Users\\Saturn\\AppData\\Local\\Google\\Chrome SxS\\Application\\chrome.exe', exePaths: [], err: Error: Browser not installed: chrome at Object.exports.notInstalledErr (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\errors.js:4:17) at C:\Users\Saturn\AppData\Local\Cypress\Cache\. 6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:97:28 at Generator.next (:null:null) at C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:7:71 at new Promise (:null:null) at __awaiter (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:3:12) at tryNextExePath (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:93:34) at C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:104:24 { notInstalled: true } } +2ms cypress:launcher browser chrome not installed +1ms cypress:launcher checking one browser firefox +2ms cypress:launcher looking up firefox on win32 platform +0ms cypress:launcher looking at possible paths... { browser: { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', versionRegex: /^Mozilla Firefox ([^\sab]+)$/m, binary: 'firefox' }, exePaths: [ 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', 'C:\\Program Files (x86)\\Mozilla Firefox\\firefox.exe', 'C:\\Users\\Saturn\\AppData\\Local\\Mozilla Firefox\\firefox.exe' ] } +1ms cypress:launcher found C:\\Program Files\\Mozilla Firefox\\firefox.exe ? false +1ms cypress:launcher found C:\\Program Files (x86)\\Mozilla Firefox\\firefox.exe ? false +4ms cypress:launcher found C:\\Users\\Saturn\\AppData\\Local\\Mozilla Firefox\\firefox.exe ? false +1ms cypress:launcher error while looking up exe, trying next exePath { exePath: 'C:\\Users\\Saturn\\AppData\\Local\\Mozilla Firefox\\firefox.exe', exePaths: [], err: Error: Browser not installed: firefox at Object.exports.notInstalledErr (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\errors.js:4:17) at C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:97:28 at Generator.next (:null:null) at C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:7:71 at new Promise (:null:null) at __awaiter (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypres \resources\app\packages\launcher\lib\windows\index.js:3:12) at tryNextExePath (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:93:34) at C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:104:24 { notInstalled: true } } +1ms cypress:launcher error while looking up exe, trying next exePath { exePath: 'C:\\Program Files (x86)\\Mozilla Firefox\\firefox.exe', exePaths: [], err: Error: Browser not installed: firefox at Object.exports.notInstalledErr (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\errors.js:4:17) at C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:97:28 at Generator.next (:null:null) at C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:7:71 at new Promise (:null:null) at __awaiter (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:3:12) at tryNextExePath (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:93:34) at C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:120:20 { notInstalled: true } } +1ms cypress:launcher error while looking up exe, trying next exePath { exePath: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', exePaths: [], err: Error: Browser not installed: firefox at Object.exports.notInstalledErr (C:\Users\Saturn\AppDataL ocal\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\errors.js:4:17) at C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:97:28 at Generator.next (:null:null) at C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:7:71 at new Promise (:null:null) at __awaiter (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:3:12) at tryNextExePath (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:93:34) at C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:120:20 { notInstalled: true } } +1ms cypress:launcher browser firefox not installed +1ms cypress:launcher checking one browser firefox +3ms cypress:launcher looking up firefox on win32 platform +0ms cypress:launcher looking at possible paths... { browser: { name: 'firefox', family: 'firefox', channel: 'dev', displayName: 'Firefox Developer Edition', versionRegex: /^Mozilla Firefox (\S+b\S*)$/m, binary: [ 'firefox-developer-edition', 'firefox' ] }, exePaths: [ 'C:\\Program Files\\Firefox Developer Edition\\firefox.exe', 'C:\\Program Files (x86)\\Firefox Developer Edition\\firefox.exe', 'C:\\Users\\Saturn\\AppData\\Local\\Firefox Developer Edition\\firefox.exe' ] } +1ms cypress:launcher found C:\\Program Files\\Firefox Developer Edition\\firefox.exe ? false +2ms cypress:launcher found C:\\Program Files (x86)\\Firefox Developer Edition\\firefox.exe ? false +1ms cypress:launcher found C:\\Users\\Saturn\\AppData\\Local\\Firefox Developer Edition\\firefox.exe ? false +2ms cypress:launcher error while looking up exe, trying next exePath { exePath: 'C:\\Users\\Saturn\\AppData\\Local\\Firefox Developer Edition\\firefox.exe', exePaths: [], err: Error: Browser not installed: firefox at Object.exports.notInstalledErr (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\errors.js:4:17) at C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:97:28 at Generator.next (:null:null) at C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:7:71 at new Promise (:null:null) at __awaiter (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:3:12) at tryNextExePath (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:93:34) at C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:104:24 { notInstalled: true } } +0ms cypress:launcher error while looking up exe, trying next exePath { exePath: 'C:\\Program Files (x86)\\Firefox Developer Edition\\firefox.exe', exePaths: [], err: Error: Browser not installed: firefox at Object.exports.notInstalledErr (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\errors.js:4:17) at C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:97:28 at Generator.next (:null:null) at C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:7:71 at new Promise (:null:null) at __awaiter (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:3:12) at tryNextExePath (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:93:34) at C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:120:20 { notInstalled: true } } +1ms cypress:launcher error while looking up exe, trying next exePath { exePath: 'C:\\Program Files\\Firefox Developer Edition\\firefox.exe', exePaths: [], err: Error: Browser not installed: firefox at Object.exports.notInstalledErr (C:\Users\Satun \AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\errors.js:4:17) at C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resoure s\app\packages\launcher\lib\windows\index.js:97:28 at Generator.next (:null:null) at C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:7:71 at new Promise (:null:null) at __awaiter (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:3:12) at tryNextExePath (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:93:34) at C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:120:20 { notInstalled: true } } +1ms cypress:launcher browser firefox not installed +2ms cypress:launcher checking one browser firefox +1ms cypress:launcher looking up firefox on win32 platform +0ms cypress:launcher looking at possible paths... { browser: { name: 'firefox', family: 'firefox', channel: 'nightly', displayName: 'Firefox Nightly', versionRegex: /^Mozilla Firefox (\S+a\S*)$/m, binary: [ 'firefox-nightly', 'firefox-trunk' ] }, exePaths: [ 'C:\\Program Files\\Firefox Nightly\\firefox.exe', 'C:\\Program Files (x86)\\Firefox Nightly\\firefox.exe', 'C:\\Users\\Saturn\\AppData\\Local\\Firefox Nightly\\firefox.exe' ] } +3ms cypress:launcher found C:\\Program Files\\Firefox Nightly\\firefox.exe ? false +2ms cypress:launcher found C:\\Program Files (x86)\\Firefox Nightly\\firefox.exe ? false +1ms cypress:launcher found C:\\Users\\Saturn\\AppData\\Local\\Firefox Nightly\\firefox.exe ? false +1ms cypress:launcher error while looking up exe, trying next exePath { exePath: 'C:\\Users\\Saturn\\AppData\\Local\\Firefox Nightly\\firefox.exe', exePaths: [], err: Error: Browser not installed: firefox at Object.exports.notInstalledErr (C:\User\ Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\errors.js:4:17) at C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\e sources\app\packages\launcher\lib\windows\index.js:97:28 at Generator.next (:null:null) at C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:7:71 at new Promise (:null:null) at __awaiter (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:3:12) at tryNextExePath (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:93:34) at C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:104:24 { notInstalled: true } } +2ms cypress:launcher error while looking up exe, trying next exePath { exePath: 'C:\\Program Files (x86)\\Firefox Nightly\\firefox.exe', exePaths: [], err: Error: Browser not installed: firefox at Object.exports.notInstalledErr (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\errors.js:4:17) at C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\p p\packages\launcher\lib\windows\index.js:97:28 at Generator.next (:nul :null) at C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\ap\ packages\launcher\lib\windows\index.js:7:71 at new Promise (:null:null) at __awaiter (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:3:12) at tryNextExePath (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:93:34) at C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:120:20 { notInstalled: true } } +1ms cypress:launcher error while looking up exe, trying next exePath { exePath: 'C:\\Program Files\\Firefox Nightly\\firefox.exe', exePaths: [], err: Error: Browser not installed: firefox at Object.exports.notInstalledErr (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\errors.js:4:17) at C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:97:28 at Generator.next (:null:null) at C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:7:71 at new Promise (:null:null) at __awaiter (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:3:12) at tryNextExePath (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:93:34) at C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\reo urces\app\packages\launcher\lib\windows\index.js:120:20 { notInstalled: true } } +1ms cypress:launcher browser firefox not installed +1ms cypress:launcher checking one browser edge +0ms cypress:launcher looking up edge on win32 platform +1ms cypress:launcher looking at possible paths... { browser: { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', versionRegex: /Microsoft Edge (\S+)/m, binary: [ 'edge', 'microsoft-edge' ] }, exePaths: [ 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe' ] } +0ms cypress:launcher found C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe ? true +2ms cypress:launcher Version=88.0.705.81 +206ms cypress:launcher browser edge at 'C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe' version 88.0.705.81 +0ms cypress:launcher setting major version for {"name":"edge","family":"chromium","channel":"stable","displayName":"Edge","version":"88.0.705.81","path":"C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe"} +2ms cypress:launcher browser edge version 88.0.705.81 major version 88 +0ms cypress:launcher checking one browser edge +1ms cypress:launcher looking up edge on win32 platform +0ms cypress:launcher looking at possible paths... { browser: { name: 'edge', family: 'chromium', channel: 'canary', displayName: 'Edge Canary', versionRegex: /Microsoft Edge Canary (\S+)/m, binary: 'edge-canary' }, exePaths: [ 'C:\\Users\\Saturn\\AppData\\Local\\Microsoft\\Edge SxS\\Application\\msedge.exe' ] } +1ms cypress:launcher found C:\\Users\\Saturn\\AppData\\Local\\Microsoft\\Edge SxS\\Application\\msedge.exe ? false +1ms cypress:launcher error while looking up exe, trying next exePath { exePath: 'C:\\Users\\Saturn\\AppData\\Local\\Microsoft\\Edge SxS\\Application\\msedge.exe', exePaths: [], err: Error: Browser not installed: edge at Object.exports.notInstalledErr (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\errors.js:4:17) at C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:97:28 at Generatr .next (:null:null) at C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:7:71 at new Promise (:null:null) at __awaiter (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:3:12) at tryNextExePath (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:93:34) at C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:104:24 { notInstalled: true } } +0ms cypress:launcher browser edge not installed +1ms cypress:launcher checking one browser edge +0ms cypress:launcher looking up edge on win32 platform +1ms cypress:launcher looking at possible paths... { browser: { name: 'edge', family: 'chromium', channel: 'beta', displayName: 'Edge Beta', versionRegex: /Microsoft Edge Beta (\S+)/m, binary: 'edge-beta' }, exePaths: [ 'C:\\Program Files (x86)\\Microsoft\\Edge Beta\\Application\\msedge.exe' ] } +0ms cypress:launcher found C:\\Program Files (x86)\\Microsoft\\Edge Beta\\Application\\msedge.exe ? false +2ms cypress:launcher error while looking up exe, trying next exePath { exePath: 'C:\\Program Files (x86)\\Microsoft\\Edge Beta\\Application\\msedge.exe', exePaths: [], err: Error: Browser not installed: edge at Object.exports.notInstalledErr (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launh er\lib\errors.js:4:17) at C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cyprs s\resources\app\packages\launcher\lib\windows\index.js:97:28 at Generator.next (:null:null) at C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:7:71 at new Promise (:null:null) at __awaiter (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:3:12) at tryNextExePath (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\package\ launcher\lib\windows\index.js:93:34) at C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:104:24 { notInstalled: true } } +0ms cypress:launcher browser edge not installed +0ms cypress:launcher checking one browser edge +1ms cypress:launcher looking up edge on win32 platform +1ms cypress:launcher looking at possible paths... { browser: { name: 'edge', family: 'chromium', channel: 'dev', displayName: 'Edge Dev', versionRegex: /Microsoft Edge Dev (\S+)/m, binary: [ 'edge-dev', 'microsoft-edge-dev' ] }, exePaths: [ 'C:\\Program Files (x86)\\Microsoft\\Edge Dev\\Application\\msedge.exe' ] } +1ms cypress:launcher found C:\\Program Files (x86)\\Microsoft\\Edge Dev\\Application\\msedge.exe ? false +1ms cypress:launcher error while looking up exe, trying next exePath { exePath: 'C:\\Program Files (x86)\\Microsoft\\Edge Dev\\Application\\msedge.exe', exePaths: [], err: Error: Browser not installed: edge at Object.exports.notInstalledErr (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\errors.js:4:17) at C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:97:28 at Generator.next (:null:null) at C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypressr esources\app\packages\launcher\lib\windows\index.js:7:71 at new Promise (:null:null) at __awaiter (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:3:12) at tryNextExePath (C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:93:34) at C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:104:24 { notInstalled: true } } +1ms cypress:launcher browser edge not installed +0ms cypress:server:browsers:utils found browsers { browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '89.0.4389.72', path: 'C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe', majorVersion: 89 }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '88.0.705.81', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', majorVersion: 88 } ] } +570ms 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.' } +0ms cypress:server:events setting found 3 browsers on the config +561ms cypress:server:open_project open_project create C:\Users\Saturn\Desktop\p\next\next.js-ecommerce-store +0ms cypress:server:open_project and options { onFocusTests: [Function: onFocusTests], onSpecChanged: [Function: onSpecChanged], onSettingsChanged: [Function: onSettingsChanged], onError: [Function: onError], onWarning: [Function: onWarning] } +0ms cypress:server:project Project created { projectType: 'e2e', projectRoot: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store' } +0ms cypress:server:open_project opening project C:\Users\Saturn\Desktop\p\next\next.js-ecommerce-store +3ms cypress:server:open_project and options { browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '89.0.4389.72', path: 'C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe', majorVersion: 89 }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '88.0.705.81', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', majorVersion: 88 }, { 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] } +1ms cypress:server:project opening project instance C:\Users\Saturn\Desktop\p\next\next.js-ecommerce-store +3ms cypress:server:project project open options { browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '89.0.4389.72', path: 'C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe', majorVersion: 89 }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '88.0.705.81', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', majorVersion: 88 }, { 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] } +2ms cypress:server:project project options { browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '89.0.4389.72', path: 'C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe', majorVersion: 89 }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '88.0.705.81', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', majorVersion: 88 }, { 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 ta t Electron uses.' } ], onFocusTests: [Function: onFocusTests], onSpecChanged: [Function: onSpecChanged], onSettingsChanged: [Function: onSettingsChanged], onError: [Function: onError], onWarning: [Function: onWarning], onReloadBrowser: [Function: onReloadBrowser], report: false } +3ms cypress:server:config setting config object +0ms cypress:server:config config is { baseUrl: 'http://localhost:3000' } +0ms cypress:server:config merged config with options, got { baseUrl: 'http://localhost:3000', envFile: {}, projectRoot: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', projectName: 'next.js-ecommerce-store', report: false, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '89.0.4389.72', path: 'C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe', majorVersion: 89 }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '88.0.705.81', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', majorVersion: 88 }, { 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 theu nderlying Chromium version that Electron uses.' } ] } +1ms cypress:server:config using CYPRESS_INTERNAL_ENV production +6ms cypress:server:config resolved config is { value: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '89.0.4389.72', path: 'C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe', majorVersion: 89 }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '88.0.705.81', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', majorVersion: 88 }, { 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' } +1ms cypress:server:validation browsers [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '89.0.4389.72', path: 'C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe', majorVersion: 89 }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '88.0.705.81', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', majorVersion: 88 }, { 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.' } ] +0ms cypress:server:config setting support file C:\Users\Saturn\Desktop\p\next\next.js-ecommerce-store\cypress\support +4ms cypress:server:config for project root C:\Users\Saturn\Desktop\p\next\next.js-ecommerce-store +0ms cypress:server:config resolved support file C:\Users\Saturn\Desktop\p\next\next.js-ecommerce-store\cypress\support\index.js +2ms cypress:server:config set support folder C:\Users\Saturn\Desktop\p\next\next.js-ecommerce-store\cypress\support +1ms cypress:server:config setting plugins file C:\Users\Saturn\Desktop\p\next\next.js-ecommerce-store\cypress\plugins +3ms cypress:server:config for project root C:\Users\Saturn\Desktop\p\next\next.js-ecommerce-store +0ms cypress:server:config set pluginsFile to C:\Users\Saturn\Desktop\p\next\next.js-ecommerce-store\cypress\plugins\index.js +2ms cypress:server:config set scaffold paths +2ms cypress:server:scaffold scaffolded files ["cypress\\integration\\examples\\actions.spec.js","cypress\\integration\\examples\\aliasing.spec.js","cypress\\integrai on\\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.jo n","cypress\\support\\commands.js","cypress\\support\\index.js","cypress\\plugin\ \index.js"] +0ms cypress:server:config got file tree +5ms cypress:server:project get saved state +34ms cypress:server:saved_state making saved state from C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\server +1s cypress:server:saved_state for project path C:\Users\Saturn\Desktop\p\next\next.js-ecommerce-store +1ms cypress:server:saved_state state path for project C:\Users\Saturn\Desktop\p\next\next.js-ecommerce-store +0ms cypress:server:appdata path: C:\Users\Saturn\AppData\Roaming\Cypress\cy\production\projects\next.js-ecommerce-store-f7919866e34477d42c9b95031d9f0849\state.json +1s cypress:server:saved_state full state path C:\Users\Saturn\AppData\Roaming\Cypress\cy\production\projects\next.js-ecommerce-store-f7919866e34477d42c9b95031d9f0849\state.json +2ms cypress:server:file get values from C:\Users\Saturn\AppData\Roaming\Cypress\cy\production\projects\next.js-ecommerce-store-f7919866e34477d42c9b95031d9f0849\state.json +657ms cypress:server:file attempt to get lock on C:\Users\Saturn\AppData\Roaming\Cypress\cy\production\projects\next.js-ecommerce-store-f7919866e34477d42c9b95031d9f0849\state.json +1ms cypress:server:file getting lock succeeded or failed for C:\Users\Saturn\AppData\Roaming\Cypress\cy\production\projects\next.js-ecommerce-store-f7919866e34477d42c9b95031d9f0849\state.json +2ms cypress:server:file read C:\Users\Saturn\AppData\Roaming\Cypress\cy\production\projects\next.js-ecommerce-store-f7919866e34477d42c9b95031d9f0849\state.json +1ms cypress:server:file read succeeded or failed for C:\Users\Saturn\AppData\Roaming\Cypress\cy\production\projects\next.js-ecommerce-store-f7919866e34477d42c9b95031d9f0849\state.json +2ms cypress:server:file attempt to unlock C:\Users\Saturn\AppData\Roaming\Cypress\cy\production\projects\next.js-ecommerce-store-f7919866e34477d42c9b95031d9f0849\state.json +0ms cypress:server:file unlock succeeded or failed for C:\Users\Saturn\AppData\Roaming\Cypress\cy\production\projects\next.js-ecommerce-store-f7919866e34477d42c9b95031d9f0849\state.json +1ms cypress:server:scaffold determine if new project by globbing files in { integrationFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\integration' } +15ms cypress:server:scaffold found 1 files in folder C:\Users\Saturn\Desktop\p\next\next.js-ecommerce-store\cypress\integration +11ms cypress:server:scaffold determine if we should scaffold: +0ms cypress:server:scaffold - empty? false +2ms cypress:server:scaffold - different number of files? true +0ms cypress:server:scaffold - same sizes? false +0ms cypress:server:scaffold untouched scaffold false modal closed true +0ms cypress:server:project scaffolding with plugins file C:\Users\Saturn\Desktop\p\next\next.js-ecommerce-store\cypress\plugins\index.js +25ms cypress:server:scaffold plugins folder C:\Users\Saturn\Desktop\p\next\next.js-ecommerce-store\cypress\plugins +2ms cypress:server:scaffold verify scaffolding in C:\Users\Saturn\Desktop\p\next\next.js-ecommerce-store\cypress\plugins +0ms cypress:server:scaffold folder C:\Users\Saturn\Desktop\p\next\next.js-ecommerce-store\cypress\plugins already exists +2ms cypress:server:plugins plugins.init C:\Users\Saturn\Desktop\p\next\next.js-ecommerce-store\cypress\plugins\index.js +0ms cypress:server:plugins forking to run C:\Users\Saturn\AppData\Local\Cypress\Cache\6.6.0\Cypress\resources\app\packages\server\lib\plugins\child\index.js +5ms cypress:server:updater latest version of Cypress is: 6.6.0 +0ms cypress:server:updater new version of Cypress does not exist +1ms cypress:server:events sending ipc data { type: 'updater:check', data: { id: 0.2138501427110846, data: false }, originalData: { id: 0.2138501427110846, data: false } } +123ms cypress:server:plugins:child pluginsFile: C:\Users\Saturn\Desktop\p\next\next.js-ecommerce-store\cypress\plugins\index.js +0ms cypress:server:plugins:child project root: C:\Users\Saturn\Desktop\p\next\next.js-ecommerce-store +1ms cypress:server:plugins resolving typescript with options { basedir: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store' } +0ms cypress:server:plugins resolved typescript C:\Users\Saturn\Desktop\p\next\next.js-ecommerce-store\node_modules\typescript\lib\typescript.js +7ms cypress:server:ts-node typescript path: C:\Users\Saturn\Desktop\p\next\next.js-ecommerce-store\node_modules\typescript\lib\typescript.js +0ms cypress:server:ts-node registering project TS with options { compiler: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\node_modules\\typescript\\lib\\typescript.js', compilerOptions: { module: 'CommonJS' }, dir: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\plugins', transpileOnly: true } +1ms cypress:server:plugins:child require pluginsFile +402ms cypress:server:plugins:child plugins load file "C:\Users\Saturn\Desktop\p\next\next.js-ecommerce-store\cypress\plugins\index.js" +83ms cypress:server:plugins:child passing config { animationDistanceThreshold: 5, baseUrl: 'http://localhost:3000', blockHosts: null, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '89.0.4389.72', path: 'C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe', majorVersion: 89 }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '88.0.705.81', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', majorVersion: 88 }, { 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 veri on that Electron uses.' } ], chromeWebSecurity: true, componentFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\component', defaultCommandTimeout: 4000, downloadsFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\downloads', env: {}, execTimeout: 60000, experimentalComponentTesting: false, experimentalFetchPolyfill: false, experimentalRunEvents: false, experimentalSourceRewriting: false, experimentalStudio: false, fileServerFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', firefoxGcInterval: { runMode: 1, openMode: null }, fixturesFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\fixtures', hosts: null, ignoreTestFiles: '*.hot-update.js', includeShadowDom: false, integrationFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\integration', modifyObstructiveCode: true, nodeVersion: 'default', numTestsKeptInMemory: 50, pageLoadTimeout: 60000, pluginsFile: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\plugins\\index.js', port: null, projectId: null, reporter: 'spec', reporterOptions: null, requestTimeout: 5000, resolvedNodeVersion: '12.18.3', responseTimeout: 30000, retries: { runMode: 0, openMode: 0 }, screenshotOnRunFailure: true, screenshotsFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\screenshots', supportFile: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\support\\index.js', supportFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\support', taskTimeout: 60000, testFiles: '**/*.*', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\videos', videoUploadOnPasses: true, viewportHeight: 660, viewportWidth: 1000, waitForAnimations: true, scrollBehavior: 'top', watchForFileChanges: true, projectRoot: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', configFile: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress.json', version: '6.6.0' } +1ms cypress:server:plugins:child run plugins function +3ms cypress:server:plugins:child register event _get:task:body with id 0 +1ms cypress:server:plugins:child register event _get:task:keys with id 1 +0ms cypress:server:plugins:child run plugins function +1ms cypress:server:plugins:child register default preprocessor +3ms cypress:server:plugins resolving typescript with options { basedir: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store' } +486ms cypress:server:plugins resolved typescript C:\Users\Saturn\Desktop\p\next\next.js-ecommerce-store\node_modules\typescript\lib\typescript.js +4ms cypress:server:plugins:child creating webpack preprocessor with options { typescript: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\node_modules\\typescript\\lib\\typescript.js' } +5ms cypress:server:plugins:child register event file:preprocessor with id 2 +1s cypress:server:plugins:child plugins file successfully loaded +0ms cypress:server:plugins register plugins process event _get:task:body with id 0 +2s cypress:server:plugins register event '_get:task:body' +0ms cypress:server:plugins register plugins process event _get:task:keys with id 1 +0ms cypress:server:plugins register event '_get:task:keys' +1ms cypress:server:plugins register plugins process event file:preprocessor with id 2 +0ms cypress:server:plugins register event 'file:preprocessor' +0ms cypress:server:plugins resolving with new config null +1ms cypress:server:project plugin config yielded: null +0ms cypress:server:config updateWithPluginValues { cfg: { baseUrl: 'http://localhost:3000', projectRoot: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', projectName: 'next.js-ecommerce-store', report: false, browsers: [ [Object], [Object], [Object] ], animationDistanceThreshold: 5, autoOpen: false, blockHosts: null, chromeWebSecurity: true, clientRoute: '/__/', componentFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\component', configFile: 'cypress.json', defaultCommandTimeout: 4000, downloadsFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\downloads', execTimeout: 60000 , experimentalComponentTesting: false, experimentalFetchPolyfill: false, experimentalRunEvents: false, experimentalSourceRewriting: false, experimentalStudio: false, fileServerFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', firefoxGcInterval: { runMode: 1, openMode: null }, fixturesFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\fixtures', hosts: null, ignoreTestFiles: '*.hot-update.js', includeShadowDom: false, integrationFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\integration', isTextTerminal: false, javascripts: [], morgan: true, modifyObstructiveCode: true, namespace: '__cypress', nodeVersion: 'default', numTestsKeptInMemory: 50, pageLoadTimeout: 60000, pluginsFile: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\plugins\\index.js', port: null, projectId: null, reporter: 'spec', reporterOptions: null, reporterRoute: '/__cypress/reporter', requestTimeout: 5000, responseTimeout: 30000, retries: { runMode: 0, openMode: 0 }, screenshotOnRunFailure: true, screenshotsFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\screenshots', socketId: null, socketIoRoute: '/__socket.io', webpackDevServerPublicPathRoute: '/__cypress/src', socketIoCookie: '__socket.io', supportFile: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\support\\index.js', taskTimeout: 60000, testFiles: '**/*.*', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\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: [Objec t ], 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: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress', parentTestsFolderDisplay: 'next.js-ecommerce-store\\cypress', supportFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\support', integrationExampleName: 'examples', integrationExamplePath: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\integration\\examples', scaffoldedFiles: [ [Object], [Object], [Object], [Object], [Object], [Object], [Object], [Object], [Object], [Object], [Object], [Object], [Object], [Object], [Object], [Object], [Object], [Object], [Object], [Object], [Object], [Object], [Object] ], resolvedNodeVersion: '12.18.3', state: { showedOnBoardingModal: true }, isNewProject: false }, overrides: {} } +2s cypress:server:config config diffs null +12ms cypress:server:config merged config object { baseUrl: 'http://localhost:3000', projectRoot: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', projectName: 'next.js-ecommerce-store', report: false, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '89.0.4389.72', path: 'C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe', majorVersion: 89 }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '88.0.705.81', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', majorVersion: 88 }, { 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, blockHosts: null, chromeWebSecurity: true, clientRoute: '/__/', componentFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\component', configFile: 'cypress.json', defaultCommandTimeout: 4000, downloadsFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\downloads', execTimeout: 60000, experimentalComponentTesting: false, experimentalFetchPolyfill: false, experimentalRunEvents: false, experimentalSourceRewriting: false, experimentalStudio: false, fileServerFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', firefoxGcInterval: { runMode: 1, openMode: null }, fixturesFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\fixtures', hosts: null, ignoreTestFiles: '*.hot-update.js', includeShadowDom: false, integrationFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\integration', isTextTerminal: false, javascripts: [], morgan: true, modifyObstructiveCode: true, namespace: '__cypress', nodeVersion: 'default', numTestsKeptInMemory: 50, pageLoadTimeout: 60000, pluginsFile: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\plugins\\index.js', port: null, projectId: null, reporter: 'spec', reporterOptions: null, reporterRoute: '/__cypress/reporter', requestTimeout: 5000, responseTimeout: 30000, retries: { runMode: 0, openMode: 0 }, screenshotOnRunFailure: true, screenshotsFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\screenshots', socketId: null, socketIoRoute: '/__socket.io', webpackDevServerPublicPathRoute: '/__cypress/src', socketIoCookie: '__socket.io', supportFile: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\support\\index.js', taskTimeout: 60000, testFiles: '**/*.*', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\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: 'http://localhost:3000', from: 'config' }, 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: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress', parentTestsFolderDisplay: 'next.js-ecommerce-store\\cypress', supportFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\support', integrationExampleName: 'examples', integrationExamplePath: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\integration\\examples', scaffoldedFiles: [ { name: 'cypress\\integration\\examples\\actions.spec.js' }, { name: 'cypress\\integration\\examples\\aliasing.spec.js' }, { name: 'cypress\\integration\\examples\\assertions.spec.js' }, { name: 'cypress\\integration\\examples\\connectors.spec.js' }, { name: 'cypress\\integration\\examples\\cookies.spec.js' }, { name: 'cypress\\integration\\examples\\cypress_api.spec.js' }, { name: 'cypress\\integration\\examples\\files.spec.js' }, { name: 'cypress\\integration\\examples\\local_storage.spec.js' }, { name: 'cypress\\integration\\examples\\location.spec.js' }, { name: 'cypress\\integration\\examples\\misc.spec.js' }, { name: 'cypress\\integration\\examples\\navigation.spec.js' }, { name: 'cypress\\integration\\examples\\network_requests.spec.js' }, { name: 'cypress\\integration\\examples\\querying.spec.js' }, { name: 'cypress\\integration\\examples\\spies_stubs_clocks.spec.js' }, { name: 'cypress\\integration\\examples\\traversal.spec.js' }, { name: 'cypress\\integration\\examples\\utilities.spec.js' }, { name: 'cypress\\integration\\examples\\viewport.spec.js' }, { name: 'cypress\\integration\\examples\\waiting.spec.js' }, { name: 'cypress\\integration\\examples\\window.spec.js' }, { name: 'cypress\\fixtures\\example.json' }, { name: 'cypress\\support\\commands.js' }, { name: 'cypress\\support\\index.js' }, { name: 'cypress\\plugins\\index.js' } ], resolvedNodeVersion: '12.18.3', state: { showedOnBoardingModal: true }, isNewProject: false } +2ms cypress:server:config merged plugins config { baseUrl: 'http://localhost:3000', projectRoot: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', projectName: 'next.js-ecommerce-store', report: false, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '89.0.4389.72', path: 'C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe', majorVersion: 89 }, { name: 'edge', family: 'chromium', channel: 'stable', displayNam: 'Edge', version: '88.0.705.81', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', majorVersion: 88 }, { 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, blockHosts: null, chromeWebSecurity: true, clientRoute: '/__/', componentFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\component', configFile: 'cypress.json', defaultCommandTimeout: 4000, downloadsFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\downloads', execTimeout: 60000, experimentalComponentTesting: false, experimentalFetchPolyfill: false, experimentalRunEvents: false, experimentalSourceRewriting: false, experimentalStudio: false, fileServerFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', firefoxGcInterval: { runMode: 1, openMode: null }, fixturesFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\fixtures', hosts: null, ignoreTestFiles: '*.hot-update.js', includeShadowDom: false, integrationFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\integration', isTextTerminal: false, javascripts: [], morgan: true, modifyObstructiveCode: true, namespace: '__cypress', nodeVersion: 'default', numTestsKeptInMemory: 50, pageLoadTimeout: 60000, pluginsFile: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\plugins\\index.js', port: null, projectId: null, reporter: 'spec', reporterOptions: null, reporterRoute: '/__cypress/reporter', requestTimeout: 5000, responseTimeout: 30000, retries: { runMode: 0, openMode: 0 }, screenshotOnRunFailure: true, screenshotsFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\screenshots', socketId: null, socketIoRoute: '/__socket.io', webpackDevServerPublicPathRoute: '/__cypress/src', socketIoCookie: '__socket.io', supportFile: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\support\\index.js', taskTimeout: 60000, testFiles: '**/*.*', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\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: 'http://localhost:3000', from: 'config' }, 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: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress', parentTestsFolderDisplay: 'next.js-ecommerce-store\\cypress', supportFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\support', integrationExampleName: 'examples', integrationExamplePath: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\integration\\examples', scaffoldedFiles: [ { name: 'cypress\\integration\\examples\\actions.spec.js' }, { name: 'cypress\\integration\\examples\\aliasing.spec.js' }, { name: 'cypress\\integration\\examples\\assertions.spec.js' }, { name: 'cypress\\integration\\examples\\connectors.spec.js' }, { name: 'cypress\\integration\\examples\\cookies.spec.js' }, { name: 'cypress\\integration\\examples\\cypress_api.spec.js' }, { name: 'cypress\\integration\\examples\\files.spec.js' }, { name: 'cypress\\integration\\examples\\local_storage.spec.js' }, { name: 'cypress\\integration\\examples\\location.spec.js' }, { name: 'cypress\\integration\\examples\\misc.spec.js' }, { name: 'cypress\\integration\\examples\\navigation.spec.js' }, { name: 'cypress\\integration\\examples\\network_requests.spec.js' }, { name: 'cypress\\integration\\examples\\querying.spec.js' }, { name: 'cypress\\integration\\examples\\spies_stubs_clocks.spec.js' }, { name: 'cypress\\integration\\examples\\traversal.spec.js' }, { name: 'cypress\\integration\\examples\\utilities.spec.js' }, { name: 'cypress\\integration\\examples\\viewport.spec.js' }, { name: 'cypress\\integration\\examples\\waiting.spec.js' }, { name: 'cypress\\integration\\examples\\window.spec.js' }, { name: 'cypress\\fixtures\\example.json' }, { name: 'cypress\\support\\commands.js' }, { name: 'cypress\\support\\index.js' }, { name: 'cypress\\plugins\\index.js' } ], resolvedNodeVersion: '12.18.3', state: { showedOnBoardingModal: true }, isNewProject: false } +15ms cypress:server:project updated config: { baseUrl: 'http://localhost:3000', projectRoot: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', projectName: 'next.js-ecommerce-store', report: false, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '89.0.4389.72', path: 'C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe', majorVersion: 89 }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '88.0.705.81', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', majorVersion: 88 }, { 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, blockHosts: null, chromeWebSecurity: true, clientRoute: '/__/', componentFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\component', configFile: 'cypress.json', defaultCommandTimeout: 4000, downloadsFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\downloads', execTimeout: 60000, experimentalComponentTesting: false, experimentalFetchPolyfill: false, experimentalRunEvents: false, experimentalSourceRewriting: false, experimentalStudio: false, fileServerFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', firefoxGcInterval: { runMode: 1, openMode: null }, fixturesFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\fixtures', hosts: null, ignoreTestFiles: '*.hot-update.js', includeShadowDom: false, integrationFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\integration', isTextTerminal: false, javascripts: [], morgan: true, modifyObstructiveCode: true, namespace: '__cypress', nodeVersion: 'default', numTestsKeptInMemory: 50, pageLoadTimeout: 60000, pluginsFile: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\plugins\\index.js', port: null, projectId: null, reporter: 'spec', reporterOptions: null, reporterRoute: '/__cypress/reporter', requestTimeout: 5000, responseTimeout: 30000, retries: { runMode: 0, openMode: 0 }, screenshotOnRunFailure: true, screenshotsFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\screenshots', socketId: null, socketIoRoute: '/__socket.io', webpackDevServerPublicPathRoute: '/__cypress/src', socketIoCookie: '__socket.io', supportFile: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\support\\index.js', taskTimeout: 60000, testFiles: '**/*.*', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\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: 'http://localhost:3000', from: 'config' }, 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: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress', parentTestsFolderDisplay: 'next.js-ecommerce-store\\cypress', supportFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\support', integrationExampleName: 'examples', integrationExamplePath: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\integration\\examples', scaffoldedFiles: [ { name: 'cypress\\integration\\examples\\actions.spec.js' }, { name: 'cypress\\integration\\examples\\aliasing.spec.js' }, { name: 'cypress\\integration\\examples\\assertions.spec.js' }, { name: 'cypress\\integration\\examples\\connectors.spec.js' }, { name: 'cypress\\integration\\examples\\cookies.spec.js' }, { name: 'cypress\\integration\\examples\\cypress_api.spec.js' }, { name: 'cypress\\integration\\examples\\files.spec.js' }, { name: 'cypress\\integration\\examples\\local_storage.spec.js' }, { name: 'cypress\\integration\\examples\\location.spec.js' }, { name: 'cypress\\integration\\examples\\misc.spec.js' }, { name: 'cypress\\integration\\examples\\navigation.spec.js' }, { name: 'cypress\\integration\\examples\\network_requests.spec.js' }, { name: 'cypress\\integration\\examples\\querying.spec.js' }, { name: 'cypress\\integration\\examples\\spies_stubs_clocks.spec.js' }, { name: 'cypress\\integration\\examples\\traversal.spec.js' }, { name: 'cypress\\integration\\examples\\utilities.spec.js' }, { name: 'cypress\\integration\\examples\\viewport.spec.js' }, { name: 'cypress\\integration\\examples\\waiting.spec.js' }, { name: 'cypress\\integration\\examples\\window.spec.js' }, { name: 'cypress\\fixtures\\example.json' }, { name: 'cypress\\support\\commands.js' }, { name: 'cypress\\support\\index.js' }, { name: 'cypress\\plugins\\index.js' } ], resolvedNodeVersion: '12.18.3', state: { showedOnBoardingModal: true }, isNewProject: false } +45ms cypress:server:server-e2e server open +0ms cypress:server:server-base Server listening on { address: '127.0.0.1', family: 'IPv4', port: 55387 } +0ms cypress:server:appdata path: C:\Users\Saturn\AppData\Roaming\Cypress\cy\production\proxy +2s cypress:https-proxy:ca checking CA version { actualVersion: 1, CA_VERSION: 1 } +0ms cypress:https-proxy Created SNI HTTPS Proxy Server { port: 55389 } +0ms cypress:network:connect beginning getAddress { hostname: 'localhost', port: 3000 } +3s cypress:network:connect got addresses { hostname: 'localhost', port: 3000, addresses: [ { address: '127.0.0.1', family: 4 }, { address: '::1', family: 6 } ] } +2ms cypress:server:server-base Setting remoteAuth undefined +31ms cypress:network:cors Parsed URL { port: '3000', tld: 'localhost', domain: '' } +0ms cypress:server:server-base Setting remoteOrigin http://localhost:3000 +3ms cypress:server:server-base Setting remoteHostAndPort { port: '3000', tld: 'localhost', domain: '' } +0ms cypress:server:server-base Setting remoteDocDomain localhost +1ms cypress:server:server-base Getting remote state: { auth: undefined, props: { port: '3000', tld: 'localhost', domain: '' }, origin: 'http://localhost:3000', strategy: 'http', visiting: undefined, domainName: 'localhost', fileServer: null } +1ms cypress:server:project project config: { baseUrl: 'http://localhost:3000', projectRoot: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', projectName: 'next.js-ecommerce-store', report: false, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '89.0.4389.72', path: 'C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe', majorVersion: 89 }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '88.0.705.81', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', majorVersion: 88 }, { 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 ue ful when debugging. The version number indicates the underlying Chromium version that Electron uses.' } ], animationDistanceThreshold: 5, autoOpen: false, blockHosts: null, chromeWebSecurity: true, clientRoute: '/__/', componentFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\component', configFile: 'cypress.json', defaultCommandTimeout: 4000, downloadsFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\downloads', execTimeout: 60000, experimentalComponentTesting: false, experimentalFetchPolyfill: false, experimentalRunEvents: false, experimentalSourceRewriting: false, experimentalStudio: false, fileServerFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', firefoxGcInterval: { runMode: 1, openMode: null }, fixturesFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\fixtures', hosts: null, ignoreTestFiles: '*.hot-update.js', includeShadowDom: false, integrationFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\integration', isTextTerminal: false, javascripts: [], morgan: true, modifyObstructiveCode: true, namespace: '__cypress', nodeVersion: 'default', numTestsKeptInMemory: 50, pageLoadTimeout: 60000, pluginsFile: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\plugins\\index.js', port: 55387, projectId: null, reporter: 'spec', reporterOptions: null, reporterRoute: '/__cypress/reporter', requestTimeout: 5000, responseTimeout: 30000, retries: { runMode: 0, openMode: 0 }, screenshotOnRunFailure: true, screenshotsFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\screenshots', socketId: null, socketIoRoute: '/__socket.io', webpackDevServerPublicPathRoute: '/__cypress/src', socketIoCookie: '__socket.io', supportFile: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\support\\index.js', taskTimeout: 60000, testFiles: '**/*.*', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\videos', videoUploadOnPasses: true, viewportHeight: 660, viewportWidth: 1000, waitForAnimations: true, scrollBehavior: 'top', watchForFileChanges: true, xhrRoute: '/xhrs/', env: {}, cypressEnv: 'production', parentTestsFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress', parentTestsFolderDisplay: 'next.js-ecommerce-store\\cypress', supportFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\support', integrationExampleName: 'examples', integrationExamplePath: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\integration\\examples', scaffoldedFiles: [ { name: 'cypress\\integration\\examples\\actions.spec.js' }, { name: 'cypress\\integration\\examples\\aliasing.spec.js' }, { name: 'cypress\\integration\\examples\\assertions.spec.js' }, { name: 'cypress\\integration\\examples\\connectors.spec.js' }, { name: 'cypress\\integration\\examples\\cookies.spec.js' }, { name: 'cypress\\integration\\examples\\cypress_api.spec.js' }, { name: 'cypress\\integration\\examples\\files.spec.js' }, { name: 'cypress\\integration\\examples\\local_storage.spec.js' }, { name: 'cypress\\integration\\examples\\location.spec.js' }, { name: 'cypress\\integration\\examples\\misc.spec.js' }, { name: 'cypress\\integration\\examples\\navigation.spec.js' }, { name: 'cypress\\integration\\examples\\network_requests.spec.js' }, { name: 'cypress\\integration\\examples\\querying.spec.js' }, { name: 'cypress\\integration\\examples\\spies_stubs_clocks.spec.js' }, { name: 'cypress\\integration\\examples\\traversal.spec.js' }, { name: 'cypress\\integration\\examples\\utilities.spec.js' }, { name: 'cypress\\integration\\examples\\viewport.spec.js' }, { name: 'cypress\\integration\\examples\\waiting.spec.js' }, { name: 'cypress\\integration\\examples\\window.spec.js' }, { name: 'cypress\\fixtures\\example.json' }, { name: 'cypress\\support\\commands.js' }, { name: 'cypress\\support\\index.js' }, { name: 'cypress\\plugins\\index.js' } ], resolvedNodeVersion: '12.18.3', state: { showedOnBoardingModal: true }, isNewProject: false, proxyUrl: 'http://localhost:55387', browserUrl: 'http://localhost:3000/__/', reporterUrl: 'http://localhost:3000/__cypress/reporter', xhrUrl: '__cypress/xhrs/', proxyServer: 'http://localhost:55387' } +2s cypress:server:project watch settings files +10ms cypress:server:project scaffolding project C:\Users\Saturn\Desktop\p\next\next.js-ecommerce-store +10ms cypress:server:scaffold support folder C:\Users\Saturn\Desktop\p\next\next.js-ecommerce-store\cypress\support, support file C:\Users\Saturn\Desktop\p\next\next.js-ecommerce-store\cypress\support\index.js +2s cypress:server:scaffold verify scaffolding in C:\Users\Saturn\Desktop\p\next\next.js-ecommerce-store\cypress\support +0ms cypress:server:project scaffold flags { isTextTerminal: false, CYPRESS_INTERNAL_FORCE_SCAFFOLD: undefined } +2ms cypress:server:project will scaffold integration and fixtures folder +0ms cypress:server:scaffold integration folder C:\Users\Saturn\Desktop\p\next\next.js-ecommerce-store\cypress\integration +2ms cypress:server:scaffold verify scaffolding in C:\Users\Saturn\Desktop\p\next\next.js-ecommerce-store\cypress\integration +0ms cypress:server:scaffold fixture folder C:\Users\Saturn\Desktop\p\next\next.js-ecommerce-store\cypress\fixtures +1ms cypress:server:scaffold verify scaffolding in C:\Users\Saturn\Desktop\p\next\next.js-ecommerce-store\cypress\fixtures +0ms cypress:server:scaffold folder C:\Users\Saturn\Desktop\p\next\next.js-ecommerce-store\cypress\support already exists +6ms cypress:server:scaffold folder C:\Users\Saturn\Desktop\p\next\next.js-ecommerce-store\cypress\integration already exists +0ms cypress:server:scaffold folder C:\Users\Saturn\Desktop\p\next\next.js-ecommerce-store\cypress\fixtures already exists +1ms cypress:server:project attempt watch plugins file: C:\Users\Saturn\Desktop\p\next\next.js-ecommerce-store\cypress\plugins\index.js +10ms cypress:server:project plugins file found? true +1ms cypress:server:project watch plugins file +0ms cypress:server:project project has config { baseUrl: 'http://localhost:3000', projectRoot: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', projectName: 'next.js-ecommerce-store', report: false, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '89.0.4389.72', path: 'C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe', majorVersion: 89 }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '88.0.705.81', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', majorVersion: 88 }, { 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, blockHosts: null, chromeWebSecurity: true, clientRoute: '/__/', componentFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\component', configFile: 'cypress.json', defaultCommandTimeout: 4000, downloadsFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\downloads', execTimeout: 60000, experimentalComponentTesting: false, experimentalFetchPolyfill: false, experimentalRunEvents: false, experimentalSourceRewriting: false, experimentalStudio: false, fileServerFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', firefoxGcInterval: { runMode: 1, openMode: null }, fixturesFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\fixtures', hosts: null, ignoreTestFiles: '*.hot-update.js', includeShadowDom: false, integrationFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\integration', isTextTerminal: false, javascripts: [], morgan: true, modifyObstructiveCode: true, namespace: '__cypress', nodeVersion: 'default', numTestsKeptInMemory: 50, pageLoadTimeout: 60000, pluginsFile: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\plugins\\index.js', port: 55387, projectId: null, e porter: 'spec', reporterOptions: null, reporterRoute: '/__cypress/reporter', requestTimeout: 5000, responseTimeout: 30000, retries: { runMode: 0, openMode: 0 }, screenshotOnRunFailure: true, screenshotsFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\screenshots', socketId: null, socketIoRoute: '/__socket.io', webpackDevServerPublicPathRoute: '/__cypress/src', socketIoCookie: '__socket.io', supportFile: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\support\\index.js', taskTimeout: 60000, testFiles: '**/*.*', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\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: 'http://localhost:3000', from: 'config' }, 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: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress', parentTestsFolderDisplay: 'next.js-ecommerce-store\\cypress', supportFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\support', integrationExampleName: 'examples', integrationExamplePath: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\integration\\examples', scaffoldedFiles: [ { name: 'cypress\\integration\\examples\\actions.spec.js' }, { name: 'cypress\\integration\\examples\\aliasing.spec.js' }, { name: 'cypress\\integration\\examples\\assertions.spec.js' }, { name: 'cypress\\integration\\examples\\connectors.spec.js' }, { name: 'cypress\\integration\\examples\\cookies.spec.js' }, { name: 'cypress\\integration\\examples\\cypress_api.spec.js' }, { name: 'cypress\\integration\\examples\\files.spec.js' }, { name: 'cypress\\integration\\examples\\local_storage.spec.js' }, { name: 'cypress\\integration\\examples\\location.spec.js' }, { name: 'cypress\\integration\\examples\\misc.spec.js' }, { name: 'cypress\\integration\\examples\\navigation.spec.js' }, { name: 'cypress\\integration\\examples\\network_requests.spec.js' }, { name: 'cypress\\integration\\examples\\querying.spec.js' }, { name: 'cypress\\integration\\examples\\spies_stubs_clocks.spec.js' }, { name: 'cypress\\integration\\examples\\traversal.spec.js' }, { name: 'cypress\\integration\\examples\\utilities.spec.js' }, { name: 'cypress\\integration\\examples\\viewport.spec.js' }, { name: 'cypress\\integration\\examples\\waiting.spec.js' }, { name: 'cypress\\integration\\examples\\window.spec.js' }, { name: 'cypress\\fixtures\\example.json' }, { name: 'cypress\\support\\commands.js' }, { name: 'cypress\\support\\index.js' }, { name: 'cypress\\plugins\\index.js' } ], resolvedNodeVersion: '12.18.3', state: { showedOnBoardingModal: true }, isNewProject: false, proxyUrl: 'http://localhost:55387', browserUrl: 'http://localhost:3000/__/', reporterUrl: 'http://localhost:3000/__cypress/reporter', xhrUrl: '__cypress/xhrs/', proxyServer: 'http://localhost:55387' } +18ms cypress:server:events sending ipc data { type: 'open:project', data: { id: 0.06025824975632044, data: { baseUrl: 'http://localhost:3000', projectRoot: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', projectName: 'next.js-ecommerce-store', report: false, browsers: [Array], animationDistanceThreshold: 5, autoOpen: false, blockHosts: null, chromeWebSecurity: true, clientRoute: '/__/', componentFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\component', configFile: 'cypress.json', defaultCommandTimeout: 4000, downloadsFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\downloads', execTimeout: 60000, experimentalComponentTesting: false, experimentalFetchPolyfill: false, experimentalRunEvents: false, experimentalSourceRewriting: false, experimentalStudio: false, fileServerFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', firefoxGcInterval: [Object], fixturesFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\fixtures', hosts: null, ignoreTestFiles: '*.hot-update.js', includeShadowDom: false, integrationFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\integration', isTextTerminal: false, javascripts: [], morgan: true, modifyObstructiveCode: true, namespace: '__cypress', nodeVersion: 'default', numTestsKeptInMemory: 50, pageLoadTimeout: 60000, pluginsFile: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\plugins\\index.js', port: 55387, projectId: null, reporter: 'spec', reporterOptions: null, reporterRoute: '/__cypress/reporter', requestTimeout: 5000, responseTimeout: 30000, retries: [Object], screenshotOnRunFailure: true, screenshotsFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\screenshots', socketId: null, socketIoRoute: '/__socket.io', webpackDevServerPublicPathRoute: '/__cypress/src', socketIoCookie: '__socket.io', supportFile: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\support\\index.js', taskTimeout: 60000, testFiles: '**/*.*', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\videos', videoUploadOnPasses: true, viewportHeight: 660, viewportWidth: 1000, waitForAnimations: true, scrollBehavior: 'top', watchForFileChanges: true, xhrRoute: '/xhrs/', env: {}, cypressEnv: 'production', resolved: [Object], parentTestsFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress', parentTestsFolderDisplay: 'next.js-ecommerce-store\\cypress', supportFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\support', integrationExampleName: 'examples', integrationExamplePath: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\integration\\examples', scaffoldedFiles: [Array], resolvedNodeVersion: '12.18.3', state: [Object], isNewProject: false, proxyUrl: 'http://localhost:55387', browserUrl: 'http://localhost:3000/__/', reporterUrl: 'http://localhost:3000/__cypress/reporter', xhrUrl: '__cypress/xhrs/', proxyServer: 'http://localhost:55387' } }, originalData: { id: 0.06025824975632044, data: { baseUrl: 'http://localhost:3000', projectRoot: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', projectName: 'next.js-ecommerce-store', report: false, browsers: [Array], animationDistanceThreshold: 5, autoOpen: false, blockHosts: null, chromeWebSecurity: true, clientRoute: '/__/', componentFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\component', configFile: 'cypress.json', defaultCommandTimeout: 4000, downloadsFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\downloads', execTimeout: 60000, experimentalComponentTesting: false, experimentalFetchPolyfill: false, experimentalRunEvents: false, experimentalSourceRewriting: false, experimentalStudio: false, fileServerFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', firefoxGcInterval: [Object], fixturesFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\fixtures', hosts: null, ignoreTestFiles: '*.hot-update.js', includeShadowDom: false, integrationFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\integration', isTextTerminal: false, javascripts: [], morgan: true, modifyObstructiveCode: true, namespace: '__cypress', nodeVersion: 'default', numTestsKeptInMemory: 50, pageLoadTimeout: 60000, pluginsFile: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\plugins\\index.js', port: 55387, projectId: null, reporter: 'spec', reporterOptions: null, reporterRoute: '/__cypress/reporter', requestTimeout: 5000, responseTimeout: 30000, retries: [Object], screenshotOnRunFailure: true, screenshotsFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\screenshots', socketId: null, socketIoRoute: '/__socket.io', webpackDevServerPublicPathRoute: '/__cypress/src', socketIoCookie: '__socket.io', supportFile: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\support\\index.js', taskTimeout: 60000, testFiles: '**/*.*', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\videos', videoUploadOnPasses: true, viewportHeight: 660, viewportWidth: 1000, waitForAnimations: true, scrollBehavior: 'top', watchForFileChanges: true, xhrRoute: '/xhrs/', env: {}, cypressEnv: 'production', resolved: [Object], parentTestsFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress', parentTestsFolderDisplay: 'next.js-ecommerce-store\\cypress', supportFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\support', integrationExampleName: 'examples', integrationExamplePath: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\integration\\examples', scaffoldedFiles: [Array], resolvedNodeVersion: '12.18.3', state: [Object], isNewProject: false, proxyUrl: 'http://localhost:55387', browserUrl: 'http://localhost:3000/__/', reporterUrl: 'http://localhost:3000/__cypress/reporter', xhrUrl: '__cypress/xhrs/', proxyServer: 'http://localhost:55387' } } } +2s cypress:server:events got request for event: get:specs, undefined +25ms cypress:server:open_project check for spec updates +3s cypress:server:project project has config { baseUrl: 'http://localhost:3000', projectRoot: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', projectName: 'next.js-ecommerce-store', report: false, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '89.0.4389.72', path: 'C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe', majorVersion: 89 }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '88.0.705.81', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', majorVersion: 88 }, { 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, blockHosts: null, chromeWebSecurity: true, clientRoute: '/__/', componentFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\component', configFile: 'cypress.json', defaultCommandTimeout: 4000, downloadsFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\downloads', execTimeout: 60000, experimentalComponentTesting: false, experimentalFetchPolyfill: false, experimentalRunEvents: false, experimentalSourceRewriting: false, experimentalStudio: false, fileServerFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', firefoxGcInterval: { runMode: 1, openMode: null }, fixturesFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\fixtures', hosts: null, ignoreTestFiles: '*.hot-update.js', includeShadowDom: false, integrationFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\integration', isTextTerminal: false, javascripts: [], morgan: true, modifyObstructiveCode: true, namespace: '__cypress', nodeVersion: 'default', numTestsKeptInMemory: 50, pageLoadTimeout: 60000, pluginsFile: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\plugins\\index.js', port: 55387, projectId: null, reporter: 'spec', reporterOptions: null, reporterRoute: '/__cypress/reporter', requestTimeout: 5000, responseTimeout: 30000, retries: { runMode: 0, openMode: 0 }, screenshotOnRunFailure: true, screenshotsFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\screenshots', socketId: null, socketIoRoute: '/__socket.io', webpackDevServerPublicPathRoute: '/__cypress/src', socketIoCookie: '__socket.io', supportFile: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\support\\index.js', taskTimeout: 60000, testFiles: '**/*.*', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\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: 'http://localhost:3000', from: 'config' }, 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: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress', parentTestsFolderDisplay: 'next.js-ecommerce-store\\cypress', supportFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommec e-store\\cypress\\support', integrationExampleName: 'examples', integrationExamplePath: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\integration\\examples', scaffoldedFiles: [ { name: 'cypress\\integration\\examples\\actions.spec.js' }, { name: 'cypress\\integration\\examples\\aliasing.spec.js' }, { name: 'cypress\\integration\\examples\\assertions.spec.js' }, { name: 'cypress\\integration\\examples\\connectors.spec.js' }, { name: 'cypress\\integration\\examples\\cookies.spec.js' }, { name: 'cypress\\integration\\examples\\cypress_api.spec.js' }, { name: 'cypress\\integration\\examples\\files.spec.js' }, { name: 'cypress\\integration\\examples\\local_storage.spec.js' }, { name: 'cypress\\integration\\examples\\location.spec.js' }, { name: 'cypress\\integration\\examples\\misc.spec.js' }, { name: 'cypress\\integration\\examples\\navigation.spec.js' }, { name: 'cypress\\integration\\examples\\network_requests.spec.js' }, { name: 'cypress\\integration\\examples\\querying.spec.js' }, { name: 'cypress\\integration\\examples\\spies_stubs_clocks.spec.js' }, { name: 'cypress\\integration\\examples\\traversal.spec.js' }, { name: 'cypress\\integration\\examples\\utilities.spec.js' }, { name: 'cypress\\integration\\examples\\viewport.spec.js' }, { name: 'cypress\\integration\\examples\\waiting.spec.js' }, { name: 'cypress\\integration\\examples\\window.spec.js' }, { name: 'cypress\\fixtures\\example.json' }, { name: 'cypress\\support\\commands.js' }, { name: 'cypress\\support\\index.js' }, { name: 'cypress\\plugins\\index.js' } ], resolvedNodeVersion: '12.18.3', state: { showedOnBoardingModal: true }, isNewProject: false, proxyUrl: 'http://localhost:55387', browserUrl: 'http://localhost:3000/__/', reporterUrl: 'http://localhost:3000/__cypress/reporter', xhrUrl: '__cypress/xhrs/', proxyServer: 'http://localhost:55387' } +43ms cypress:server:open_project createSpecWatch component testing enabled false +12ms cypress:server:open_project watching integration test files: **/*.* in C:\Users\Saturn\Desktop\p\next\next.js-ecommerce-store\cypress\integration +1ms cypress:server:specs experimentalComponentTesting false +0ms cypress:server:specs looking for test specs in the folder: C:\Users\Saturn\Desktop\p\next\next.js-ecommerce-store\cypress\integration +1ms cypress:server:specs there is no spec pattern +1ms cypress:server:specs globbing test files "**/*.*" +0ms cypress:server:specs glob options { sort: true, absolute: true, nodir: true, cwd: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\integration', ignore: [ 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\support\\index.js', 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\fixtures\\**\\*' ] } +0ms cypress:server:events got request for event: get:project:status, { id: undefined, path: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store' } +26ms cypress:server:project get project status for client id undefined at path C:\Users\Saturn\Desktop\p\next\next.js-ecommerce-store +29ms cypress:server:project no project id +0ms cypress:server:events sending ipc data { type: 'get:project:status', data: { id: 0.7489203297911784, data: { id: undefined, path: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', state: 'VALID' } }, originalData: { id: 0.7489203297911784, data: { id: undefined, path: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', state: 'VALID' } } } +6ms cypress:server:specs [ cypress:server:specs 'C:/Users/Saturn/Desktop/p/next/next.js-ecommerce-store/cypress/integration/checkout.spec.js' cypress:server:specs ] +17ms cypress:server:specs found spec file C:/Users/Saturn/Desktop/p/next/next.js-ecommerce-store/cypress/integration/checkout.spec.js +2ms cypress:server:specs found 1 spec file: [ { name: 'checkout.spec.js', relative: 'cypress\\integration\\checkout.spec.js', absolute: 'C:/Users/Saturn/Desktop/p/next/next.js-ecommerce-store/cypress/integration/checkout.spec.js' } ] +3ms ÔöîÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔö¼ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÉ Ôöé relative Ôöé specType Ôöé Ôö£ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔö╝ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöñ Ôöé cypress\integration\checkout.spec.js Ôöé integration Ôöé ÔööÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔö┤ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÿ cypress:server:open_project found 1 spec using spec pattern '**/*.*': [ 'checkout.spec.js' ] +75ms cypress:server:events sending ipc data { type: 'get:specs', data: { id: 0.597260788646949, data: { integration: [Array] } }, originalData: { id: 0.597260788646949, data: { integration: [Array] } } } +57ms cypress:server:util:process_profiler current & mean memory and CPU usage by process group: cypress:server:util:process_profiler ÔöîÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔö¼ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔö¼ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔö¼ÔöÇÔöÇÔöÇö ÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔö¼ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔö¼ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔö¼ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔö¼ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔö¼ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÉ cypress:server:util:process_profiler Ôöé (index) Ôöé group Ôöé processCount Ôöé pids Ôöé cpuPercent Ôöé meanCpuPercent Ôöé memRssMb Ôöé meanMemRssMb Ôöé maxMemRssMb Ôöé cypress:server:util:process_profiler Ôö£ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔö╝ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔö╝ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔö╝ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔö╝ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔö╝ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔö╝ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔö╝ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔö╝ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöñ cypress:server:util:process_profiler Ôöé 0 Ôöé 'other' Ôöé 6 Ôöé '11708, 5936, 26544, 25212, 22304, 12600' Ôöé 0.72 Ôöé 0.36 Ôöé 164.91 Ôöé 106 Ôöé 164.91 Ôöé cypress:server:util:process_profiler Ôöé 1 Ôöé 'cypress' Ôöé 1 Ôöé '26844' Ôöé 5.43 Ôöé 2.71 ö é 147.21 Ôöé 110.95 Ôöé 147.21 Ôöé cypress:server:util:process_profiler Ôöé 2 Ôöé 'plugin' Ôöé 1 Ôöé '27548' Ôöé 0 Ôöé 0 Ôöé 59.99 Ôöé 59.99 Ôöé 59.99 Ôöé cypress:server:util:process_profiler Ôöé 3 Ôöé 'TOTAL' Ôöé 8 Ôöé '-' Ôöé 6.15 Ôöé 3.07 Ôöé 372.12 Ôöé 246.93 Ôöé 372.12 Ôöé cypress:server:util:process_profiler ÔööÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔö┤ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔö┤ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔö┤ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔö┤ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔö┤ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔö┤ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔö┤ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔö┤ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÿ +11s cypress:server:events got request for event: get:project:status, { id: undefined, path: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store' } +10s cypress:server:project get project status for client id undefined at path C:\Users\Saturn\Desktop\p\next\next.js-ecommerce-store +10s cypress:server:project no project id +1ms cypress:server:events sending ipc data { type: 'get:project:status', data: { id: 0.74285168641063, data: { id: undefined, path: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', state: 'VALID' } }, originalData: { id: 0.74285168641063, data: { id: undefined, path: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', state: 'VALID' } } } +3ms cypress:server:events got request for event: close:browser, undefined +7s cypress:server:events sending ipc data { type: 'close:browser', data: { id: 0.6803029401834, data: undefined }, originalData: { id: 0.6803029401834, data: undefined } } +1ms cypress:server:events got request for event: launch:browser, { browser: { displayName: 'Chrome', name: 'chrome', family: 'chromium', channel: 'stable', version: '89.0.4389.72', path: 'C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe', profilePath: undefined, majorVersion: 89, info: undefined, custom: undefined, warning: undefined, isChosen: true }, spec: { name: 'checkout.spec.js', absolute: 'C:/Users/Saturn/Desktop/p/next/next.js-ecommerce-store/cypress/integration/checkout.spec.js', relative: 'cypress\\integration\\checkout.spec.js' }, specType: 'integration', relative: 'cypress\\integration\\checkout.spec.js', specFilter: null } +6ms cypress:server:events launching browser for 'integration' spec: { name: 'checkout.spec.js', absolute: 'C:/Users/Saturn/Desktop/p/next/next.js-ecommerce-store/cypress/integration/checkout.spec.js', relative: 'cypress\\integration\\checkout.spec.js' } +1ms cypress:server:events full list of options { browser: { displayName: 'Chrome', name: 'chrome', family: 'chromium', channel: 'stable', version: '89.0.4389.72', path: 'C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe', profilePath: undefined, majorVersion: 89, info: undefined, custom: undefined, warning: undefined, isChosen: true }, spec: { name: 'checkout.spec.js', absolute: 'C:/Users/Saturn/Desktop/p/next/next.js-ecommerce-store/cypress/integration/checkout.spec.js', relative: 'cypress\\integration\\checkout.spec.js' }, specType: 'integration', relative: 'cypress\\integration\\checkout.spec.js', specFilter: null } +1ms cypress:server:open_project resetting project state, preparing to launch browsr chrome for spec { name: 'checkout.spec.js', absolute: 'C:/Users/Saturn/Desktop/p/next/next.js-ecommerce-store/cypress/integration/checkout.spec.js', relative: 'cypress\\integration\\checkout.spec.js', specType: 'integration', specFilter: null } options { projectRoot: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', onBrowserOpen: [Function: onBrowserOpen], onBrowserClose: [Function: onBrowserClose] } +16s cypress:server:project resetting project instance C:\Users\Saturn\Desktop\p\next\next.js-ecommerce-store +7s cypress:proxy:http:util:buffers resetting buffers +0ms cypress:server:server-base Setting remoteAuth undefined +17s cypress:network:cors Parsed URL { port: '3000', tld: 'localhost', domain: '' } +17s cypress:server:server-base Setting remoteOrigin http://localhost:3000 +2ms cypress:server:server-base Setting remoteHostAndPort { port: '3000', tld: 'localhost', domain: '' } +0ms cypress:server:server-base Setting remoteDocDomain localhost +1ms cypress:server:server-base Getting remote state: { auth: undefined, props: { port: '3000', tld: 'localhost', domain: '' }, origin: 'http://localhost:3000', strategy: 'http', visiting: undefined, domainName: 'localhost', fileServer: null } +0ms cypress:server:project get spec url: C:/Users/Saturn/Desktop/p/next/next.js-ecommerce-store/cypress/integration/checkout.spec.js for spec type integration +7ms cypress:server:project project has config { baseUrl: 'http://localhost:3000', projectRoot: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', projectName: 'next.js-ecommerce-store', report: false, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '89.0.4389.72', path: 'C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe', majorVersion: 89 }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '88.0.705.81', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', majorVersion: 88 }, { 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 verso n that Electron uses.' } ], animationDistanceThreshold: 5, autoOpen: false, blockHosts: null, chromeWebSecurity: true, clientRoute: '/__/', componentFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\component', configFile: 'cypress.json', defaultCommandTimeout: 4000, downloadsFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\downloads', execTimeout: 60000, experimentalComponentTesting: false, experimentalFetchPolyfill: false, experimentalRunEvents: false, experimentalSourceRewriting: false, experimentalStudio: false, fileServerFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', firefoxGcInterval: { runMode: 1, openMode: null }, fixturesFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\fixtures', hosts: null, ignoreTestFiles: '*.hot-update.js', includeShadowDom: false, integrationFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\integration', isTextTerminal: false, javascripts: [], morgan: true, modifyObstructiveCode: true, namespace: '__cypress', nodeVersion: 'default', numTestsKeptInMemory: 50, pageLoadTimeout: 60000, pluginsFile: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\plugins\\index.js', port: 55387, projectId: null, reporter: 'spec', reporterOptions: null, reporterRoute: '/__cypress/reporter', requestTimeout: 5000, responseTimeout: 30000, retries: { runMode: 0, openMode: 0 }, screenshotOnRunFailure: true, screenshotsFolder: 'C:\\Users\\Saturn\\Desktop\\p\\net \\next.js-ecommerce-store\\cypress\\screenshots', socketId: null, socketIoRoute: '/__socket.io', webpackDevServerPublicPathRoute: '/__cypress/src', socketIoCookie: '__socket.io', supportFile: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\support\\index.js', taskTimeout: 60000, testFiles: '**/*.*', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\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: 'http://localhost:3000', from: 'config' }, 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: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress', parentTestsFolderDisplay: 'next.js-ecommerce-store\\cypress', supportFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\support', integrationExampleName: 'examples', integrationExamplePath: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\integration\\examples', scaffoldedFiles: [ { name: 'cypress\\integration\\examples\\actions.spec.js' }, { name: 'cypress\\integration\\examples\\aliasing.spec.js' }, { name: 'cypress\\integration\\examples\\assertions.spec.js' }, { name: 'cypress\\integration\\examples\\connectors.spec.js' }, { name: 'cypress\\integration\\examples\\cookies.spec.js' }, { name: 'cypress\\integration\\examples\\cypress_api.spec.js' }, { name: 'cypress\\integration\\examples\\files.spec.js' }, { name: 'cypress\\integration\\examples\\local_storage.spec.js' }, { name: 'cypress\\integration\\examples\\location.spec.js' }, { name: 'cypress\\integration\\examples\\misc.spec.js' }, { name: 'cypress\\integration\\examples\\navigation.spec.js' }, { name: 'cypress\\integration\\examples\\network_requests.spec.js' }, { name: 'cypress\\integration\\examples\\querying.spec.js' }, { name: 'cypress\\integration\\examples\\spies_stubs_clocks.spec.js' }, { name: 'cypress\\integration\\examples\\traversal.spec.js' }, { name: 'cypress\\integration\\examples\\utilities.spec.js' }, { name: 'cypress\\integration\\examples\\viewport.spec.js' }, { name: 'cypress\\integration\\examples\\waiting.spec.js' }, { name: 'cypress\\integration\\examples\\window.spec.js' }, { name: 'cypress\\fixtures\\example.json' }, { name: 'cypress\\support\\commands.js' }, { name: 'cypress\\support\\index.js' }, { name: 'cypress\\plugins\\index.js' } ], resolvedNodeVersion: '12.18.3', state: { showedOnBoardingModal: true }, isNewProject: false, proxyUrl: 'http://localhost:55387', browserUrl: 'http://localhost:3000/__/', reporterUrl: 'http://localhost:3000/__cypress/reporter', xhrUrl: '__cypress/xhrs/', proxyServer: 'http://localhost:55387' } +0ms cypress:server:project prefixed path for spec { pathToSpec: 'C:/Users/Saturn/Desktop/p/next/next.js-ecommerce-store/cypress/integration/checkout.spec.js', type: 'integration', url: '/integration\\checkout.spec.js' } +11ms cypress:server:project return path to spec { specType: 'integration', absoluteSpecPath: 'C:/Users/Saturn/Desktop/p/next/next.js-ecommerce-store/cypress/integration/checkout.spec.js', prefixedPath: '/integration\\checkout.spec.js', url: 'http://localhost:3000/__/#/tests/integration\\checkout.spec.js' } +3ms cypress:server:open_project open project url http://localhost:3000/__/#/tests/integration\checkout.spec.js +25ms cypress:server:project project has config { baseUrl: 'http://localhost:3000', projectRoot: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', projectName: 'next.js-ecommerce-store', report: false, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '89.0.4389.72', path: 'C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe', majorVersion: 89 }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '88.0.705.81', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', majorVersion: 88 }, { 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, blockHosts: null, chromeWebSecurity: true, clientRoute: '/__/', componentFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\component', configFile: 'cypress.json', defaultCommandTimeout: 4000, downloadsFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\downloads', execTimeout: 60000, experimentalComponentTesting: false, experimentalFetchPolyfill: false, experimentalRunEvents: false, experimentalSourceRewriting: false, experimentalStudio: false, fileServerFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store', firefoxGcInterval: { runMode: 1, openMode: null }, fixturesFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\fixtures', hosts: null, ignoreTestFiles: '*.hot-update.js', includeShadowDom: false, integrationFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\integration', isTextTerminal: false, javascripts: [], morgan: true, modifyObstructiveCode: true, namespace: '__cypress', nodeVersion: 'default', numTestsKeptInMemory: 50, pageLoadTimeout: 60000, pluginsFile: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\plugins\\index.js', port: 55387, projectId: null, reporter: 'spec', reporterOptions: null, reporterRoute: '/__cypress/reporter', reqe stTimeout: 5000, responseTimeout: 30000, retries: { runMode: 0, openMode: 0 }, screenshotOnRunFailure: true, screenshotsFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\screenshots', socketId: null, socketIoRoute: '/__socket.io', webpackDevServerPublicPathRoute: '/__cypress/src', socketIoCookie: '__socket.io', supportFile: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\support\\index.js', taskTimeout: 60000, testFiles: '**/*.*', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\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: 'http://localhost:3000', from: 'config' }, 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: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress', parentTestsFolderDisplay: 'next.js-ecommerce-store\\cypress', supportFolder: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\support', integrationExampleName: 'examples', integrationExamplePath: 'C:\\Users\\Saturn\\Desktop\\p\\next\\next.js-ecommerce-store\\cypress\\integration\\examples', scaffoldedFiles: [ { name: 'cypress\\integration\\examples\\actions.spec.js' }, { name: 'cypress\\integration\\examples\\aliasing.spec.js' }, { name: 'cypress\\integration\\examples\\assertions.spec.js' }, { name: 'cypress\\integration\\examples\\connectors.spec.js' }, { name: 'cypress\\integration\\examples\\cookies.spec.js' }, { name: 'cypress\\integration\\examples\\cypress_api.spec.js' }, { name: 'cypress\\integration\\examples\\files.spec.js' }, { name: 'cypress\\integration\\examples\\local_storage.spec.js' }, { name: 'cypress\\integration\\examples\\location.spec.js' }, { name: 'cypress\\integration\\examples\\misc.spec.js' }, { name: 'cypress\\integration\\examples\\navigation.spec.js' }, { name: 'cypress\\integration\\examples\\network_requests.spec.js' }, { name: 'cypress\\integration\\examples\\querying.spec.js' }, { name: 'cypress\\integration\\examples\\spies_stubs_clocks.spec.js' }, { name: 'cypress\\integration\\examples\\traversal.spec.js' }, { name: 'cypress\\integration\\examples\\utilities.spec.js' }, { name: 'cypress\\integration\\examples\\viewport.spec.js' }, { name: 'cypress\\integration\\examples\\waiting.spec.js' }, { name: 'cypress\\integration\\examples\\window.spec.js' }, { name: 'cypress\\fixtures\\example.json' }, { name: 'cypress\\support\\commands.js' }, { name: 'cypress\\support\\index.js' }, { name: 'cypress\\plugins\\index.js' } ], resolvedNodeVersion: '12.18.3', state: { showedOnBoardingModal: true }, isNewProject: false, proxyUrl: 'http://localhost:55387', browserUrl: 'http://localhost:3000/__/', reporterUrl: 'http://localhost:3000/__cypress/reporter', xhrUrl: '__cypress/xhrs/', proxyServer: 'http://localhost:55387' } +5ms cypress:server:open_project launching browser: { displayName: 'Chrome', name: 'chrome', family: 'chromium', channel: 'stable', version: '89.0.4389.72', path: 'C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe', profilePath: undefined, majorVersion: 89, info: undefined, custom: undefined, warning: undefined, isChosen: true, isHeaded: true, isHeadless: false }, spec: cypress\integration\checkout.spec.js +17ms cypress:server:browsers getBrowserLauncher { browser: { displayName: 'Chrome', name: 'chrome', family: 'chromium', channel: 'stable', version: '89.0.4389.72', path: 'C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe', profilePath: undefined, majorVersion: 89, info: undefined, custom: undefined, warning: undefined, isChosen: true, isHeaded: true, isHeadless: false } } +20s cypress:server:browsers opening browser { displayName: 'Chrome', name: 'chrome', family: 'chromium', channel: 'stable', version: '89.0.4389.72', path: 'C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe', profilePath: undefined, majorVersion: 89, info: undefined, custom: undefined, warning: undefined, isChosen: true, isHeaded: true, isHeadless: false } +13ms cypress:server:browsers:chrome reading chrome preferences... { userDir: 'C:\\Users\\Saturn\\AppData\\Roaming\\Cypress\\cy\\production\\browsers\\chrome-stable\\n teractive', CHROME_PREFERENCE_PATHS: { default: 'Default\\Preferences', defaultSecure: 'Default\\Secure Preferences', localState: 'Local State' } } +0ms cypress:server:plugins plugin event registered? { event: 'before:browser:launch', isRegistered: false } +17s cypress:server:appdata path: C:\Users\Saturn\AppData\Roaming\Cypress\cy\production\extensions +17s cypress:server:browsers:chrome cleaning up unclean exit status +28ms cypress:server:browsers:chrome launching in chrome with debugging port { url: 'http://localhost:3000/__/#/tests/integration\\checkout.spec.js', 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', '--proxy-server=http://localhost:55387', '--proxy-bypass-list=<-loopback>', '--remote-debugging-port=55392', '--remote-debugging-address=127.0.0.1', '--load-extension=C:\\Users\\Saturn\\AppData\\Roaming\\Cypress\\cy\\production\\browsers\\chrome-stable\\interactive\\CypressExtension,C:\\Users\\Saturn\\AppData\\Local\\Cypress\\Cache\\6.6.0\\Cypress\\resources\\app\\packages\\extension\\te me', '--user-data-dir=C:\\Users\\Saturn\\AppData\\Roaming\\Cypress\\cy\\production\\browsers\\chrome-stable\\interactive', '--disk-cache-dir=C:\\Users\\Saturn\\AppData\\Roaming\\Cypress\\cy\\production\\browsers\\chrome-stable\\interactive\\CypressCache' ], port: 55392 } +271ms cypress:launcher launching browser { browser: { displayName: 'Chrome', name: 'chrome', family: 'chromium', channel: 'stable', version: '89.0.4389.72', path: 'C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe', profilePath: undefined, majorVersion: 89, info: undefined, custom: undefined, warning: undefined, isChosen: true, isHeaded: true, isHeadless: false }, url: 'about:blank' } +19s 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', '--proxy-server=http://localhost:55387', '--proxy-bypass-list=<-loopback>', '--remote-debugging-port=55392', '--remote-debugging-address=127.0.0.1', '--load-extension=C:\\Users\\Saturn\\AppData\\Roaming\\Cypress\\cy\\production\\bros ers\\chrome-stable\\interactive\\CypressExtension,C:\\Users\\Saturn\\AppData\\Loa l\\Cypress\\Cache\\6.6.0\\Cypress\\resources\\app\\packages\\extension\\theme', '--user-data-dir=C:\\Users\\Saturn\\AppData\\Roaming\\Cypress\\cy\\production\\browsers\\chrome-stable\\interactive', '--disk-cache-dir=C:\\Users\\Saturn\\AppData\\Roaming\\Cypress\\cy\\production\\browsers\\chrome-stable\\interactive\\CypressCache' ] } +2ms cypress:server:browsers:chrome connecting to Chrome remote interface at random port 55392 +28ms cypress:server:browsers:protocol Getting WS connection to CRI on port 55392 +0ms cypress:launcher chrome stderr: DevTools listening on ws://127.0.0.1:55392/devtools/browser/0e57ae83-72af-4361-96bb-835ef9ce217a +321ms cypress:network:connect successfully connected { opts: { host: '127.0.0.1', port: 55392, getDelayMsForRetry: [Function: getDelayMsForRetry] }, iteration: 0 } +18s cypress:server:browsers:protocol attempting to find CRI target... { retryIndex: 0 } +518ms cypress:server:browsers:protocol CRI.List { host: '127.0.0.1', port: 55392, getDelayMsForRetry: [Function: getDelayMsForRetry] } +3ms cypress:server:file get values from C:\Users\Saturn\AppData\Roaming\Cypress\cy\production\cache +20s cypress:server:file attempt to get lock on C:\Users\Saturn\AppData\Roaming\Cypress\cy\production\cache +1ms cypress:server:browsers:protocol CRI List { numTargets: 1, targets: [ { description: '', devtoolsFrontendUrl: '/devtools/inspector.html?ws=localhost:55392/devtools/page/14E8C9B45C6F16030F2C5F1585FB3372', id: '14E8C9B45C6F16030F2C5F1585FB3372', title: '', type: 'page', url: 'about:blank', webSocketDebuggerUrl: 'ws://localhost:55392/devtools/page/14E8C9B45C6F16030F2C5F1585FB3372' } ] } +360ms cypress:server:browsers:protocol found CRI target { description: '', devtoolsFrontendUrl: '/devtools/inspector.html?ws=localhost:55392/devtools/page/14E8C9B45C6F16030F2C5F1585FB3372', id: '14E8C9B45C6F16030F2C5F1585FB3372', title: '', type: 'page', url: 'about:blank', webSocketDebuggerUrl: 'ws://localhost:55392/devtools/page/14E8C9B45C6F16030F2C5F1585FB3372' } +1ms cypress:launcher chrome stderr: [15704:2548:0303/164129.573:ERROR:device_event_log_impl.cc(214)] [16:41:29.573] USB: usb_device_handle_win.cc:1056 Failed to read descriptor from node connection: Ein an das System angeschlossenes Ger´┐¢t funktioniert nicht. (0x1F) [15704:2548:0303/164129.577:ERROR:device_event_log_impl.cc(214)] [16:41:29.576] USB: usb_device_handle_win.cc:1056 Failed to read descriptor from node connection: Ein an das System angeschlossenes Ger´┐¢t funktioniert nicht. (0x1F) [15704:2548:0303/164129.688:ERROR:device_event_log_impl.cc(214)] [16:41:29.688] Bluetooth: bluetooth_adapter_winrt.cc:1162 RequestRadioAccessAsync failed: RadioAccessStatus::DeniedByUserWill not be able to change radio power. +587ms cypress:server:browsers:chrome received wsUrl ws://localhost:55392/devtools/page/14E8C9B45C6F16030F2C5F1585FB3372 for port 55392 +887ms cypress:server:browsers:cri-client connecting { target: 'ws://localhost:55392/devtools/page/14E8C9B45C6F16030F2C5F1585FB3372' } +0ms cypress:server:server-base Got CONNECT request from clientservices.googleapis.com:443 +1s 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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36' } } +18s cypress:server:file getting lock succeeded or failed for C:\Users\Saturn\AppData\Roaming\Cypress\cy\production\cache +95ms cypress:server:file read C:\Users\Saturn\AppData\Roaming\Cypress\cy\production\cache +0ms cypress:server:file read succeeded or failed for C:\Users\Saturn\AppData\Roaming\Cypress\cy\production\cache +3ms cypress:server:file attempt to unlock C:\Users\Saturn\AppData\Roaming\Cypress\cy\production\cache +0ms cypress:server:file unlock succeeded or failed for C:\Users\Saturn\AppData\Roaming\Cypress\cy\production\cache +2ms cypress:server:api request to url: POST https://api.cypress.io/exceptions with params: {"body":{"err":{"name":"Error","message":"read ECONNRESET","stack":"Error: read ECONNRESET\n at TCP.onStreamRead (internalstream_base_commons.js:205:27)\n"},"version":"6.6.0","osName":"win32","osVersion":"10.0.18363","osCpus":[{"model":"Intel(R) Core(TM) i7-4720HQ CPU @ 2.60GHz","speed":2594,"times":{"user":1717359,"nice":0,"sys":2120984,"idle":15946718,"irq":255218}},{"model":"Intel(R) Core(TM) i7-4720HQ CPU @ 2.60GHz","speed":2594,"times":{"user":1417593,"nice":0,"sys":1320375,"idle":17046734,"irq":21515}},{"model":"Intel(R) Core(TM) i7-4720HQ CPU @ 2.60GHz","speed":2594,"times":{"user":2060562,"nice":0,"sys":1857140,"idle":15866984,"irq":25546}},{"model":"Intel(R) Core(TM) i7-4720HQ CPU @ 2.60GHz","speed":2594,"times":{"user":1575718,"nice":0,"sys":1561765,"idle":16647203,"irq":16015}},{"model":"Intel(R) Core(TM) i7-4720HQ CPU @ 2.60GHz","speed":2594,"times":{"user":1933046,"nice":0,"sys":2156406,"idle":15695234,"irq":24921}},{"model":"Intel(R) Core(TM) i7-4720HQ CPU @ 2.60GHz","speed":2594,"times":{"user":1710125,"nice":0,"sys":2371656,"idle":15702906,"irq":13562}},{"model":"Intel(R) Core(TM) i7-4720HQ CPU @ 2.60GHz","speed":2594,"times":{"user":2061718,"nice":0,"sys":2863406,"idle":14859562,"irq":31578}},{"model":"Intel(R) Core(TM) i7-4720HQ CPU @ 2.60GHz","speed":2594,"times":{"user":2003578,"nice":0,"sys":2683078,"idle":15098031,"irq":11187}}],"osMemory":{"free":4259430400,"total":17126494208}},"headers":{"x-os-name":"win32","x-cypress-version":"6.6.0"}} and token: undefined +0ms cypress:network:agent addRequest called { isHttps: true, href: 'https://api.cypress.io/exceptions' } +21s cypress:network:connect beginning getAddress { hostname: 'api.cypress.io', port: 443 } +456ms Error: read ECONNRESET at TCP.onStreamRead (internal/stream_base_commons.js:205:27) { errno: 'ECONNRESET', code: 'ECONNRESET', syscall: 'read' } Error: read ECONNRESET at TCP.onStreamRead (internal/stream_base_commons.js:205:27) cypress:https-proxy Got first head bytes { url: 'clientservices.googleapis.com:443', head: '\u0016\u0003\u0001\u0002\u0000\u0001\u0000\u0001´┐¢\u0003\u0003\b´┐¢5´┐¢{´┐¢´┐¢j\u0012c\u0006´┐¢\r\bI´┐¢=´┐¢\u0003´┐¢´┐¢I´┐¢´┐¢´┐¢w(´┐¢´┐¢´┐¢Q\n "´┐¢Bb´┐¢´┐¢\fb)´┐¢\u0015´┐¢S´┐¢´┐¢´┐¢´┐¢C´┐¢' } +54ms cypress:cli child event fired { event: 'exit', code: 0, signal: null } +31s cypress:cli child event fired { event: 'close', code: 0, signal: null } +3ms Done in 32.62s. ```
LinuxlinkedBD commented 3 years ago

Facing same problem in ubunut 20.04 lts with npm installation image

jvinters commented 3 years ago

@LinuxlinkedBD @thomalexg @Pratyushwildnet @sandeepthukral @mikila85 @dcastil Do any of you have Docker installed on the affected machine?

Only solution I have found was to reinstall windows without docker

syond commented 3 years ago

OS: Linux Mint 19.3

Same error is ocurring here on yarn:

image

and this error is displaying in cypress ui:

image

sandeepthukral commented 3 years ago

@LinuxlinkedBD @thomalexg @Pratyushwildnet @sandeepthukral @mikila85 @dcastil Do any of you have Docker installed on the affected machine?

Only solution I have found was to reinstall windows without docker

We are running our tests on linux (Ubuntu - 16.04) Cypress Version: 7.4.0 Once we had moved to Cypress 6.3.0 we stopped seeing this issue. We recently moved to Cypress 7.4.0 and started to see this issue. Again. 🤦

ShakurOo commented 3 years ago

Ping ...

syond commented 3 years ago

Update Nodejs to 14 to use the new version of Cypress worked for me.

luuk777w commented 3 years ago

Why is there still no solution for this issue?! I just installed Cypress, because I wanted to use it for my project, but I also get this error.

These are the last lines of my error log:

  cypress:https-proxy Making intercepted connection to 60550 +0ms
  cypress:network:connect successfully connected { opts: { port: 60550, host: 'localhost', getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } +15ms
  cypress:https-proxy received upstreamSocket callback for request { port: 60550, hostname: 'localhost', err: undefined } +2ms
  cypress:server:util:socket_allowed allowing socket { localPort: 60991 } +15ms
  cypress:server:server-base Got CONNECT request from localhost:60548 +173ms
  cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:60548', headLength: 0, headers: { host: 'localhost:60548', 'proxy-connection': 'keep-alive', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36' } } +168ms
  cypress:server:api response 'OK' +817ms
Error: read ECONNRESET
    at TCP.onStreamRead (internal/stream_base_commons.js:209:20)
 {
  errno: -4077,
  code: 'ECONNRESET',
  syscall: 'read'
}
Error: read ECONNRESET
    at TCP.onStreamRead (internal/stream_base_commons.js:209:20)

  cypress:server:browsers killing browser process +314ms
  cypress:server:browsers:chrome closing remote interface client +709ms
  cypress:proxy:http:util:prerequests metrics: { browserPreRequestsReceived: 3, proxyRequestsReceived: 2, immediatelyMatchedRequests: 0, eventuallyReceivedPreRequest: [], neverReceivedPreRequest: [] } +0ms
  cypress:cli child event fired { event: 'exit', code: 1, signal: null } +8s
  cypress:cli child event fired { event: 'close', code: 1, signal: null } +2ms

I am using Windows 11 Cypress version 8.6 I also have docker installed

syond commented 3 years ago

@luuk777w the solution for me was run Cypress in Docker. It's woking fine for now.

Chase817 commented 3 years ago

I have this issue with Cypress 6.8.0 on a Windows Server 2016 machine. The issue started happening out of nowhere and only affects my headless tests---running the tests in headed mode does not have an issue. Any suggestions?

Edit: I upgraded to Cypress 8.7.0 and the issue has not resolved itself.

mikila85 commented 3 years ago

I have this issue with Cypress 8.6.0 on a Windows Server 2016 machine. The issue started happening out of nowhere and only affects my headless tests---running the tests in headed mode does not have an issue. Any suggestions?

We also started having this issue out of nowhere this week 😞

catalinpavalasc commented 3 years ago

Also happened yesterday in our company. We have updated Chrome to 95 from 94. Then we got the error. Is persistent also for Cypress 7.3.0 and 8.7.0. Updated also the latest version of Node. Same result. Will it be fixed?

anton-fedorov commented 3 years ago

Started happening for our CI builds yesterday (Nov 9) out of nowhere. Running tests in headless chrome in docker via entrypoint: /bin/bash -c "CHOKIDAR_USEPOLLING=true DEBUG=cypress:* cypress run-ct --browser chrome" Cypress version: 8.3.0 Chrome version: 95

The message after which the build hangs is this one:

  cypress:server:routes Proxy request error. This is likely the socket hangup issue, we can basically ignore this because the stream will automatically continue once the asset will be available Error: read ECONNRESET
    at TCP.onStreamRead (internal/stream_base_commons.js:209:20)
 {
  errno: -104,
  code: 'ECONNRESET',
  syscall: 'read'
} +88ms

However, cypress:server:util:process_profiler keeps printing cpu and mem stats every 10 seconds, so cypress is not completely dead.

anton-fedorov commented 2 years ago

Had to switch to firefox. Then it works stable. Chrome, Chromium, Electron - all get stuck with the same exception

kiranHanumantharaya commented 2 years ago

It started happening for our project as well, Tests runs fine only in Electron browser but not in any other browsers like chrome, firefox, edge. It works fine for cypress 6.5 version. But doesn't work for 7.3 and above. Below is the screenshot with the error. @jennifer-shehane There are many team blocked with this issue. Could you please take this on priority.

image

assimbly commented 2 years ago

I can confirm the same behavior as kiranHanumantharaya, though it's already happening from Cypress 6.5.0.

John4266 commented 2 years ago

Same here, only electron seems to work.

muratkeremozcan commented 2 years ago

We had no issues until 9.1.1. We are using 9.1.0 at the moment, otherwise we cannot yarn/npm install.

In our org, we use AWS CodeArtifact. The registry is different, that is one factor.

We installed 9.2.0 on 5 macs. 3 worked, 2 had the same econn error.

CI has been fine on renovate updates, but when we pull the repos and install, some macs get the error.

We can all download the zip from the URL it says it cannot proxy through https://download.cypress.io/desktop/9.2.0?platform=darwin&arch=x64 .

Very hard to explain.

image

Updating to 9.2.1 resolved our issue.

mjhenkes commented 2 years ago

@muratkeremozcan I think issue #19310 fixed your ECONNRESET error when downloading the cypress binary, but this issue also discusses the ECONNRESET error when attempting to launch a browser, so not all instances are fixed.

biking-monkey commented 2 years ago

We're experiencing the ECONNRESET at work, its impacting quite a few of us. It just suddenly started, OS - Windows 10 Cypress Version 9.5.0 (but we have rolled back all the way to 9.2 and issue is present in all) Node.js Version 16 (again, we've rolled back various version of Node 16 and tried 17) Browser - Edge, Chrome, Firefox, all have this issue, (ONLY electron will run and stay alive)

Our Infrastructure team has helped roll back patching, group policy, proxy has been opened.....to the point its a standard pc with a direct connection to internet and the issue is still present.


Update... Resolved (for us at least) after a process of elimination removing various apps / policies etc, we identified there was a setting within anti-virus that was scanning and interfering with internet traffic (how it got turned on who knows as our infra is so tightly controlled). Turned this off and it all started working as expected.

AlBaldwin commented 2 years ago

My team is experiencing this error out of the blue. I have tried updating node, cypress etc to no avail

Error: read ECONNRESET at TCP.onStreamRead (node:internal/stream_base_commons:211:20) { errno: -4077, code: 'ECONNRESET', syscall: 'read' } Error: read ECONNRESET at TCP.onStreamRead (node:internal/stream_base_commons:211:20)

jbarrios2623 commented 2 years ago

@jennifer-shehane You have given us no solution. Just have been redirecting us to another Ticket with no solution. Can you please help us figure it out or hopefully direct us to someone who can help? This is a common issue and should not be closed @emilyrohrbough @tgriesser @amirrustam

robrich7 commented 2 years ago

same Problem for me. If tests run by CI, then this error let some tests fail which are passed if they are running local. cypress:https-proxy received error on client browserSocket { err: Error: read ECONNRESET at TCP.onStreamRead (node:internal/stream_base_commons:211:20) { errno: -104, code: 'ECONNRESET', syscall: 'read' }, url:....

eLarocque commented 2 years ago

We are getting the same error, and we narrowed the source of our error to Sophos, specifically the Network Threat Protection. When this is disabled the error does not occur. We are opening a ticket with Sophos in our case to try and get more info.

image

lordpayder commented 2 years ago

We are getting the same error, and we narrowed the source of our error to Sophos, specifically the Network Threat Protection. When this is disabled the error does not occur. We are opening a ticket with Sophos in our case to try and get more info.

image

We have exactly the same issue with Sophos Endpoint Protection and "Network Threat Protection" enabled. Started about a week ago.

Bugzbunneh commented 2 years ago

I was having the same issue. Windows 10 using Sophos. Changing the browser from Chrome to Electron solved it for me, hope this helps. image

eLarocque commented 2 years ago

Just wanted to provide an update; We have spent time with Sophos support in order for them to pinpoint the issue and we have received report back that they believe they found the cause and are targeting a fix:

All the details confirm that this is the same behavior identified by our development team and fixed in the upcoming release.

The beginning of the rollout for the fix is now scheduled for May 19th to July 5th.

Keep in mind this isn't "a sure thing", but I am simply giving some hope to everyone affected by the Sophos issue that we might see a fix in the coming weeks.

Fingers crossed ! 🤞

eLarocque commented 2 years ago

Official Sophos issue can be found here: https://support.sophos.com/support/s/article/KB-000044041?language=en_US

alexravenna commented 2 years ago

My colleagues and I are affected by this issue too and our company uses Sophos. Our IT is migrating to Windows Defender in the next months and we are hoping that that will fix the problem for us. Until then, we are crossing our fingers that Sophos comes up with a fix soon.

Thankfully our CI pipelines are not affected since they are Linux VMs, but not being able to run Cypress locally is definitely a hindrance. A workaround has been to run our tests with Electron instead of Chrome, but even that doesn't work for everyone for inexplicable reasons.

I'm assuming an upgrade to Cypress 10 wouldn't fix this either? Has anyone tried that?

And can someone from the Cypress team explain what exactly is happening here and what kind of network communication is taking place that is deemed as a "threat" by Sophos (note: I'm not implying you're up to any mischief here ❤️, just would like to understand what's going on)?

iamsanjeet commented 2 years ago

Hello Cypress team, I am also observing this issue for chrome/firefox/edge.

Setup/Configuration details:

My company uses OpenVPN, i tried connected/disconnected/quit mode, but same error for all modes.

**Logs:** ```bash $ DEBUG=cypress:* npx cypress run --spec "cypress/integration/examples/Login.js" --browser=chrome cypress:cli:cli cli starts with arguments ["C:\\Program Files\\nodejs\\node.exe","D:\\projects\\macrometa\\cypress\\node_modules\\cypress\\bin\\cypress","run","--spec","cypress/integration/examples/Login.js","--browser=chrome"] +0ms cypress:cli NODE_OPTIONS is not set +0ms cypress:cli:cli program parsing arguments +3ms cypress:cli:cli running Cypress with args [ Command { _events: [Object: null prototype] { 'option:browser': [Function (anonymous)], 'option:ci-build-id': [Function (anonymous)], 'option:component': [Function (anonymous)], 'option:config': [Function (anonymous)], 'option:config-file': [Function (anonymous)], 'option:e2e': [Function (anonymous)], 'option:env': [Function (anonymous)], 'option:group': [Function (anonymous)], 'option:key': [Function (anonymous)], 'option:headed': [Function (anonymous)], 'option:headless': [Function (anonymous)], 'option:no-exit': [Function (anonymous)], 'option:parallel': [Function (anonymous)], 'option:port': [Function (anonymous)], 'option:project': [Function (anonymous)], 'option:quiet': [Function (anonymous)], 'option:record': [Function (anonymous)], 'option:reporter': [Function (anonymous)], 'option:reporter-options': [Function (anonymous)], 'option:spec': [Function (anonymous)], 'option:tag': [Function (anonymous)], 'option:dev': [Function (anonymous)] }, _eventsCount: 22, _maxListeners: undefined, commands: [], options: [ [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option] ], parent: Command { _events: [Object: null prototype], _eventsCount: 1, _maxListeners: undefined, commands: [Array], options: [Array], parent: null, _allowUnknownOption: false, _args: [], rawArgs: [Array], _scriptPath: 'D:\\projects\\macrometa\\cypress\\node_modules\\cypress\\bin\\cypress', _name: 'cypress', _optionValues: {}, _storeOptionsAsProperties: true, _passCommandToAction: true, _actionResults: [], _actionHandler: null, _executableHandler: false, _executableFile: null, _defaultCommandName: null, _exitCallback: null, _aliases: [], _hidden: false, _helpFlags: '-h, --help', _helpDescription: 'display help for command', _helpShortFlag: '-h', _helpLongFlag: '--help', _hasImplicitHelpCommand: undefined, _helpCommandName: 'help', _helpCommandnameAndArgs: 'help [command]', _helpCommandDescription: 'display help for command', _usage: ' [options]', args: [Array], [Symbol(kCapture)]: false }, _allowUnknownOption: false, _args: [], rawArgs: null, _scriptPath: null, _name: 'run', _optionValues: {}, _storeOptionsAsProperties: true, _passCommandToAction: true, _actionResults: [], _actionHandler: [Function: listener], _executableHandler: false, _executableFile: null, _defaultCommandName: null, _exitCallback: null, _aliases: [], _hidden: false, _helpFlags: '-h, --help', _helpDescription: 'display help for command', _helpShortFlag: '-h', _helpLongFlag: '--help', _hasImplicitHelpCommand: 0, _helpCommandName: 'help', _helpCommandnameAndArgs: 'help [command]', _helpCommandDescription: 'display help for command', _usage: '[options]', _description: 'Runs Cypress tests from the CLI without the GUI', _argsDescription: undefined, exit: true, spec: 'cypress/integration/examples/Login.js', browser: 'chrome', args: [], [Symbol(kCapture)]: false } ] +2ms cypress:cli:cli variable-length opts parsed { args: [ 'C:\\Program Files\\nodejs\\node.exe', 'D:\\projects\\macrometa\\cypress\\node_modules\\cypress\\bin\\cypress', 'run', '--spec', 'cypress/integration/examples/Login.js', '--browser=chrome' ], opts: Command { _events: [Object: null prototype] { 'option:browser': [Function (anonymous)], 'option:ci-build-id': [Function (anonymous)], 'option:component': [Function (anonymous)], 'option:config': [Function (anonymous)], 'option:config-file': [Function (anonymous)], 'option:e2e': [Function (anonymous)], 'option:env': [Function (anonymous)], 'option:group': [Function (anonymous)], 'option:key': [Function (anonymous)], 'option:headed': [Function (anonymous)], 'option:headless': [Function (anonymous)], 'option:no-exit': [Function (anonymous)], 'option:parallel': [Function (anonymous)], 'option:port': [Function (anonymous)], 'option:project': [Function (anonymous)], 'option:quiet': [Function (anonymous)], 'option:record': [Function (anonymous)], 'option:reporter': [Function (anonymous)], 'option:reporter-options': [Function (anonymous)], 'option:spec': [Function (anonymous)], 'option:tag': [Function (anonymous)], 'option:dev': [Function (anonymous)] }, _eventsCount: 22, _maxListeners: undefined, commands: [], options: [ [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option] ], parent: Command { _events: [Object: null prototype], _eventsCount: 1, _maxListeners: undefined, commands: [Array], options: [Array], parent: null, _allowUnknownOption: false, _args: [], rawArgs: [Array], _scriptPath: 'D:\\projects\\macrometa\\cypress\\node_modules\\cypress\\bin\\cypress', _name: 'cypress', _optionValues: {}, _storeOptionsAsProperties: true, _passCommandToAction: true, _actionResults: [], _actionHandler: null, _executableHandler: false, _executableFile: null, _defaultCommandName: null, _exitCallback: null, _aliases: [], _hidden: false, _helpFlags: '-h, --help', _helpDescription: 'display help for command', _helpShortFlag: '-h', _helpLongFlag: '--help', _hasImplicitHelpCommand: undefined, _helpCommandName: 'help', _helpCommandnameAndArgs: 'help [command]', _helpCommandDescription: 'display help for command', _usage: ' [options]', args: [Array], [Symbol(kCapture)]: false }, _allowUnknownOption: false, _args: [], rawArgs: null, _scriptPath: null, _name: 'run', _optionValues: {}, _storeOptionsAsProperties: true, _passCommandToAction: true, _actionResults: [], _actionHandler: [Function: listener], _executableHandler: false, _executableFile: null, _defaultCommandName: null, _exitCallback: null, _aliases: [], _hidden: false, _helpFlags: '-h, --help', _helpDescription: 'display help for command', _helpShortFlag: '-h', _helpLongFlag: '--help', _hasImplicitHelpCommand: 0, _helpCommandName: 'help', _helpCommandnameAndArgs: 'help [command]', _helpCommandDescription: 'display help for command', _usage: '[options]', _description: 'Runs Cypress tests from the CLI without the GUI', _argsDescription: undefined, exit: true, spec: 'cypress/integration/examples/Login.js', browser: 'chrome', args: [], [Symbol(kCapture)]: false } } +188ms cypress:cli parsed cli options { browser: 'chrome', spec: 'cypress/integration/examples/Login.js' } +199ms cypress:cli verifying Cypress app +0ms cypress:cli checking environment variables +1ms cypress:cli checking if executable exists C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\Cypress.exe +2ms cypress:cli Binary is executable? : true +3ms cypress:cli binaryDir is C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress +0ms cypress:cli Reading binary package.json from: C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\package.json +0ms cypress:cli Found binary version 10.7.0 installed in: C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress +6ms cypress:cli { verified: true } +7ms cypress:cli is Verified ? true +3ms cypress:cli:run processing run options { browser: 'chrome', spec: 'cypress/integration/examples/Login.js', key: null, reporter: null, reporterOptions: null, project: 'D:\\projects\\macrometa\\cypress' } +0ms cypress:cli:run --key is not set, looking up environment variable CYPRESS_RECORD_KEY +1ms cypress:cli:run run to spawn.start args ["--run-project","D:\\projects\\macrometa\\cypress","--browser","chrome","--spec","cypress/integration/examples/Login.js"] +1ms cypress:cli needs to start own Xvfb? false +0ms cypress:cli spawning, should retry on display problem? false +1ms cypress:cli spawn args [ '--', '--run-project', 'D:\\projects\\macrometa\\cypress', '--browser', 'chrome', '--spec', 'cypress/integration/examples/Login.js', '--cwd', 'D:\\projects\\macrometa\\cypress', '--userNodePath', 'C:\\Program Files\\nodejs\\node.exe', '--userNodeVersion', '16.17.0' ] { detached: false, stdio: 'pipe', windowsHide: false } +8ms cypress:cli spawning Cypress with executable: C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\Cypress.exe +2ms cypress:cli piping process STDIN into child STDIN +10ms cypress:cli piping child STDOUT to process STDOUT +1ms cypress:cli piping child STDERR to process STDERR +2ms cypress:ts registering ts-node on directory undefined +0ms cypress:ts Running without ts-node hook in environment "production" +89ms cypress:server:appdata path: C:\Users\Sanjeet\AppData\Roaming\Cypress\cy\production\cache +0ms cypress:server:appdata path: C:\Users\Sanjeet\AppData\Roaming\Cypress\cy\production\browsers +92ms cypress:server:cypress starting cypress with argv [ 'C:\\Users\\Sanjeet\\AppData\\Local\\Cypress\\Cache\\10.7.0\\Cypress\\Cypress.exe', '--', '--run-project', 'D:\\projects\\macrometa\\cypress', '--browser', 'chrome', '--spec', 'cypress/integration/examples/Login.js', '--cwd', 'D:\\projects\\macrometa\\cypress', '--userNodePath', 'C:\\Program Files\\nodejs\\node.exe', '--userNodeVersion', '16.17.0' ] +0ms cypress:server:args argv array: [ 'C:\\Users\\Sanjeet\\AppData\\Local\\Cypress\\Cache\\10.7.0\\Cypress\\Cypress.exe', '--run-project', 'D:\\projects\\macrometa\\cypress', '--browser', 'chrome', '--spec', 'cypress/integration/examples/Login.js', '--cwd', 'D:\\projects\\macrometa\\cypress', '--userNodePath', 'C:\\Program Files\\nodejs\\node.exe', '--userNodeVersion', '16.17.0' ] +0ms cypress:server:args parsed argv options { options: { _: [ 'C:\\Users\\Sanjeet\\AppData\\Local\\Cypress\\Cache\\10.7.0\\Cypress\\Cypress.exe' ], 'run-project': 'D:\\projects\\macrometa\\cypress', runProject: 'D:\\projects\\macrometa\\cypress', browser: 'chrome', spec: 'cypress/integration/examples/Login.js', cwd: 'D:\\projects\\macrometa\\cypress', userNodePath: 'C:\\Program Files\\nodejs\\node.exe', userNodeVersion: '16.17.0' } } +1ms cypress:server:args argv parsed: { _: [ 'C:\\Users\\Sanjeet\\AppData\\Local\\Cypress\\Cache\\10.7.0\\Cypress\\Cypress.exe' ], runProject: 'D:\\projects\\macrometa\\cypress', browser: 'chrome', spec: 'cypress/integration/examples/Login.js', cwd: 'D:\\projects\\macrometa\\cypress', userNodePath: 'C:\\Program Files\\nodejs\\node.exe', userNodeVersion: '16.17.0', invokedFromCli: true } +3ms cypress:server:util:proxy found proxy environment variables { npm_config_noproxy: '' } +0ms cypress:server:util:proxy HTTP_PROXY is falsy, disabling HTTP_PROXY +0ms cypress:server:util:proxy setting default NO_PROXY of `` +0ms cypress:server:util:proxy <-loopback> not found, adding localhost to NO_PROXY +0ms cypress:server:util:proxy normalized proxy environment variables { NO_PROXY: '127.0.0.1,::1,localhost' } +0ms cypress:server:args options { _: [ 'C:\\Users\\Sanjeet\\AppData\\Local\\Cypress\\Cache\\10.7.0\\Cypress\\Cypress.exe' ], runProject: 'D:\\projects\\macrometa\\cypress', browser: 'chrome', spec: [ 'D:\\projects\\macrometa\\cypress\\cypress\\integration\\examples\\Login.js' ], cwd: 'D:\\projects\\macrometa\\cypress', userNodePath: 'C:\\Program Files\\nodejs\\node.exe', userNodeVersion: '16.17.0', invokedFromCli: true, config: {} } +2ms cypress:server:args argv options: { _: [ 'C:\\Users\\Sanjeet\\AppData\\Local\\Cypress\\Cache\\10.7.0\\Cypress\\Cypress.exe' ], runProject: 'D:\\projects\\macrometa\\cypress', browser: 'chrome', spec: [ 'D:\\projects\\macrometa\\cypress\\cypress\\integration\\examples\\Login.js' ], cwd: 'D:\\projects\\macrometa\\cypress', userNodePath: 'C:\\Program Files\\nodejs\\node.exe', userNodeVersion: '16.17.0', invokedFromCli: true, config: {}, projectRoot: 'D:\\projects\\macrometa\\cypress' } +0ms cypress:server:cypress from argv [ 'C:\\Users\\Sanjeet\\AppData\\Local\\Cypress\\Cache\\10.7.0\\Cypress\\Cypress.exe', '--run-project', 'D:\\projects\\macrometa\\cypress', '--browser', 'chrome', '--spec', 'cypress/integration/examples/Login.js', '--cwd', 'D:\\projects\\macrometa\\cypress', '--userNodePath', 'C:\\Program Files\\nodejs\\node.exe', '--userNodeVersion', '16.17.0' ] got options { _: [ 'C:\\Users\\Sanjeet\\AppData\\Local\\Cypress\\Cache\\10.7.0\\Cypress\\Cypress.exe' ], runProject: 'D:\\projects\\macrometa\\cypress', browser: 'chrome', spec: [ 'D:\\projects\\macrometa\\cypress\\cypress\\integration\\examples\\Login.js' ], cwd: 'D:\\projects\\macrometa\\cypress', userNodePath: 'C:\\Program Files\\nodejs\\node.exe', userNodeVersion: '16.17.0', invokedFromCli: true, config: {}, projectRoot: 'D:\\projects\\macrometa\\cypress' } +8ms cypress:server:cypress scaling electron app in headless mode +1ms cypress:server:appdata path: C:\Users\Sanjeet\AppData\Roaming\Cypress\cy\production +78ms cypress:server:cypress starting in mode run with options { _: [ 'C:\\Users\\Sanjeet\\AppData\\Local\\Cypress\\Cache\\10.7.0\\Cypress\\Cypress.exe' ], runProject: 'D:\\projects\\macrometa\\cypress', browser: 'chrome', spec: [ 'D:\\projects\\macrometa\\cypress\\cypress\\integration\\examples\\Login.js' ], cwd: 'D:\\projects\\macrometa\\cypress', userNodePath: 'C:\\Program Files\\nodejs\\node.exe', userNodeVersion: '16.17.0', invokedFromCli: true, config: {}, projectRoot: 'D:\\projects\\macrometa\\cypress' } +63ms cypress:server:cypress running Electron currently +0ms cypress:graphql:nexusDeferIfNotLoadedPlugin Adding nexusDeferIfNotLoadedPlugin for Query.cloudLatestRunUpdateSpecData +0ms cypress:graphql:nexusDeferIfNotLoadedPlugin Adding nexusDeferIfNotLoadedPlugin for Query.cloudProjectBySlug +0ms cypress:graphql:nexusDeferIfNotLoadedPlugin Adding nexusDeferIfNotLoadedPlugin for Query.cloudProjectsBySlugs +0ms cypress:graphql:nexusDeferIfNotLoadedPlugin Adding nexusDeferIfNotLoadedPlugin for Query.cloudSpecByPath +0ms cypress:graphql:nexusDeferIfNotLoadedPlugin Adding nexusDeferIfNotLoadedPlugin for Query.cloudViewer +0ms cypress:graphql:nexusDeferIfNotLoadedPlugin Adding nexusDeferIfNotLoadedPlugin for Query.versions +0ms cypress:graphql:nexusDeferIfNotLoadedPlugin Adding nexusDeferIfNotLoadedPlugin for CurrentProject.cloudProject +2ms cypress:graphql:nexusDeferIfNotLoadedPlugin Adding nexusDeferIfNotLoadedPlugin for RemoteFetchableCloudProjectResult.data +3ms cypress:graphql:nexusDeferIfNotLoadedPlugin Adding nexusDeferIfNotLoadedPlugin for RemoteFetchableCloudProjectSpecResult.data +0ms cypress:server:browsers:utils getBrowsers +0ms cypress:launcher:detect 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' ], minSupportedVersion: 64 }, { name: 'chromium', family: 'chromium', channel: 'stable', displayName: 'Chromium', versionRegex: /Chromium (\S+)/m, binary: [ 'chromium-browser', 'chromium' ], minSupportedVersion: 64 }, { name: 'chrome', family: 'chromium', channel: 'beta', displayName: 'Chrome Beta', versionRegex: /Google Chrome (\S+) beta/m, binary: 'google-chrome-beta', minSupportedVersion: 64 }, { name: 'chrome', family: 'chromium', channel: 'canary', displayName: 'Canary', versionRegex: /Google Chrome Canary (\S+)/m, binary: 'google-chrome-canary', minSupportedVersion: 64 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', versionRegex: /^Mozilla Firefox ([^\sab]+)$/m, binary: 'firefox', minSupportedVersion: 86, validator: [Function: validator] }, { name: 'firefox', family: 'firefox', channel: 'dev', displayName: 'Firefox Developer Edition', versionRegex: /^Mozilla Firefox (\S+b\S*)$/m, binary: [ 'firefox-developer-edition', 'firefox' ], minSupportedVersion: 86 }, { name: 'firefox', family: 'firefox', channel: 'nightly', displayName: 'Firefox Nightly', versionRegex: /^Mozilla Firefox (\S+a\S*)$/m, binary: [ 'firefox-nightly', 'firefox-trunk' ], minSupportedVersion: 86 }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', versionRegex: /Microsoft Edge (\S+)/m, binary: [ 'edge', 'microsoft-edge' ], minSupportedVersion: 79 }, { name: 'edge', family: 'chromium', channel: 'canary', displayName: 'Edge Canary', versionRegex: /Microsoft Edge Canary (\S+)/m, binary: 'edge-canary', minSupportedVersion: 79 }, { name: 'edge', family: 'chromium', channel: 'beta', displayName: 'Edge Beta', versionRegex: /Microsoft Edge Beta (\S+)/m, binary: 'edge-beta', minSupportedVersion: 79 }, { name: 'edge', family: 'chromium', channel: 'dev', displayName: 'Edge Dev', versionRegex: /Microsoft Edge Dev (\S+)/m, binary: [ 'edge-dev', 'microsoft-edge-dev' ], minSupportedVersion: 79 } ] +0ms cypress:scaffold-config:detect Detected cypress.config.js - using JS +0ms cypress:server:video using ffmpeg from C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\node_modules\@ffmpeg-installer\win32-x64\ffmpeg.exe +0ms cypress:lifecycle:ProjectConfigIpc fork child process { CHILD_PROCESS_FILE_PATH: 'C:\\Users\\Sanjeet\\AppData\\Local\\Cypress\\Cache\\10.7.0\\Cypress\\resources\\app\\node_modules\\@packages\\server\\lib\\plugins\\child\\require_async_child.js', configProcessArgs: [ '--projectRoot', 'D:\\projects\\macrometa\\cypress', '--file', 'D:\\projects\\macrometa\\cypress\\cypress.config.js' ], childOptions: { stdio: 'pipe', cwd: 'D:\\projects\\macrometa\\cypress', execPath: 'C:\\Program Files\\nodejs\\node.exe' } } +0ms cypress:lifecycle:ProjectConfigIpc trigger the load of the file +5ms cypress:launcher:windows got version string for chrome: { exePath: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', version: '105.0.5195.102' } +0ms cypress:launcher:windows error while looking up exe, trying next exePath { exePath: 'C:\\Program Files (x86)\\Google\\chrome-win32\\chrome.exe', exePaths: [], err: Error: Browser not installed: chromium at notInstalledErr (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\errors.js:5:17) at tryNextExePath (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:85:48) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:92:24 { notInstalled: true } } +3ms cypress:launcher:windows error while looking up exe, trying next exePath { exePath: 'C:\\Program Files\\Google\\Chrome Beta\\Application\\chrome.exe', exePaths: [], err: Error: Browser not installed: chrome at notInstalledErr (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\errors.js:5:17) at tryNextExePath (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:85:48) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:92:24 { notInstalled: true } } +4ms cypress:launcher:windows error while looking up exe, trying next exePath { exePath: 'C:\\Program Files (x86)\\Google\\Chrome Beta\\Application\\chrome.exe', exePaths: [], err: Error: Browser not installed: chrome at notInstalledErr (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\errors.js:5:17) at tryNextExePath (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:85:48) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:107:20 { notInstalled: true } } +0ms cypress:launcher:windows error while looking up exe, trying next exePath { exePath: 'C:\\Users\\Sanjeet\\AppData\\Local\\Google\\Chrome SxS\\Application\\chrome.exe', exePaths: [], err: Error: Browser not installed: chrome at notInstalledErr (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\errors.js:5:17) at tryNextExePath (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:85:48) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:92:24 { notInstalled: true } } +2ms cypress:launcher:windows got version string for firefox: { exePath: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', version: '104.0.2' } +2ms cypress:launcher:windows error while looking up exe, trying next exePath { exePath: 'C:\\Users\\Sanjeet\\AppData\\Local\\Firefox Developer Edition\\firefox.exe', exePaths: [], err: Error: Browser not installed: firefox at notInstalledErr (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\errors.js:5:17) at tryNextExePath (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:85:48) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:92:24 { notInstalled: true } } +6ms cypress:launcher:windows error while looking up exe, trying next exePath { exePath: 'C:\\Program Files (x86)\\Firefox Developer Edition\\firefox.exe', exePaths: [], err: Error: Browser not installed: firefox at notInstalledErr (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\errors.js:5:17) at tryNextExePath (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:85:48) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:107:20 { notInstalled: true } } +1ms cypress:launcher:windows error while looking up exe, trying next exePath { exePath: 'C:\\Program Files\\Firefox Developer Edition\\firefox.exe', exePaths: [], err: Error: Browser not installed: firefox at notInstalledErr (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\errors.js:5:17) at tryNextExePath (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:85:48) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:107:20 { notInstalled: true } } +0ms cypress:launcher:windows error while looking up exe, trying next exePath { exePath: 'C:\\Users\\Sanjeet\\AppData\\Local\\Firefox Nightly\\firefox.exe', exePaths: [], err: Error: Browser not installed: firefox at notInstalledErr (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\errors.js:5:17) at tryNextExePath (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:85:48) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:92:24 { notInstalled: true } } +3ms cypress:launcher:windows error while looking up exe, trying next exePath { exePath: 'C:\\Program Files (x86)\\Firefox Nightly\\firefox.exe', exePaths: [], err: Error: Browser not installed: firefox at notInstalledErr (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\errors.js:5:17) at tryNextExePath (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:85:48) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:107:20 { notInstalled: true } } +0ms cypress:launcher:windows error while looking up exe, trying next exePath { exePath: 'C:\\Program Files\\Firefox Nightly\\firefox.exe', exePaths: [], err: Error: Browser not installed: firefox at notInstalledErr (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\errors.js:5:17) at tryNextExePath (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:85:48) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:107:20 { notInstalled: true } } +0ms cypress:launcher:windows got version string for edge: { exePath: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', version: '105.0.1343.33' } +2ms cypress:launcher:windows error while looking up exe, trying next exePath { exePath: 'C:\\Users\\Sanjeet\\AppData\\Local\\Microsoft\\Edge SxS\\Application\\msedge.exe', exePaths: [], err: Error: Browser not installed: edge at notInstalledErr (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\errors.js:5:17) at tryNextExePath (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:85:48) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:92:24 { notInstalled: true } } +2ms cypress:launcher:windows error while looking up exe, trying next exePath { exePath: 'C:\\Program Files (x86)\\Microsoft\\Edge Beta\\Application\\msedge.exe', exePaths: [], err: Error: Browser not installed: edge at notInstalledErr (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\errors.js:5:17) at tryNextExePath (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:85:48) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:92:24 { notInstalled: true } } +2ms cypress:launcher:windows error while looking up exe, trying next exePath { exePath: 'C:\\Program Files (x86)\\Microsoft\\Edge Dev\\Application\\msedge.exe', exePaths: [], err: Error: Browser not installed: edge at notInstalledErr (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\errors.js:5:17) at tryNextExePath (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:85:48) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:92:24 { notInstalled: true } } +2ms cypress:server:browsers:utils found browsers { browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '105.0.5195.102', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', minSupportedVersion: 64, majorVersion: '105' }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '104.0.2', path: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', minSupportedVersion: 86, majorVersion: '104' }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '105.0.1343.33', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', minSupportedVersion: 79, majorVersion: '105' } ] } +371ms cypress:server:util:process_profiler error running process profiler: TypeError: Cannot read properties of null (reading 'allPids') at isBrowserProcess (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\server\lib\util\process_profiler.js:41:31) at getProcessGroup (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\server\lib\util\process_profiler.js:76:13) at classifyProcess (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\server\lib\util\process_profiler.js:103:18) at arrayMap (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\node_modules\lodash\lodash.js:653:23) at Function.map (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\node_modules\lodash\lodash.js:9622:14) at interceptor (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\node_modules\lodash\lodash.js:17094:35) at thru (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\node_modules\lodash\lodash.js:8859:14) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\node_modules\lodash\lodash.js:4430:28 at arrayReduce (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\node_modules\lodash\lodash.js:697:21) at baseWrapperValue (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\node_modules\lodash\lodash.js:4429:14) at LazyWrapper.lazyValue [as value] (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\node_modules\lodash\lodash.js:1901:16) at baseWrapperValue (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\node_modules\lodash\lodash.js:4427:25) at LodashWrapper.wrapperValue (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\node_modules\lodash\lodash.js:9114:14) at classify (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\server\lib\util\process_profiler.js:101:18) at classifyProcess (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\server\lib\util\process_profiler.js:103:9) at _groupCyProcesses (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\server\lib\util\process_profiler.js:105:5) at processTicksAndRejections (node:internal/process/task_queues:96:5) +0ms cypress:lifecycle:child:run_require_async_child:3628 configFile: D:\projects\macrometa\cypress\cypress.config.js +0ms cypress:lifecycle:child:run_require_async_child:3628 projectRoot: D:\projects\macrometa\cypress +1ms cypress:lifecycle:child:run_require_async_child:3628 try loading D:\projects\macrometa\cypress\cypress.config.js +4ms cypress:lifecycle:child:run_require_async_child:3628 Loading file D:\projects\macrometa\cypress\cypress.config.js +0ms cypress:cli exporting Cypress module interface +0ms cypress:lifecycle:child:run_require_async_child:3628 loaded config file D:\projects\macrometa\cypress\cypress.config.js +451ms cypress:lifecycle:ProjectConfigIpc loadConfig:reply +668ms cypress:lifecycle:ProjectConfigManager config is loaded for file D:\projects\macrometa\cypress\cypress.config.js null +0ms cypress:config:browser validating configuration +0ms cypress:lifecycle:child:run_require_async_child:3628 loaded config from D:\projects\macrometa\cypress\cypress.config.js { e2e: { setupNodeEvents: [Function: setupNodeEvents], specPattern: 'cypress/integration/examples/*', experimentalStudio: true } } +1ms cypress:config:browser validating configuration +2ms cypress:config:project setting config object { cliConfig: {}, projectName: 'cypress', projectRoot: 'D:\\projects\\macrometa\\cypress', config: { e2e: { setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true }, setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true }, envFile: {}, options: { _: [ 'C:\\Users\\Sanjeet\\AppData\\Local\\Cypress\\Cache\\10.7.0\\Cypress\\Cypress.exe' ], runProject: 'D:\\projects\\macrometa\\cypress', browser: 'chrome', spec: [ 'D:\\projects\\macrometa\\cypress\\cypress\\integration\\examples\\Login.js' ], cwd: 'D:\\projects\\macrometa\\cypress', userNodePath: 'C:\\Program Files\\nodejs\\node.exe', userNodeVersion: '16.17.0', invokedFromCli: true, config: {}, projectRoot: 'D:\\projects\\macrometa\\cypress', socketId: 'mb3cc4c6ba', isTextTerminal: true, quiet: false, morgan: false, report: true, testingType: 'e2e', configFile: 'cypress.config.js' }, configFile: 'cypress.config.js' } +0ms cypress:config:project config is { e2e: { setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true }, setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true } +1ms cypress:config:project:utils merged config with options, got { e2e: { setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true }, setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true, envFile: {}, projectRoot: 'D:\\projects\\macrometa\\cypress', projectName: 'cypress', rawJson: { e2e: { setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true }, setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true, envFile: {}, projectRoot: 'D:\\projects\\macrometa\\cypress', projectName: 'cypress' }, configFile: 'cypress.config.js', morgan: false, isTextTerminal: true, socketId: 'mb3cc4c6ba', report: true } +0ms cypress:config:project:utils using CYPRESS_INTERNAL_ENV production +5ms cypress:config:project:utils resolved config is { value: [], from: 'default' } +1ms cypress:config:browser validating configuration +9ms cypress:server:validation clientCerts: [] +0ms cypress:config:project:utils validate that there is no breaking config options before setupNodeEvents +1ms cypress:data-context:sources:FileDataSource updating glob patterns to POSIX +0ms cypress:data-context:sources:FileDataSource globbing pattern(s): [ 'cypress/support/e2e.{js,jsx,ts,tsx}' ] +0ms cypress:data-context:sources:FileDataSource within directory: D:\projects\macrometa\cypress +0ms cypress:config:project:utils setting support file D:/projects/macrometa/cypress/cypress/support/e2e.js +12ms cypress:config:project:utils for project root D:\projects\macrometa\cypress +0ms cypress:config:project:utils resolved support file D:\projects\macrometa\cypress\cypress\support\e2e.js +1ms cypress:config:project:utils require.resolve switched support folder from D:/projects/macrometa/cypress/cypress/support/e2e.js to D:\projects\macrometa\cypress\cypress\support\e2e.js +0ms cypress:config:project:utils switching to found file D:\projects\macrometa\cypress\cypress\support\e2e.js +0ms cypress:config:project:utils set support folder D:\projects\macrometa\cypress\cypress\support +0ms cypress:config:browser validating configuration +14ms cypress:server:validation clientCerts: [] +14ms cypress:server:validation browsers [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '105.0.5195.102', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', minSupportedVersion: 64, majorVersion: '105' }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '104.0.2', path: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', minSupportedVersion: 86, majorVersion: '104' }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '105.0.1343.33', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', minSupportedVersion: 79, majorVersion: '105' }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '102.0.5005.148', path: '', majorVersion: 102, 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.' } ] +0ms cypress:lifecycle:child:run_require_async_child:3628 setupTestingType e2e { additionalIgnorePattern: [], animationDistanceThreshold: 5, arch: 'x64', autoOpen: false, baseUrl: null, blockHosts: null, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '105.0.5195.102', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', minSupportedVersion: 64, majorVersion: '105' }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '104.0.2', path: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', minSupportedVersion: 86, majorVersion: '104' }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '105.0.1343.33', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', minSupportedVersion: 79, majorVersion: '105' }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '102.0.5005.148', path: '', majorVersion: 102, 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, clientCertificates: [], clientRoute: '/__/', configFile: 'D:\\projects\\macrometa\\cypress\\cypress.config.js', cypressBinaryRoot: 'C:\\Users\\Sanjeet\\AppData\\Local\\Cypress\\Cache\\10.7.0\\Cypress\\resources\\app', cypressEnv: 'production', defaultCommandTimeout: 4000, devServerPublicPathRoute: '/__cypress/src', downloadsFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\downloads', env: {}, excludeSpecPattern: '*.hot-update.js', execTimeout: 60000, experimentalFetchPolyfill: false, experimentalInteractiveRunEvents: false, experimentalModifyObstructiveThirdPartyCode: false, experimentalSessionAndOrigin: false, experimentalSingleTabRunMode: false, experimentalSourceRewriting: false, experimentalStudio: true, fileServerFolder: 'D:\\projects\\macrometa\\cypress', fixturesFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\fixtures', hosts: null, includeShadowDom: false, isInteractive: true, isTextTerminal: true, keystrokeDelay: 0, modifyObstructiveCode: true, morgan: false, namespace: '__cypress', numTestsKeptInMemory: 0, pageLoadTimeout: 60000, platform: 'win32', port: null, projectId: null, projectName: 'cypress', projectRoot: 'D:\\projects\\macrometa\\cypress', rawJson: { e2e: { setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true }, setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true, envFile: {}, projectRoot: 'D:\\projects\\macrometa\\cypress', projectName: 'cypress' }, redirectionLimit: 20, report: true, reporter: 'spec', reporterOptions: null, reporterRoute: '/__cypress/reporter', requestTimeout: 5000, resolved: { animationDistanceThreshold: { value: 5, from: 'default' }, arch: { value: 'x64', from: 'default' }, baseUrl: { value: null, from: 'default' }, blockHosts: { value: null, from: 'default' }, chromeWebSecurity: { value: true, from: 'default' }, clientCertificates: { value: [], from: 'default' }, defaultCommandTimeout: { value: 4000, from: 'default' }, downloadsFolder: { value: 'cypress/downloads', from: 'default' }, env: {}, execTimeout: { value: 60000, from: 'default' }, experimentalFetchPolyfill: { value: false, from: 'default' }, experimentalInteractiveRunEvents: { value: false, from: 'default' }, experimentalSessionAndOrigin: { value: false, from: 'default' }, experimentalModifyObstructiveThirdPartyCode: { value: false, from: 'default' }, experimentalSourceRewriting: { value: false, from: 'default' }, experimentalSingleTabRunMode: { value: false, from: 'default' }, experimentalStudio: { value: true, from: 'config' }, fileServerFolder: { value: '', from: 'default' }, fixturesFolder: { value: 'cypress/fixtures', from: 'default' }, excludeSpecPattern: { value: '*.hot-update.js', from: 'default' }, includeShadowDom: { value: false, from: 'default' }, keystrokeDelay: { value: 0, from: 'default' }, modifyObstructiveCode: { value: true, from: 'default' }, nodeVersion: { from: 'default' }, numTestsKeptInMemory: { value: 0, from: 'config' }, platform: { value: 'win32', from: 'default' }, pageLoadTimeout: { value: 60000, from: 'default' }, port: { value: null, from: 'default' }, projectId: { value: null, from: 'default' }, redirectionLimit: { value: 20, from: 'default' }, reporter: { value: 'spec', from: 'default' }, reporterOptions: { value: null, from: 'default' }, requestTimeout: { value: 5000, from: 'default' }, resolvedNodePath: { value: null, from: 'default' }, resolvedNodeVersion: { value: null, from: 'default' }, responseTimeout: { value: 30000, from: 'default' }, retries: { value: [Object], from: 'default' }, screenshotOnRunFailure: { value: true, from: 'default' }, screenshotsFolder: { value: 'cypress/screenshots', from: 'default' }, slowTestThreshold: { value: 10000, from: 'default' }, scrollBehavior: { value: 'top', from: 'default' }, supportFile: { value: 'cypress/support/e2e.{js,jsx,ts,tsx}', from: 'default' }, supportFolder: { value: false, from: 'default' }, taskTimeout: { value: 60000, from: 'default' }, testIsolation: { value: 'legacy', 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' }, watchForFileChanges: { value: false, from: 'config' }, specPattern: { value: 'cypress/integration/examples/*', from: 'config' }, browsers: { value: [Array], from: 'runtime' }, hosts: { value: null, from: 'default' }, isInteractive: { value: true, from: 'default' } }, resolvedNodePath: 'C:\\Program Files\\nodejs\\node.exe', resolvedNodeVersion: '16.17.0', responseTimeout: 30000, retries: { runMode: 0, openMode: 0 }, screenshotOnRunFailure: true, screenshotsFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\screenshots', scrollBehavior: 'top', setupNodeEvents: '[Function setupNodeEvents]', slowTestThreshold: 10000, socketId: 'mb3cc4c6ba', socketIoCookie: '__socket', socketIoRoute: '/__socket', specPattern: 'cypress/integration/examples/*', supportFile: 'D:\\projects\\macrometa\\cypress\\cypress\\support\\e2e.js', supportFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\support', taskTimeout: 60000, testIsolation: 'legacy', trashAssetsBeforeRuns: true, userAgent: null, version: '10.7.0', video: true, videoCompression: 32, videoUploadOnPasses: true, videosFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\videos', viewportHeight: 660, viewportWidth: 1000, waitForAnimations: true, watchForFileChanges: false, xhrRoute: '/xhrs/', testingType: 'e2e' } +28ms cypress:lifecycle:child:RunPlugins:3628 project root: D:\projects\macrometa\cypress +0ms cypress:lifecycle:child:RunPlugins:3628 passing config { additionalIgnorePattern: [], animationDistanceThreshold: 5, arch: 'x64', autoOpen: false, baseUrl: null, blockHosts: null, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '105.0.5195.102', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', minSupportedVersion: 64, majorVersion: '105' }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '104.0.2', path: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', minSupportedVersion: 86, majorVersion: '104' }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '105.0.1343.33', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', minSupportedVersion: 79, majorVersion: '105' }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '102.0.5005.148', path: '', majorVersion: 102, 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, clientCertificates: [], clientRoute: '/__/', configFile: 'D:\\projects\\macrometa\\cypress\\cypress.config.js', cypressBinaryRoot: 'C:\\Users\\Sanjeet\\AppData\\Local\\Cypress\\Cache\\10.7.0\\Cypress\\resources\\app', cypressEnv: 'production', defaultCommandTimeout: 4000, devServerPublicPathRoute: '/__cypress/src', downloadsFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\downloads', env: {}, excludeSpecPattern: '*.hot-update.js', execTimeout: 60000, experimentalFetchPolyfill: false, experimentalInteractiveRunEvents: false, experimentalModifyObstructiveThirdPartyCode: false, experimentalSessionAndOrigin: false, experimentalSingleTabRunMode: false, experimentalSourceRewriting: false, experimentalStudio: true, fileServerFolder: 'D:\\projects\\macrometa\\cypress', fixturesFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\fixtures', hosts: null, includeShadowDom: false, isInteractive: true, isTextTerminal: true, keystrokeDelay: 0, modifyObstructiveCode: true, morgan: false, namespace: '__cypress', numTestsKeptInMemory: 0, pageLoadTimeout: 60000, platform: 'win32', port: null, projectId: null, projectName: 'cypress', projectRoot: 'D:\\projects\\macrometa\\cypress', rawJson: { e2e: { setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true }, setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true, envFile: {}, projectRoot: 'D:\\projects\\macrometa\\cypress', projectName: 'cypress' }, redirectionLimit: 20, report: true, reporter: 'spec', reporterOptions: null, reporterRoute: '/__cypress/reporter', requestTimeout: 5000, resolved: { animationDistanceThreshold: { value: 5, from: 'default' }, arch: { value: 'x64', from: 'default' }, baseUrl: { value: null, from: 'default' }, blockHosts: { value: null, from: 'default' }, chromeWebSecurity: { value: true, from: 'default' }, clientCertificates: { value: [], from: 'default' }, defaultCommandTimeout: { value: 4000, from: 'default' }, downloadsFolder: { value: 'cypress/downloads', from: 'default' }, env: {}, execTimeout: { value: 60000, from: 'default' }, experimentalFetchPolyfill: { value: false, from: 'default' }, experimentalInteractiveRunEvents: { value: false, from: 'default' }, experimentalSessionAndOrigin: { value: false, from: 'default' }, experimentalModifyObstructiveThirdPartyCode: { value: false, from: 'default' }, experimentalSourceRewriting: { value: false, from: 'default' }, experimentalSingleTabRunMode: { value: false, from: 'default' }, experimentalStudio: { value: true, from: 'config' }, fileServerFolder: { value: '', from: 'default' }, fixturesFolder: { value: 'cypress/fixtures', from: 'default' }, excludeSpecPattern: { value: '*.hot-update.js', from: 'default' }, includeShadowDom: { value: false, from: 'default' }, keystrokeDelay: { value: 0, from: 'default' }, modifyObstructiveCode: { value: true, from: 'default' }, nodeVersion: { from: 'default' }, numTestsKeptInMemory: { value: 0, from: 'config' }, platform: { value: 'win32', from: 'default' }, pageLoadTimeout: { value: 60000, from: 'default' }, port: { value: null, from: 'default' }, projectId: { value: null, from: 'default' }, redirectionLimit: { value: 20, from: 'default' }, reporter: { value: 'spec', from: 'default' }, reporterOptions: { value: null, from: 'default' }, requestTimeout: { value: 5000, from: 'default' }, resolvedNodePath: { value: null, from: 'default' }, resolvedNodeVersion: { value: null, from: 'default' }, responseTimeout: { value: 30000, from: 'default' }, retries: { value: [Object], from: 'default' }, screenshotOnRunFailure: { value: true, from: 'default' }, screenshotsFolder: { value: 'cypress/screenshots', from: 'default' }, slowTestThreshold: { value: 10000, from: 'default' }, scrollBehavior: { value: 'top', from: 'default' }, supportFile: { value: 'cypress/support/e2e.{js,jsx,ts,tsx}', from: 'default' }, supportFolder: { value: false, from: 'default' }, taskTimeout: { value: 60000, from: 'default' }, testIsolation: { value: 'legacy', 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' }, watchForFileChanges: { value: false, from: 'config' }, specPattern: { value: 'cypress/integration/examples/*', from: 'config' }, browsers: { value: [Array], from: 'runtime' }, hosts: { value: null, from: 'default' }, isInteractive: { value: true, from: 'default' } }, resolvedNodePath: 'C:\\Program Files\\nodejs\\node.exe', resolvedNodeVersion: '16.17.0', responseTimeout: 30000, retries: { runMode: 0, openMode: 0 }, screenshotOnRunFailure: true, screenshotsFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\screenshots', scrollBehavior: 'top', setupNodeEvents: '[Function setupNodeEvents]', slowTestThreshold: 10000, socketId: 'mb3cc4c6ba', socketIoCookie: '__socket', socketIoRoute: '/__socket', specPattern: 'cypress/integration/examples/*', supportFile: 'D:\\projects\\macrometa\\cypress\\cypress\\support\\e2e.js', supportFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\support', taskTimeout: 60000, testIsolation: 'legacy', trashAssetsBeforeRuns: true, userAgent: null, version: '10.7.0', video: true, videoCompression: 32, videoUploadOnPasses: true, videosFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\videos', viewportHeight: 660, viewportWidth: 1000, waitForAnimations: true, watchForFileChanges: false, xhrRoute: '/xhrs/', testingType: 'e2e' } +1ms cypress:lifecycle:child:RunPlugins:3628 Loading the RunPlugins +3ms cypress:lifecycle:child:RunPlugins:3628 register event _get:task:body with id 0 +0ms cypress:lifecycle:child:RunPlugins:3628 register event _get:task:keys with id 1 +1ms cypress:lifecycle:child:RunPlugins:3628 Calling setupNodeEvents +0ms cypress:lifecycle:child:RunPlugins:3628 register default preprocessor +3ms cypress:server:plugins resolving typescript with projectRoot 'D:\\projects\\macrometa\\cypress' +0ms cypress:server:plugins could not resolve typescript, error: Cannot find module 'typescript' Require stack: - C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\node_modules\@packages\server\lib\util\resolve.js - C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\node_modules\@packages\server\lib\plugins\child\run_plugins.js - C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\node_modules\@packages\server\lib\plugins\child\run_require_async_child.js - C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\node_modules\@packages\server\lib\plugins\child\require_async_child.js +1ms cypress:lifecycle:child:RunPlugins:3628 creating webpack preprocessor with options {} +1ms cypress:lifecycle:child:RunPlugins:3628 register event file:preprocessor with id 2 +372ms cypress:lifecycle:child:RunPlugins:3628 plugins file successfully loaded +0ms cypress:lifecycle:ProjectConfigManager register plugins process event _get:task:body with id 0 +415ms cypress:lifecycle:EventRegistrar register event '_get:task:body' +0ms cypress:lifecycle:ProjectConfigManager register plugins process event _get:task:keys with id 1 +0ms cypress:lifecycle:EventRegistrar register event '_get:task:keys' +0ms cypress:lifecycle:ProjectConfigManager register plugins process event file:preprocessor with id 2 +0ms cypress:lifecycle:EventRegistrar register event 'file:preprocessor' +0ms cypress:config:browser validating configuration +391ms cypress:config:project setting config object { cliConfig: {}, projectName: 'cypress', projectRoot: 'D:\\projects\\macrometa\\cypress', config: { e2e: { setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true }, setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true }, envFile: {}, options: { _: [ 'C:\\Users\\Sanjeet\\AppData\\Local\\Cypress\\Cache\\10.7.0\\Cypress\\Cypress.exe' ], runProject: 'D:\\projects\\macrometa\\cypress', browser: 'chrome', spec: [ 'D:\\projects\\macrometa\\cypress\\cypress\\integration\\examples\\Login.js' ], cwd: 'D:\\projects\\macrometa\\cypress', userNodePath: 'C:\\Program Files\\nodejs\\node.exe', userNodeVersion: '16.17.0', invokedFromCli: true, config: {}, projectRoot: 'D:\\projects\\macrometa\\cypress', socketId: 'mb3cc4c6ba', isTextTerminal: true, quiet: false, morgan: false, report: true, testingType: 'e2e', configFile: 'cypress.config.js' }, configFile: 'cypress.config.js' } +412ms cypress:config:project config is { e2e: { setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true }, setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true } +0ms cypress:config:project:utils merged config with options, got { e2e: { setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true }, setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true, envFile: {}, projectRoot: 'D:\\projects\\macrometa\\cypress', projectName: 'cypress', rawJson: { e2e: { setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true }, setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true, envFile: {}, projectRoot: 'D:\\projects\\macrometa\\cypress', projectName: 'cypress' }, configFile: 'cypress.config.js', morgan: false, isTextTerminal: true, socketId: 'mb3cc4c6ba', report: true } +392ms cypress:config:project:utils using CYPRESS_INTERNAL_ENV production +2ms cypress:config:project:utils resolved config is { value: [], from: 'default' } +1ms cypress:config:browser validating configuration +3ms cypress:server:validation clientCerts: [] +394ms cypress:config:project:utils validate that there is no breaking config options before setupNodeEvents +0ms cypress:data-context:sources:FileDataSource updating glob patterns to POSIX +407ms cypress:data-context:sources:FileDataSource globbing pattern(s): [ 'cypress/support/e2e.{js,jsx,ts,tsx}' ] +0ms cypress:data-context:sources:FileDataSource within directory: D:\projects\macrometa\cypress +1ms cypress:config:project:utils setting support file D:/projects/macrometa/cypress/cypress/support/e2e.js +4ms cypress:config:project:utils for project root D:\projects\macrometa\cypress +0ms cypress:config:project:utils resolved support file D:\projects\macrometa\cypress\cypress\support\e2e.js +0ms cypress:config:project:utils require.resolve switched support folder from D:/projects/macrometa/cypress/cypress/support/e2e.js to D:\projects\macrometa\cypress\cypress\support\e2e.js +0ms cypress:config:project:utils switching to found file D:\projects\macrometa\cypress\cypress\support\e2e.js +0ms cypress:config:project:utils set support folder D:\projects\macrometa\cypress\cypress\support +0ms cypress:config:browser validating configuration +5ms cypress:server:validation clientCerts: [] +5ms cypress:server:validation browsers [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '105.0.5195.102', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', minSupportedVersion: 64, majorVersion: '105' }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '104.0.2', path: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', minSupportedVersion: 86, majorVersion: '104' }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '105.0.1343.33', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', minSupportedVersion: 79, majorVersion: '105' }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '102.0.5005.148', path: '', majorVersion: 102, 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.' } ] +0ms cypress:config:project updateWithPluginValues { cfg: { setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true, projectRoot: 'D:\\projects\\macrometa\\cypress', projectName: 'cypress', rawJson: { e2e: [Object], setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true, envFile: {}, projectRoot: 'D:\\projects\\macrometa\\cypress', projectName: 'cypress' }, configFile: 'cypress.config.js', morgan: false, isTextTerminal: true, socketId: 'mb3cc4c6ba', report: true, animationDistanceThreshold: 5, arch: 'x64', baseUrl: null, blockHosts: null, chromeWebSecurity: true, clientCertificates: [], defaultCommandTimeout: 4000, downloadsFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\downloads', env: {}, execTimeout: 60000, experimentalFetchPolyfill: false, experimentalInteractiveRunEvents: false, experimentalSessionAndOrigin: false, experimentalModifyObstructiveThirdPartyCode: false, experimentalSourceRewriting: false, experimentalSingleTabRunMode: false, fileServerFolder: 'D:\\projects\\macrometa\\cypress', fixturesFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\fixtures', excludeSpecPattern: '*.hot-update.js', includeShadowDom: false, keystrokeDelay: 0, modifyObstructiveCode: true, nodeVersion: undefined, numTestsKeptInMemory: 0, platform: 'win32', pageLoadTimeout: 60000, port: null, projectId: null, redirectionLimit: 20, reporter: 'spec', reporterOptions: null, requestTimeout: 5000, resolvedNodePath: 'C:\\Program Files\\nodejs\\node.exe', resolvedNodeVersion: '16.17.0', responseTimeout: 30000, retries: { runMode: 0, openMode: 0 }, screenshotOnRunFailure: true, screenshotsFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\screenshots', slowTestThreshold: 10000, scrollBehavior: 'top', supportFile: 'D:\\projects\\macrometa\\cypress\\cypress\\support\\e2e.js', supportFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\support', taskTimeout: 60000, testIsolation: 'legacy', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\videos', videoUploadOnPasses: true, viewportHeight: 660, viewportWidth: 1000, waitForAnimations: true, watchForFileChanges: false, additionalIgnorePattern: [], autoOpen: false, browsers: [ [Object], [Object], [Object], [Object] ], clientRoute: '/__/', cypressBinaryRoot: 'C:\\Users\\Sanjeet\\AppData\\Local\\Cypress\\Cache\\10.7.0\\Cypress\\resources\\app', devServerPublicPathRoute: '/__cypress/src', hosts: null, isInteractive: true, namespace: '__cypress', reporterRoute: '/__cypress/reporter', socketIoCookie: '__socket', socketIoRoute: '/__socket', version: '10.7.0', xhrRoute: '/xhrs/', cypressEnv: 'production', resolved: { animationDistanceThreshold: [Object], arch: [Object], baseUrl: [Object], blockHosts: [Object], chromeWebSecurity: [Object], clientCertificates: [Object], defaultCommandTimeout: [Object], downloadsFolder: [Object], env: {}, execTimeout: [Object], experimentalFetchPolyfill: [Object], experimentalInteractiveRunEvents: [Object], experimentalSessionAndOrigin: [Object], experimentalModifyObstructiveThirdPartyCode: [Object], experimentalSourceRewriting: [Object], experimentalSingleTabRunMode: [Object], experimentalStudio: [Object], fileServerFolder: [Object], fixturesFolder: [Object], excludeSpecPattern: [Object], includeShadowDom: [Object], keystrokeDelay: [Object], modifyObstructiveCode: [Object], nodeVersion: [Object], numTestsKeptInMemory: [Object], platform: [Object], pageLoadTimeout: [Object], port: [Object], projectId: [Object], redirectionLimit: [Object], reporter: [Object], reporterOptions: [Object], requestTimeout: [Object], resolvedNodePath: [Object], resolvedNodeVersion: [Object], responseTimeout: [Object], retries: [Object], screenshotOnRunFailure: [Object], screenshotsFolder: [Object], slowTestThreshold: [Object], scrollBehavior: [Object], supportFile: [Object], supportFolder: [Object], taskTimeout: [Object], testIsolation: [Object], trashAssetsBeforeRuns: [Object], userAgent: [Object], video: [Object], videoCompression: [Object], videosFolder: [Object], videoUploadOnPasses: [Object], viewportHeight: [Object], viewportWidth: [Object], waitForAnimations: [Object], watchForFileChanges: [Object], specPattern: [Object], browsers: [Object], hosts: [Object], isInteractive: [Object] } }, modifiedConfig: {} } +9ms cypress:config:browser validating configuration +1ms cypress:config:project validate that there is no breaking config options added by setupNodeEvents +0ms cypress:config:project config diffs null +1ms cypress:config:project merged config object { setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true, projectRoot: 'D:\\projects\\macrometa\\cypress', projectName: 'cypress', rawJson: { e2e: { setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true }, setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true, envFile: {}, projectRoot: 'D:\\projects\\macrometa\\cypress', projectName: 'cypress' }, configFile: 'cypress.config.js', morgan: false, isTextTerminal: true, socketId: 'mb3cc4c6ba', report: true, animationDistanceThreshold: 5, arch: 'x64', baseUrl: null, blockHosts: null, chromeWebSecurity: true, clientCertificates: [], defaultCommandTimeout: 4000, downloadsFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\downloads', env: {}, execTimeout: 60000, experimentalFetchPolyfill: false, experimentalInteractiveRunEvents: false, experimentalSessionAndOrigin: false, experimentalModifyObstructiveThirdPartyCode: false, experimentalSourceRewriting: false, experimentalSingleTabRunMode: false, fileServerFolder: 'D:\\projects\\macrometa\\cypress', fixturesFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\fixtures', excludeSpecPattern: '*.hot-update.js', includeShadowDom: false, keystrokeDelay: 0, modifyObstructiveCode: true, nodeVersion: undefined, numTestsKeptInMemory: 0, platform: 'win32', pageLoadTimeout: 60000, port: null, projectId: null, redirectionLimit: 20, reporter: 'spec', reporterOptions: null, requestTimeout: 5000, resolvedNodePath: 'C:\\Program Files\\nodejs\\node.exe', resolvedNodeVersion: '16.17.0', responseTimeout: 30000, retries: { runMode: 0, openMode: 0 }, screenshotOnRunFailure: true, screenshotsFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\screenshots', slowTestThreshold: 10000, scrollBehavior: 'top', supportFile: 'D:\\projects\\macrometa\\cypress\\cypress\\support\\e2e.js', supportFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\support', taskTimeout: 60000, testIsolation: 'legacy', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\videos', videoUploadOnPasses: true, viewportHeight: 660, viewportWidth: 1000, waitForAnimations: true, watchForFileChanges: false, additionalIgnorePattern: [], autoOpen: false, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '105.0.5195.102', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', minSupportedVersion: 64, majorVersion: '105' }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '104.0.2', path: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', minSupportedVersion: 86, majorVersion: '104' }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '105.0.1343.33', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', minSupportedVersion: 79, majorVersion: '105' }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '102.0.5005.148', path: '', majorVersion: 102, 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.' } ], clientRoute: '/__/', cypressBinaryRoot: 'C:\\Users\\Sanjeet\\AppData\\Local\\Cypress\\Cache\\10.7.0\\Cypress\\resources\\app', devServerPublicPathRoute: '/__cypress/src', hosts: null, isInteractive: true, namespace: '__cypress', reporterRoute: '/__cypress/reporter', socketIoCookie: '__socket', socketIoRoute: '/__socket', version: '10.7.0', xhrRoute: '/xhrs/', cypressEnv: 'production', resolved: { animationDistanceThreshold: { value: 5, from: 'default' }, arch: { value: 'x64', from: 'default' }, baseUrl: { value: null, from: 'default' }, blockHosts: { value: null, from: 'default' }, chromeWebSecurity: { value: true, from: 'default' }, clientCertificates: { value: [], from: 'default' }, defaultCommandTimeout: { value: 4000, from: 'default' }, downloadsFolder: { value: 'cypress/downloads', from: 'default' }, env: {}, execTimeout: { value: 60000, from: 'default' }, experimentalFetchPolyfill: { value: false, from: 'default' }, experimentalInteractiveRunEvents: { value: false, from: 'default' }, experimentalSessionAndOrigin: { value: false, from: 'default' }, experimentalModifyObstructiveThirdPartyCode: { value: false, from: 'default' }, experimentalSourceRewriting: { value: false, from: 'default' }, experimentalSingleTabRunMode: { value: false, from: 'default' }, experimentalStudio: { value: true, from: 'config' }, fileServerFolder: { value: '', from: 'default' }, fixturesFolder: { value: 'cypress/fixtures', from: 'default' }, excludeSpecPattern: { value: '*.hot-update.js', from: 'default' }, includeShadowDom: { value: false, from: 'default' }, keystrokeDelay: { value: 0, from: 'default' }, modifyObstructiveCode: { value: true, from: 'default' }, nodeVersion: { value: undefined, from: 'default' }, numTestsKeptInMemory: { value: 0, from: 'config' }, platform: { value: 'win32', from: 'default' }, pageLoadTimeout: { value: 60000, from: 'default' }, port: { value: null, from: 'default' }, projectId: { value: null, from: 'default' }, redirectionLimit: { value: 20, from: 'default' }, reporter: { value: 'spec', from: 'default' }, reporterOptions: { value: null, from: 'default' }, requestTimeout: { value: 5000, from: 'default' }, resolvedNodePath: { value: null, from: 'default' }, resolvedNodeVersion: { value: null, from: 'default' }, responseTimeout: { value: 30000, from: 'default' }, retries: { value: [Object], from: 'default' }, screenshotOnRunFailure: { value: true, from: 'default' }, screenshotsFolder: { value: 'cypress/screenshots', from: 'default' }, slowTestThreshold: { value: 10000, from: 'default' }, scrollBehavior: { value: 'top', from: 'default' }, supportFile: { value: 'cypress/support/e2e.{js,jsx,ts,tsx}', from: 'default' }, supportFolder: { value: false, from: 'default' }, taskTimeout: { value: 60000, from: 'default' }, testIsolation: { value: 'legacy', 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' }, watchForFileChanges: { value: false, from: 'config' }, specPattern: { value: 'cypress/integration/examples/*', from: 'config' }, browsers: { value: [Array], from: 'runtime' }, hosts: { value: null, from: 'default' }, isInteractive: { value: true, from: 'default' } } } +0ms cypress:config:project merged plugins config { setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true, projectRoot: 'D:\\projects\\macrometa\\cypress', projectName: 'cypress', rawJson: { e2e: { setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true }, setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true, envFile: {}, projectRoot: 'D:\\projects\\macrometa\\cypress', projectName: 'cypress' }, configFile: 'cypress.config.js', morgan: false, isTextTerminal: true, socketId: 'mb3cc4c6ba', report: true, animationDistanceThreshold: 5, arch: 'x64', baseUrl: null, blockHosts: null, chromeWebSecurity: true, clientCertificates: [], defaultCommandTimeout: 4000, downloadsFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\downloads', env: {}, execTimeout: 60000, experimentalFetchPolyfill: false, experimentalInteractiveRunEvents: false, experimentalSessionAndOrigin: false, experimentalModifyObstructiveThirdPartyCode: false, experimentalSourceRewriting: false, experimentalSingleTabRunMode: false, fileServerFolder: 'D:\\projects\\macrometa\\cypress', fixturesFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\fixtures', excludeSpecPattern: '*.hot-update.js', includeShadowDom: false, keystrokeDelay: 0, modifyObstructiveCode: true, nodeVersion: undefined, numTestsKeptInMemory: 0, platform: 'win32', pageLoadTimeout: 60000, port: null, projectId: null, redirectionLimit: 20, reporter: 'spec', reporterOptions: null, requestTimeout: 5000, resolvedNodePath: 'C:\\Program Files\\nodejs\\node.exe', resolvedNodeVersion: '16.17.0', responseTimeout: 30000, retries: { runMode: 0, openMode: 0 }, screenshotOnRunFailure: true, screenshotsFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\screenshots', slowTestThreshold: 10000, scrollBehavior: 'top', supportFile: 'D:\\projects\\macrometa\\cypress\\cypress\\support\\e2e.js', supportFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\support', taskTimeout: 60000, testIsolation: 'legacy', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\videos', videoUploadOnPasses: true, viewportHeight: 660, viewportWidth: 1000, waitForAnimations: true, watchForFileChanges: false, additionalIgnorePattern: [], autoOpen: false, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '105.0.5195.102', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', minSupportedVersion: 64, majorVersion: '105' }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '104.0.2', path: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', minSupportedVersion: 86, majorVersion: '104' }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '105.0.1343.33', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', minSupportedVersion: 79, majorVersion: '105' }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '102.0.5005.148', path: '', majorVersion: 102, 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.' } ], clientRoute: '/__/', cypressBinaryRoot: 'C:\\Users\\Sanjeet\\AppData\\Local\\Cypress\\Cache\\10.7.0\\Cypress\\resources\\app', devServerPublicPathRoute: '/__cypress/src', hosts: null, isInteractive: true, namespace: '__cypress', reporterRoute: '/__cypress/reporter', socketIoCookie: '__socket', socketIoRoute: '/__socket', version: '10.7.0', xhrRoute: '/xhrs/', cypressEnv: 'production', resolved: { animationDistanceThreshold: { value: 5, from: 'default' }, arch: { value: 'x64', from: 'default' }, baseUrl: { value: null, from: 'default' }, blockHosts: { value: null, from: 'default' }, chromeWebSecurity: { value: true, from: 'default' }, clientCertificates: { value: [], from: 'default' }, defaultCommandTimeout: { value: 4000, from: 'default' }, downloadsFolder: { value: 'cypress/downloads', from: 'default' }, env: {}, execTimeout: { value: 60000, from: 'default' }, experimentalFetchPolyfill: { value: false, from: 'default' }, experimentalInteractiveRunEvents: { value: false, from: 'default' }, experimentalSessionAndOrigin: { value: false, from: 'default' }, experimentalModifyObstructiveThirdPartyCode: { value: false, from: 'default' }, experimentalSourceRewriting: { value: false, from: 'default' }, experimentalSingleTabRunMode: { value: false, from: 'default' }, experimentalStudio: { value: true, from: 'config' }, fileServerFolder: { value: '', from: 'default' }, fixturesFolder: { value: 'cypress/fixtures', from: 'default' }, excludeSpecPattern: { value: '*.hot-update.js', from: 'default' }, includeShadowDom: { value: false, from: 'default' }, keystrokeDelay: { value: 0, from: 'default' }, modifyObstructiveCode: { value: true, from: 'default' }, nodeVersion: { value: undefined, from: 'default' }, numTestsKeptInMemory: { value: 0, from: 'config' }, platform: { value: 'win32', from: 'default' }, pageLoadTimeout: { value: 60000, from: 'default' }, port: { value: null, from: 'default' }, projectId: { value: null, from: 'default' }, redirectionLimit: { value: 20, from: 'default' }, reporter: { value: 'spec', from: 'default' }, reporterOptions: { value: null, from: 'default' }, requestTimeout: { value: 5000, from: 'default' }, resolvedNodePath: { value: null, from: 'default' }, resolvedNodeVersion: { value: null, from: 'default' }, responseTimeout: { value: 30000, from: 'default' }, retries: { value: [Object], from: 'default' }, screenshotOnRunFailure: { value: true, from: 'default' }, screenshotsFolder: { value: 'cypress/screenshots', from: 'default' }, slowTestThreshold: { value: 10000, from: 'default' }, scrollBehavior: { value: 'top', from: 'default' }, supportFile: { value: 'cypress/support/e2e.{js,jsx,ts,tsx}', from: 'default' }, supportFolder: { value: false, from: 'default' }, taskTimeout: { value: 60000, from: 'default' }, testIsolation: { value: 'legacy', 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' }, watchForFileChanges: { value: false, from: 'config' }, specPattern: { value: 'cypress/integration/examples/*', from: 'config' }, browsers: { value: [Array], from: 'runtime' }, hosts: { value: null, from: 'default' }, isInteractive: { value: true, from: 'default' } } } +1ms cypress:data-context:sources:FileDataSource updating glob patterns to POSIX +9ms cypress:data-context:sources:FileDataSource globbing pattern(s): [ 'cypress/integration/examples/Login.js' ] +0ms cypress:data-context:sources:FileDataSource within directory: D:\projects\macrometa\cypress +0ms cypress:data-context:sources:FileDataSource updating glob patterns to POSIX +4ms cypress:data-context:sources:FileDataSource globbing pattern(s): [ 'cypress/integration/examples/*' ] +0ms cypress:data-context:sources:FileDataSource within directory: D:\projects\macrometa\cypress +0ms cypress:data-context:sources:ProjectDataSource found specs [ 'D:/projects/macrometa/cypress/cypress/integration/examples/Login.js' ] +0ms cypress:server:browsers:utils searching for browser { nameOrPath: 'chrome', filter: { name: 'chrome', channel: 'stable' }, knownBrowsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '105.0.5195.102', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', minSupportedVersion: 64, majorVersion: '105' }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '104.0.2', path: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', minSupportedVersion: 86, majorVersion: '104' }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '105.0.1343.33', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', minSupportedVersion: 79, majorVersion: '105' }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '102.0.5005.148', path: '', majorVersion: 102, 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.' } ] } +1s cypress:data-context browser found to set chrome +0ms cypress:server:run run mode ready with options { _: [ 'C:\\Users\\Sanjeet\\AppData\\Local\\Cypress\\Cache\\10.7.0\\Cypress\\Cypress.exe' ], runProject: 'D:\\projects\\macrometa\\cypress', browser: 'chrome', spec: [ 'D:\\projects\\macrometa\\cypress\\cypress\\integration\\examples\\Login.js' ], cwd: 'D:\\projects\\macrometa\\cypress', userNodePath: 'C:\\Program Files\\nodejs\\node.exe', userNodeVersion: '16.17.0', invokedFromCli: true, config: {}, projectRoot: 'D:\\projects\\macrometa\\cypress', socketId: 'mb3cc4c6ba', isTextTerminal: true, quiet: false, morgan: false, report: true, testingType: 'e2e' } +0ms cypress:server:browsers getAllBrowsersWith { nameOrPath: undefined } +0ms cypress:server:browsers:utils getBrowsers +3ms cypress:launcher:detect 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' ], minSupportedVersion: 64 }, { name: 'chromium', family: 'chromium', channel: 'stable', displayName: 'Chromium', versionRegex: /Chromium (\S+)/m, binary: [ 'chromium-browser', 'chromium' ], minSupportedVersion: 64 }, { name: 'chrome', family: 'chromium', channel: 'beta', displayName: 'Chrome Beta', versionRegex: /Google Chrome (\S+) beta/m, binary: 'google-chrome-beta', minSupportedVersion: 64 }, { name: 'chrome', family: 'chromium', channel: 'canary', displayName: 'Canary', versionRegex: /Google Chrome Canary (\S+)/m, binary: 'google-chrome-canary', minSupportedVersion: 64 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', versionRegex: /^Mozilla Firefox ([^\sab]+)$/m, binary: 'firefox', minSupportedVersion: 86, validator: [Function: validator] }, { name: 'firefox', family: 'firefox', channel: 'dev', displayName: 'Firefox Developer Edition', versionRegex: /^Mozilla Firefox (\S+b\S*)$/m, binary: [ 'firefox-developer-edition', 'firefox' ], minSupportedVersion: 86 }, { name: 'firefox', family: 'firefox', channel: 'nightly', displayName: 'Firefox Nightly', versionRegex: /^Mozilla Firefox (\S+a\S*)$/m, binary: [ 'firefox-nightly', 'firefox-trunk' ], minSupportedVersion: 86 }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', versionRegex: /Microsoft Edge (\S+)/m, binary: [ 'edge', 'microsoft-edge' ], minSupportedVersion: 79 }, { name: 'edge', family: 'chromium', channel: 'canary', displayName: 'Edge Canary', versionRegex: /Microsoft Edge Canary (\S+)/m, binary: 'edge-canary', minSupportedVersion: 79 }, { name: 'edge', family: 'chromium', channel: 'beta', displayName: 'Edge Beta', versionRegex: /Microsoft Edge Beta (\S+)/m, binary: 'edge-beta', minSupportedVersion: 79 }, { name: 'edge', family: 'chromium', channel: 'dev', displayName: 'Edge Dev', versionRegex: /Microsoft Edge Dev (\S+)/m, binary: [ 'edge-dev', 'microsoft-edge-dev' ], minSupportedVersion: 79 } ] +1s cypress:launcher:windows got version string for chrome: { exePath: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', version: '105.0.5195.102' } +1s cypress:launcher:windows error while looking up exe, trying next exePath { exePath: 'C:\\Program Files (x86)\\Google\\chrome-win32\\chrome.exe', exePaths: [], err: Error: Browser not installed: chromium at notInstalledErr (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\errors.js:5:17) at tryNextExePath (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:85:48) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:92:24 { notInstalled: true } } +1ms cypress:launcher:windows error while looking up exe, trying next exePath { exePath: 'C:\\Program Files\\Google\\Chrome Beta\\Application\\chrome.exe', exePaths: [], err: Error: Browser not installed: chrome at notInstalledErr (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\errors.js:5:17) at tryNextExePath (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:85:48) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:92:24 { notInstalled: true } } +1ms cypress:launcher:windows error while looking up exe, trying next exePath { exePath: 'C:\\Program Files (x86)\\Google\\Chrome Beta\\Application\\chrome.exe', exePaths: [], err: Error: Browser not installed: chrome at notInstalledErr (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\errors.js:5:17) at tryNextExePath (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:85:48) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:107:20 { notInstalled: true } } +0ms cypress:launcher:windows error while looking up exe, trying next exePath { exePath: 'C:\\Users\\Sanjeet\\AppData\\Local\\Google\\Chrome SxS\\Application\\chrome.exe', exePaths: [], err: Error: Browser not installed: chrome at notInstalledErr (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\errors.js:5:17) at tryNextExePath (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:85:48) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:92:24 { notInstalled: true } } +1ms cypress:launcher:windows got version string for firefox: { exePath: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', version: '104.0.2' } +2ms cypress:launcher:windows error while looking up exe, trying next exePath { exePath: 'C:\\Users\\Sanjeet\\AppData\\Local\\Firefox Developer Edition\\firefox.exe', exePaths: [], err: Error: Browser not installed: firefox at notInstalledErr (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\errors.js:5:17) at tryNextExePath (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:85:48) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:92:24 { notInstalled: true } } +2ms cypress:launcher:windows error while looking up exe, trying next exePath { exePath: 'C:\\Program Files (x86)\\Firefox Developer Edition\\firefox.exe', exePaths: [], err: Error: Browser not installed: firefox at notInstalledErr (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\errors.js:5:17) at tryNextExePath (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:85:48) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:107:20 { notInstalled: true } } +0ms cypress:launcher:windows error while looking up exe, trying next exePath { exePath: 'C:\\Program Files\\Firefox Developer Edition\\firefox.exe', exePaths: [], err: Error: Browser not installed: firefox at notInstalledErr (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\errors.js:5:17) at tryNextExePath (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:85:48) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:107:20 { notInstalled: true } } +1ms cypress:launcher:windows error while looking up exe, trying next exePath { exePath: 'C:\\Users\\Sanjeet\\AppData\\Local\\Firefox Nightly\\firefox.exe', exePaths: [], err: Error: Browser not installed: firefox at notInstalledErr (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\errors.js:5:17) at tryNextExePath (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:85:48) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:92:24 { notInstalled: true } } +1ms cypress:launcher:windows error while looking up exe, trying next exePath { exePath: 'C:\\Program Files (x86)\\Firefox Nightly\\firefox.exe', exePaths: [], err: Error: Browser not installed: firefox at notInstalledErr (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\errors.js:5:17) at tryNextExePath (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:85:48) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:107:20 { notInstalled: true } } +0ms cypress:launcher:windows error while looking up exe, trying next exePath { exePath: 'C:\\Program Files\\Firefox Nightly\\firefox.exe', exePaths: [], err: Error: Browser not installed: firefox at notInstalledErr (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\errors.js:5:17) at tryNextExePath (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:85:48) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:107:20 { notInstalled: true } } +1ms cypress:launcher:windows got version string for edge: { exePath: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', version: '105.0.1343.33' } +1ms cypress:launcher:windows error while looking up exe, trying next exePath { exePath: 'C:\\Users\\Sanjeet\\AppData\\Local\\Microsoft\\Edge SxS\\Application\\msedge.exe', exePaths: [], err: Error: Browser not installed: edge at notInstalledErr (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\errors.js:5:17) at tryNextExePath (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:85:48) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:92:24 { notInstalled: true } } +0ms cypress:launcher:windows error while looking up exe, trying next exePath { exePath: 'C:\\Program Files (x86)\\Microsoft\\Edge Beta\\Application\\msedge.exe', exePaths: [], err: Error: Browser not installed: edge at notInstalledErr (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\errors.js:5:17) at tryNextExePath (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:85:48) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:92:24 { notInstalled: true } } +1ms cypress:launcher:windows error while looking up exe, trying next exePath { exePath: 'C:\\Program Files (x86)\\Microsoft\\Edge Dev\\Application\\msedge.exe', exePaths: [], err: Error: Browser not installed: edge at notInstalledErr (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\errors.js:5:17) at tryNextExePath (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:85:48) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:92:24 { notInstalled: true } } +1ms cypress:server:browsers:utils found browsers { browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '105.0.5195.102', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', minSupportedVersion: 64, majorVersion: '105' }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '104.0.2', path: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', minSupportedVersion: 86, majorVersion: '104' }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '105.0.1343.33', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', minSupportedVersion: 79, majorVersion: '105' } ] } +16ms cypress:server:run found all system browsers [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '105.0.5195.102', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', minSupportedVersion: 64, majorVersion: '105' }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '104.0.2', path: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', minSupportedVersion: 86, majorVersion: '104' }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '105.0.1343.33', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', minSupportedVersion: 79, majorVersion: '105' }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '102.0.5005.148', path: '', majorVersion: 102, 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.' } ] +17ms cypress:server:open_project open_project create D:\projects\macrometa\cypress +0ms cypress:server:open_project opening project D:\projects\macrometa\cypress +0ms cypress:server:open_project and options { socketId: 'mb3cc4c6ba', morgan: false, report: true, isTextTerminal: true, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '105.0.5195.102', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', minSupportedVersion: 64, majorVersion: '105' }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '104.0.2', path: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', minSupportedVersion: 86, majorVersion: '104' }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '105.0.1343.33', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', minSupportedVersion: 79, majorVersion: '105' }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '102.0.5005.148', path: '', majorVersion: 102, 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.' } ], onWarning: [Function: onWarning], spec: [ 'D:\\projects\\macrometa\\cypress\\cypress\\integration\\examples\\Login.js' ], onError: [Function (anonymous)], onReloadBrowser: [Function: onReloadBrowser], args: { _: [ 'C:\\Users\\Sanjeet\\AppData\\Local\\Cypress\\Cache\\10.7.0\\Cypress\\Cypress.exe' ], runProject: 'D:\\projects\\macrometa\\cypress', browser: 'chrome', spec: [ 'D:\\projects\\macrometa\\cypress\\cypress\\integration\\examples\\Login.js' ], cwd: 'D:\\projects\\macrometa\\cypress', userNodePath: 'C:\\Program Files\\nodejs\\node.exe', userNodeVersion: '16.17.0', invokedFromCli: true, config: {}, projectRoot: 'D:\\projects\\macrometa\\cypress', socketId: 'mb3cc4c6ba', isTextTerminal: true, quiet: false, morgan: false, report: true, testingType: 'e2e', onError: [Function (anonymous)], browsers: [ [Object], [Object], [Object], [Object] ] } } +1ms cypress:server:project Project created { testingType: 'e2e', projectRoot: 'D:\\projects\\macrometa\\cypress' } +0ms cypress:server:project opening project instance D:\projects\macrometa\cypress +0ms cypress:server:project project open options { report: true, onFocusTests: [Function: onFocusTests], onError: [Function (anonymous)], onWarning: [Function: onWarning], socketId: 'mb3cc4c6ba', morgan: false, isTextTerminal: true, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '105.0.5195.102', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', minSupportedVersion: 64, majorVersion: '105' }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '104.0.2', path: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', minSupportedVersion: 86, majorVersion: '104' }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '105.0.1343.33', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', minSupportedVersion: 79, majorVersion: '105' }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '102.0.5005.148', path: '', majorVersion: 102, 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.' } ], spec: [ 'D:\\projects\\macrometa\\cypress\\cypress\\integration\\examples\\Login.js' ], onReloadBrowser: [Function: onReloadBrowser], args: { _: [ 'C:\\Users\\Sanjeet\\AppData\\Local\\Cypress\\Cache\\10.7.0\\Cypress\\Cypress.exe' ], runProject: 'D:\\projects\\macrometa\\cypress', browser: 'chrome', spec: [ 'D:\\projects\\macrometa\\cypress\\cypress\\integration\\examples\\Login.js' ], cwd: 'D:\\projects\\macrometa\\cypress', userNodePath: 'C:\\Program Files\\nodejs\\node.exe', userNodeVersion: '16.17.0', invokedFromCli: true, config: {}, projectRoot: 'D:\\projects\\macrometa\\cypress', socketId: 'mb3cc4c6ba', isTextTerminal: true, quiet: false, morgan: false, report: true, testingType: 'e2e', onError: [Function (anonymous)], browsers: [ [Object], [Object], [Object], [Object] ] }, testingType: 'e2e' } +0ms cypress:server:project project has config { setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true, projectRoot: 'D:\\projects\\macrometa\\cypress', projectName: 'cypress', rawJson: { e2e: { setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true }, setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true, envFile: {}, projectRoot: 'D:\\projects\\macrometa\\cypress', projectName: 'cypress' }, configFile: 'cypress.config.js', morgan: false, isTextTerminal: true, socketId: 'mb3cc4c6ba', report: true, animationDistanceThreshold: 5, arch: 'x64', baseUrl: null, blockHosts: null, chromeWebSecurity: true, clientCertificates: [], defaultCommandTimeout: 4000, downloadsFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\downloads', env: {}, execTimeout: 60000, experimentalFetchPolyfill: false, experimentalInteractiveRunEvents: false, experimentalSessionAndOrigin: false, experimentalModifyObstructiveThirdPartyCode: false, experimentalSourceRewriting: false, experimentalSingleTabRunMode: false, fileServerFolder: 'D:\\projects\\macrometa\\cypress', fixturesFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\fixtures', excludeSpecPattern: '*.hot-update.js', includeShadowDom: false, keystrokeDelay: 0, modifyObstructiveCode: true, nodeVersion: undefined, numTestsKeptInMemory: 0, platform: 'win32', pageLoadTimeout: 60000, port: null, projectId: null, redirectionLimit: 20, reporter: 'spec', reporterOptions: null, requestTimeout: 5000, resolvedNodePath: 'C:\\Program Files\\nodejs\\node.exe', resolvedNodeVersion: '16.17.0', responseTimeout: 30000, retries: { runMode: 0, openMode: 0 }, screenshotOnRunFailure: true, screenshotsFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\screenshots', slowTestThreshold: 10000, scrollBehavior: 'top', supportFile: 'D:\\projects\\macrometa\\cypress\\cypress\\support\\e2e.js', supportFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\support', taskTimeout: 60000, testIsolation: 'legacy', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\videos', videoUploadOnPasses: true, viewportHeight: 660, viewportWidth: 1000, waitForAnimations: true, watchForFileChanges: false, additionalIgnorePattern: [], autoOpen: false, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '105.0.5195.102', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', minSupportedVersion: 64, majorVersion: '105' }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '104.0.2', path: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', minSupportedVersion: 86, majorVersion: '104' }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '105.0.1343.33', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', minSupportedVersion: 79, majorVersion: '105' }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '102.0.5005.148', path: '', majorVersion: 102, 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.' } ], clientRoute: '/__/', cypressBinaryRoot: 'C:\\Users\\Sanjeet\\AppData\\Local\\Cypress\\Cache\\10.7.0\\Cypress\\resources\\app', devServerPublicPathRoute: '/__cypress/src', hosts: null, isInteractive: true, namespace: '__cypress', reporterRoute: '/__cypress/reporter', socketIoCookie: '__socket', socketIoRoute: '/__socket', version: '10.7.0', xhrRoute: '/xhrs/', cypressEnv: 'production', resolved: { animationDistanceThreshold: { value: 5, from: 'default' }, arch: { value: 'x64', from: 'default' }, baseUrl: { value: null, from: 'default' }, blockHosts: { value: null, from: 'default' }, chromeWebSecurity: { value: true, from: 'default' }, clientCertificates: { value: [], from: 'default' }, defaultCommandTimeout: { value: 4000, from: 'default' }, downloadsFolder: { value: 'cypress/downloads', from: 'default' }, env: {}, execTimeout: { value: 60000, from: 'default' }, experimentalFetchPolyfill: { value: false, from: 'default' }, experimentalInteractiveRunEvents: { value: false, from: 'default' }, experimentalSessionAndOrigin: { value: false, from: 'default' }, experimentalModifyObstructiveThirdPartyCode: { value: false, from: 'default' }, experimentalSourceRewriting: { value: false, from: 'default' }, experimentalSingleTabRunMode: { value: false, from: 'default' }, experimentalStudio: { value: true, from: 'config' }, fileServerFolder: { value: '', from: 'default' }, fixturesFolder: { value: 'cypress/fixtures', from: 'default' }, excludeSpecPattern: { value: '*.hot-update.js', from: 'default' }, includeShadowDom: { value: false, from: 'default' }, keystrokeDelay: { value: 0, from: 'default' }, modifyObstructiveCode: { value: true, from: 'default' }, nodeVersion: { value: undefined, from: 'default' }, numTestsKeptInMemory: { value: 0, from: 'config' }, platform: { value: 'win32', from: 'default' }, pageLoadTimeout: { value: 60000, from: 'default' }, port: { value: null, from: 'default' }, projectId: { value: null, from: 'default' }, redirectionLimit: { value: 20, from: 'default' }, reporter: { value: 'spec', from: 'default' }, reporterOptions: { value: null, from: 'default' }, requestTimeout: { value: 5000, from: 'default' }, resolvedNodePath: { value: null, from: 'default' }, resolvedNodeVersion: { value: null, from: 'default' }, responseTimeout: { value: 30000, from: 'default' }, retries: { value: [Object], from: 'default' }, screenshotOnRunFailure: { value: true, from: 'default' }, screenshotsFolder: { value: 'cypress/screenshots', from: 'default' }, slowTestThreshold: { value: 10000, from: 'default' }, scrollBehavior: { value: 'top', from: 'default' }, supportFile: { value: 'cypress/support/e2e.{js,jsx,ts,tsx}', from: 'default' }, supportFolder: { value: false, from: 'default' }, taskTimeout: { value: 60000, from: 'default' }, testIsolation: { value: 'legacy', 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' }, watchForFileChanges: { value: false, from: 'config' }, specPattern: { value: 'cypress/integration/examples/*', from: 'config' }, browsers: { value: [Array], from: 'runtime' }, hosts: { value: null, from: 'default' }, isInteractive: { value: true, from: 'default' } }, testingType: 'e2e' } +1ms cypress:server:server-base server open +0ms cypress:network:client-certificates loaded client certificates for 0 URL(s) +0ms cypress:server:server-e2e createServer connecting to server +0ms cypress:server:server-base Server listening on { address: '127.0.0.1', family: 'IPv4', port: 61211 } +19ms cypress:server:appdata path: C:\Users\Sanjeet\AppData\Roaming\Cypress\cy\production\proxy +3s cypress:https-proxy:ca checking CA version { actualVersion: 1, CA_VERSION: 1 } +0ms cypress:https-proxy Created SNI HTTPS Proxy Server { port: 61213 } +0ms cypress:network:cors Parsed URL { port: '80', tld: '', domain: '' } +0ms cypress:network:cors Parsed URL { port: '61211', tld: 'localhost', domain: '' } +1ms cypress:server:remote-states setting remote state { auth: undefined, origin: 'http://localhost:61211', strategy: 'file', fileServer: 'http://localhost:61212', domainName: 'localhost', props: null } for http://localhost:61211 +0ms cypress:network:cors Parsed URL { port: '61211', tld: 'localhost', domain: '' } +1ms cypress:server:remote-states getting remote state: { auth: undefined, origin: 'http://localhost:61211', strategy: 'file', fileServer: 'http://localhost:61212', domainName: 'localhost', props: null } for: http://localhost:61211 +1ms cypress:server:project project config: { setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true, projectRoot: 'D:\\projects\\macrometa\\cypress', projectName: 'cypress', rawJson: { e2e: { setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true }, setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true, envFile: {}, projectRoot: 'D:\\projects\\macrometa\\cypress', projectName: 'cypress' }, configFile: 'cypress.config.js', morgan: false, isTextTerminal: true, socketId: 'mb3cc4c6ba', report: true, animationDistanceThreshold: 5, arch: 'x64', baseUrl: null, blockHosts: null, chromeWebSecurity: true, clientCertificates: [], defaultCommandTimeout: 4000, downloadsFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\downloads', env: {}, execTimeout: 60000, experimentalFetchPolyfill: false, experimentalInteractiveRunEvents: false, experimentalSessionAndOrigin: false, experimentalModifyObstructiveThirdPartyCode: false, experimentalSourceRewriting: false, experimentalSingleTabRunMode: false, fileServerFolder: 'D:\\projects\\macrometa\\cypress', fixturesFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\fixtures', excludeSpecPattern: '*.hot-update.js', includeShadowDom: false, keystrokeDelay: 0, modifyObstructiveCode: true, nodeVersion: undefined, numTestsKeptInMemory: 0, platform: 'win32', pageLoadTimeout: 60000, port: 61211, projectId: null, redirectionLimit: 20, reporter: 'spec', reporterOptions: null, requestTimeout: 5000, resolvedNodePath: 'C:\\Program Files\\nodejs\\node.exe', resolvedNodeVersion: '16.17.0', responseTimeout: 30000, retries: { runMode: 0, openMode: 0 }, screenshotOnRunFailure: true, screenshotsFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\screenshots', slowTestThreshold: 10000, scrollBehavior: 'top', supportFile: 'D:\\projects\\macrometa\\cypress\\cypress\\support\\e2e.js', supportFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\support', taskTimeout: 60000, testIsolation: 'legacy', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\videos', videoUploadOnPasses: true, viewportHeight: 660, viewportWidth: 1000, waitForAnimations: true, watchForFileChanges: false, additionalIgnorePattern: [], autoOpen: false, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '105.0.5195.102', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', minSupportedVersion: 64, majorVersion: '105' }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '104.0.2', path: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', minSupportedVersion: 86, majorVersion: '104' }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '105.0.1343.33', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', minSupportedVersion: 79, majorVersion: '105' }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '102.0.5005.148', path: '', majorVersion: 102, 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.' } ], clientRoute: '/__/', cypressBinaryRoot: 'C:\\Users\\Sanjeet\\AppData\\Local\\Cypress\\Cache\\10.7.0\\Cypress\\resources\\app', devServerPublicPathRoute: '/__cypress/src', hosts: null, isInteractive: true, namespace: '__cypress', reporterRoute: '/__cypress/reporter', socketIoCookie: '__socket', socketIoRoute: '/__socket', version: '10.7.0', xhrRoute: '/xhrs/', cypressEnv: 'production', testingType: 'e2e', remote: {}, browser: null, specs: [], proxyUrl: 'http://localhost:61211', browserUrl: 'http://localhost:61211/__/', reporterUrl: 'http://localhost:61211/__cypress/reporter', xhrUrl: '__cypress/xhrs/', proxyServer: 'http://localhost:61211' } +55ms cypress:server:reporter trying to load reporter: spec +0ms cypress:server:reporter spec is Mocha reporter +0ms cypress:server:saved_state noop saved state +0ms cypress:server:project project has config { setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true, projectRoot: 'D:\\projects\\macrometa\\cypress', projectName: 'cypress', rawJson: { e2e: { setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true }, setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true, envFile: {}, projectRoot: 'D:\\projects\\macrometa\\cypress', projectName: 'cypress' }, configFile: 'cypress.config.js', morgan: false, isTextTerminal: true, socketId: 'mb3cc4c6ba', report: true, animationDistanceThreshold: 5, arch: 'x64', baseUrl: null, blockHosts: null, chromeWebSecurity: true, clientCertificates: [], defaultCommandTimeout: 4000, downloadsFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\downloads', env: {}, execTimeout: 60000, experimentalFetchPolyfill: false, experimentalInteractiveRunEvents: false, experimentalSessionAndOrigin: false, experimentalModifyObstructiveThirdPartyCode: false, experimentalSourceRewriting: false, experimentalSingleTabRunMode: false, fileServerFolder: 'D:\\projects\\macrometa\\cypress', fixturesFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\fixtures', excludeSpecPattern: '*.hot-update.js', includeShadowDom: false, keystrokeDelay: 0, modifyObstructiveCode: true, nodeVersion: undefined, numTestsKeptInMemory: 0, platform: 'win32', pageLoadTimeout: 60000, port: 61211, projectId: null, redirectionLimit: 20, reporter: 'spec', reporterOptions: null, requestTimeout: 5000, resolvedNodePath: 'C:\\Program Files\\nodejs\\node.exe', resolvedNodeVersion: '16.17.0', responseTimeout: 30000, retries: { runMode: 0, openMode: 0 }, screenshotOnRunFailure: true, screenshotsFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\screenshots', slowTestThreshold: 10000, scrollBehavior: 'top', supportFile: 'D:\\projects\\macrometa\\cypress\\cypress\\support\\e2e.js', supportFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\support', taskTimeout: 60000, testIsolation: 'legacy', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\videos', videoUploadOnPasses: true, viewportHeight: 660, viewportWidth: 1000, waitForAnimations: true, watchForFileChanges: false, additionalIgnorePattern: [], autoOpen: false, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '105.0.5195.102', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', minSupportedVersion: 64, majorVersion: '105' }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '104.0.2', path: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', minSupportedVersion: 86, majorVersion: '104' }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '105.0.1343.33', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', minSupportedVersion: 79, majorVersion: '105' }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '102.0.5005.148', path: '', majorVersion: 102, 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.' } ], clientRoute: '/__/', cypressBinaryRoot: 'C:\\Users\\Sanjeet\\AppData\\Local\\Cypress\\Cache\\10.7.0\\Cypress\\resources\\app', devServerPublicPathRoute: '/__cypress/src', hosts: null, isInteractive: true, namespace: '__cypress', reporterRoute: '/__cypress/reporter', socketIoCookie: '__socket', socketIoRoute: '/__socket', version: '10.7.0', xhrRoute: '/xhrs/', cypressEnv: 'production', resolved: { animationDistanceThreshold: { value: 5, from: 'default' }, arch: { value: 'x64', from: 'default' }, baseUrl: { value: null, from: 'default' }, blockHosts: { value: null, from: 'default' }, chromeWebSecurity: { value: true, from: 'default' }, clientCertificates: { value: [], from: 'default' }, defaultCommandTimeout: { value: 4000, from: 'default' }, downloadsFolder: { value: 'cypress/downloads', from: 'default' }, env: {}, execTimeout: { value: 60000, from: 'default' }, experimentalFetchPolyfill: { value: false, from: 'default' }, experimentalInteractiveRunEvents: { value: false, from: 'default' }, experimentalSessionAndOrigin: { value: false, from: 'default' }, experimentalModifyObstructiveThirdPartyCode: { value: false, from: 'default' }, experimentalSourceRewriting: { value: false, from: 'default' }, experimentalSingleTabRunMode: { value: false, from: 'default' }, experimentalStudio: { value: true, from: 'config' }, fileServerFolder: { value: '', from: 'default' }, fixturesFolder: { value: 'cypress/fixtures', from: 'default' }, excludeSpecPattern: { value: '*.hot-update.js', from: 'default' }, includeShadowDom: { value: false, from: 'default' }, keystrokeDelay: { value: 0, from: 'default' }, modifyObstructiveCode: { value: true, from: 'default' }, nodeVersion: { value: undefined, from: 'default' }, numTestsKeptInMemory: { value: 0, from: 'config' }, platform: { value: 'win32', from: 'default' }, pageLoadTimeout: { value: 60000, from: 'default' }, port: { value: null, from: 'default' }, projectId: { value: null, from: 'default' }, redirectionLimit: { value: 20, from: 'default' }, reporter: { value: 'spec', from: 'default' }, reporterOptions: { value: null, from: 'default' }, requestTimeout: { value: 5000, from: 'default' }, resolvedNodePath: { value: null, from: 'default' }, resolvedNodeVersion: { value: null, from: 'default' }, responseTimeout: { value: 30000, from: 'default' }, retries: { value: [Object], from: 'default' }, screenshotOnRunFailure: { value: true, from: 'default' }, screenshotsFolder: { value: 'cypress/screenshots', from: 'default' }, slowTestThreshold: { value: 10000, from: 'default' }, scrollBehavior: { value: 'top', from: 'default' }, supportFile: { value: 'cypress/support/e2e.{js,jsx,ts,tsx}', from: 'default' }, supportFolder: { value: false, from: 'default' }, taskTimeout: { value: 60000, from: 'default' }, testIsolation: { value: 'legacy', 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' }, watchForFileChanges: { value: false, from: 'config' }, specPattern: { value: 'cypress/integration/examples/*', from: 'config' }, browsers: { value: [Array], from: 'runtime' }, hosts: { value: null, from: 'default' }, isInteractive: { value: true, from: 'default' } }, testingType: 'e2e', remote: {}, browser: null, specs: [], proxyUrl: 'http://localhost:61211', browserUrl: 'http://localhost:61211/__/', reporterUrl: 'http://localhost:61211/__cypress/reporter', xhrUrl: '__cypress/xhrs/', proxyServer: 'http://localhost:61211', state: {} } +9ms cypress:network:cors Parsed URL { port: '61211', tld: 'localhost', domain: '' } +11ms cypress:server:remote-states getting remote state: { auth: undefined, origin: 'http://localhost:61211', strategy: 'file', fileServer: 'http://localhost:61212', domainName: 'localhost', props: null } for: http://localhost:61211 +11ms cypress:server:run project created and opened with config { setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true, projectRoot: 'D:\\projects\\macrometa\\cypress', projectName: 'cypress', rawJson: { e2e: { setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true }, setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true, envFile: {}, projectRoot: 'D:\\projects\\macrometa\\cypress', projectName: 'cypress' }, configFile: 'cypress.config.js', morgan: false, isTextTerminal: true, socketId: 'mb3cc4c6ba', report: true, animationDistanceThreshold: 5, arch: 'x64', baseUrl: null, blockHosts: null, chromeWebSecurity: true, clientCertificates: [], defaultCommandTimeout: 4000, downloadsFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\downloads', env: {}, execTimeout: 60000, experimentalFetchPolyfill: false, experimentalInteractiveRunEvents: false, experimentalSessionAndOrigin: false, experimentalModifyObstructiveThirdPartyCode: false, experimentalSourceRewriting: false, experimentalSingleTabRunMode: false, fileServerFolder: 'D:\\projects\\macrometa\\cypress', fixturesFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\fixtures', excludeSpecPattern: '*.hot-update.js', includeShadowDom: false, keystrokeDelay: 0, modifyObstructiveCode: true, nodeVersion: undefined, numTestsKeptInMemory: 0, platform: 'win32', pageLoadTimeout: 60000, port: 61211, projectId: null, redirectionLimit: 20, reporter: 'spec', reporterOptions: null, requestTimeout: 5000, resolvedNodePath: 'C:\\Program Files\\nodejs\\node.exe', resolvedNodeVersion: '16.17.0', responseTimeout: 30000, retries: { runMode: 0, openMode: 0 }, screenshotOnRunFailure: true, screenshotsFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\screenshots', slowTestThreshold: 10000, scrollBehavior: 'top', supportFile: 'D:\\projects\\macrometa\\cypress\\cypress\\support\\e2e.js', supportFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\support', taskTimeout: 60000, testIsolation: 'legacy', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\videos', videoUploadOnPasses: true, viewportHeight: 660, viewportWidth: 1000, waitForAnimations: true, watchForFileChanges: false, additionalIgnorePattern: [], autoOpen: false, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '105.0.5195.102', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', minSupportedVersion: 64, majorVersion: '105' }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '104.0.2', path: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', minSupportedVersion: 86, majorVersion: '104' }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '105.0.1343.33', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', minSupportedVersion: 79, majorVersion: '105' }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '102.0.5005.148', path: '', majorVersion: 102, 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.' } ], clientRoute: '/__/', cypressBinaryRoot: 'C:\\Users\\Sanjeet\\AppData\\Local\\Cypress\\Cache\\10.7.0\\Cypress\\resources\\app', devServerPublicPathRoute: '/__cypress/src', hosts: null, isInteractive: true, namespace: '__cypress', reporterRoute: '/__cypress/reporter', socketIoCookie: '__socket', socketIoRoute: '/__socket', version: '10.7.0', xhrRoute: '/xhrs/', cypressEnv: 'production', resolved: { animationDistanceThreshold: { value: 5, from: 'default' }, arch: { value: 'x64', from: 'default' }, baseUrl: { value: null, from: 'default' }, blockHosts: { value: null, from: 'default' }, chromeWebSecurity: { value: true, from: 'default' }, clientCertificates: { value: [], from: 'default' }, defaultCommandTimeout: { value: 4000, from: 'default' }, downloadsFolder: { value: 'cypress/downloads', from: 'default' }, env: {}, execTimeout: { value: 60000, from: 'default' }, experimentalFetchPolyfill: { value: false, from: 'default' }, experimentalInteractiveRunEvents: { value: false, from: 'default' }, experimentalSessionAndOrigin: { value: false, from: 'default' }, experimentalModifyObstructiveThirdPartyCode: { value: false, from: 'default' }, experimentalSourceRewriting: { value: false, from: 'default' }, experimentalSingleTabRunMode: { value: false, from: 'default' }, experimentalStudio: { value: true, from: 'config' }, fileServerFolder: { value: '', from: 'default' }, fixturesFolder: { value: 'cypress/fixtures', from: 'default' }, excludeSpecPattern: { value: '*.hot-update.js', from: 'default' }, includeShadowDom: { value: false, from: 'default' }, keystrokeDelay: { value: 0, from: 'default' }, modifyObstructiveCode: { value: true, from: 'default' }, nodeVersion: { value: undefined, from: 'default' }, numTestsKeptInMemory: { value: 0, from: 'config' }, platform: { value: 'win32', from: 'default' }, pageLoadTimeout: { value: 60000, from: 'default' }, port: { value: null, from: 'default' }, projectId: { value: null, from: 'default' }, redirectionLimit: { value: 20, from: 'default' }, reporter: { value: 'spec', from: 'default' }, reporterOptions: { value: null, from: 'default' }, requestTimeout: { value: 5000, from: 'default' }, resolvedNodePath: { value: null, from: 'default' }, resolvedNodeVersion: { value: null, from: 'default' }, responseTimeout: { value: 30000, from: 'default' }, retries: { value: [Object], from: 'default' }, screenshotOnRunFailure: { value: true, from: 'default' }, screenshotsFolder: { value: 'cypress/screenshots', from: 'default' }, slowTestThreshold: { value: 10000, from: 'default' }, scrollBehavior: { value: 'top', from: 'default' }, supportFile: { value: 'cypress/support/e2e.{js,jsx,ts,tsx}', from: 'default' }, supportFolder: { value: false, from: 'default' }, taskTimeout: { value: 60000, from: 'default' }, testIsolation: { value: 'legacy', 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' }, watchForFileChanges: { value: false, from: 'config' }, specPattern: { value: 'cypress/integration/examples/*', from: 'config' }, browsers: { value: [Array], from: 'runtime' }, hosts: { value: null, from: 'default' }, isInteractive: { value: true, from: 'default' } }, testingType: 'e2e', remote: { auth: undefined, origin: 'http://localhost:61211', strategy: 'file', fileServer: 'http://localhost:61212', domainName: 'localhost', props: null }, browser: null, specs: [], proxyUrl: 'http://localhost:61211', browserUrl: 'http://localhost:61211/__/', reporterUrl: 'http://localhost:61211/__cypress/reporter', xhrUrl: '__cypress/xhrs/', proxyServer: 'http://localhost:61211', state: {} } +71ms cypress:server:browsers:utils searching for browser { nameOrPath: 'chrome', filter: { name: 'chrome', channel: 'stable' }, knownBrowsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '105.0.5195.102', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', minSupportedVersion: 64, majorVersion: '105' }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '104.0.2', path: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', minSupportedVersion: 86, majorVersion: '104' }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '105.0.1343.33', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', minSupportedVersion: 79, majorVersion: '105' }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '102.0.5005.148', path: '', majorVersion: 102, 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.' } ] } +73ms cypress:server:profilecleaner found 1 profile folders: [ 'C:/Users/Sanjeet/AppData/Roaming/Cypress/Partitions/run-6328' ] +0ms cypress:server:profilecleaner finding process by pid: 6328 +1ms cypress:server:profilecleaner found 0 root level profile matches: [] +20ms cypress:server:profilecleaner found 0 profile folders: [] +0ms cypress:server:profilecleaner removing old profile { pid: 6328, folder: 'C:/Users/Sanjeet/AppData/Roaming/Cypress/Partitions/run-6328' } +1s cypress:server:chrome_policy_check running chrome policy check +0ms cypress:server:chrome_policy_check received policies { policies: [], badPolicyNames: [ 'ProxySettings', 'ProxyMode', 'ProxyServerMode', 'ProxyServer', 'ProxyPacUrl', 'ProxyBypassList', 'ExtensionInstallBlacklist', 'ExtensionInstallWhitelist', 'ExtensionInstallForcelist', 'ExtensionInstallSources', 'ExtensionAllowedTypes', 'ExtensionAllowInsecureUpdates', 'ExtensionSettings', 'UninstallBlacklistedExtensions' ] } +1ms ==================================================================================================== (Run Starting) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Cypress: 10.7.0 │ │ Browser: Chrome 105 (headless) │ │ Node Version: v16.17.0 (C:\Program Files\nodejs\node.exe) │ │ Specs: 1 found (Login.js) │ │ Searched: D:\projects\macrometa\cypress\cypress\integration\examples\Login.js │ │ Experiments: experimentalStudio=true │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ cypress:lifecycle:EventRegistrar plugin event registered? { eventName: 'before:run', isRegistered: false } +1s ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: Login.js (1 of 1) cypress:server:run about to run spec { spec: { fileExtension: '.js', baseName: 'Login.js', fileName: 'Login', specFileExtension: '.js', relativeToCommonRoot: 'Login.js', specType: 'integration', name: 'cypress/integration/examples/Login.js', relative: 'cypress\\integration\\examples\\Login.js', absolute: 'D:/projects/macrometa/cypress/cypress/integration/examples/Login.js' }, isHeadless: true, browser: { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '105.0.5195.102', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', minSupportedVersion: 64, majorVersion: '105', isHeadless: true, isHeaded: false } } +1s cypress:lifecycle:EventRegistrar plugin event registered? { eventName: 'before:spec', isRegistered: false } +5ms cypress:server:run video recording has been enabled. video: true +0ms cypress:server:video capture started { command: "ffmpeg -f image2pipe -use_wallclock_as_timestamps 1 -i pipe:0 -y -vcodec libx264 -filter:v crop='floor(in_w/2)*2:floor(in_h/2)*2' -preset ultrafast D:\\projects\\macrometa\\cypress\\cypress\\videos\\Login.js.mp4" } +3s cypress:server:run waiting for socket to connect and browser to launch... +148ms cypress:server:run waiting for socket connection... { id: 'mb3cc4c6ba' } +0ms cypress:server:open_project resetting project state, preparing to launch browser chrome for spec { fileExtension: '.js', baseName: 'Login.js', fileName: 'Login', specFileExtension: '.js', relativeToCommonRoot: 'Login.js', specType: 'integration', name: 'cypress/integration/examples/Login.js', relative: 'cypress\\integration\\examples\\Login.js', absolute: 'D:/projects/macrometa/cypress/cypress/integration/examples/Login.js' } options { onScreencastFrame: [Function: onScreencastFrame], projectRoot: 'D:\\projects\\macrometa\\cypress', shouldLaunchNewTab: false, automationMiddleware: { onBeforeRequest: [Function: onBeforeRequest], onAfterResponse: [Function: onAfterResponse] }, onWarning: [Function: onWarning] } +2s cypress:server:project resetting project instance D:\projects\macrometa\cypress +2s cypress:proxy:http:util:buffers resetting buffers +0ms cypress:network:cors Parsed URL { port: '80', tld: '', domain: '' } +2s cypress:network:cors Parsed URL { port: '61211', tld: 'localhost', domain: '' } +0ms cypress:server:remote-states setting remote state { auth: undefined, origin: 'http://localhost:61211', strategy: 'file', fileServer: 'http://localhost:61212', domainName: 'localhost', props: null } for http://localhost:61211 +2s cypress:network:cors Parsed URL { port: '61211', tld: 'localhost', domain: '' } +0ms cypress:server:remote-states getting remote state: { auth: undefined, origin: 'http://localhost:61211', strategy: 'file', fileServer: 'http://localhost:61212', domainName: 'localhost', props: null } for: http://localhost:61211 +0ms cypress:server:project_utils returning spec url http://localhost:61211/__/#/specs/runner?file=cypress\integration\examples\Login.js +0ms cypress:server:open_project open project url http://localhost:61211/__/#/specs/runner?file=cypress\integration\examples\Login.js +2ms cypress:server:project project has config { setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true, projectRoot: 'D:\\projects\\macrometa\\cypress', projectName: 'cypress', rawJson: { e2e: { setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true }, setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true, envFile: {}, projectRoot: 'D:\\projects\\macrometa\\cypress', projectName: 'cypress' }, configFile: 'cypress.config.js', morgan: false, isTextTerminal: true, socketId: 'mb3cc4c6ba', report: true, animationDistanceThreshold: 5, arch: 'x64', baseUrl: null, blockHosts: null, chromeWebSecurity: true, clientCertificates: [], defaultCommandTimeout: 4000, downloadsFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\downloads', env: {}, execTimeout: 60000, experimentalFetchPolyfill: false, experimentalInteractiveRunEvents: false, experimentalSessionAndOrigin: false, experimentalModifyObstructiveThirdPartyCode: false, experimentalSourceRewriting: false, experimentalSingleTabRunMode: false, fileServerFolder: 'D:\\projects\\macrometa\\cypress', fixturesFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\fixtures', excludeSpecPattern: '*.hot-update.js', includeShadowDom: false, keystrokeDelay: 0, modifyObstructiveCode: true, nodeVersion: undefined, numTestsKeptInMemory: 0, platform: 'win32', pageLoadTimeout: 60000, port: 61211, projectId: null, redirectionLimit: 20, reporter: 'spec', reporterOptions: null, requestTimeout: 5000, resolvedNodePath: 'C:\\Program Files\\nodejs\\node.exe', resolvedNodeVersion: '16.17.0', responseTimeout: 30000, retries: { runMode: 0, openMode: 0 }, screenshotOnRunFailure: true, screenshotsFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\screenshots', slowTestThreshold: 10000, scrollBehavior: 'top', supportFile: 'D:\\projects\\macrometa\\cypress\\cypress\\support\\e2e.js', supportFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\support', taskTimeout: 60000, testIsolation: 'legacy', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\videos', videoUploadOnPasses: true, viewportHeight: 660, viewportWidth: 1000, waitForAnimations: true, watchForFileChanges: false, additionalIgnorePattern: [], autoOpen: false, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '105.0.5195.102', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', minSupportedVersion: 64, majorVersion: '105' }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '104.0.2', path: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', minSupportedVersion: 86, majorVersion: '104' }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '105.0.1343.33', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', minSupportedVersion: 79, majorVersion: '105' }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '102.0.5005.148', path: '', majorVersion: 102, 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.' } ], clientRoute: '/__/', cypressBinaryRoot: 'C:\\Users\\Sanjeet\\AppData\\Local\\Cypress\\Cache\\10.7.0\\Cypress\\resources\\app', devServerPublicPathRoute: '/__cypress/src', hosts: null, isInteractive: true, namespace: '__cypress', reporterRoute: '/__cypress/reporter', socketIoCookie: '__socket', socketIoRoute: '/__socket', version: '10.7.0', xhrRoute: '/xhrs/', cypressEnv: 'production', resolved: { animationDistanceThreshold: { value: 5, from: 'default' }, arch: { value: 'x64', from: 'default' }, baseUrl: { value: null, from: 'default' }, blockHosts: { value: null, from: 'default' }, chromeWebSecurity: { value: true, from: 'default' }, clientCertificates: { value: [], from: 'default' }, defaultCommandTimeout: { value: 4000, from: 'default' }, downloadsFolder: { value: 'cypress/downloads', from: 'default' }, env: {}, execTimeout: { value: 60000, from: 'default' }, experimentalFetchPolyfill: { value: false, from: 'default' }, experimentalInteractiveRunEvents: { value: false, from: 'default' }, experimentalSessionAndOrigin: { value: false, from: 'default' }, experimentalModifyObstructiveThirdPartyCode: { value: false, from: 'default' }, experimentalSourceRewriting: { value: false, from: 'default' }, experimentalSingleTabRunMode: { value: false, from: 'default' }, experimentalStudio: { value: true, from: 'config' }, fileServerFolder: { value: '', from: 'default' }, fixturesFolder: { value: 'cypress/fixtures', from: 'default' }, excludeSpecPattern: { value: '*.hot-update.js', from: 'default' }, includeShadowDom: { value: false, from: 'default' }, keystrokeDelay: { value: 0, from: 'default' }, modifyObstructiveCode: { value: true, from: 'default' }, nodeVersion: { value: undefined, from: 'default' }, numTestsKeptInMemory: { value: 0, from: 'config' }, platform: { value: 'win32', from: 'default' }, pageLoadTimeout: { value: 60000, from: 'default' }, port: { value: null, from: 'default' }, projectId: { value: null, from: 'default' }, redirectionLimit: { value: 20, from: 'default' }, reporter: { value: 'spec', from: 'default' }, reporterOptions: { value: null, from: 'default' }, requestTimeout: { value: 5000, from: 'default' }, resolvedNodePath: { value: null, from: 'default' }, resolvedNodeVersion: { value: null, from: 'default' }, responseTimeout: { value: 30000, from: 'default' }, retries: { value: [Object], from: 'default' }, screenshotOnRunFailure: { value: true, from: 'default' }, screenshotsFolder: { value: 'cypress/screenshots', from: 'default' }, slowTestThreshold: { value: 10000, from: 'default' }, scrollBehavior: { value: 'top', from: 'default' }, supportFile: { value: 'cypress/support/e2e.{js,jsx,ts,tsx}', from: 'default' }, supportFolder: { value: false, from: 'default' }, taskTimeout: { value: 60000, from: 'default' }, testIsolation: { value: 'legacy', 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' }, watchForFileChanges: { value: false, from: 'config' }, specPattern: { value: 'cypress/integration/examples/*', from: 'config' }, browsers: { value: [Array], from: 'runtime' }, hosts: { value: null, from: 'default' }, isInteractive: { value: true, from: 'default' } }, testingType: 'e2e', remote: {}, browser: null, specs: [], proxyUrl: 'http://localhost:61211', browserUrl: 'http://localhost:61211/__/', reporterUrl: 'http://localhost:61211/__cypress/reporter', xhrUrl: '__cypress/xhrs/', proxyServer: 'http://localhost:61211', state: {} } +1ms cypress:network:cors Parsed URL { port: '61211', tld: 'localhost', domain: '' } +3ms cypress:server:remote-states getting remote state: { auth: undefined, origin: 'http://localhost:61211', strategy: 'file', fileServer: 'http://localhost:61212', domainName: 'localhost', props: null } for: http://localhost:61211 +3ms cypress:server:open_project launching browser: { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '105.0.5195.102', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', minSupportedVersion: 64, majorVersion: '105', isHeadless: true, isHeaded: false }, spec: cypress\integration\examples\Login.js +2ms cypress:server:browsers browsers.kill called with no active instance +2s cypress:server:browsers getBrowserLauncher { browser: { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '105.0.5195.102', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', minSupportedVersion: 64, majorVersion: '105', isHeadless: true, isHeaded: false } } +0ms cypress:server:browsers opening browser { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '105.0.5195.102', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', minSupportedVersion: 64, majorVersion: '105', isHeadless: true, isHeaded: false } +12ms cypress:server:browsers:chrome reading chrome preferences... { userDir: 'C:\\Users\\Sanjeet\\AppData\\Roaming\\Cypress\\cy\\production\\browsers\\chrome-stable\\run-11648', CHROME_PREFERENCE_PATHS: { default: 'Default\\Preferences', defaultSecure: 'Default\\Secure Preferences', localState: 'Local State' } } +0ms cypress:lifecycle:EventRegistrar plugin event registered? { eventName: 'before:browser:launch', isRegistered: false } +172ms cypress:server:browsers:chrome chrome is running headlessly, not installing extension +12ms cypress:server:appdata path: C:\Users\Sanjeet\AppData\Roaming\Cypress\cy\production\extensions +2s cypress:server:browsers:chrome launching in chrome with debugging port { url: 'http://localhost:61211/__/#/specs/runner?file=cypress\\integration\\examples\\Login.js', 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', "--simulate-outdated-no-au='Tue, 31 Dec 2099 23:59:59 GMT'", '--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', '--proxy-server=http://localhost:61211', '--proxy-bypass-list=<-loopback>', '--headless', '--window-size=1280,720', '--force-device-scale-factor=1', '--remote-debugging-port=61214', '--remote-debugging-address=127.0.0.1', '--user-data-dir=C:\\Users\\Sanjeet\\AppData\\Roaming\\Cypress\\cy\\production\\browsers\\chrome-stable\\run-11648', '--disk-cache-dir=C:\\Users\\Sanjeet\\AppData\\Roaming\\Cypress\\cy\\production\\browsers\\chrome-stable\\run-11648\\CypressCache' ], port: 61214 } +4ms cypress:launcher:browsers launching browser { browser: { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '105.0.5195.102', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', minSupportedVersion: 64, majorVersion: '105', isHeadless: true, isHeaded: false }, url: 'about:blank' } +0ms cypress:launcher:browsers 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', "--simulate-outdated-no-au='Tue, 31 Dec 2099 23:59:59 GMT'", '--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', '--proxy-server=http://localhost:61211', '--proxy-bypass-list=<-loopback>', '--headless', '--window-size=1280,720', '--force-device-scale-factor=1', '--remote-debugging-port=61214', '--remote-debugging-address=127.0.0.1', '--user-data-dir=C:\\Users\\Sanjeet\\AppData\\Roaming\\Cypress\\cy\\production\\browsers\\chrome-stable\\run-11648', '--disk-cache-dir=C:\\Users\\Sanjeet\\AppData\\Roaming\\Cypress\\cy\\production\\browsers\\chrome-stable\\run-11648\\CypressCache' ] } +0ms cypress:network:connect received error on connect, retrying { iteration: 0, delay: 100, err: Error: connect ECONNREFUSED 127.0.0.1:61214 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1157:16) { errno: -4078, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 61214 } } +0ms cypress:launcher:browsers chrome stderr: DevTools listening on ws://127.0.0.1:61214/devtools/browser/c0895ce4-43e0-4eb4-bf85-712205268965 +128ms cypress:network:connect successfully connected { opts: { host: '127.0.0.1', port: 61214, getDelayMsForRetry: [Function: getDelayMsForRetry] }, iteration: 1 } +112ms read ECONNRESET Error: read ECONNRESET at TCP.onStreamRead (node:internal/stream_base_commons:217:20) cypress:server:browsers:cri-client connecting { target: 'ws://localhost:61214/devtools/browser/c0895ce4-43e0-4eb4-bf85-712205268965' } +0ms cypress:server:api request to url: POST https://api.cypress.io/exceptions with params: {"body":{"err":{"name":"Error","message":"read ECONNRESET","stack":"Error: read ECONNRESET\n at TCP.onStreamRead (node:internalstream_base_commons:217:20)\n"},"version":"10.7.0","osName":"win32","osVersion":"10.0.19044","osCpus":[{"model":"Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz","speed":2592,"times":{"user":13830453,"nice":0,"sys":15377828,"idle":192506796,"irq":5091140}},{"model":"Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz","speed":2592,"times":{"user":13261515,"nice":0,"sys":8313859,"idle":200139406,"irq":878968}},{"model":"Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz","speed":2592,"times":{"user":22310687,"nice":0,"sys":9643359,"idle":189760734,"irq":288750}},{"model":"Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz","speed":2592,"times":{"user":12658421,"nice":0,"sys":7240781,"idle":201815578,"irq":195640}},{"model":"Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz","speed":2592,"times":{"user":14831546,"nice":0,"sys":8740250,"idle":198142984,"irq":237171}},{"model":"Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz","speed":2592,"times":{"user":10915031,"nice":0,"sys":6191031,"idle":204608718,"irq":187812}},{"model":"Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz","speed":2592,"times":{"user":12194734,"nice":0,"sys":7735328,"idle":201784718,"irq":201234}},{"model":"Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz","speed":2592,"times":{"user":12233828,"nice":0,"sys":6562609,"idle":202918343,"irq":205562}},{"model":"Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz","speed":2592,"times":{"user":10269015,"nice":0,"sys":7054937,"idle":204390812,"irq":262375}},{"model":"Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz","speed":2592,"times":{"user":10819875,"nice":0,"sys":6414828,"idle":204480062,"irq":264343}},{"model":"Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz","speed":2592,"times":{"user":11152546,"nice":0,"sys":6797015,"idle":203765203,"irq":257515}},{"model":"Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz","speed":2592,"times":{"user":11037703,"nice":0,"sys":6553828,"idle":204123234,"irq":260953}}],"osMemory":{"free":2849828864,"total":16919126016}},"headers":{"x-os-name":"win32","x-cypress-version":"10.7.0"}} and token: undefined +0ms cypress:network:agent addRequest called { isHttps: true, href: 'https://api.cypress.io/exceptions' } +0ms cypress:network:connect beginning getAddress { hostname: 'api.cypress.io', port: 443 } +48ms cypress:server:browsers browsers.kill called with no active instance +198ms cypress:proxy:http:util:prerequests metrics: { browserPreRequestsReceived: 0, proxyRequestsReceived: 0, immediatelyMatchedRequests: 0, unmatchedRequests: 0, unmatchedPreRequests: 0 } +0ms cypress:cli child event fired { event: 'exit', code: 1, signal: null } +6s cypress:cli child event fired { event: 'close', code: 1, signal: null } +1ms ```
JessicaFL commented 2 years ago

In case it helps, sophos has published an article stating that it has been fixed in Core Agent 2022.1.1 with IP exclusion for the loopback address. This update is currently being rolled out. They ask us to add 127.0.0.1 as a website exclusion in the threat protection policy, which will resolve the issue.

It has worked for us! :)

URL article -> https://support.sophos.com/support/s/article/KB-000044041?language=en_US

Revadike commented 1 year ago

I have the same issue for all web browsers and I dont even use Sophos... any workarounds?

nagash77 commented 1 year ago

@Revadike can you provide a reproducible example using cypress-test-tiny?

Revadike commented 1 year ago

@Revadike can you provide a reproducible example using cypress-test-tiny?

Are you in the Discord perhaps? It was reproducible for me, with the example Mike gave.

kolyasademetrio commented 1 year ago

Hi. I turned off my antivirus and all works fine for me.

Revadike commented 1 year ago

I use windows defender and turning it off, didn't work

ferruzoft commented 1 year ago

I'm starting using Cypress and I've got the same error in all the browsers:

read ECONNRESET
Error: read ECONNRESET
    at TCP.onStreamRead (node:internal/stream_base_commons:217:20)

Setup/Configuration details:

windows 10 PRO Node v18.17.1 Cypress v12.17.2 Chrome - v115 Electron v106

surajit-technogise commented 1 year ago

Cypress tests are failing when executed in CICD Pipleine. Getting below Error - read ECONNRESET Error: read ECONNRESET at TCP.onStreamRead (node:internal/stream_base_commons:217:20)

Screenshot 2023-09-27 at 9 33 52 AM

surajit-technogise commented 1 year ago

Cypress tests are failing when executed in CICD Pipleine. Getting below Error - read ECONNRESET Error: read ECONNRESET at TCP.onStreamRead (node:internal/stream_base_commons:217:20)

Screenshot 2023-09-27 at 9 33 52 AM

Updating to Cypress Version 13.2.0 helped me resolve this issue.

MikeMcC399 commented 1 year ago

@surajit-technogise

Chetax commented 7 months ago

same Issue , when i click on edge,chrome browser it get pop up error how to resolve it

$ npx cypress open

DevTools listening on ws://127.0.0.1:12029/devtools/browser/a976909c-d143-44fd-91c2-6f9b08abc4e5 read ECONNRESET Error: read ECONNRESET at TCP.onStreamRead (node:internal/stream_base_commons:217:20)

Node Version:v21.7.2
cypress:  13.7.2
window : 11