-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: read ECONNRESET with fresh npm install #14175
Comments
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.
|
Ok will do in the future.
Full output
|
@jennifer-shehane Is the above sufficient? |
Same problem here, started after the latest version upgrade of cypress...
|
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? |
@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 click here for my debugging output
|
@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) |
Ping ... |
Update Nodejs to 14 to use the new version of Cypress worked for me. |
Why is there still no solution for this issue?! These are the last lines of my error log:
I am using Windows 11 |
@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. |
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. The message after which the build hangs is this one:
However, |
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. |
We have exactly the same issue with Sophos Endpoint Protection and "Network Threat Protection" enabled. |
Just wanted to provide an update;
Keep in mind this isn't "a sure thing", but I am simply giving some hope to everyone affected by the Sophos issue that we might see a fix in the coming weeks. Fingers crossed ! 🤞 |
Official Sophos issue can be found here: https://support.sophos.com/support/s/article/KB-000044041?language=en_US |
My colleagues and I are affected by this issue too and our company uses Sophos. Our IT is migrating to Windows Defender in the next months and we are hoping that that will fix the problem for us. Until then, we are crossing our fingers that Sophos comes up with a fix soon. Thankfully our CI pipelines are not affected since they are Linux VMs, but not being able to run Cypress locally is definitely a hindrance. A workaround has been to run our tests with Electron instead of Chrome, but even that doesn't work for everyone for inexplicable reasons. I'm assuming an upgrade to Cypress 10 wouldn't fix this either? Has anyone tried that? And can someone from the Cypress team explain what exactly is happening here and what kind of network communication is taking place that is deemed as a "threat" by Sophos (note: I'm not implying you're up to any mischief here ❤️, just would like to understand what's going on)? |
Hello Cypress team, Setup/Configuration details:
My company uses OpenVPN, i tried connected/disconnected/quit mode, but same error for all modes. **Logs:**$ DEBUG=cypress:* npx cypress run --spec "cypress/integration/examples/Login.js" --browser=chrome
cypress:cli:cli cli starts with arguments ["C:\\Program Files\\nodejs\\node.exe","D:\\projects\\macrometa\\cypress\\node_modules\\cypress\\bin\\cypress","run","--spec","cypress/integration/examples/Login.js","--browser=chrome"] +0ms
cypress:cli NODE_OPTIONS is not set +0ms
cypress:cli:cli program parsing arguments +3ms
cypress:cli:cli running Cypress with args [ Command { _events: [Object: null prototype] { 'option:browser': [Function (anonymous)], 'option:ci-build-id': [Function (anonymous)], 'option:component': [Function (anonymous)], 'option:config': [Function (anonymous)], 'option:config-file': [Function (anonymous)], 'option:e2e': [Function (anonymous)], 'option:env': [Function (anonymous)], 'option:group': [Function (anonymous)], 'option:key': [Function (anonymous)], 'option:headed': [Function (anonymous)], 'option:headless':
[Function (anonymous)], 'option:no-exit': [Function (anonymous)], 'option:parallel': [Function (anonymous)], 'option:port': [Function (anonymous)], 'option:project': [Function (anonymous)], 'option:quiet': [Function (anonymous)], 'option:record': [Function (anonymous)], 'option:reporter': [Function (anonymous)], 'option:reporter-options': [Function (anonymous)], 'option:spec': [Function (anonymous)], 'option:tag': [Function (anonymous)], 'option:dev': [Function (anonymous)] }, _eventsCount: 22, _maxListeners: undefined, commands: [], options: [ [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option] ], parent: Command { _events: [Object: null prototype], _eventsCount: 1, _maxListeners: undefined, commands: [Array], options: [Array], parent: null, _allowUnknownOption: false, _args: [], rawArgs: [Array], _scriptPath: 'D:\\projects\\macrometa\\cypress\\node_modules\\cypress\\bin\\cypress', _name: 'cypress', _optionValues: {}, _storeOptionsAsProperties: true, _passCommandToAction: true, _actionResults: [], _actionHandler: null, _executableHandler: false, _executableFile: null, _defaultCommandName: null, _exitCallback: null, _aliases: [], _hidden: false, _helpFlags: '-h, --help', _helpDescription: 'display help for command', _helpShortFlag: '-h', _helpLongFlag: '--help', _hasImplicitHelpCommand: undefined, _helpCommandName: 'help', _helpCommandnameAndArgs: 'help [command]', _helpCommandDescription: 'display help for command', _usage: '<command> [options]', args: [Array], [Symbol(kCapture)]: false }, _allowUnknownOption: false, _args: [], rawArgs: null, _scriptPath:
null, _name: 'run', _optionValues: {}, _storeOptionsAsProperties: true, _passCommandToAction: true, _actionResults: [], _actionHandler: [Function: listener], _executableHandler: false, _executableFile: null, _defaultCommandName: null, _exitCallback: null, _aliases: [], _hidden: false, _helpFlags: '-h, --help', _helpDescription: 'display help for command', _helpShortFlag: '-h', _helpLongFlag: '--help', _hasImplicitHelpCommand: 0, _helpCommandName: 'help', _helpCommandnameAndArgs: 'help [command]', _helpCommandDescription: 'display help for command', _usage: '[options]', _description: 'Runs Cypress tests from the CLI without the GUI', _argsDescription: undefined, exit: true, spec: 'cypress/integration/examples/Login.js', browser: 'chrome', args: [], [Symbol(kCapture)]: false } ] +2ms
cypress:cli:cli variable-length opts parsed { args: [ 'C:\\Program Files\\nodejs\\node.exe', 'D:\\projects\\macrometa\\cypress\\node_modules\\cypress\\bin\\cypress', 'run',
'--spec', 'cypress/integration/examples/Login.js', '--browser=chrome' ], opts: Command { _events: [Object: null prototype] { 'option:browser': [Function (anonymous)], 'option:ci-build-id': [Function (anonymous)], 'option:component': [Function (anonymous)], 'option:config': [Function (anonymous)], 'option:config-file': [Function (anonymous)], 'option:e2e': [Function (anonymous)], 'option:env': [Function (anonymous)], 'option:group': [Function (anonymous)], 'option:key': [Function (anonymous)], 'option:headed': [Function
(anonymous)], 'option:headless': [Function (anonymous)], 'option:no-exit': [Function (anonymous)], 'option:parallel': [Function (anonymous)], 'option:port': [Function (anonymous)], 'option:project': [Function (anonymous)], 'option:quiet': [Function (anonymous)], 'option:record': [Function (anonymous)], 'option:reporter': [Function (anonymous)], 'option:reporter-options': [Function (anonymous)], 'option:spec': [Function (anonymous)], 'option:tag': [Function (anonymous)], 'option:dev': [Function (anonymous)] }, _eventsCount: 22, _maxListeners: undefined, commands: [], options: [ [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option] ], parent: Command { _events: [Object: null prototype], _eventsCount: 1, _maxListeners: undefined, commands: [Array], options: [Array], parent: null, _allowUnknownOption: false, _args: [], rawArgs: [Array], _scriptPath: 'D:\\projects\\macrometa\\cypress\\node_modules\\cypress\\bin\\cypress', _name: 'cypress', _optionValues: {}, _storeOptionsAsProperties: true, _passCommandToAction: true, _actionResults: [], _actionHandler: null, _executableHandler: false, _executableFile: null, _defaultCommandName: null, _exitCallback: null, _aliases: [], _hidden: false, _helpFlags: '-h, --help', _helpDescription: 'display help for command', _helpShortFlag: '-h', _helpLongFlag: '--help', _hasImplicitHelpCommand: undefined, _helpCommandName: 'help', _helpCommandnameAndArgs: 'help [command]', _helpCommandDescription: 'display help for command', _usage: '<command> [options]', args: [Array], [Symbol(kCapture)]: false }, _allowUnknownOption: false, _args: [], rawArgs: null, _scriptPath: null, _name: 'run', _optionValues: {}, _storeOptionsAsProperties: true, _passCommandToAction: true, _actionResults: [], _actionHandler: [Function: listener], _executableHandler: false, _executableFile: null, _defaultCommandName: null, _exitCallback: null, _aliases: [], _hidden: false, _helpFlags: '-h, --help', _helpDescription: 'display help for command', _helpShortFlag: '-h', _helpLongFlag: '--help', _hasImplicitHelpCommand: 0, _helpCommandName: 'help', _helpCommandnameAndArgs: 'help [command]', _helpCommandDescription: 'display help for command', _usage: '[options]', _description: 'Runs Cypress tests from the CLI without the GUI', _argsDescription: undefined, exit: true, spec: 'cypress/integration/examples/Login.js', browser: 'chrome', args: [], [Symbol(kCapture)]: false } } +188ms
cypress:cli parsed cli options { browser: 'chrome', spec: 'cypress/integration/examples/Login.js' } +199ms
cypress:cli verifying Cypress app +0ms
cypress:cli checking environment variables +1ms
cypress:cli checking if executable exists C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\Cypress.exe +2ms
cypress:cli Binary is executable? : true +3ms
cypress:cli binaryDir is C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress +0ms
cypress:cli Reading binary package.json from: C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\package.json +0ms
cypress:cli Found binary version 10.7.0 installed in: C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress +6ms
cypress:cli { verified: true } +7ms
cypress:cli is Verified ? true +3ms
cypress:cli:run processing run options { browser: 'chrome', spec: 'cypress/integration/examples/Login.js', key: null, reporter: null, reporterOptions: null, project: 'D:\\projects\\macrometa\\cypress' } +0ms
cypress:cli:run --key is not set, looking up environment variable CYPRESS_RECORD_KEY +1ms
cypress:cli:run run to spawn.start args ["--run-project","D:\\projects\\macrometa\\cypress","--browser","chrome","--spec","cypress/integration/examples/Login.js"] +1ms
cypress:cli needs to start own Xvfb? false +0ms
cypress:cli spawning, should retry on display problem? false +1ms
cypress:cli spawn args [ '--', '--run-project', 'D:\\projects\\macrometa\\cypress', '--browser', 'chrome', '--spec', 'cypress/integration/examples/Login.js', '--cwd', 'D:\\projects\\macrometa\\cypress', '--userNodePath', 'C:\\Program Files\\nodejs\\node.exe', '--userNodeVersion', '16.17.0' ] { detached: false, stdio: 'pipe', windowsHide: false }
+8ms
cypress:cli spawning Cypress with executable: C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\Cypress.exe +2ms
cypress:cli piping process STDIN into child STDIN +10ms
cypress:cli piping child STDOUT to process STDOUT +1ms
cypress:cli piping child STDERR to process STDERR +2ms
cypress:ts registering ts-node on directory undefined +0ms
cypress:ts Running without ts-node hook in environment "production" +89ms
cypress:server:appdata path: C:\Users\Sanjeet\AppData\Roaming\Cypress\cy\production\cache +0ms
cypress:server:appdata path: C:\Users\Sanjeet\AppData\Roaming\Cypress\cy\production\browsers +92ms
cypress:server:cypress starting cypress with argv [ 'C:\\Users\\Sanjeet\\AppData\\Local\\Cypress\\Cache\\10.7.0\\Cypress\\Cypress.exe', '--', '--run-project', 'D:\\projects\\macrometa\\cypress', '--browser', 'chrome', '--spec', 'cypress/integration/examples/Login.js', '--cwd', 'D:\\projects\\macrometa\\cypress', '--userNodePath', 'C:\\Program Files\\nodejs\\node.exe', '--userNodeVersion', '16.17.0' ] +0ms
cypress:server:args argv array: [ 'C:\\Users\\Sanjeet\\AppData\\Local\\Cypress\\Cache\\10.7.0\\Cypress\\Cypress.exe', '--run-project', 'D:\\projects\\macrometa\\cypress', '--browser', 'chrome', '--spec', 'cypress/integration/examples/Login.js', '--cwd', 'D:\\projects\\macrometa\\cypress', '--userNodePath', 'C:\\Program Files\\nodejs\\node.exe', '--userNodeVersion', '16.17.0' ] +0ms
cypress:server:args parsed argv options { options: { _: [ 'C:\\Users\\Sanjeet\\AppData\\Local\\Cypress\\Cache\\10.7.0\\Cypress\\Cypress.exe' ], 'run-project': 'D:\\projects\\macrometa\\cypress', runProject: 'D:\\projects\\macrometa\\cypress', browser: 'chrome', spec: 'cypress/integration/examples/Login.js', cwd: 'D:\\projects\\macrometa\\cypress', userNodePath: 'C:\\Program Files\\nodejs\\node.exe', userNodeVersion: '16.17.0' } } +1ms
cypress:server:args argv parsed: { _: [ 'C:\\Users\\Sanjeet\\AppData\\Local\\Cypress\\Cache\\10.7.0\\Cypress\\Cypress.exe' ], runProject: 'D:\\projects\\macrometa\\cypress', browser: 'chrome', spec: 'cypress/integration/examples/Login.js', cwd: 'D:\\projects\\macrometa\\cypress', userNodePath: 'C:\\Program Files\\nodejs\\node.exe', userNodeVersion: '16.17.0', invokedFromCli: true } +3ms
cypress:server:util:proxy found proxy environment variables { npm_config_noproxy: '' } +0ms
cypress:server:util:proxy HTTP_PROXY is falsy, disabling HTTP_PROXY +0ms
cypress:server:util:proxy setting default NO_PROXY of `` +0ms
cypress:server:util:proxy <-loopback> not found, adding localhost to NO_PROXY +0ms
cypress:server:util:proxy normalized proxy environment variables { NO_PROXY: '127.0.0.1,::1,localhost' } +0ms
cypress:server:args options { _: [ 'C:\\Users\\Sanjeet\\AppData\\Local\\Cypress\\Cache\\10.7.0\\Cypress\\Cypress.exe' ], runProject: 'D:\\projects\\macrometa\\cypress', browser: 'chrome', spec: [ 'D:\\projects\\macrometa\\cypress\\cypress\\integration\\examples\\Login.js' ], cwd: 'D:\\projects\\macrometa\\cypress', userNodePath: 'C:\\Program Files\\nodejs\\node.exe', userNodeVersion: '16.17.0', invokedFromCli: true, config: {} } +2ms
cypress:server:args argv options: { _: [ 'C:\\Users\\Sanjeet\\AppData\\Local\\Cypress\\Cache\\10.7.0\\Cypress\\Cypress.exe' ], runProject: 'D:\\projects\\macrometa\\cypress', browser: 'chrome', spec: [ 'D:\\projects\\macrometa\\cypress\\cypress\\integration\\examples\\Login.js' ], cwd: 'D:\\projects\\macrometa\\cypress', userNodePath: 'C:\\Program Files\\nodejs\\node.exe', userNodeVersion: '16.17.0', invokedFromCli: true, config: {}, projectRoot: 'D:\\projects\\macrometa\\cypress' } +0ms
cypress:server:cypress from argv [ 'C:\\Users\\Sanjeet\\AppData\\Local\\Cypress\\Cache\\10.7.0\\Cypress\\Cypress.exe', '--run-project', 'D:\\projects\\macrometa\\cypress', '--browser', 'chrome', '--spec', 'cypress/integration/examples/Login.js', '--cwd', 'D:\\projects\\macrometa\\cypress', '--userNodePath', 'C:\\Program Files\\nodejs\\node.exe',
'--userNodeVersion', '16.17.0' ] got options { _: [ 'C:\\Users\\Sanjeet\\AppData\\Local\\Cypress\\Cache\\10.7.0\\Cypress\\Cypress.exe' ], runProject: 'D:\\projects\\macrometa\\cypress', browser: 'chrome', spec: [ 'D:\\projects\\macrometa\\cypress\\cypress\\integration\\examples\\Login.js' ], cwd: 'D:\\projects\\macrometa\\cypress', userNodePath: 'C:\\Program Files\\nodejs\\node.exe', userNodeVersion: '16.17.0', invokedFromCli: true, config: {}, projectRoot: 'D:\\projects\\macrometa\\cypress' } +8ms
cypress:server:cypress scaling electron app in headless mode +1ms
cypress:server:appdata path: C:\Users\Sanjeet\AppData\Roaming\Cypress\cy\production +78ms
cypress:server:cypress starting in mode run with options { _: [ 'C:\\Users\\Sanjeet\\AppData\\Local\\Cypress\\Cache\\10.7.0\\Cypress\\Cypress.exe' ], runProject: 'D:\\projects\\macrometa\\cypress', browser: 'chrome', spec: [ 'D:\\projects\\macrometa\\cypress\\cypress\\integration\\examples\\Login.js' ], cwd: 'D:\\projects\\macrometa\\cypress', userNodePath: 'C:\\Program Files\\nodejs\\node.exe', userNodeVersion: '16.17.0', invokedFromCli: true, config: {}, projectRoot: 'D:\\projects\\macrometa\\cypress' } +63ms
cypress:server:cypress running Electron currently +0ms
cypress:graphql:nexusDeferIfNotLoadedPlugin Adding nexusDeferIfNotLoadedPlugin for Query.cloudLatestRunUpdateSpecData +0ms
cypress:graphql:nexusDeferIfNotLoadedPlugin Adding nexusDeferIfNotLoadedPlugin for Query.cloudProjectBySlug +0ms
cypress:graphql:nexusDeferIfNotLoadedPlugin Adding nexusDeferIfNotLoadedPlugin for Query.cloudProjectsBySlugs +0ms
cypress:graphql:nexusDeferIfNotLoadedPlugin Adding nexusDeferIfNotLoadedPlugin for Query.cloudSpecByPath +0ms
cypress:graphql:nexusDeferIfNotLoadedPlugin Adding nexusDeferIfNotLoadedPlugin for Query.cloudViewer +0ms
cypress:graphql:nexusDeferIfNotLoadedPlugin Adding nexusDeferIfNotLoadedPlugin for Query.versions +0ms
cypress:graphql:nexusDeferIfNotLoadedPlugin Adding nexusDeferIfNotLoadedPlugin for CurrentProject.cloudProject +2ms
cypress:graphql:nexusDeferIfNotLoadedPlugin Adding nexusDeferIfNotLoadedPlugin for RemoteFetchableCloudProjectResult.data +3ms
cypress:graphql:nexusDeferIfNotLoadedPlugin Adding nexusDeferIfNotLoadedPlugin for RemoteFetchableCloudProjectSpecResult.data +0ms
cypress:server:browsers:utils getBrowsers +0ms
cypress:launcher:detect detecting if the following browsers are present [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', versionRegex: /Google Chrome (\S+)/m, binary: [ 'google-chrome', 'chrome', 'google-chrome-stable' ], minSupportedVersion: 64 }, { name: 'chromium', family: 'chromium', channel: 'stable', displayName: 'Chromium', versionRegex: /Chromium (\S+)/m, binary: [ 'chromium-browser', 'chromium' ], minSupportedVersion: 64 }, { name: 'chrome', family: 'chromium', channel: 'beta', displayName: 'Chrome Beta', versionRegex: /Google Chrome (\S+) beta/m, binary: 'google-chrome-beta', minSupportedVersion: 64 }, { name: 'chrome', family: 'chromium', channel: 'canary', displayName: 'Canary', versionRegex: /Google Chrome Canary (\S+)/m, binary: 'google-chrome-canary', minSupportedVersion: 64 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', versionRegex: /^Mozilla Firefox ([^\sab]+)$/m, binary: 'firefox', minSupportedVersion: 86, validator: [Function: validator] }, { name: 'firefox', family: 'firefox', channel: 'dev', displayName: 'Firefox Developer Edition', versionRegex: /^Mozilla Firefox (\S+b\S*)$/m, binary: [ 'firefox-developer-edition', 'firefox' ], minSupportedVersion: 86 }, { name: 'firefox', family: 'firefox', channel: 'nightly', displayName: 'Firefox Nightly', versionRegex: /^Mozilla Firefox (\S+a\S*)$/m, binary: [ 'firefox-nightly', 'firefox-trunk' ], minSupportedVersion: 86 }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', versionRegex: /Microsoft Edge (\S+)/m, binary: [ 'edge', 'microsoft-edge' ], minSupportedVersion: 79 }, { name: 'edge', family: 'chromium', channel: 'canary', displayName: 'Edge Canary', versionRegex: /Microsoft Edge Canary (\S+)/m, binary: 'edge-canary', minSupportedVersion: 79 }, { name: 'edge', family: 'chromium', channel: 'beta', displayName: 'Edge Beta', versionRegex: /Microsoft Edge Beta (\S+)/m, binary: 'edge-beta', minSupportedVersion: 79 }, { name: 'edge', family: 'chromium', channel: 'dev', displayName: 'Edge Dev', versionRegex:
/Microsoft Edge Dev (\S+)/m, binary: [ 'edge-dev', 'microsoft-edge-dev' ], minSupportedVersion: 79 } ] +0ms
cypress:scaffold-config:detect Detected cypress.config.js - using JS +0ms
cypress:server:video using ffmpeg from C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\node_modules\@ffmpeg-installer\win32-x64\ffmpeg.exe +0ms
cypress:lifecycle:ProjectConfigIpc fork child process { CHILD_PROCESS_FILE_PATH: 'C:\\Users\\Sanjeet\\AppData\\Local\\Cypress\\Cache\\10.7.0\\Cypress\\resources\\app\\node_modules\\@packages\\server\\lib\\plugins\\child\\require_async_child.js', configProcessArgs: [ '--projectRoot', 'D:\\projects\\macrometa\\cypress', '--file', 'D:\\projects\\macrometa\\cypress\\cypress.config.js' ], childOptions: { stdio: 'pipe', cwd: 'D:\\projects\\macrometa\\cypress', execPath: 'C:\\Program Files\\nodejs\\node.exe' } } +0ms
cypress:lifecycle:ProjectConfigIpc trigger the load of the file +5ms
cypress:launcher:windows got version string for chrome: { exePath: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', version: '105.0.5195.102' } +0ms
cypress:launcher:windows error while looking up exe, trying next exePath { exePath: 'C:\\Program Files (x86)\\Google\\chrome-win32\\chrome.exe', exePaths: [], err: Error: Browser not installed: chromium at notInstalledErr (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\errors.js:5:17) at tryNextExePath (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:85:48) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:92:24 { notInstalled: true } } +3ms
cypress:launcher:windows error while looking up exe, trying next exePath { exePath: 'C:\\Program Files\\Google\\Chrome Beta\\Application\\chrome.exe', exePaths: [], err: Error: Browser not installed: chrome at notInstalledErr (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\errors.js:5:17) at tryNextExePath (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:85:48) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:92:24 { notInstalled: true } } +4ms
cypress:launcher:windows error while looking up exe, trying next exePath { exePath: 'C:\\Program Files (x86)\\Google\\Chrome Beta\\Application\\chrome.exe', exePaths: [], err: Error: Browser not installed: chrome at notInstalledErr (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\errors.js:5:17) at
tryNextExePath (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:85:48) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:107:20 { notInstalled: true } } +0ms
cypress:launcher:windows error while looking up exe, trying next exePath { exePath: 'C:\\Users\\Sanjeet\\AppData\\Local\\Google\\Chrome SxS\\Application\\chrome.exe', exePaths: [], err: Error: Browser not installed: chrome at notInstalledErr (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\errors.js:5:17) at tryNextExePath (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:85:48) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:92:24 { notInstalled: true } } +2ms
cypress:launcher:windows got version string for firefox: { exePath: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', version: '104.0.2' } +2ms
cypress:launcher:windows error while looking up exe, trying next exePath { exePath: 'C:\\Users\\Sanjeet\\AppData\\Local\\Firefox Developer Edition\\firefox.exe', exePaths: [], err: Error: Browser not installed: firefox at notInstalledErr (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\errors.js:5:17) at tryNextExePath (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:85:48) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:92:24 { notInstalled: true } } +6ms
cypress:launcher:windows error while looking up exe, trying next exePath { exePath: 'C:\\Program Files (x86)\\Firefox Developer Edition\\firefox.exe', exePaths: [], err: Error: Browser not installed: firefox at notInstalledErr (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\errors.js:5:17) at tryNextExePath (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:85:48) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:107:20 { notInstalled: true } } +1ms
cypress:launcher:windows error while looking up exe, trying next exePath { exePath: 'C:\\Program Files\\Firefox Developer Edition\\firefox.exe', exePaths: [], err: Error: Browser not installed: firefox at notInstalledErr (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\errors.js:5:17) at tryNextExePath (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:85:48) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:107:20 { notInstalled: true } } +0ms
cypress:launcher:windows error while looking up exe, trying next exePath { exePath: 'C:\\Users\\Sanjeet\\AppData\\Local\\Firefox Nightly\\firefox.exe', exePaths: [], err: Error: Browser not installed: firefox at notInstalledErr (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\errors.js:5:17) at tryNextExePath (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:85:48) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:92:24 { notInstalled: true } } +3ms
cypress:launcher:windows error while looking up exe, trying next exePath { exePath: 'C:\\Program Files (x86)\\Firefox Nightly\\firefox.exe', exePaths: [], err: Error: Browser not installed: firefox at notInstalledErr (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\errors.js:5:17) at tryNextExePath
(C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:85:48) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:107:20 { notInstalled: true } } +0ms
cypress:launcher:windows error while looking up exe, trying next exePath { exePath: 'C:\\Program Files\\Firefox Nightly\\firefox.exe', exePaths: [], err: Error: Browser not
installed: firefox at notInstalledErr (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\errors.js:5:17) at tryNextExePath (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:85:48) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:107:20 { notInstalled: true } } +0ms
cypress:launcher:windows got version string for edge: { exePath: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', version: '105.0.1343.33' } +2ms
cypress:launcher:windows error while looking up exe, trying next exePath { exePath: 'C:\\Users\\Sanjeet\\AppData\\Local\\Microsoft\\Edge SxS\\Application\\msedge.exe', exePaths: [], err: Error: Browser not installed: edge at notInstalledErr (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\errors.js:5:17) at tryNextExePath (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:85:48) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:92:24 { notInstalled: true } } +2ms
cypress:launcher:windows error while looking up exe, trying next exePath { exePath: 'C:\\Program Files (x86)\\Microsoft\\Edge Beta\\Application\\msedge.exe', exePaths: [], err: Error: Browser not installed: edge at notInstalledErr (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\errors.js:5:17) at tryNextExePath (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:85:48) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:92:24 { notInstalled: true } } +2ms
cypress:launcher:windows error while looking up exe, trying next exePath { exePath: 'C:\\Program Files (x86)\\Microsoft\\Edge Dev\\Application\\msedge.exe', exePaths: [], err: Error: Browser not installed: edge at notInstalledErr (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\errors.js:5:17) at tryNextExePath (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:85:48) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:92:24 { notInstalled: true } } +2ms
cypress:server:browsers:utils found browsers { browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '105.0.5195.102', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', minSupportedVersion: 64, majorVersion: '105' }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '104.0.2', path: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', minSupportedVersion: 86, majorVersion: '104' }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '105.0.1343.33', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', minSupportedVersion: 79, majorVersion: '105' } ] } +371ms
cypress:server:util:process_profiler error running process profiler: TypeError: Cannot read properties of null (reading 'allPids') at isBrowserProcess (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\server\lib\util\process_profiler.js:41:31) at getProcessGroup (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\server\lib\util\process_profiler.js:76:13) at classifyProcess (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\server\lib\util\process_profiler.js:103:18) at arrayMap (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\node_modules\lodash\lodash.js:653:23) at Function.map (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\node_modules\lodash\lodash.js:9622:14) at interceptor (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\node_modules\lodash\lodash.js:17094:35) at thru (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\node_modules\lodash\lodash.js:8859:14) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\node_modules\lodash\lodash.js:4430:28 at arrayReduce (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\node_modules\lodash\lodash.js:697:21) at baseWrapperValue (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\node_modules\lodash\lodash.js:4429:14) at LazyWrapper.lazyValue [as value] (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\node_modules\lodash\lodash.js:1901:16) at baseWrapperValue (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\node_modules\lodash\lodash.js:4427:25) at LodashWrapper.wrapperValue (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\node_modules\lodash\lodash.js:9114:14) at classify (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\server\lib\util\process_profiler.js:101:18) at classifyProcess (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\server\lib\util\process_profiler.js:103:9) at _groupCyProcesses (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\server\lib\util\process_profiler.js:105:5) at processTicksAndRejections (node:internal/process/task_queues:96:5) +0ms
cypress:lifecycle:child:run_require_async_child:3628 configFile: D:\projects\macrometa\cypress\cypress.config.js +0ms
cypress:lifecycle:child:run_require_async_child:3628 projectRoot: D:\projects\macrometa\cypress +1ms
cypress:lifecycle:child:run_require_async_child:3628 try loading D:\projects\macrometa\cypress\cypress.config.js +4ms
cypress:lifecycle:child:run_require_async_child:3628 Loading file D:\projects\macrometa\cypress\cypress.config.js +0ms
cypress:cli exporting Cypress module interface +0ms
cypress:lifecycle:child:run_require_async_child:3628 loaded config file D:\projects\macrometa\cypress\cypress.config.js +451ms
cypress:lifecycle:ProjectConfigIpc loadConfig:reply +668ms
cypress:lifecycle:ProjectConfigManager config is loaded for file D:\projects\macrometa\cypress\cypress.config.js null +0ms
cypress:config:browser validating configuration +0ms
cypress:lifecycle:child:run_require_async_child:3628 loaded config from D:\projects\macrometa\cypress\cypress.config.js { e2e: { setupNodeEvents: [Function: setupNodeEvents], specPattern: 'cypress/integration/examples/*', experimentalStudio: true } } +1ms
cypress:config:browser validating configuration +2ms
cypress:config:project setting config object { cliConfig: {}, projectName: 'cypress', projectRoot: 'D:\\projects\\macrometa\\cypress', config: { e2e: { setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true }, setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true }, envFile: {}, options: { _: [ 'C:\\Users\\Sanjeet\\AppData\\Local\\Cypress\\Cache\\10.7.0\\Cypress\\Cypress.exe' ], runProject:
'D:\\projects\\macrometa\\cypress', browser: 'chrome', spec: [ 'D:\\projects\\macrometa\\cypress\\cypress\\integration\\examples\\Login.js' ], cwd: 'D:\\projects\\macrometa\\cypress', userNodePath: 'C:\\Program Files\\nodejs\\node.exe', userNodeVersion: '16.17.0', invokedFromCli: true, config: {}, projectRoot: 'D:\\projects\\macrometa\\cypress', socketId: 'mb3cc4c6ba', isTextTerminal: true, quiet: false, morgan: false, report: true, testingType: 'e2e', configFile: 'cypress.config.js' }, configFile: 'cypress.config.js' } +0ms
cypress:config:project config is { e2e: { setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true }, setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true } +1ms
cypress:config:project:utils merged config with options, got { e2e: { setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true }, setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true, envFile: {}, projectRoot: 'D:\\projects\\macrometa\\cypress', projectName: 'cypress', rawJson: { e2e: { setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true }, setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true, envFile: {}, projectRoot: 'D:\\projects\\macrometa\\cypress', projectName: 'cypress' }, configFile: 'cypress.config.js', morgan: false, isTextTerminal: true, socketId: 'mb3cc4c6ba', report: true } +0ms
cypress:config:project:utils using CYPRESS_INTERNAL_ENV production +5ms
cypress:config:project:utils resolved config is { value: [], from: 'default' } +1ms
cypress:config:browser validating configuration +9ms
cypress:server:validation clientCerts: [] +0ms
cypress:config:project:utils validate that there is no breaking config options before setupNodeEvents +1ms
cypress:data-context:sources:FileDataSource updating glob patterns to POSIX +0ms
cypress:data-context:sources:FileDataSource globbing pattern(s): [ 'cypress/support/e2e.{js,jsx,ts,tsx}' ] +0ms
cypress:data-context:sources:FileDataSource within directory: D:\projects\macrometa\cypress +0ms
cypress:config:project:utils setting support file D:/projects/macrometa/cypress/cypress/support/e2e.js +12ms
cypress:config:project:utils for project root D:\projects\macrometa\cypress +0ms
cypress:config:project:utils resolved support file D:\projects\macrometa\cypress\cypress\support\e2e.js +1ms
cypress:config:project:utils require.resolve switched support folder from D:/projects/macrometa/cypress/cypress/support/e2e.js to D:\projects\macrometa\cypress\cypress\support\e2e.js +0ms
cypress:config:project:utils switching to found file D:\projects\macrometa\cypress\cypress\support\e2e.js +0ms
cypress:config:project:utils set support folder D:\projects\macrometa\cypress\cypress\support +0ms
cypress:config:browser validating configuration +14ms
cypress:server:validation clientCerts: [] +14ms
cypress:server:validation browsers [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '105.0.5195.102', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', minSupportedVersion: 64, majorVersion: '105' }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '104.0.2', path: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', minSupportedVersion: 86, majorVersion: '104' }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '105.0.1343.33', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', minSupportedVersion: 79, majorVersion: '105' }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '102.0.5005.148', path: '', majorVersion: 102, info: 'Electron is the default browser that comes with Cypress. This is the default browser that runs in headless mode. Selecting this browser is useful when debugging. The version number indicates the underlying Chromium version that Electron uses.' } ] +0ms
cypress:lifecycle:child:run_require_async_child:3628 setupTestingType e2e { additionalIgnorePattern: [], animationDistanceThreshold: 5, arch: 'x64', autoOpen: false, baseUrl: null, blockHosts: null, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '105.0.5195.102', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', minSupportedVersion: 64, majorVersion: '105' }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '104.0.2', path: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', minSupportedVersion: 86, majorVersion: '104' }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '105.0.1343.33', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', minSupportedVersion: 79, majorVersion: '105' }, { name:
'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '102.0.5005.148', path: '', majorVersion: 102, info: 'Electron is the default browser that comes with Cypress. This is the default browser that runs in headless mode. Selecting this browser is useful when debugging. The version number indicates the underlying Chromium version that Electron uses.' } ], chromeWebSecurity: true, clientCertificates: [], clientRoute: '/__/', configFile: 'D:\\projects\\macrometa\\cypress\\cypress.config.js',
cypressBinaryRoot: 'C:\\Users\\Sanjeet\\AppData\\Local\\Cypress\\Cache\\10.7.0\\Cypress\\resources\\app', cypressEnv: 'production', defaultCommandTimeout: 4000, devServerPublicPathRoute: '/__cypress/src', downloadsFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\downloads', env: {}, excludeSpecPattern: '*.hot-update.js', execTimeout: 60000, experimentalFetchPolyfill: false, experimentalInteractiveRunEvents: false, experimentalModifyObstructiveThirdPartyCode: false, experimentalSessionAndOrigin: false, experimentalSingleTabRunMode: false, experimentalSourceRewriting: false, experimentalStudio: true, fileServerFolder: 'D:\\projects\\macrometa\\cypress', fixturesFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\fixtures', hosts: null, includeShadowDom: false, isInteractive: true, isTextTerminal: true, keystrokeDelay: 0, modifyObstructiveCode: true, morgan: false, namespace: '__cypress', numTestsKeptInMemory: 0, pageLoadTimeout: 60000, platform: 'win32', port: null, projectId: null, projectName: 'cypress', projectRoot: 'D:\\projects\\macrometa\\cypress', rawJson: { e2e: { setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true }, setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true, envFile: {}, projectRoot: 'D:\\projects\\macrometa\\cypress', projectName: 'cypress' }, redirectionLimit: 20, report: true, reporter: 'spec', reporterOptions: null, reporterRoute: '/__cypress/reporter', requestTimeout: 5000, resolved: { animationDistanceThreshold: { value: 5, from: 'default' }, arch: { value: 'x64', from: 'default' }, baseUrl: { value: null, from: 'default' }, blockHosts: { value: null, from: 'default' }, chromeWebSecurity: { value: true, from: 'default' }, clientCertificates: { value: [], from: 'default' }, defaultCommandTimeout: { value: 4000, from: 'default' }, downloadsFolder: { value: 'cypress/downloads', from: 'default' }, env: {}, execTimeout: { value: 60000, from: 'default' }, experimentalFetchPolyfill: { value: false, from: 'default' }, experimentalInteractiveRunEvents: { value: false, from: 'default' }, experimentalSessionAndOrigin: { value: false, from: 'default' }, experimentalModifyObstructiveThirdPartyCode: { value: false, from: 'default' }, experimentalSourceRewriting: { value: false, from: 'default' }, experimentalSingleTabRunMode: { value: false, from: 'default' }, experimentalStudio: { value: true, from: 'config' }, fileServerFolder: { value: '', from: 'default' }, fixturesFolder: { value: 'cypress/fixtures', from: 'default' }, excludeSpecPattern: { value: '*.hot-update.js', from: 'default' }, includeShadowDom: { value: false, from: 'default' }, keystrokeDelay: { value: 0, from: 'default' }, modifyObstructiveCode: { value: true, from: 'default' }, nodeVersion: { from: 'default' }, numTestsKeptInMemory: { value: 0, from: 'config' }, platform: { value: 'win32', from: 'default' }, pageLoadTimeout: { value: 60000, from: 'default' }, port: { value: null, from: 'default' }, projectId: { value: null, from: 'default' }, redirectionLimit: { value: 20, from: 'default' }, reporter: { value: 'spec', from: 'default' }, reporterOptions: { value: null, from: 'default' }, requestTimeout: { value: 5000, from: 'default' }, resolvedNodePath: { value: null, from: 'default' }, resolvedNodeVersion: { value: null, from: 'default' }, responseTimeout: { value: 30000, from: 'default' }, retries: { value: [Object], from: 'default' }, screenshotOnRunFailure: { value: true, from: 'default' }, screenshotsFolder: { value: 'cypress/screenshots', from: 'default' }, slowTestThreshold: { value: 10000,
from: 'default' }, scrollBehavior: { value: 'top', from: 'default' }, supportFile: { value: 'cypress/support/e2e.{js,jsx,ts,tsx}', from: 'default' }, supportFolder: { value: false, from: 'default' }, taskTimeout: { value: 60000, from: 'default' }, testIsolation: { value: 'legacy', from: 'default' }, trashAssetsBeforeRuns: { value: true, from: 'default' }, userAgent: { value: null, from: 'default' }, video: { value: true, from: 'default' }, videoCompression: { value: 32, from: 'default' }, videosFolder: { value: 'cypress/videos', from: 'default' }, videoUploadOnPasses: { value: true, from: 'default' }, viewportHeight: { value: 660, from: 'default' }, viewportWidth: { value: 1000, from: 'default' }, waitForAnimations: { value: true, from: 'default' }, watchForFileChanges: { value: false, from: 'config' }, specPattern: { value: 'cypress/integration/examples/*', from: 'config' }, browsers: { value: [Array], from: 'runtime' }, hosts: { value: null, from: 'default' }, isInteractive: { value: true, from: 'default' } }, resolvedNodePath: 'C:\\Program Files\\nodejs\\node.exe', resolvedNodeVersion: '16.17.0', responseTimeout: 30000, retries: { runMode: 0, openMode: 0 }, screenshotOnRunFailure: true, screenshotsFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\screenshots', scrollBehavior: 'top', setupNodeEvents: '[Function setupNodeEvents]', slowTestThreshold: 10000, socketId: 'mb3cc4c6ba', socketIoCookie: '__socket', socketIoRoute: '/__socket', specPattern: 'cypress/integration/examples/*', supportFile: 'D:\\projects\\macrometa\\cypress\\cypress\\support\\e2e.js', supportFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\support', taskTimeout: 60000, testIsolation: 'legacy', trashAssetsBeforeRuns: true, userAgent: null, version: '10.7.0', video: true, videoCompression: 32, videoUploadOnPasses: true, videosFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\videos', viewportHeight: 660, viewportWidth: 1000, waitForAnimations: true, watchForFileChanges: false, xhrRoute: '/xhrs/', testingType: 'e2e' } +28ms
cypress:lifecycle:child:RunPlugins:3628 project root: D:\projects\macrometa\cypress +0ms
cypress:lifecycle:child:RunPlugins:3628 passing config { additionalIgnorePattern: [], animationDistanceThreshold: 5, arch: 'x64', autoOpen: false, baseUrl: null, blockHosts: null, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '105.0.5195.102', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', minSupportedVersion: 64, majorVersion: '105' }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '104.0.2', path: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', minSupportedVersion: 86, majorVersion: '104' }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '105.0.1343.33', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', minSupportedVersion: 79, majorVersion: '105' }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '102.0.5005.148', path: '', majorVersion: 102, info: 'Electron is the default browser that comes with Cypress. This is the default browser that runs in headless mode. Selecting this browser is useful when debugging. The version number indicates the underlying Chromium version that Electron uses.' } ], chromeWebSecurity: true, clientCertificates: [], clientRoute: '/__/', configFile: 'D:\\projects\\macrometa\\cypress\\cypress.config.js', cypressBinaryRoot:
'C:\\Users\\Sanjeet\\AppData\\Local\\Cypress\\Cache\\10.7.0\\Cypress\\resources\\app', cypressEnv: 'production', defaultCommandTimeout: 4000, devServerPublicPathRoute: '/__cypress/src', downloadsFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\downloads', env: {}, excludeSpecPattern: '*.hot-update.js', execTimeout: 60000, experimentalFetchPolyfill: false, experimentalInteractiveRunEvents: false, experimentalModifyObstructiveThirdPartyCode: false, experimentalSessionAndOrigin: false, experimentalSingleTabRunMode: false, experimentalSourceRewriting: false, experimentalStudio: true, fileServerFolder: 'D:\\projects\\macrometa\\cypress', fixturesFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\fixtures', hosts: null, includeShadowDom: false, isInteractive: true, isTextTerminal: true, keystrokeDelay: 0, modifyObstructiveCode: true, morgan: false, namespace: '__cypress', numTestsKeptInMemory: 0, pageLoadTimeout: 60000, platform: 'win32', port: null, projectId: null, projectName: 'cypress', projectRoot: 'D:\\projects\\macrometa\\cypress', rawJson: { e2e: { setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true }, setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true, envFile: {}, projectRoot: 'D:\\projects\\macrometa\\cypress', projectName: 'cypress' }, redirectionLimit: 20, report: true, reporter: 'spec', reporterOptions: null, reporterRoute: '/__cypress/reporter', requestTimeout: 5000, resolved: { animationDistanceThreshold: { value: 5, from: 'default' }, arch: { value: 'x64', from: 'default' }, baseUrl: { value: null, from: 'default' }, blockHosts: { value: null, from: 'default' }, chromeWebSecurity: { value: true, from: 'default' }, clientCertificates: { value: [], from: 'default' }, defaultCommandTimeout: { value: 4000, from: 'default' }, downloadsFolder: { value: 'cypress/downloads', from: 'default' }, env: {}, execTimeout: { value: 60000, from: 'default' }, experimentalFetchPolyfill: { value: false, from: 'default' }, experimentalInteractiveRunEvents: { value: false, from: 'default' }, experimentalSessionAndOrigin: { value: false, from: 'default' }, experimentalModifyObstructiveThirdPartyCode: { value: false, from: 'default' }, experimentalSourceRewriting: { value: false, from: 'default' }, experimentalSingleTabRunMode: { value: false, from: 'default' }, experimentalStudio: { value: true, from: 'config' }, fileServerFolder: { value: '', from: 'default' }, fixturesFolder: { value: 'cypress/fixtures', from: 'default' }, excludeSpecPattern: { value:
'*.hot-update.js', from: 'default' }, includeShadowDom: { value: false, from: 'default' }, keystrokeDelay: { value: 0, from: 'default' }, modifyObstructiveCode: { value: true, from: 'default' }, nodeVersion: { from: 'default' }, numTestsKeptInMemory: { value: 0, from: 'config' }, platform: { value: 'win32', from: 'default' }, pageLoadTimeout: { value: 60000, from: 'default' }, port: { value: null, from: 'default' }, projectId: { value: null, from: 'default' }, redirectionLimit: { value: 20, from: 'default' }, reporter:
{ value: 'spec', from: 'default' }, reporterOptions: { value: null, from: 'default' }, requestTimeout: { value: 5000, from: 'default' }, resolvedNodePath: { value: null, from: 'default' }, resolvedNodeVersion: { value: null, from: 'default' }, responseTimeout: { value: 30000, from: 'default' }, retries: { value: [Object], from: 'default' }, screenshotOnRunFailure: { value: true, from: 'default' }, screenshotsFolder: { value: 'cypress/screenshots', from: 'default' }, slowTestThreshold: { value: 10000, from: 'default' },
scrollBehavior: { value: 'top', from: 'default' }, supportFile: { value: 'cypress/support/e2e.{js,jsx,ts,tsx}', from: 'default' }, supportFolder: { value: false, from: 'default' }, taskTimeout: { value: 60000, from: 'default' }, testIsolation: { value: 'legacy', from: 'default' }, trashAssetsBeforeRuns: { value: true, from: 'default' }, userAgent:
{ value: null, from: 'default' }, video: { value: true, from: 'default' }, videoCompression: { value: 32, from: 'default' }, videosFolder: { value: 'cypress/videos', from: 'default' }, videoUploadOnPasses: { value: true, from: 'default' }, viewportHeight: { value: 660, from: 'default' }, viewportWidth: { value: 1000, from: 'default' }, waitForAnimations: { value: true, from: 'default' }, watchForFileChanges: { value: false, from: 'config' }, specPattern: { value: 'cypress/integration/examples/*', from: 'config' }, browsers: { value: [Array], from: 'runtime' }, hosts: { value: null, from: 'default' }, isInteractive: { value: true, from: 'default' } }, resolvedNodePath: 'C:\\Program Files\\nodejs\\node.exe', resolvedNodeVersion: '16.17.0', responseTimeout: 30000, retries: { runMode: 0, openMode: 0 }, screenshotOnRunFailure: true, screenshotsFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\screenshots', scrollBehavior: 'top', setupNodeEvents: '[Function setupNodeEvents]', slowTestThreshold: 10000, socketId: 'mb3cc4c6ba', socketIoCookie: '__socket', socketIoRoute: '/__socket', specPattern: 'cypress/integration/examples/*', supportFile: 'D:\\projects\\macrometa\\cypress\\cypress\\support\\e2e.js', supportFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\support', taskTimeout: 60000, testIsolation: 'legacy', trashAssetsBeforeRuns: true, userAgent: null, version: '10.7.0', video: true, videoCompression: 32, videoUploadOnPasses: true, videosFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\videos', viewportHeight: 660, viewportWidth: 1000, waitForAnimations: true, watchForFileChanges: false, xhrRoute: '/xhrs/', testingType: 'e2e' } +1ms
cypress:lifecycle:child:RunPlugins:3628 Loading the RunPlugins +3ms
cypress:lifecycle:child:RunPlugins:3628 register event _get:task:body with id 0 +0ms
cypress:lifecycle:child:RunPlugins:3628 register event _get:task:keys with id 1 +1ms
cypress:lifecycle:child:RunPlugins:3628 Calling setupNodeEvents +0ms
cypress:lifecycle:child:RunPlugins:3628 register default preprocessor +3ms
cypress:server:plugins resolving typescript with projectRoot 'D:\\projects\\macrometa\\cypress' +0ms
cypress:server:plugins could not resolve typescript, error: Cannot find module 'typescript'
Require stack:
- C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\node_modules\@packages\server\lib\util\resolve.js
- C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\node_modules\@packages\server\lib\plugins\child\run_plugins.js
- C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\node_modules\@packages\server\lib\plugins\child\run_require_async_child.js
- C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\node_modules\@packages\server\lib\plugins\child\require_async_child.js +1ms
cypress:lifecycle:child:RunPlugins:3628 creating webpack preprocessor with options {} +1ms
cypress:lifecycle:child:RunPlugins:3628 register event file:preprocessor with id 2 +372ms
cypress:lifecycle:child:RunPlugins:3628 plugins file successfully loaded +0ms
cypress:lifecycle:ProjectConfigManager register plugins process event _get:task:body with id 0 +415ms
cypress:lifecycle:EventRegistrar register event '_get:task:body' +0ms
cypress:lifecycle:ProjectConfigManager register plugins process event _get:task:keys with id 1 +0ms
cypress:lifecycle:EventRegistrar register event '_get:task:keys' +0ms
cypress:lifecycle:ProjectConfigManager register plugins process event file:preprocessor with id 2 +0ms
cypress:lifecycle:EventRegistrar register event 'file:preprocessor' +0ms
cypress:config:browser validating configuration +391ms
cypress:config:project setting config object { cliConfig: {}, projectName: 'cypress', projectRoot: 'D:\\projects\\macrometa\\cypress', config: { e2e: { setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true }, setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true }, envFile: {}, options: { _: [ 'C:\\Users\\Sanjeet\\AppData\\Local\\Cypress\\Cache\\10.7.0\\Cypress\\Cypress.exe' ], runProject:
'D:\\projects\\macrometa\\cypress', browser: 'chrome', spec: [ 'D:\\projects\\macrometa\\cypress\\cypress\\integration\\examples\\Login.js' ], cwd: 'D:\\projects\\macrometa\\cypress', userNodePath: 'C:\\Program Files\\nodejs\\node.exe', userNodeVersion: '16.17.0', invokedFromCli: true, config: {}, projectRoot: 'D:\\projects\\macrometa\\cypress', socketId: 'mb3cc4c6ba', isTextTerminal: true, quiet: false, morgan: false, report: true, testingType: 'e2e', configFile: 'cypress.config.js' }, configFile: 'cypress.config.js' } +412ms
cypress:config:project config is { e2e: { setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true }, setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true } +0ms
cypress:config:project:utils merged config with options, got { e2e: { setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true }, setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true, envFile: {}, projectRoot: 'D:\\projects\\macrometa\\cypress', projectName: 'cypress', rawJson: { e2e: { setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true }, setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true, envFile: {}, projectRoot: 'D:\\projects\\macrometa\\cypress', projectName: 'cypress' }, configFile: 'cypress.config.js', morgan: false, isTextTerminal: true, socketId: 'mb3cc4c6ba', report: true } +392ms
cypress:config:project:utils using CYPRESS_INTERNAL_ENV production +2ms
cypress:config:project:utils resolved config is { value: [], from: 'default' } +1ms
cypress:config:browser validating configuration +3ms
cypress:server:validation clientCerts: [] +394ms
cypress:config:project:utils validate that there is no breaking config options before setupNodeEvents +0ms
cypress:data-context:sources:FileDataSource updating glob patterns to POSIX +407ms
cypress:data-context:sources:FileDataSource globbing pattern(s): [ 'cypress/support/e2e.{js,jsx,ts,tsx}' ] +0ms
cypress:data-context:sources:FileDataSource within directory: D:\projects\macrometa\cypress +1ms
cypress:config:project:utils setting support file D:/projects/macrometa/cypress/cypress/support/e2e.js +4ms
cypress:config:project:utils for project root D:\projects\macrometa\cypress +0ms
cypress:config:project:utils resolved support file D:\projects\macrometa\cypress\cypress\support\e2e.js +0ms
cypress:config:project:utils require.resolve switched support folder from D:/projects/macrometa/cypress/cypress/support/e2e.js to D:\projects\macrometa\cypress\cypress\support\e2e.js +0ms
cypress:config:project:utils switching to found file D:\projects\macrometa\cypress\cypress\support\e2e.js +0ms
cypress:config:project:utils set support folder D:\projects\macrometa\cypress\cypress\support +0ms
cypress:config:browser validating configuration +5ms
cypress:server:validation clientCerts: [] +5ms
cypress:server:validation browsers [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '105.0.5195.102', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', minSupportedVersion: 64, majorVersion: '105' }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '104.0.2', path: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', minSupportedVersion: 86, majorVersion: '104' }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '105.0.1343.33', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', minSupportedVersion: 79, majorVersion: '105' }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '102.0.5005.148', path: '', majorVersion: 102, info: 'Electron is the default browser that comes with Cypress. This is the default browser that runs in headless mode. Selecting this browser is useful when debugging. The version number indicates the underlying Chromium version that Electron uses.' } ] +0ms
cypress:config:project updateWithPluginValues { cfg: { setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true, projectRoot: 'D:\\projects\\macrometa\\cypress', projectName: 'cypress', rawJson: { e2e: [Object], setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true, envFile: {}, projectRoot: 'D:\\projects\\macrometa\\cypress', projectName: 'cypress' }, configFile: 'cypress.config.js', morgan:
false, isTextTerminal: true, socketId: 'mb3cc4c6ba', report: true, animationDistanceThreshold: 5, arch: 'x64', baseUrl: null, blockHosts: null, chromeWebSecurity: true, clientCertificates: [], defaultCommandTimeout: 4000, downloadsFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\downloads', env: {}, execTimeout: 60000, experimentalFetchPolyfill: false, experimentalInteractiveRunEvents: false, experimentalSessionAndOrigin: false, experimentalModifyObstructiveThirdPartyCode: false, experimentalSourceRewriting: false, experimentalSingleTabRunMode: false, fileServerFolder: 'D:\\projects\\macrometa\\cypress', fixturesFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\fixtures', excludeSpecPattern: '*.hot-update.js', includeShadowDom: false, keystrokeDelay: 0, modifyObstructiveCode: true, nodeVersion: undefined, numTestsKeptInMemory: 0, platform: 'win32', pageLoadTimeout: 60000, port: null, projectId: null, redirectionLimit: 20, reporter: 'spec', reporterOptions: null, requestTimeout: 5000, resolvedNodePath: 'C:\\Program Files\\nodejs\\node.exe', resolvedNodeVersion: '16.17.0', responseTimeout: 30000, retries: { runMode: 0, openMode: 0 }, screenshotOnRunFailure: true, screenshotsFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\screenshots', slowTestThreshold: 10000, scrollBehavior: 'top', supportFile: 'D:\\projects\\macrometa\\cypress\\cypress\\support\\e2e.js', supportFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\support', taskTimeout: 60000, testIsolation: 'legacy', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\videos', videoUploadOnPasses: true, viewportHeight: 660, viewportWidth: 1000, waitForAnimations: true, watchForFileChanges: false, additionalIgnorePattern: [], autoOpen: false, browsers: [ [Object], [Object], [Object], [Object] ], clientRoute: '/__/', cypressBinaryRoot: 'C:\\Users\\Sanjeet\\AppData\\Local\\Cypress\\Cache\\10.7.0\\Cypress\\resources\\app', devServerPublicPathRoute: '/__cypress/src', hosts: null, isInteractive: true, namespace: '__cypress', reporterRoute: '/__cypress/reporter', socketIoCookie: '__socket', socketIoRoute: '/__socket', version: '10.7.0', xhrRoute: '/xhrs/', cypressEnv: 'production', resolved: { animationDistanceThreshold: [Object], arch: [Object], baseUrl: [Object], blockHosts: [Object], chromeWebSecurity: [Object], clientCertificates: [Object], defaultCommandTimeout: [Object], downloadsFolder: [Object], env: {}, execTimeout: [Object], experimentalFetchPolyfill: [Object], experimentalInteractiveRunEvents: [Object], experimentalSessionAndOrigin: [Object], experimentalModifyObstructiveThirdPartyCode: [Object], experimentalSourceRewriting: [Object], experimentalSingleTabRunMode: [Object], experimentalStudio: [Object], fileServerFolder: [Object], fixturesFolder: [Object], excludeSpecPattern: [Object], includeShadowDom: [Object], keystrokeDelay: [Object], modifyObstructiveCode: [Object], nodeVersion: [Object], numTestsKeptInMemory: [Object], platform: [Object], pageLoadTimeout: [Object], port: [Object], projectId: [Object], redirectionLimit: [Object], reporter: [Object], reporterOptions: [Object], requestTimeout: [Object], resolvedNodePath: [Object], resolvedNodeVersion: [Object], responseTimeout: [Object], retries: [Object], screenshotOnRunFailure: [Object], screenshotsFolder: [Object], slowTestThreshold: [Object], scrollBehavior: [Object], supportFile: [Object], supportFolder: [Object], taskTimeout: [Object], testIsolation: [Object], trashAssetsBeforeRuns: [Object], userAgent: [Object], video: [Object], videoCompression: [Object], videosFolder: [Object], videoUploadOnPasses:
[Object], viewportHeight: [Object], viewportWidth: [Object], waitForAnimations: [Object], watchForFileChanges: [Object], specPattern: [Object], browsers: [Object], hosts: [Object], isInteractive: [Object] } }, modifiedConfig: {} } +9ms
cypress:config:browser validating configuration +1ms
cypress:config:project validate that there is no breaking config options added by setupNodeEvents +0ms
cypress:config:project config diffs null +1ms
cypress:config:project merged config object { setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true, projectRoot: 'D:\\projects\\macrometa\\cypress', projectName: 'cypress', rawJson: { e2e: { setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true }, setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true, envFile: {}, projectRoot: 'D:\\projects\\macrometa\\cypress', projectName: 'cypress' }, configFile: 'cypress.config.js', morgan: false, isTextTerminal: true, socketId: 'mb3cc4c6ba', report: true, animationDistanceThreshold: 5, arch: 'x64', baseUrl: null, blockHosts: null, chromeWebSecurity: true, clientCertificates: [], defaultCommandTimeout: 4000, downloadsFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\downloads', env: {}, execTimeout: 60000, experimentalFetchPolyfill: false, experimentalInteractiveRunEvents: false, experimentalSessionAndOrigin: false, experimentalModifyObstructiveThirdPartyCode: false, experimentalSourceRewriting: false, experimentalSingleTabRunMode: false, fileServerFolder: 'D:\\projects\\macrometa\\cypress', fixturesFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\fixtures', excludeSpecPattern: '*.hot-update.js', includeShadowDom: false, keystrokeDelay: 0, modifyObstructiveCode: true, nodeVersion: undefined, numTestsKeptInMemory: 0, platform: 'win32', pageLoadTimeout: 60000, port: null, projectId: null, redirectionLimit: 20, reporter: 'spec', reporterOptions: null, requestTimeout: 5000, resolvedNodePath: 'C:\\Program Files\\nodejs\\node.exe', resolvedNodeVersion: '16.17.0', responseTimeout: 30000, retries: { runMode: 0, openMode: 0 }, screenshotOnRunFailure: true, screenshotsFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\screenshots', slowTestThreshold: 10000, scrollBehavior: 'top', supportFile: 'D:\\projects\\macrometa\\cypress\\cypress\\support\\e2e.js', supportFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\support', taskTimeout: 60000, testIsolation: 'legacy', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\videos', videoUploadOnPasses: true, viewportHeight: 660, viewportWidth: 1000, waitForAnimations: true, watchForFileChanges: false, additionalIgnorePattern: [], autoOpen: false, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '105.0.5195.102', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', minSupportedVersion: 64, majorVersion: '105' }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '104.0.2', path: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', minSupportedVersion: 86, majorVersion: '104' }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '105.0.1343.33', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', minSupportedVersion: 79, majorVersion: '105' }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '102.0.5005.148', path: '', majorVersion: 102, info: 'Electron is the default browser that comes with Cypress. This is the default browser that runs in headless mode. Selecting this browser is useful when debugging. The version number indicates the underlying Chromium version that Electron uses.' } ], clientRoute: '/__/', cypressBinaryRoot: 'C:\\Users\\Sanjeet\\AppData\\Local\\Cypress\\Cache\\10.7.0\\Cypress\\resources\\app', devServerPublicPathRoute: '/__cypress/src', hosts: null, isInteractive: true, namespace: '__cypress', reporterRoute: '/__cypress/reporter', socketIoCookie: '__socket', socketIoRoute: '/__socket', version: '10.7.0',
xhrRoute: '/xhrs/', cypressEnv: 'production', resolved: { animationDistanceThreshold: { value: 5, from: 'default' }, arch: { value: 'x64', from: 'default' }, baseUrl: { value: null, from: 'default' }, blockHosts: { value: null, from: 'default' }, chromeWebSecurity: { value: true, from: 'default' }, clientCertificates: { value: [], from: 'default' }, defaultCommandTimeout: { value: 4000, from: 'default' }, downloadsFolder: { value: 'cypress/downloads', from: 'default' }, env: {}, execTimeout: { value: 60000, from: 'default' }, experimentalFetchPolyfill: { value: false, from: 'default' }, experimentalInteractiveRunEvents: { value: false, from: 'default' }, experimentalSessionAndOrigin: { value: false, from: 'default' }, experimentalModifyObstructiveThirdPartyCode: { value: false, from: 'default' }, experimentalSourceRewriting: { value: false, from: 'default' }, experimentalSingleTabRunMode: { value: false, from: 'default' }, experimentalStudio: { value: true, from: 'config' }, fileServerFolder: { value: '', from: 'default' }, fixturesFolder: { value: 'cypress/fixtures', from: 'default' }, excludeSpecPattern: { value: '*.hot-update.js', from: 'default' }, includeShadowDom: { value: false, from: 'default' }, keystrokeDelay: { value: 0, from: 'default' }, modifyObstructiveCode: { value: true, from: 'default' }, nodeVersion: { value: undefined, from: 'default' }, numTestsKeptInMemory: { value: 0, from: 'config' }, platform: { value: 'win32', from: 'default' }, pageLoadTimeout: { value: 60000, from: 'default' }, port: { value: null, from: 'default' }, projectId: { value: null, from: 'default' }, redirectionLimit: { value: 20, from: 'default' }, reporter: { value: 'spec', from: 'default' }, reporterOptions: { value: null, from:
'default' }, requestTimeout: { value: 5000, from: 'default' }, resolvedNodePath: { value: null, from: 'default' }, resolvedNodeVersion: { value: null, from: 'default' }, responseTimeout: { value: 30000, from: 'default' }, retries: { value: [Object], from: 'default' }, screenshotOnRunFailure: { value: true, from: 'default' }, screenshotsFolder: { value: 'cypress/screenshots', from: 'default' }, slowTestThreshold: { value: 10000, from: 'default' }, scrollBehavior: { value: 'top', from: 'default' }, supportFile: { value: 'cypress/support/e2e.{js,jsx,ts,tsx}', from: 'default' }, supportFolder: { value: false, from: 'default' }, taskTimeout: { value: 60000, from: 'default' }, testIsolation: { value: 'legacy', from: 'default' }, trashAssetsBeforeRuns: { value: true, from: 'default' }, userAgent: { value: null, from: 'default' }, video: { value: true, from: 'default' }, videoCompression: { value: 32, from: 'default' }, videosFolder: { value: 'cypress/videos', from: 'default' }, videoUploadOnPasses: { value: true, from: 'default' }, viewportHeight: { value: 660, from: 'default' }, viewportWidth: { value: 1000, from: 'default' }, waitForAnimations: { value: true, from: 'default' }, watchForFileChanges: { value: false, from: 'config' }, specPattern: { value: 'cypress/integration/examples/*', from: 'config' }, browsers: { value: [Array], from: 'runtime' }, hosts: { value: null, from: 'default' }, isInteractive: { value: true, from: 'default' } } } +0ms
cypress:config:project merged plugins config { setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true, projectRoot: 'D:\\projects\\macrometa\\cypress', projectName: 'cypress', rawJson: { e2e: { setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true }, setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true, envFile: {}, projectRoot: 'D:\\projects\\macrometa\\cypress', projectName: 'cypress' }, configFile: 'cypress.config.js', morgan: false, isTextTerminal: true, socketId: 'mb3cc4c6ba', report: true, animationDistanceThreshold: 5, arch: 'x64', baseUrl: null, blockHosts: null, chromeWebSecurity: true, clientCertificates: [], defaultCommandTimeout: 4000, downloadsFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\downloads', env: {}, execTimeout: 60000, experimentalFetchPolyfill: false, experimentalInteractiveRunEvents: false, experimentalSessionAndOrigin: false, experimentalModifyObstructiveThirdPartyCode: false, experimentalSourceRewriting: false, experimentalSingleTabRunMode: false, fileServerFolder: 'D:\\projects\\macrometa\\cypress', fixturesFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\fixtures', excludeSpecPattern: '*.hot-update.js', includeShadowDom: false, keystrokeDelay: 0,
modifyObstructiveCode: true, nodeVersion: undefined, numTestsKeptInMemory: 0, platform: 'win32', pageLoadTimeout: 60000, port: null, projectId: null, redirectionLimit: 20, reporter: 'spec', reporterOptions: null, requestTimeout: 5000, resolvedNodePath: 'C:\\Program Files\\nodejs\\node.exe', resolvedNodeVersion: '16.17.0', responseTimeout: 30000, retries: { runMode: 0, openMode: 0 }, screenshotOnRunFailure: true, screenshotsFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\screenshots', slowTestThreshold: 10000, scrollBehavior: 'top', supportFile: 'D:\\projects\\macrometa\\cypress\\cypress\\support\\e2e.js', supportFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\support', taskTimeout: 60000, testIsolation: 'legacy', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\videos', videoUploadOnPasses: true, viewportHeight: 660, viewportWidth: 1000, waitForAnimations: true, watchForFileChanges: false, additionalIgnorePattern: [], autoOpen: false, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '105.0.5195.102', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', minSupportedVersion: 64, majorVersion: '105' }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '104.0.2', path: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', minSupportedVersion: 86, majorVersion: '104' }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '105.0.1343.33', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', minSupportedVersion: 79, majorVersion: '105' }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '102.0.5005.148', path: '', majorVersion: 102, info: 'Electron is the default browser that comes with Cypress. This is
the default browser that runs in headless mode. Selecting this browser is useful when debugging. The version number indicates the underlying Chromium version that Electron uses.' } ], clientRoute: '/__/', cypressBinaryRoot: 'C:\\Users\\Sanjeet\\AppData\\Local\\Cypress\\Cache\\10.7.0\\Cypress\\resources\\app', devServerPublicPathRoute: '/__cypress/src', hosts: null, isInteractive: true, namespace: '__cypress', reporterRoute: '/__cypress/reporter', socketIoCookie: '__socket', socketIoRoute: '/__socket', version: '10.7.0', xhrRoute: '/xhrs/', cypressEnv: 'production', resolved: { animationDistanceThreshold: { value: 5, from: 'default' }, arch: { value: 'x64', from: 'default' }, baseUrl: { value: null, from: 'default' }, blockHosts: { value: null, from: 'default' }, chromeWebSecurity: { value: true, from: 'default' }, clientCertificates: { value: [], from: 'default'
}, defaultCommandTimeout: { value: 4000, from: 'default' }, downloadsFolder: { value: 'cypress/downloads', from: 'default' }, env: {}, execTimeout: { value: 60000, from: 'default' }, experimentalFetchPolyfill: { value: false, from: 'default' }, experimentalInteractiveRunEvents: { value: false, from: 'default' }, experimentalSessionAndOrigin: { value: false, from: 'default' }, experimentalModifyObstructiveThirdPartyCode: { value: false, from: 'default' }, experimentalSourceRewriting: { value: false, from: 'default' }, experimentalSingleTabRunMode: { value: false, from: 'default' }, experimentalStudio: { value: true, from: 'config' }, fileServerFolder: { value: '', from: 'default' }, fixturesFolder: { value: 'cypress/fixtures', from: 'default' }, excludeSpecPattern: { value: '*.hot-update.js', from: 'default' }, includeShadowDom: { value: false, from: 'default' },
keystrokeDelay: { value: 0, from: 'default' }, modifyObstructiveCode: { value: true, from: 'default' }, nodeVersion: { value: undefined, from: 'default' }, numTestsKeptInMemory: { value: 0, from: 'config' }, platform: { value: 'win32', from: 'default' }, pageLoadTimeout: { value: 60000, from: 'default' }, port: { value: null, from: 'default' }, projectId: { value: null, from: 'default' }, redirectionLimit: { value: 20, from: 'default' }, reporter: { value: 'spec', from: 'default' }, reporterOptions: { value: null, from: 'default' }, requestTimeout: { value: 5000, from: 'default' }, resolvedNodePath: { value: null, from: 'default' }, resolvedNodeVersion: { value: null, from: 'default' }, responseTimeout: { value: 30000, from: 'default' }, retries: { value: [Object], from: 'default' }, screenshotOnRunFailure: { value: true, from: 'default' }, screenshotsFolder: { value: 'cypress/screenshots', from: 'default' }, slowTestThreshold: { value: 10000, from: 'default' }, scrollBehavior: { value: 'top', from: 'default' }, supportFile: { value:
'cypress/support/e2e.{js,jsx,ts,tsx}', from: 'default' }, supportFolder: { value: false, from: 'default' }, taskTimeout: { value: 60000, from: 'default' }, testIsolation: { value: 'legacy', from: 'default' }, trashAssetsBeforeRuns: { value: true, from: 'default' }, userAgent: { value: null, from: 'default' }, video: { value: true, from: 'default' }, videoCompression: { value: 32, from: 'default' }, videosFolder: { value: 'cypress/videos', from: 'default' }, videoUploadOnPasses: { value: true, from: 'default' }, viewportHeight: { value: 660, from: 'default' }, viewportWidth: { value: 1000, from: 'default' }, waitForAnimations: { value: true, from: 'default' }, watchForFileChanges: { value: false, from: 'config' }, specPattern: { value: 'cypress/integration/examples/*', from: 'config' }, browsers: { value: [Array], from: 'runtime' }, hosts: { value: null, from: 'default' }, isInteractive: { value: true, from: 'default' } } } +1ms
cypress:data-context:sources:FileDataSource updating glob patterns to POSIX +9ms
cypress:data-context:sources:FileDataSource globbing pattern(s): [ 'cypress/integration/examples/Login.js' ] +0ms
cypress:data-context:sources:FileDataSource within directory: D:\projects\macrometa\cypress +0ms
cypress:data-context:sources:FileDataSource updating glob patterns to POSIX +4ms
cypress:data-context:sources:FileDataSource globbing pattern(s): [ 'cypress/integration/examples/*' ] +0ms
cypress:data-context:sources:FileDataSource within directory: D:\projects\macrometa\cypress +0ms
cypress:data-context:sources:ProjectDataSource found specs [ 'D:/projects/macrometa/cypress/cypress/integration/examples/Login.js' ] +0ms
cypress:server:browsers:utils searching for browser { nameOrPath: 'chrome', filter: { name: 'chrome', channel: 'stable' }, knownBrowsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '105.0.5195.102', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', minSupportedVersion: 64, majorVersion: '105' }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '104.0.2', path: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', minSupportedVersion: 86, majorVersion: '104' }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '105.0.1343.33', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', minSupportedVersion: 79, majorVersion: '105' }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '102.0.5005.148', path: '', majorVersion: 102, info: 'Electron is the default browser that comes with Cypress. This is the default browser that runs in headless
mode. Selecting this browser is useful when debugging. The version number indicates the underlying Chromium version that Electron uses.' } ] } +1s
cypress:data-context browser found to set chrome +0ms
cypress:server:run run mode ready with options { _: [ 'C:\\Users\\Sanjeet\\AppData\\Local\\Cypress\\Cache\\10.7.0\\Cypress\\Cypress.exe' ], runProject: 'D:\\projects\\macrometa\\cypress', browser: 'chrome', spec: [ 'D:\\projects\\macrometa\\cypress\\cypress\\integration\\examples\\Login.js' ], cwd: 'D:\\projects\\macrometa\\cypress', userNodePath: 'C:\\Program Files\\nodejs\\node.exe', userNodeVersion: '16.17.0', invokedFromCli: true, config: {}, projectRoot: 'D:\\projects\\macrometa\\cypress', socketId: 'mb3cc4c6ba', isTextTerminal: true, quiet: false, morgan: false, report: true, testingType: 'e2e' } +0ms
cypress:server:browsers getAllBrowsersWith { nameOrPath: undefined } +0ms
cypress:server:browsers:utils getBrowsers +3ms
cypress:launcher:detect detecting if the following browsers are present [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', versionRegex: /Google Chrome (\S+)/m, binary: [ 'google-chrome', 'chrome', 'google-chrome-stable' ], minSupportedVersion: 64 }, { name: 'chromium', family: 'chromium', channel: 'stable', displayName: 'Chromium', versionRegex: /Chromium (\S+)/m, binary: [ 'chromium-browser', 'chromium' ], minSupportedVersion: 64 }, { name: 'chrome', family: 'chromium', channel: 'beta', displayName: 'Chrome Beta', versionRegex: /Google Chrome (\S+) beta/m, binary: 'google-chrome-beta', minSupportedVersion: 64 }, { name: 'chrome', family: 'chromium', channel: 'canary', displayName: 'Canary', versionRegex: /Google Chrome Canary (\S+)/m, binary: 'google-chrome-canary', minSupportedVersion: 64 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', versionRegex: /^Mozilla Firefox ([^\sab]+)$/m, binary: 'firefox', minSupportedVersion: 86, validator: [Function: validator] }, { name: 'firefox', family: 'firefox', channel: 'dev', displayName: 'Firefox Developer Edition', versionRegex: /^Mozilla Firefox (\S+b\S*)$/m, binary: [ 'firefox-developer-edition', 'firefox' ], minSupportedVersion: 86 }, { name: 'firefox', family: 'firefox', channel: 'nightly', displayName: 'Firefox Nightly', versionRegex: /^Mozilla Firefox (\S+a\S*)$/m, binary: [ 'firefox-nightly', 'firefox-trunk' ], minSupportedVersion: 86 }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', versionRegex: /Microsoft Edge (\S+)/m, binary: [ 'edge', 'microsoft-edge' ], minSupportedVersion: 79 }, { name: 'edge', family: 'chromium', channel: 'canary', displayName: 'Edge Canary', versionRegex: /Microsoft Edge Canary (\S+)/m, binary: 'edge-canary', minSupportedVersion: 79 }, { name: 'edge', family: 'chromium', channel: 'beta', displayName: 'Edge Beta', versionRegex: /Microsoft Edge Beta (\S+)/m, binary: 'edge-beta', minSupportedVersion: 79 }, { name: 'edge', family: 'chromium', channel: 'dev', displayName: 'Edge Dev', versionRegex:
/Microsoft Edge Dev (\S+)/m, binary: [ 'edge-dev', 'microsoft-edge-dev' ], minSupportedVersion: 79 } ] +1s
cypress:launcher:windows got version string for chrome: { exePath: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', version: '105.0.5195.102' } +1s
cypress:launcher:windows error while looking up exe, trying next exePath { exePath: 'C:\\Program Files (x86)\\Google\\chrome-win32\\chrome.exe', exePaths: [], err: Error: Browser not installed: chromium at notInstalledErr (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\errors.js:5:17) at tryNextExePath (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:85:48) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:92:24 { notInstalled: true } } +1ms
cypress:launcher:windows error while looking up exe, trying next exePath { exePath: 'C:\\Program Files\\Google\\Chrome Beta\\Application\\chrome.exe', exePaths: [], err: Error: Browser not installed: chrome at notInstalledErr (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\errors.js:5:17) at tryNextExePath (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:85:48) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:92:24 { notInstalled: true } } +1ms
cypress:launcher:windows error while looking up exe, trying next exePath { exePath: 'C:\\Program Files (x86)\\Google\\Chrome Beta\\Application\\chrome.exe', exePaths: [], err: Error: Browser not installed: chrome at notInstalledErr (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\errors.js:5:17) at
tryNextExePath (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:85:48) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:107:20 { notInstalled: true } } +0ms
cypress:launcher:windows error while looking up exe, trying next exePath { exePath: 'C:\\Users\\Sanjeet\\AppData\\Local\\Google\\Chrome SxS\\Application\\chrome.exe', exePaths: [], err: Error: Browser not installed: chrome at notInstalledErr (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\errors.js:5:17) at tryNextExePath (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:85:48) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:92:24 { notInstalled: true } } +1ms
cypress:launcher:windows got version string for firefox: { exePath: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', version: '104.0.2' } +2ms
cypress:launcher:windows error while looking up exe, trying next exePath { exePath: 'C:\\Users\\Sanjeet\\AppData\\Local\\Firefox Developer Edition\\firefox.exe', exePaths: [], err: Error: Browser not installed: firefox at notInstalledErr (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\errors.js:5:17) at tryNextExePath (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:85:48) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:92:24 { notInstalled: true } } +2ms
cypress:launcher:windows error while looking up exe, trying next exePath { exePath: 'C:\\Program Files (x86)\\Firefox Developer Edition\\firefox.exe', exePaths: [], err: Error: Browser not installed: firefox at notInstalledErr (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\errors.js:5:17) at tryNextExePath (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:85:48) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:107:20 { notInstalled: true } } +0ms
cypress:launcher:windows error while looking up exe, trying next exePath { exePath: 'C:\\Program Files\\Firefox Developer Edition\\firefox.exe', exePaths: [], err: Error: Browser not installed: firefox at notInstalledErr (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\errors.js:5:17) at tryNextExePath (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:85:48) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:107:20 { notInstalled: true } } +1ms
cypress:launcher:windows error while looking up exe, trying next exePath { exePath: 'C:\\Users\\Sanjeet\\AppData\\Local\\Firefox Nightly\\firefox.exe', exePaths: [], err: Error: Browser not installed: firefox at notInstalledErr (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\errors.js:5:17) at tryNextExePath (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:85:48) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:92:24 { notInstalled: true } } +1ms
cypress:launcher:windows error while looking up exe, trying next exePath { exePath: 'C:\\Program Files (x86)\\Firefox Nightly\\firefox.exe', exePaths: [], err: Error: Browser not installed: firefox at notInstalledErr (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\errors.js:5:17) at tryNextExePath
(C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:85:48) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:107:20 { notInstalled: true } } +0ms
cypress:launcher:windows error while looking up exe, trying next exePath { exePath: 'C:\\Program Files\\Firefox Nightly\\firefox.exe', exePaths: [], err: Error: Browser not
installed: firefox at notInstalledErr (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\errors.js:5:17) at tryNextExePath (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:85:48) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:107:20 { notInstalled: true } } +1ms
cypress:launcher:windows got version string for edge: { exePath: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', version: '105.0.1343.33' } +1ms
cypress:launcher:windows error while looking up exe, trying next exePath { exePath: 'C:\\Users\\Sanjeet\\AppData\\Local\\Microsoft\\Edge SxS\\Application\\msedge.exe', exePaths: [], err: Error: Browser not installed: edge at notInstalledErr (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\errors.js:5:17) at tryNextExePath (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:85:48) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:92:24 { notInstalled: true } } +0ms
cypress:launcher:windows error while looking up exe, trying next exePath { exePath: 'C:\\Program Files (x86)\\Microsoft\\Edge Beta\\Application\\msedge.exe', exePaths: [], err: Error: Browser not installed: edge at notInstalledErr (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\errors.js:5:17) at tryNextExePath (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:85:48) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:92:24 { notInstalled: true } } +1ms
cypress:launcher:windows error while looking up exe, trying next exePath { exePath: 'C:\\Program Files (x86)\\Microsoft\\Edge Dev\\Application\\msedge.exe', exePaths: [], err: Error: Browser not installed: edge at notInstalledErr (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\errors.js:5:17) at tryNextExePath (C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:85:48) at C:\Users\Sanjeet\AppData\Local\Cypress\Cache\10.7.0\Cypress\resources\app\packages\launcher\lib\windows\index.js:92:24 { notInstalled: true } } +1ms
cypress:server:browsers:utils found browsers { browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '105.0.5195.102', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', minSupportedVersion: 64, majorVersion: '105' }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '104.0.2', path: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', minSupportedVersion: 86, majorVersion: '104' }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '105.0.1343.33', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', minSupportedVersion: 79, majorVersion: '105' } ] } +16ms
cypress:server:run found all system browsers [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '105.0.5195.102', path: 'C:\\Program
Files\\Google\\Chrome\\Application\\chrome.exe', minSupportedVersion: 64, majorVersion: '105' }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '104.0.2', path: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', minSupportedVersion: 86, majorVersion: '104' }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '105.0.1343.33', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', minSupportedVersion: 79, majorVersion: '105'
}, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '102.0.5005.148', path: '', majorVersion: 102, info: 'Electron is the default browser that comes with Cypress. This is the default browser that runs in headless mode. Selecting this browser is useful when debugging. The version number indicates the underlying Chromium version that Electron uses.' } ] +17ms
cypress:server:open_project open_project create D:\projects\macrometa\cypress +0ms
cypress:server:open_project opening project D:\projects\macrometa\cypress +0ms
cypress:server:open_project and options { socketId: 'mb3cc4c6ba', morgan: false, report: true, isTextTerminal: true, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '105.0.5195.102', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', minSupportedVersion: 64, majorVersion: '105' }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '104.0.2', path: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', minSupportedVersion: 86, majorVersion: '104' }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '105.0.1343.33', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', minSupportedVersion: 79, majorVersion: '105' }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '102.0.5005.148', path: '', majorVersion: 102, info: 'Electron is the default browser that comes with Cypress. This is the default browser that runs in headless mode. Selecting this browser is useful when debugging. The version number indicates the underlying Chromium version that Electron uses.' } ], onWarning: [Function: onWarning], spec: [ 'D:\\projects\\macrometa\\cypress\\cypress\\integration\\examples\\Login.js' ], onError: [Function (anonymous)], onReloadBrowser: [Function: onReloadBrowser], args: { _: [ 'C:\\Users\\Sanjeet\\AppData\\Local\\Cypress\\Cache\\10.7.0\\Cypress\\Cypress.exe' ], runProject: 'D:\\projects\\macrometa\\cypress', browser: 'chrome', spec: [ 'D:\\projects\\macrometa\\cypress\\cypress\\integration\\examples\\Login.js' ], cwd: 'D:\\projects\\macrometa\\cypress', userNodePath: 'C:\\Program Files\\nodejs\\node.exe', userNodeVersion: '16.17.0', invokedFromCli: true, config: {}, projectRoot: 'D:\\projects\\macrometa\\cypress', socketId: 'mb3cc4c6ba', isTextTerminal: true, quiet: false, morgan: false, report: true, testingType: 'e2e', onError: [Function (anonymous)], browsers: [ [Object], [Object], [Object], [Object] ] } } +1ms
cypress:server:project Project created { testingType: 'e2e', projectRoot: 'D:\\projects\\macrometa\\cypress' } +0ms
cypress:server:project opening project instance D:\projects\macrometa\cypress +0ms
cypress:server:project project open options { report: true, onFocusTests: [Function: onFocusTests], onError: [Function (anonymous)], onWarning: [Function: onWarning], socketId: 'mb3cc4c6ba', morgan: false, isTextTerminal: true, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '105.0.5195.102', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', minSupportedVersion: 64, majorVersion: '105' }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '104.0.2', path: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', minSupportedVersion: 86, majorVersion: '104' }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '105.0.1343.33', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', minSupportedVersion: 79, majorVersion: '105' }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '102.0.5005.148', path: '', majorVersion: 102, info: 'Electron is the default browser that comes with Cypress. This is the default browser that runs in headless mode. Selecting this browser is useful when debugging. The version number indicates the underlying Chromium version that Electron uses.' } ], spec: [ 'D:\\projects\\macrometa\\cypress\\cypress\\integration\\examples\\Login.js' ], onReloadBrowser: [Function: onReloadBrowser], args: { _: [ 'C:\\Users\\Sanjeet\\AppData\\Local\\Cypress\\Cache\\10.7.0\\Cypress\\Cypress.exe' ], runProject: 'D:\\projects\\macrometa\\cypress', browser: 'chrome', spec: [ 'D:\\projects\\macrometa\\cypress\\cypress\\integration\\examples\\Login.js' ], cwd: 'D:\\projects\\macrometa\\cypress', userNodePath: 'C:\\Program Files\\nodejs\\node.exe', userNodeVersion: '16.17.0', invokedFromCli: true, config: {}, projectRoot: 'D:\\projects\\macrometa\\cypress', socketId: 'mb3cc4c6ba', isTextTerminal:
true, quiet: false, morgan: false, report: true, testingType: 'e2e', onError: [Function (anonymous)], browsers: [ [Object], [Object], [Object], [Object] ] }, testingType: 'e2e' } +0ms
cypress:server:project project has config { setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true, projectRoot: 'D:\\projects\\macrometa\\cypress', projectName: 'cypress', rawJson: { e2e: { setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true }, setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true, envFile: {}, projectRoot:
'D:\\projects\\macrometa\\cypress', projectName: 'cypress' }, configFile: 'cypress.config.js', morgan: false, isTextTerminal: true, socketId: 'mb3cc4c6ba', report: true, animationDistanceThreshold: 5, arch: 'x64', baseUrl: null, blockHosts: null, chromeWebSecurity: true, clientCertificates: [], defaultCommandTimeout: 4000, downloadsFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\downloads', env: {}, execTimeout: 60000, experimentalFetchPolyfill: false, experimentalInteractiveRunEvents: false, experimentalSessionAndOrigin: false, experimentalModifyObstructiveThirdPartyCode: false, experimentalSourceRewriting: false, experimentalSingleTabRunMode: false, fileServerFolder: 'D:\\projects\\macrometa\\cypress', fixturesFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\fixtures', excludeSpecPattern: '*.hot-update.js', includeShadowDom: false, keystrokeDelay: 0, modifyObstructiveCode: true, nodeVersion: undefined, numTestsKeptInMemory: 0, platform: 'win32', pageLoadTimeout: 60000, port: null, projectId: null, redirectionLimit: 20, reporter: 'spec', reporterOptions: null, requestTimeout: 5000, resolvedNodePath: 'C:\\Program Files\\nodejs\\node.exe', resolvedNodeVersion: '16.17.0', responseTimeout: 30000, retries: { runMode: 0, openMode: 0 }, screenshotOnRunFailure: true, screenshotsFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\screenshots', slowTestThreshold: 10000, scrollBehavior: 'top', supportFile: 'D:\\projects\\macrometa\\cypress\\cypress\\support\\e2e.js', supportFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\support', taskTimeout: 60000, testIsolation: 'legacy', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\videos', videoUploadOnPasses: true, viewportHeight: 660, viewportWidth: 1000, waitForAnimations: true, watchForFileChanges: false, additionalIgnorePattern: [], autoOpen: false, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '105.0.5195.102', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', minSupportedVersion: 64, majorVersion: '105' }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '104.0.2', path: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', minSupportedVersion: 86, majorVersion: '104' }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '105.0.1343.33', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', minSupportedVersion: 79, majorVersion: '105' }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '102.0.5005.148', path: '', majorVersion: 102, info: 'Electron is the default browser that comes with Cypress. This is the default browser that runs in headless mode. Selecting this browser is useful when debugging. The version number indicates the underlying Chromium version that Electron uses.' } ], clientRoute: '/__/', cypressBinaryRoot: 'C:\\Users\\Sanjeet\\AppData\\Local\\Cypress\\Cache\\10.7.0\\Cypress\\resources\\app', devServerPublicPathRoute: '/__cypress/src', hosts: null, isInteractive: true, namespace: '__cypress', reporterRoute: '/__cypress/reporter', socketIoCookie: '__socket', socketIoRoute: '/__socket', version: '10.7.0', xhrRoute: '/xhrs/', cypressEnv: 'production', resolved: { animationDistanceThreshold: { value: 5, from: 'default' }, arch: { value: 'x64', from: 'default' }, baseUrl: { value: null, from: 'default' }, blockHosts: { value: null, from: 'default' }, chromeWebSecurity: { value: true, from: 'default' }, clientCertificates: { value: [], from: 'default' },
defaultCommandTimeout: { value: 4000, from: 'default' }, downloadsFolder: { value: 'cypress/downloads', from: 'default' }, env: {}, execTimeout: { value: 60000, from: 'default' }, experimentalFetchPolyfill: { value: false, from: 'default' }, experimentalInteractiveRunEvents: { value: false, from: 'default' }, experimentalSessionAndOrigin: { value:
false, from: 'default' }, experimentalModifyObstructiveThirdPartyCode: { value: false, from: 'default' }, experimentalSourceRewriting: { value: false, from: 'default' }, experimentalSingleTabRunMode: { value: false, from: 'default' }, experimentalStudio: { value: true, from: 'config' }, fileServerFolder: { value: '', from: 'default' }, fixturesFolder: { value: 'cypress/fixtures', from: 'default' }, excludeSpecPattern: { value: '*.hot-update.js', from: 'default' }, includeShadowDom: { value: false, from: 'default' }, keystrokeDelay: { value: 0, from: 'default' }, modifyObstructiveCode: { value: true, from: 'default' }, nodeVersion: { value: undefined, from: 'default' }, numTestsKeptInMemory:
{ value: 0, from: 'config' }, platform: { value: 'win32', from: 'default' }, pageLoadTimeout: { value: 60000, from: 'default' }, port: { value: null, from: 'default' }, projectId: { value: null, from: 'default' }, redirectionLimit: { value: 20, from: 'default' }, reporter: { value: 'spec', from: 'default' }, reporterOptions: { value: null, from: 'default' }, requestTimeout: { value: 5000, from: 'default' }, resolvedNodePath: { value: null, from: 'default' }, resolvedNodeVersion: { value: null, from: 'default' }, responseTimeout: { value: 30000, from: 'default' }, retries: { value: [Object], from: 'default' }, screenshotOnRunFailure: { value: true, from: 'default' }, screenshotsFolder: { value: 'cypress/screenshots', from: 'default' }, slowTestThreshold: { value: 10000, from: 'default' }, scrollBehavior: { value: 'top', from: 'default' }, supportFile: { value: 'cypress/support/e2e.{js,jsx,ts,tsx}', from: 'default' }, supportFolder: { value: false, from: 'default' }, taskTimeout: { value: 60000, from: 'default' }, testIsolation: { value: 'legacy', from: 'default' }, trashAssetsBeforeRuns: { value: true, from: 'default' }, userAgent: { value: null, from: 'default' }, video: { value: true, from: 'default' }, videoCompression: { value: 32, from: 'default' }, videosFolder: { value: 'cypress/videos', from: 'default' }, videoUploadOnPasses: { value: true, from: 'default' }, viewportHeight: { value: 660, from: 'default' }, viewportWidth: { value: 1000, from: 'default' }, waitForAnimations: { value: true, from: 'default' }, watchForFileChanges: { value: false, from: 'config' }, specPattern: { value: 'cypress/integration/examples/*', from: 'config' }, browsers: { value: [Array], from: 'runtime' }, hosts: { value: null, from: 'default' }, isInteractive: { value: true, from: 'default' } }, testingType: 'e2e' } +1ms
cypress:server:server-base server open +0ms
cypress:network:client-certificates loaded client certificates for 0 URL(s) +0ms
cypress:server:server-e2e createServer connecting to server +0ms
cypress:server:server-base Server listening on { address: '127.0.0.1', family: 'IPv4', port: 61211 } +19ms
cypress:server:appdata path: C:\Users\Sanjeet\AppData\Roaming\Cypress\cy\production\proxy +3s
cypress:https-proxy:ca checking CA version { actualVersion: 1, CA_VERSION: 1 } +0ms
cypress:https-proxy Created SNI HTTPS Proxy Server { port: 61213 } +0ms
cypress:network:cors Parsed URL { port: '80', tld: '', domain: '' } +0ms
cypress:network:cors Parsed URL { port: '61211', tld: 'localhost', domain: '' } +1ms
cypress:server:remote-states setting remote state { auth: undefined, origin: 'http://localhost:61211', strategy: 'file', fileServer: 'http://localhost:61212', domainName: 'localhost', props: null } for http://localhost:61211 +0ms
cypress:network:cors Parsed URL { port: '61211', tld: 'localhost', domain: '' } +1ms
cypress:server:remote-states getting remote state: { auth: undefined, origin: 'http://localhost:61211', strategy: 'file', fileServer: 'http://localhost:61212', domainName: 'localhost', props: null } for: http://localhost:61211 +1ms
cypress:server:project project config: { setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true, projectRoot: 'D:\\projects\\macrometa\\cypress', projectName: 'cypress', rawJson: { e2e: { setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true }, setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true, envFile: {}, projectRoot: 'D:\\projects\\macrometa\\cypress', projectName: 'cypress' }, configFile: 'cypress.config.js', morgan: false, isTextTerminal: true, socketId: 'mb3cc4c6ba', report: true, animationDistanceThreshold: 5, arch: 'x64', baseUrl: null, blockHosts: null, chromeWebSecurity: true, clientCertificates: [], defaultCommandTimeout: 4000, downloadsFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\downloads', env: {}, execTimeout: 60000, experimentalFetchPolyfill: false, experimentalInteractiveRunEvents: false, experimentalSessionAndOrigin: false, experimentalModifyObstructiveThirdPartyCode: false, experimentalSourceRewriting: false, experimentalSingleTabRunMode: false, fileServerFolder: 'D:\\projects\\macrometa\\cypress', fixturesFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\fixtures', excludeSpecPattern: '*.hot-update.js', includeShadowDom: false, keystrokeDelay: 0, modifyObstructiveCode: true, nodeVersion: undefined, numTestsKeptInMemory: 0, platform: 'win32', pageLoadTimeout: 60000, port: 61211, projectId: null, redirectionLimit: 20, reporter: 'spec', reporterOptions: null, requestTimeout: 5000, resolvedNodePath: 'C:\\Program Files\\nodejs\\node.exe', resolvedNodeVersion: '16.17.0', responseTimeout: 30000, retries: { runMode: 0, openMode: 0 }, screenshotOnRunFailure: true, screenshotsFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\screenshots', slowTestThreshold: 10000, scrollBehavior: 'top', supportFile: 'D:\\projects\\macrometa\\cypress\\cypress\\support\\e2e.js', supportFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\support', taskTimeout: 60000, testIsolation: 'legacy', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\videos', videoUploadOnPasses: true, viewportHeight: 660, viewportWidth: 1000, waitForAnimations: true, watchForFileChanges: false, additionalIgnorePattern: [], autoOpen: false, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '105.0.5195.102', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', minSupportedVersion: 64, majorVersion: '105' }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '104.0.2', path: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', minSupportedVersion: 86, majorVersion: '104' }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '105.0.1343.33', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', minSupportedVersion: 79, majorVersion: '105' }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '102.0.5005.148', path: '', majorVersion: 102, info: 'Electron is the default browser that comes with Cypress. This is the default browser that runs in headless mode. Selecting this browser is useful when debugging. The version number indicates the underlying Chromium version that Electron uses.' } ], clientRoute: '/__/', cypressBinaryRoot: 'C:\\Users\\Sanjeet\\AppData\\Local\\Cypress\\Cache\\10.7.0\\Cypress\\resources\\app', devServerPublicPathRoute: '/__cypress/src',
hosts: null, isInteractive: true, namespace: '__cypress', reporterRoute: '/__cypress/reporter', socketIoCookie: '__socket', socketIoRoute: '/__socket', version: '10.7.0', xhrRoute: '/xhrs/', cypressEnv: 'production', testingType: 'e2e', remote: {}, browser: null, specs: [], proxyUrl: 'http://localhost:61211', browserUrl: 'http://localhost:61211/__/', reporterUrl: 'http://localhost:61211/__cypress/reporter', xhrUrl: '__cypress/xhrs/', proxyServer: 'http://localhost:61211' } +55ms
cypress:server:reporter trying to load reporter: spec +0ms
cypress:server:reporter spec is Mocha reporter +0ms
cypress:server:saved_state noop saved state +0ms
cypress:server:project project has config { setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true, projectRoot: 'D:\\projects\\macrometa\\cypress', projectName: 'cypress', rawJson: { e2e: { setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true }, setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true, envFile: {}, projectRoot:
'D:\\projects\\macrometa\\cypress', projectName: 'cypress' }, configFile: 'cypress.config.js', morgan: false, isTextTerminal: true, socketId: 'mb3cc4c6ba', report: true, animationDistanceThreshold: 5, arch: 'x64', baseUrl: null, blockHosts: null, chromeWebSecurity: true, clientCertificates: [], defaultCommandTimeout: 4000, downloadsFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\downloads', env: {}, execTimeout: 60000, experimentalFetchPolyfill: false, experimentalInteractiveRunEvents: false, experimentalSessionAndOrigin: false, experimentalModifyObstructiveThirdPartyCode: false, experimentalSourceRewriting: false, experimentalSingleTabRunMode: false, fileServerFolder: 'D:\\projects\\macrometa\\cypress', fixturesFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\fixtures', excludeSpecPattern: '*.hot-update.js', includeShadowDom: false, keystrokeDelay: 0, modifyObstructiveCode: true, nodeVersion: undefined, numTestsKeptInMemory: 0, platform: 'win32', pageLoadTimeout: 60000, port: 61211, projectId: null, redirectionLimit: 20, reporter: 'spec', reporterOptions: null, requestTimeout: 5000, resolvedNodePath: 'C:\\Program Files\\nodejs\\node.exe', resolvedNodeVersion: '16.17.0', responseTimeout: 30000, retries: { runMode: 0, openMode: 0 }, screenshotOnRunFailure: true, screenshotsFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\screenshots', slowTestThreshold: 10000, scrollBehavior: 'top', supportFile: 'D:\\projects\\macrometa\\cypress\\cypress\\support\\e2e.js', supportFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\support', taskTimeout: 60000, testIsolation: 'legacy', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\videos', videoUploadOnPasses: true, viewportHeight: 660, viewportWidth: 1000, waitForAnimations: true, watchForFileChanges: false, additionalIgnorePattern: [], autoOpen: false, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '105.0.5195.102', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', minSupportedVersion: 64, majorVersion: '105' }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '104.0.2', path: 'C:\\Program
Files\\Mozilla Firefox\\firefox.exe', minSupportedVersion: 86, majorVersion: '104' }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '105.0.1343.33', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', minSupportedVersion: 79, majorVersion: '105' }, { name: 'electron', channel: 'stable',
family: 'chromium', displayName: 'Electron', version: '102.0.5005.148', path: '', majorVersion: 102, info: 'Electron is the default browser that comes with Cypress. This is the default browser that runs in headless mode. Selecting this browser is useful when debugging. The version number indicates the underlying Chromium version that Electron uses.' } ], clientRoute: '/__/', cypressBinaryRoot: 'C:\\Users\\Sanjeet\\AppData\\Local\\Cypress\\Cache\\10.7.0\\Cypress\\resources\\app', devServerPublicPathRoute: '/__cypress/src', hosts: null, isInteractive: true, namespace: '__cypress', reporterRoute: '/__cypress/reporter', socketIoCookie: '__socket', socketIoRoute: '/__socket', version: '10.7.0', xhrRoute: '/xhrs/', cypressEnv: 'production', resolved: { animationDistanceThreshold: { value: 5, from: 'default' }, arch: { value: 'x64', from: 'default' }, baseUrl: { value:
null, from: 'default' }, blockHosts: { value: null, from: 'default' }, chromeWebSecurity: { value: true, from: 'default' }, clientCertificates: { value: [], from: 'default' }, defaultCommandTimeout: { value: 4000, from: 'default' }, downloadsFolder: { value: 'cypress/downloads', from: 'default' }, env: {}, execTimeout: { value: 60000, from: 'default' }, experimentalFetchPolyfill: { value: false, from: 'default' }, experimentalInteractiveRunEvents: { value: false, from: 'default' }, experimentalSessionAndOrigin: { value: false, from: 'default' }, experimentalModifyObstructiveThirdPartyCode: { value: false, from: 'default' }, experimentalSourceRewriting: { value: false, from: 'default' }, experimentalSingleTabRunMode: { value: false, from: 'default' }, experimentalStudio: { value: true, from: 'config' }, fileServerFolder: { value: '', from: 'default' }, fixturesFolder: { value: 'cypress/fixtures', from: 'default' }, excludeSpecPattern: { value: '*.hot-update.js', from: 'default' }, includeShadowDom: { value: false, from: 'default' }, keystrokeDelay: { value: 0, from: 'default' }, modifyObstructiveCode: { value: true, from: 'default' }, nodeVersion: { value: undefined, from: 'default' }, numTestsKeptInMemory: { value: 0, from: 'config' }, platform: { value: 'win32', from: 'default' }, pageLoadTimeout: { value: 60000, from: 'default' }, port: { value: null, from: 'default' }, projectId: { value: null, from: 'default' }, redirectionLimit: { value: 20, from: 'default' }, reporter: { value: 'spec', from: 'default' }, reporterOptions: { value: null, from: 'default' }, requestTimeout: { value: 5000, from: 'default' }, resolvedNodePath: { value: null, from: 'default' }, resolvedNodeVersion: { value: null, from: 'default' }, responseTimeout: { value: 30000, from: 'default' }, retries: { value: [Object], from: 'default' }, screenshotOnRunFailure: { value: true, from: 'default' }, screenshotsFolder: { value: 'cypress/screenshots', from: 'default' }, slowTestThreshold: { value: 10000, from: 'default' }, scrollBehavior: { value: 'top', from: 'default' }, supportFile: { value: 'cypress/support/e2e.{js,jsx,ts,tsx}', from: 'default' }, supportFolder: { value: false, from: 'default' }, taskTimeout: { value: 60000, from: 'default' }, testIsolation: { value: 'legacy', from: 'default' }, trashAssetsBeforeRuns: { value: true, from: 'default' }, userAgent: { value: null, from: 'default' }, video: { value: true, from: 'default' },
videoCompression: { value: 32, from: 'default' }, videosFolder: { value: 'cypress/videos', from: 'default' }, videoUploadOnPasses: { value: true, from: 'default' }, viewportHeight: { value: 660, from: 'default' }, viewportWidth: { value: 1000, from: 'default' }, waitForAnimations: { value: true, from: 'default' }, watchForFileChanges: { value: false, from: 'config' }, specPattern: { value: 'cypress/integration/examples/*', from: 'config' }, browsers: { value: [Array], from: 'runtime' }, hosts: { value: null, from: 'default' }, isInteractive: { value: true, from: 'default' } }, testingType: 'e2e', remote: {}, browser: null, specs: [], proxyUrl: 'http://localhost:61211', browserUrl: 'http://localhost:61211/__/', reporterUrl: 'http://localhost:61211/__cypress/reporter', xhrUrl: '__cypress/xhrs/', proxyServer: 'http://localhost:61211', state: {} } +9ms
cypress:network:cors Parsed URL { port: '61211', tld: 'localhost', domain: '' } +11ms
cypress:server:remote-states getting remote state: { auth: undefined, origin: 'http://localhost:61211', strategy: 'file', fileServer: 'http://localhost:61212', domainName: 'localhost', props: null } for: http://localhost:61211 +11ms
cypress:server:run project created and opened with config { setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true, projectRoot: 'D:\\projects\\macrometa\\cypress', projectName: 'cypress', rawJson: { e2e: { setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true }, setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true, envFile: {}, projectRoot: 'D:\\projects\\macrometa\\cypress', projectName: 'cypress' }, configFile: 'cypress.config.js', morgan: false, isTextTerminal: true, socketId: 'mb3cc4c6ba', report: true, animationDistanceThreshold: 5, arch: 'x64', baseUrl: null, blockHosts: null, chromeWebSecurity: true, clientCertificates: [], defaultCommandTimeout: 4000, downloadsFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\downloads', env: {}, execTimeout: 60000, experimentalFetchPolyfill: false, experimentalInteractiveRunEvents: false, experimentalSessionAndOrigin: false, experimentalModifyObstructiveThirdPartyCode: false, experimentalSourceRewriting: false, experimentalSingleTabRunMode: false, fileServerFolder: 'D:\\projects\\macrometa\\cypress', fixturesFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\fixtures', excludeSpecPattern: '*.hot-update.js', includeShadowDom: false, keystrokeDelay: 0, modifyObstructiveCode: true, nodeVersion: undefined, numTestsKeptInMemory: 0, platform: 'win32', pageLoadTimeout: 60000, port: 61211, projectId: null, redirectionLimit: 20, reporter: 'spec', reporterOptions: null, requestTimeout: 5000, resolvedNodePath: 'C:\\Program Files\\nodejs\\node.exe', resolvedNodeVersion: '16.17.0', responseTimeout: 30000, retries: { runMode: 0, openMode: 0 }, screenshotOnRunFailure: true, screenshotsFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\screenshots', slowTestThreshold: 10000, scrollBehavior: 'top', supportFile: 'D:\\projects\\macrometa\\cypress\\cypress\\support\\e2e.js', supportFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\support',
taskTimeout: 60000, testIsolation: 'legacy', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\videos', videoUploadOnPasses: true, viewportHeight: 660, viewportWidth: 1000, waitForAnimations: true, watchForFileChanges: false, additionalIgnorePattern: [], autoOpen: false, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '105.0.5195.102', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', minSupportedVersion: 64, majorVersion: '105' }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '104.0.2', path: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', minSupportedVersion: 86, majorVersion: '104' }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '105.0.1343.33', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', minSupportedVersion: 79, majorVersion: '105' }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '102.0.5005.148', path: '', majorVersion: 102, info: 'Electron is the default browser that comes with Cypress. This is the default browser that runs in headless mode. Selecting this browser is useful when debugging. The version number indicates the underlying Chromium version that Electron uses.' } ], clientRoute: '/__/', cypressBinaryRoot: 'C:\\Users\\Sanjeet\\AppData\\Local\\Cypress\\Cache\\10.7.0\\Cypress\\resources\\app', devServerPublicPathRoute: '/__cypress/src', hosts: null, isInteractive: true, namespace: '__cypress', reporterRoute: '/__cypress/reporter', socketIoCookie: '__socket', socketIoRoute: '/__socket', version: '10.7.0', xhrRoute: '/xhrs/', cypressEnv: 'production', resolved: { animationDistanceThreshold: { value: 5, from: 'default' }, arch: { value: 'x64', from: 'default' }, baseUrl: { value: null, from: 'default' }, blockHosts: { value: null, from: 'default' }, chromeWebSecurity: { value: true, from: 'default' }, clientCertificates: { value: [], from: 'default' }, defaultCommandTimeout: { value: 4000, from: 'default' }, downloadsFolder: { value: 'cypress/downloads', from: 'default' }, env: {}, execTimeout: { value: 60000, from: 'default' }, experimentalFetchPolyfill: { value: false, from: 'default' }, experimentalInteractiveRunEvents: { value: false, from: 'default' }, experimentalSessionAndOrigin: { value: false, from: 'default' }, experimentalModifyObstructiveThirdPartyCode: { value: false, from: 'default' }, experimentalSourceRewriting: { value: false, from: 'default' }, experimentalSingleTabRunMode: { value: false, from: 'default' }, experimentalStudio: { value: true, from: 'config' }, fileServerFolder: { value: '', from: 'default' }, fixturesFolder: { value: 'cypress/fixtures', from: 'default' }, excludeSpecPattern: { value: '*.hot-update.js', from: 'default' }, includeShadowDom: { value: false, from: 'default' }, keystrokeDelay: { value: 0, from: 'default' }, modifyObstructiveCode: { value: true, from: 'default' }, nodeVersion: { value: undefined, from: 'default' }, numTestsKeptInMemory: { value: 0, from: 'config' }, platform: { value: 'win32', from: 'default' }, pageLoadTimeout: { value: 60000, from: 'default' }, port: { value: null, from: 'default' }, projectId: { value: null, from: 'default' }, redirectionLimit: { value: 20, from: 'default' }, reporter: { value: 'spec', from: 'default' }, reporterOptions: { value: null, from: 'default' }, requestTimeout: { value: 5000, from: 'default' }, resolvedNodePath: { value: null, from: 'default' }, resolvedNodeVersion: { value: null, from: 'default' }, responseTimeout: { value: 30000, from: 'default' }, retries: { value: [Object], from: 'default' }, screenshotOnRunFailure: { value: true, from: 'default' }, screenshotsFolder: { value: 'cypress/screenshots', from: 'default' }, slowTestThreshold: { value: 10000, from: 'default' }, scrollBehavior: { value: 'top', from: 'default' }, supportFile: { value: 'cypress/support/e2e.{js,jsx,ts,tsx}', from: 'default' }, supportFolder: { value: false, from: 'default' }, taskTimeout: { value: 60000, from: 'default' }, testIsolation: { value: 'legacy', from: 'default' }, trashAssetsBeforeRuns: { value: true, from: 'default' }, userAgent: { value: null, from: 'default' }, video: { value: true, from: 'default' }, videoCompression: { value: 32, from: 'default' }, videosFolder: { value: 'cypress/videos', from: 'default' }, videoUploadOnPasses: { value: true, from: 'default' }, viewportHeight: { value: 660, from: 'default' }, viewportWidth: { value: 1000, from: 'default' }, waitForAnimations: { value: true, from: 'default' }, watchForFileChanges: { value: false, from: 'config' }, specPattern: { value: 'cypress/integration/examples/*', from: 'config' }, browsers: { value: [Array], from: 'runtime' }, hosts: { value: null, from: 'default' }, isInteractive: { value: true, from: 'default' } }, testingType: 'e2e', remote: { auth: undefined, origin: 'http://localhost:61211', strategy: 'file', fileServer: 'http://localhost:61212', domainName: 'localhost', props: null }, browser: null, specs: [], proxyUrl: 'http://localhost:61211', browserUrl: 'http://localhost:61211/__/', reporterUrl: 'http://localhost:61211/__cypress/reporter', xhrUrl: '__cypress/xhrs/', proxyServer: 'http://localhost:61211', state: {} } +71ms
cypress:server:browsers:utils searching for browser { nameOrPath: 'chrome', filter: { name: 'chrome', channel: 'stable' }, knownBrowsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '105.0.5195.102', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', minSupportedVersion: 64, majorVersion: '105' }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '104.0.2', path: 'C:\\Program Files\\Mozilla Firefox\\firefox.exe', minSupportedVersion: 86, majorVersion: '104' }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '105.0.1343.33', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', minSupportedVersion: 79, majorVersion: '105' }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '102.0.5005.148', path: '', majorVersion: 102, info: 'Electron is the default browser that comes with Cypress. This is the default browser that runs in headless
mode. Selecting this browser is useful when debugging. The version number indicates the underlying Chromium version that Electron uses.' } ] } +73ms
cypress:server:profilecleaner found 1 profile folders: [ 'C:/Users/Sanjeet/AppData/Roaming/Cypress/Partitions/run-6328' ] +0ms
cypress:server:profilecleaner finding process by pid: 6328 +1ms
cypress:server:profilecleaner found 0 root level profile matches: [] +20ms
cypress:server:profilecleaner found 0 profile folders: [] +0ms
cypress:server:profilecleaner removing old profile { pid: 6328, folder: 'C:/Users/Sanjeet/AppData/Roaming/Cypress/Partitions/run-6328' } +1s
cypress:server:chrome_policy_check running chrome policy check +0ms
cypress:server:chrome_policy_check received policies { policies: [], badPolicyNames: [ 'ProxySettings', 'ProxyMode', 'ProxyServerMode', 'ProxyServer', 'ProxyPacUrl', 'ProxyBypassList', 'ExtensionInstallBlacklist', 'ExtensionInstallWhitelist', 'ExtensionInstallForcelist', 'ExtensionInstallSources', 'ExtensionAllowedTypes', 'ExtensionAllowInsecureUpdates', 'ExtensionSettings', 'UninstallBlacklistedExtensions' ] } +1ms
====================================================================================================
(Run Starting)
┌────────────────────────────────────────────────────────────────────────────────────────────────┐
│ Cypress: 10.7.0 │
│ Browser: Chrome 105 (headless) │
│ Node Version: v16.17.0 (C:\Program Files\nodejs\node.exe) │
│ Specs: 1 found (Login.js) │
│ Searched: D:\projects\macrometa\cypress\cypress\integration\examples\Login.js │
│ Experiments: experimentalStudio=true │
└────────────────────────────────────────────────────────────────────────────────────────────────┘
cypress:lifecycle:EventRegistrar plugin event registered? { eventName: 'before:run', isRegistered: false } +1s
────────────────────────────────────────────────────────────────────────────────────────────────────
Running: Login.js (1 of 1)
cypress:server:run about to run spec { spec: { fileExtension: '.js', baseName: 'Login.js', fileName: 'Login', specFileExtension: '.js', relativeToCommonRoot: 'Login.js', specType: 'integration', name: 'cypress/integration/examples/Login.js', relative: 'cypress\\integration\\examples\\Login.js', absolute: 'D:/projects/macrometa/cypress/cypress/integration/examples/Login.js' }, isHeadless: true, browser: { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '105.0.5195.102', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', minSupportedVersion: 64, majorVersion: '105', isHeadless: true, isHeaded: false } } +1s
cypress:lifecycle:EventRegistrar plugin event registered? { eventName: 'before:spec', isRegistered: false } +5ms
cypress:server:run video recording has been enabled. video: true +0ms
cypress:server:video capture started { command: "ffmpeg -f image2pipe -use_wallclock_as_timestamps 1 -i pipe:0 -y -vcodec libx264 -filter:v crop='floor(in_w/2)*2:floor(in_h/2)*2' -preset ultrafast D:\\projects\\macrometa\\cypress\\cypress\\videos\\Login.js.mp4" } +3s
cypress:server:run waiting for socket to connect and browser to launch... +148ms
cypress:server:run waiting for socket connection... { id: 'mb3cc4c6ba' } +0ms
cypress:server:open_project resetting project state, preparing to launch browser chrome for spec { fileExtension: '.js', baseName: 'Login.js', fileName: 'Login', specFileExtension: '.js', relativeToCommonRoot: 'Login.js', specType: 'integration', name: 'cypress/integration/examples/Login.js', relative: 'cypress\\integration\\examples\\Login.js',
absolute: 'D:/projects/macrometa/cypress/cypress/integration/examples/Login.js' } options { onScreencastFrame: [Function: onScreencastFrame], projectRoot: 'D:\\projects\\macrometa\\cypress', shouldLaunchNewTab: false, automationMiddleware: { onBeforeRequest: [Function: onBeforeRequest], onAfterResponse: [Function: onAfterResponse] }, onWarning: [Function: onWarning] } +2s
cypress:server:project resetting project instance D:\projects\macrometa\cypress +2s
cypress:proxy:http:util:buffers resetting buffers +0ms
cypress:network:cors Parsed URL { port: '80', tld: '', domain: '' } +2s
cypress:network:cors Parsed URL { port: '61211', tld: 'localhost', domain: '' } +0ms
cypress:server:remote-states setting remote state { auth: undefined, origin: 'http://localhost:61211', strategy: 'file', fileServer: 'http://localhost:61212', domainName: 'localhost', props: null } for http://localhost:61211 +2s
cypress:network:cors Parsed URL { port: '61211', tld: 'localhost', domain: '' } +0ms
cypress:server:remote-states getting remote state: { auth: undefined, origin: 'http://localhost:61211', strategy: 'file', fileServer: 'http://localhost:61212', domainName: 'localhost', props: null } for: http://localhost:61211 +0ms
cypress:server:project_utils returning spec url http://localhost:61211/__/#/specs/runner?file=cypress\integration\examples\Login.js +0ms
cypress:server:open_project open project url http://localhost:61211/__/#/specs/runner?file=cypress\integration\examples\Login.js +2ms
cypress:server:project project has config { setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true, projectRoot: 'D:\\projects\\macrometa\\cypress', projectName: 'cypress', rawJson: { e2e: { setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true }, setupNodeEvents: '[Function setupNodeEvents]', specPattern: 'cypress/integration/examples/*', experimentalStudio: true, envFile: {}, projectRoot:
'D:\\projects\\macrometa\\cypress', projectName: 'cypress' }, configFile: 'cypress.config.js', morgan: false, isTextTerminal: true, socketId: 'mb3cc4c6ba', report: true, animationDistanceThreshold: 5, arch: 'x64', baseUrl: null, blockHosts: null, chromeWebSecurity: true, clientCertificates: [], defaultCommandTimeout: 4000, downloadsFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\downloads', env: {}, execTimeout: 60000, experimentalFetchPolyfill: false, experimentalInteractiveRunEvents: false, experimentalSessionAndOrigin: false, experimentalModifyObstructiveThirdPartyCode: false, experimentalSourceRewriting: false, experimentalSingleTabRunMode: false, fileServerFolder: 'D:\\projects\\macrometa\\cypress', fixturesFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\fixtures', excludeSpecPattern: '*.hot-update.js', includeShadowDom: false, keystrokeDelay: 0, modifyObstructiveCode: true, nodeVersion: undefined, numTestsKeptInMemory: 0, platform: 'win32', pageLoadTimeout: 60000, port: 61211, projectId: null, redirectionLimit: 20, reporter: 'spec', reporterOptions: null, requestTimeout: 5000, resolvedNodePath: 'C:\\Program Files\\nodejs\\node.exe', resolvedNodeVersion: '16.17.0', responseTimeout: 30000, retries: { runMode: 0, openMode: 0 }, screenshotOnRunFailure: true, screenshotsFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\screenshots', slowTestThreshold: 10000, scrollBehavior: 'top', supportFile: 'D:\\projects\\macrometa\\cypress\\cypress\\support\\e2e.js', supportFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\support', taskTimeout: 60000, testIsolation: 'legacy', trashAssetsBeforeRuns: true, userAgent: null, video: true, videoCompression: 32, videosFolder: 'D:\\projects\\macrometa\\cypress\\cypress\\videos', videoUploadOnPasses: true, viewportHeight: 660, viewportWidth: 1000, waitForAnimations: true, watchForFileChanges: false, additionalIgnorePattern: [], autoOpen: false, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '105.0.5195.102', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', minSupportedVersion: 64, majorVersion: '105' }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '104.0.2', path: 'C:\\Program
Files\\Mozilla Firefox\\firefox.exe', minSupportedVersion: 86, majorVersion: '104' }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', version: '105.0.1343.33', path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe', minSupportedVersion: 79, majorVersion: '105' }, { name: 'electron', channel: 'stable',
family: 'chromium', displayName: 'Electron', version: '102.0.5005.148', path: '', majorVersion: 102, info: 'Electron is the default browser that comes with Cypress. This is the default browser that runs in headless mode. Selecting this browser is useful when debugging. The version number indicates the underlying Chromium version that Electron uses.' } ], clientRoute: '/__/', cypressBinaryRoot: 'C:\\Users\\Sanjeet\\AppData\\Local\\Cypress\\Cache\\10.7.0\\Cypress\\resources\\app', devServerPublicPathRoute: '/__cypress/src', hosts: null, isInteractive: true, namespace: '__cypress', reporterRoute: '/__cypress/reporter', socketIoCookie: '__socket', socketIoRoute: '/__socket', version: '10.7.0', xhrRoute: '/xhrs/', cypressEnv: 'production', resolved: { animationDistanceThreshold: { value: 5, from: 'default' }, arch: { value: 'x64', from: 'default' }, baseUrl: { value:
null, from: 'default' }, blockHosts: { value: null, from: 'default' }, chromeWebSecurity: { value: true, from: 'default' }, clientCertificates: { value: [], from: 'default' }, defaultCommandTimeout: { value: 4000, from: 'default' }, downloadsFolder: { value: 'cypress/downloads', from: 'default' }, env: {}, execTimeout: { value: 60000, from: 'default' }, experimentalFetchPolyfill: { value: false, from: 'default' }, experimentalInteractiveRunEvents: { value: false, from: 'default' }, experimentalSessionAndOrigin: { value: false, from: 'default' }, experimentalModifyObstructiveThirdPartyCode: { value: false, from: 'default' }, experimentalSourceRewriting: { value: false, from: 'default' }, experimentalSingleTabRunMode: { value: false, from: 'default' }, experimentalStudio: { value: true, from: 'config' }, fileServerFolder: { value: '', from: 'default' }, fixturesFolder: { value: 'cypress/fixtures', from: 'default' }, excludeSpecPattern: { value: '*.hot-update.js', from: 'default' }, includeShadowDom: { value: false, from: 'default' }, keystrokeDelay: { value: 0, from: 'default' }, modifyObstructiveCode: { value: true, from: 'default' }, nodeVersion: { value: undefined, from: 'default' }, numTestsKeptInMemory: { value: 0, from: 'config' }, platform: { value: 'win32', from: 'default' }, pageLoadTimeout: { value: 60000, from: 'default' }, port: { value: null, from: 'default' }, projectId: { value: null, from: 'default' }, redirectionLimit: { value: 20, from: 'default' }, reporter: { value: 'spec', from: 'default' }, reporterOptions: { value: null, from: 'default' }, requestTimeout: { value: 5000, from: 'default' }, resolvedNodePath: { value: null, from: 'default' }, resolvedNodeVersion: { value: null, from: 'default' }, responseTimeout: { value: 30000, from: 'default' }, retries: { value: [Object], from: 'default' }, screenshotOnRunFailure: { value: true, from: 'default' }, screenshotsFolder: { value: 'cypress/screenshots', from: 'default' }, slowTestThreshold: { value: 10000, from: 'default' }, scrollBehavior: { value: 'top', from: 'default' }, supportFile: { value: 'cypress/support/e2e.{js,jsx,ts,tsx}', from: 'default' }, supportFolder: { value: false, from: 'default' }, taskTimeout: { value: 60000, from: 'default' }, testIsolation: { value: 'legacy', from: 'default' }, trashAssetsBeforeRuns: { value: true, from: 'default' }, userAgent: { value: null, from: 'default' }, video: { value: true, from: 'default' },
videoCompression: { value: 32, from: 'default' }, videosFolder: { value: 'cypress/videos', from: 'default' }, videoUploadOnPasses: { value: true, from: 'default' }, viewportHeight: { value: 660, from: 'default' }, viewportWidth: { value: 1000, from: 'default' }, waitForAnimations: { value: true, from: 'default' }, watchForFileChanges: { value: false, from: 'config' }, specPattern: { value: 'cypress/integration/examples/*', from: 'config' }, browsers: { value: [Array], from: 'runtime' }, hosts: { value: null, from: 'default' }, isInteractive: { value: true, from: 'default' } }, testingType: 'e2e', remote: {}, browser: null, specs: [], proxyUrl: 'http://localhost:61211', browserUrl: 'http://localhost:61211/__/', reporterUrl: 'http://localhost:61211/__cypress/reporter', xhrUrl: '__cypress/xhrs/', proxyServer: 'http://localhost:61211', state: {} } +1ms
cypress:network:cors Parsed URL { port: '61211', tld: 'localhost', domain: '' } +3ms
cypress:server:remote-states getting remote state: { auth: undefined, origin: 'http://localhost:61211', strategy: 'file', fileServer: 'http://localhost:61212', domainName: 'localhost', props: null } for: http://localhost:61211 +3ms
cypress:server:open_project launching browser: { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '105.0.5195.102', path: 'C:\\Program
Files\\Google\\Chrome\\Application\\chrome.exe', minSupportedVersion: 64, majorVersion: '105', isHeadless: true, isHeaded: false }, spec: cypress\integration\examples\Login.js +2ms
cypress:server:browsers browsers.kill called with no active instance +2s
cypress:server:browsers getBrowserLauncher { browser: { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '105.0.5195.102', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', minSupportedVersion: 64, majorVersion: '105', isHeadless: true, isHeaded: false } } +0ms
cypress:server:browsers opening browser { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '105.0.5195.102', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', minSupportedVersion: 64, majorVersion: '105', isHeadless: true, isHeaded: false } +12ms
cypress:server:browsers:chrome reading chrome preferences... { userDir: 'C:\\Users\\Sanjeet\\AppData\\Roaming\\Cypress\\cy\\production\\browsers\\chrome-stable\\run-11648',
CHROME_PREFERENCE_PATHS: { default: 'Default\\Preferences', defaultSecure: 'Default\\Secure Preferences', localState: 'Local State' } } +0ms
cypress:lifecycle:EventRegistrar plugin event registered? { eventName: 'before:browser:launch', isRegistered: false } +172ms
cypress:server:browsers:chrome chrome is running headlessly, not installing extension +12ms
cypress:server:appdata path: C:\Users\Sanjeet\AppData\Roaming\Cypress\cy\production\extensions +2s
cypress:server:browsers:chrome launching in chrome with debugging port {
url: 'http://localhost:61211/__/#/specs/runner?file=cypress\\integration\\examples\\Login.js',
args: [
'--test-type',
'--ignore-certificate-errors',
'--start-maximized',
'--silent-debugger-extension-api',
'--no-default-browser-check',
'--no-first-run',
'--noerrdialogs',
'--enable-fixed-layout',
'--disable-popup-blocking',
'--disable-password-generation',
'--disable-single-click-autofill',
'--disable-prompt-on-repos',
'--disable-background-timer-throttling',
'--disable-renderer-backgrounding',
'--disable-renderer-throttling',
'--disable-backgrounding-occluded-windows',
'--disable-restore-session-state',
'--disable-new-profile-management',
'--disable-new-avatar-menu',
'--allow-insecure-localhost',
'--reduce-security-for-testing',
'--enable-automation',
'--disable-print-preview',
'--disable-device-discovery-notifications',
'--autoplay-policy=no-user-gesture-required',
'--disable-site-isolation-trials',
'--metrics-recording-only',
'--disable-prompt-on-repost',
'--disable-hang-monitor',
'--disable-sync',
'--disable-web-resources',
'--safebrowsing-disable-download-protection',
'--disable-client-side-phishing-detection',
'--disable-component-update',
"--simulate-outdated-no-au='Tue, 31 Dec 2099 23:59:59 GMT'",
'--disable-default-apps',
'--use-fake-ui-for-media-stream',
'--use-fake-device-for-media-stream',
'--disable-ipc-flooding-protection',
'--disable-backgrounding-occluded-window',
'--disable-breakpad',
'--password-store=basic',
'--use-mock-keychain',
'--disable-dev-shm-usage',
'--proxy-server=http://localhost:61211',
'--proxy-bypass-list=<-loopback>',
'--headless',
'--window-size=1280,720',
'--force-device-scale-factor=1',
'--remote-debugging-port=61214',
'--remote-debugging-address=127.0.0.1',
'--user-data-dir=C:\\Users\\Sanjeet\\AppData\\Roaming\\Cypress\\cy\\production\\browsers\\chrome-stable\\run-11648',
'--disk-cache-dir=C:\\Users\\Sanjeet\\AppData\\Roaming\\Cypress\\cy\\production\\browsers\\chrome-stable\\run-11648\\CypressCache'
],
port: 61214
} +4ms
cypress:launcher:browsers launching browser { browser: { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '105.0.5195.102', path: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', minSupportedVersion: 64, majorVersion: '105', isHeadless: true, isHeaded: false }, url: 'about:blank' } +0ms
cypress:launcher:browsers spawning browser with args { args: [ 'about:blank', '--test-type', '--ignore-certificate-errors', '--start-maximized', '--silent-debugger-extension-api', '--no-default-browser-check', '--no-first-run', '--noerrdialogs', '--enable-fixed-layout', '--disable-popup-blocking', '--disable-password-generation', '--disable-single-click-autofill', '--disable-prompt-on-repos', '--disable-background-timer-throttling', '--disable-renderer-backgrounding', '--disable-renderer-throttling', '--disable-backgrounding-occluded-windows', '--disable-restore-session-state', '--disable-new-profile-management', '--disable-new-avatar-menu', '--allow-insecure-localhost', '--reduce-security-for-testing', '--enable-automation', '--disable-print-preview', '--disable-device-discovery-notifications', '--autoplay-policy=no-user-gesture-required', '--disable-site-isolation-trials', '--metrics-recording-only', '--disable-prompt-on-repost', '--disable-hang-monitor', '--disable-sync', '--disable-web-resources', '--safebrowsing-disable-download-protection', '--disable-client-side-phishing-detection', '--disable-component-update', "--simulate-outdated-no-au='Tue, 31 Dec 2099 23:59:59 GMT'", '--disable-default-apps', '--use-fake-ui-for-media-stream', '--use-fake-device-for-media-stream', '--disable-ipc-flooding-protection', '--disable-backgrounding-occluded-window', '--disable-breakpad',
'--password-store=basic', '--use-mock-keychain', '--disable-dev-shm-usage', '--proxy-server=http://localhost:61211', '--proxy-bypass-list=<-loopback>', '--headless', '--window-size=1280,720', '--force-device-scale-factor=1', '--remote-debugging-port=61214', '--remote-debugging-address=127.0.0.1', '--user-data-dir=C:\\Users\\Sanjeet\\AppData\\Roaming\\Cypress\\cy\\production\\browsers\\chrome-stable\\run-11648', '--disk-cache-dir=C:\\Users\\Sanjeet\\AppData\\Roaming\\Cypress\\cy\\production\\browsers\\chrome-stable\\run-11648\\CypressCache' ] } +0ms
cypress:network:connect received error on connect, retrying { iteration: 0, delay: 100, err: Error: connect ECONNREFUSED 127.0.0.1:61214 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1157:16) { errno: -4078, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 61214 } } +0ms
cypress:launcher:browsers chrome stderr: DevTools listening on ws://127.0.0.1:61214/devtools/browser/c0895ce4-43e0-4eb4-bf85-712205268965 +128ms
cypress:network:connect successfully connected { opts: { host: '127.0.0.1', port: 61214, getDelayMsForRetry: [Function: getDelayMsForRetry] }, iteration: 1 } +112ms
read ECONNRESET
Error: read ECONNRESET
at TCP.onStreamRead (node:internal/stream_base_commons:217:20)
cypress:server:browsers:cri-client connecting { target: 'ws://localhost:61214/devtools/browser/c0895ce4-43e0-4eb4-bf85-712205268965' } +0ms
cypress:server:api request to url: POST https://api.cypress.io/exceptions with params: {"body":{"err":{"name":"Error","message":"read ECONNRESET","stack":"Error: read ECONNRESET\n at TCP.onStreamRead (node:internal<stripped-path>stream_base_commons:217:20)\n"},"version":"10.7.0","osName":"win32","osVersion":"10.0.19044","osCpus":[{"model":"Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz","speed":2592,"times":{"user":13830453,"nice":0,"sys":15377828,"idle":192506796,"irq":5091140}},{"model":"Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz","speed":2592,"times":{"user":13261515,"nice":0,"sys":8313859,"idle":200139406,"irq":878968}},{"model":"Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz","speed":2592,"times":{"user":22310687,"nice":0,"sys":9643359,"idle":189760734,"irq":288750}},{"model":"Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz","speed":2592,"times":{"user":12658421,"nice":0,"sys":7240781,"idle":201815578,"irq":195640}},{"model":"Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz","speed":2592,"times":{"user":14831546,"nice":0,"sys":8740250,"idle":198142984,"irq":237171}},{"model":"Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz","speed":2592,"times":{"user":10915031,"nice":0,"sys":6191031,"idle":204608718,"irq":187812}},{"model":"Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz","speed":2592,"times":{"user":12194734,"nice":0,"sys":7735328,"idle":201784718,"irq":201234}},{"model":"Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz","speed":2592,"times":{"user":12233828,"nice":0,"sys":6562609,"idle":202918343,"irq":205562}},{"model":"Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz","speed":2592,"times":{"user":10269015,"nice":0,"sys":7054937,"idle":204390812,"irq":262375}},{"model":"Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz","speed":2592,"times":{"user":10819875,"nice":0,"sys":6414828,"idle":204480062,"irq":264343}},{"model":"Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz","speed":2592,"times":{"user":11152546,"nice":0,"sys":6797015,"idle":203765203,"irq":257515}},{"model":"Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz","speed":2592,"times":{"user":11037703,"nice":0,"sys":6553828,"idle":204123234,"irq":260953}}],"osMemory":{"free":2849828864,"total":16919126016}},"headers":{"x-os-name":"win32","x-cypress-version":"10.7.0"}} and token: undefined +0ms
cypress:network:agent addRequest called { isHttps: true, href: 'https://api.cypress.io/exceptions' } +0ms
cypress:network:connect beginning getAddress { hostname: 'api.cypress.io', port: 443 } +48ms
cypress:server:browsers browsers.kill called with no active instance +198ms
cypress:proxy:http:util:prerequests metrics: { browserPreRequestsReceived: 0, proxyRequestsReceived: 0, immediatelyMatchedRequests: 0, unmatchedRequests: 0, unmatchedPreRequests: 0 } +0ms
cypress:cli child event fired { event: 'exit', code: 1, signal: null } +6s
cypress:cli child event fired { event: 'close', code: 1, signal: null } +1ms |
In case it helps, sophos has published an article stating that it has been fixed in Core Agent 2022.1.1 with IP exclusion for the loopback address. This update is currently being rolled out. It has worked for us! :) URL article -> https://support.sophos.com/support/s/article/KB-000044041?language=en_US |
I have the same issue for all web browsers and I dont even use Sophos... any workarounds? |
@Revadike can you provide a reproducible example using cypress-test-tiny? |
Are you in the Discord perhaps? It was reproducible for me, with the example Mike gave. |
Hi. I turned off my antivirus and all works fine for me. |
I use windows defender and turning it off, didn't work |
I'm starting using Cypress and I've got the same error in all the browsers:
Setup/Configuration details: windows 10 PRO |
|
same Issue , when i click on edge,chrome browser it get pop up error how to resolve it$ npx cypress open DevTools listening on ws://127.0.0.1:12029/devtools/browser/a976909c-d143-44fd-91c2-6f9b08abc4e5
|
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?
The text was updated successfully, but these errors were encountered: