cypress
cypress copied to clipboard
Error: read ECONNRESET with fresh npm install
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?
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
In the future opening an issue, please fill out the issue template provided.
- What OS are you using?
- Could you run Cypress in debug mode mode and print the entire set of logs here?
Ok will do in the future.
- Windows 10 x64
- output download: cypress-output.txt
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
@jennifer-shehane Is the above sufficient?
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)
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.
@jennifer-shehane Any chance you could take a look at this? My team is keen on using cypress and obviously this is blocking.
@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?
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
120000msfor 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 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.
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.<anonymous> (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.<anonymous> (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.<anonymous> (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.<anonymous> (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.<anonymous> (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 (<anonymous>: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 (<anonymous>: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 (<anonymous>: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 (<anonymous>: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 (<anonymous>: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 (<anonymous>: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 (<anonymous>: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 (<anonymous>: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 (<anonymous>: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 (<anonymous>: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 (<anonymous>: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 (<anonymous>: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 (<anonymous>: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 (<anonymous>: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 (<anonymous>: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 (<anonymous>: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 (<anoy
mous>: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 (<anonymous>: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 (<anonymous>: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 (<anonymous>: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 (<anonymous>: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 (<anonymous>: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 (<anonymous>: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
(<anonymous>: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 (<anonymous>: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 (<anonymous>: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 (<anonymous>: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 (<anonymu
s>: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 (internal<stripped-path>stream_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.
Facing same problem in ubunut 20.04 lts with npm installation
@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
OS: Linux Mint 19.3
Same error is ocurring here on yarn
:
and this error is displaying in cypress ui:
@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. 🤦
Ping ...
Update Nodejs to 14 to use the new version of Cypress worked for me.
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
@luuk777w the solution for me was run Cypress in Docker. It's woking fine for now.
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.
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 😞
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?
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.
Had to switch to firefox. Then it works stable. Chrome, Chromium, Electron - all get stuck with the same exception
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.
I can confirm the same behavior as kiranHanumantharaya, though it's already happening from Cypress 6.5.0.
- The test are running fine on Mac
- The test are giving the error on Win (Windows 10 with Docker installed) using browsers like chrome, firefox, edge (electron runs OK somehow like kiranHanumantharaya noted).
Same here, only electron seems to work.
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.
Updating to 9.2.1 resolved our issue.
@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.
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.
My team is experiencing this error out of the blue. I have tried updating node, cypress etc to no avail
- Windows 10
- "cypress": "^9.5.1",
- Node: v16.14.0
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)