Last active
May 28, 2020 07:10
-
-
Save marc-guenther/8a90daa72f22fffe7ee8978af2575ffa to your computer and use it in GitHub Desktop.
debug output of running cypress with electron in a different user account which doesn't have a running Windowserver (cypress-io/cypress#7467)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This fails to run the tests completely | |
marcs-macbook-touch:~/cypress-test % DEBUG=cypress:* npx cypress run | |
cypress:cli:cli cli starts with arguments ["/usr/local/bin/node","/Users/biffy/cypress-test/node_modules/.bin/cypress","run"] +0ms | |
cypress:cli NODE_OPTIONS is not set +0ms | |
cypress:cli:cli program parsing arguments +8ms | |
cypress:cli:cli running Cypress with args [ Command { commands: [], options: [ [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option] ], _execs: Set {}, _allowUnknownOption: false, _args: [], _name: 'run', _optionValues: {}, _storeOptionsAsProperties: true, _passCommandToAction: true, _actionResults: [], _helpFlags: '-h, --help', _helpDescription: 'output usage information', _helpShortFlag: '-h', _helpLongFlag: '--help', _noHelp: false, _exitCallback: undefined, _executableFile: undefined, parent: Command { commands: [Array], options: [Array], _execs: Set {}, _allowUnknownOption: false, _args: [], _name: 'cypress', _optionValues: {}, _storeOptionsAsProperties: true, _passCommandToAction: true, _actionResults: [], _helpFlags: '-h, --help', _helpDescription: 'output usage information', _helpShortFlag: '-h', _helpLongFlag: '--help', _usage: '<command> [options]', _events: [Object: null prototype], _eventsCount: 9, rawArgs: [Array], args: [] }, _usage: '[options]', _description: 'Runs Cypress tests from the CLI without the GUI', _argsDescription: undefined, _events: [Object: null prototype] { 'option:browser': [Function], 'option:ci-build-id': [Function], 'option:config': [Function], 'option:config-file': [Function], 'option:env': [Function], 'option:group': [Function], 'option:key': [Function], 'option:headed': [Function], 'option:headless': [Function], 'option:no-exit': [Function], 'option:parallel': [Function], 'option:port': [Function], 'option:project': [Function], 'option:record': [Function], 'option:reporter': [Function], 'option:reporter-options': [Function], 'option:spec': [Function], 'option:tag': [Function], 'option:dev': [Function] }, _eventsCount: 19, exit: true } ] +0ms | |
cypress:cli:cli variable-length opts parsed { args: [ '/usr/local/bin/node', '/Users/biffy/cypress-test/node_modules/.bin/cypress', 'run' ], opts: Command { commands: [], options: [ [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option], [Option] ], _execs: Set {}, _allowUnknownOption: false, _args: [], _name: 'run', _optionValues: {}, _storeOptionsAsProperties: true, _passCommandToAction: true, _actionResults: [], _helpFlags: '-h, --help', _helpDescription: 'output usage information', _helpShortFlag: '-h', _helpLongFlag: '--help', _noHelp: false, _exitCallback: undefined, _executableFile: undefined, parent: Command { commands: [Array], options: [Array], _execs: Set {}, _allowUnknownOption: false, _args: [], _name: 'cypress', _optionValues: {}, _storeOptionsAsProperties: true, _passCommandToAction: true, _actionResults: [], _helpFlags: '-h, --help', _helpDescription: 'output usage information', _helpShortFlag: '-h', _helpLongFlag: '--help', _usage: '<command> [options]', _events: [Object: null prototype], _eventsCount: 9, rawArgs: [Array], args: [] }, _usage: '[options]', _description: 'Runs Cypress tests from the CLI without the GUI', _argsDescription: undefined, _events: [Object: null prototype] { 'option:browser': [Function], 'option:ci-build-id': [Function], 'option:config': [Function], 'option:config-file': [Function], 'option:env': [Function], 'option:group': [Function], 'option:key': [Function], 'option:headed': [Function], 'option:headless': [Function], 'option:no-exit': [Function], 'option:parallel': [Function], 'option:port': [Function], 'option:project': [Function], 'option:record': [Function], 'option:reporter': [Function], 'option:reporter-options': [Function], 'option:spec': [Function], 'option:tag': [Function], 'option:dev': [Function] }, _eventsCount: 19, exit: true } } +77ms | |
cypress:cli parsed cli options {} +81ms | |
cypress:cli verifying Cypress app +0ms | |
cypress:cli checking environment variables +1ms | |
cypress:cli checking if executable exists /Users/biffy/Library/Caches/Cypress/4.6.0/Cypress.app/Contents/MacOS/Cypress +2ms | |
cypress:cli Binary is executable? : true +1ms | |
cypress:cli binaryDir is /Users/biffy/Library/Caches/Cypress/4.6.0/Cypress.app +1ms | |
cypress:cli Reading binary package.json from: /Users/biffy/Library/Caches/Cypress/4.6.0/Cypress.app/Contents/Resources/app/package.json +0ms | |
cypress:cli Found binary version 4.6.0 installed in: /Users/biffy/Library/Caches/Cypress/4.6.0/Cypress.app +5ms | |
cypress:cli { verified: true } +6ms | |
cypress:cli is Verified ? true +2ms | |
cypress:cli:run processing run options { key: null, spec: null, reporter: null, reporterOptions: null, project: '/Users/biffy/cypress-test' } +0ms | |
cypress:cli:run --key is not set, looking up environment variable CYPRESS_RECORD_KEY +0ms | |
cypress:cli:run run to spawn.start args ["--run-project","/Users/biffy/cypress-test"] +0ms | |
cypress:cli needs to start own Xvfb? false +0ms | |
cypress:cli spawning, should retry on display problem? false +1ms | |
cypress:cli spawning Cypress with executable: /Users/biffy/Library/Caches/Cypress/4.6.0/Cypress.app/Contents/MacOS/Cypress +6ms | |
cypress:cli spawn args [ '--no-sandbox', '--', '--run-project', '/Users/biffy/cypress-test', '--cwd', '/Users/biffy/cypress-test' ] { detached: false, stdio: [ 'inherit', 'inherit', 'pipe' ] } +0ms | |
cypress:cli piping child STDERR to process STDERR +7ms | |
_RegisterApplication(), FAILED TO establish the default connection to the WindowServer, _CGSDefaultConnection() is NULL. | |
cypress:ts Running without ts-node hook in environment "production" +0ms | |
cypress:server:appdata path: /Users/biffy/Library/Application Support/Cypress/cy/production/browsers +0ms | |
cypress:server:util:node_options NODE_OPTIONS check passed, not forking { NODE_OPTIONS: '--max-http-header-size=1048576 --http-parser=legacy' } +0ms | |
cypress:server:util:node_options restoring NODE_OPTIONS { NODE_OPTIONS: '--max-http-header-size=1048576 --http-parser=legacy', ORIGINAL_NODE_OPTIONS: undefined } +2ms | |
cypress:server:cypress starting cypress with argv [ '/Users/biffy/Library/Caches/Cypress/4.6.0/Cypress.app/Contents/MacOS/Cypress', '--no-sandbox', '--', '--run-project', '/Users/biffy/cypress-test', '--cwd', '/Users/biffy/cypress-test' ] +0ms | |
cypress:server:args argv array: [ '/Users/biffy/Library/Caches/Cypress/4.6.0/Cypress.app/Contents/MacOS/Cypress', '--no-sandbox', '--run-project', '/Users/biffy/cypress-test', '--cwd', '/Users/biffy/cypress-test' ] +0ms | |
cypress:server:args argv parsed: { _: [ '/Users/biffy/Library/Caches/Cypress/4.6.0/Cypress.app/Contents/MacOS/Cypress' ], sandbox: false, runProject: '/Users/biffy/cypress-test', cwd: '/Users/biffy/cypress-test', invokedFromCli: true } +3ms | |
cypress:server:util:proxy found proxy environment variables {} +0ms | |
cypress:server:args options { _: [ '/Users/biffy/Library/Caches/Cypress/4.6.0/Cypress.app/Contents/MacOS/Cypress' ], sandbox: false, runProject: '/Users/biffy/cypress-test', cwd: '/Users/biffy/cypress-test', invokedFromCli: true, config: {} } +1ms | |
cypress:server:args argv options: { _: [ '/Users/biffy/Library/Caches/Cypress/4.6.0/Cypress.app/Contents/MacOS/Cypress' ], sandbox: false, runProject: '/Users/biffy/cypress-test', cwd: '/Users/biffy/cypress-test', invokedFromCli: true, config: {}, projectRoot: '/Users/biffy/cypress-test', run: true } +1ms | |
cypress:server:cypress from argv [ '/Users/biffy/Library/Caches/Cypress/4.6.0/Cypress.app/Contents/MacOS/Cypress', '--no-sandbox', '--run-project', '/Users/biffy/cypress-test', '--cwd', '/Users/biffy/cypress-test' ] got options { _: [ '/Users/biffy/Library/Caches/Cypress/4.6.0/Cypress.app/Contents/MacOS/Cypress' ], sandbox: false, runProject: '/Users/biffy/cypress-test', cwd: '/Users/biffy/cypress-test', invokedFromCli: true, config: {}, projectRoot: '/Users/biffy/cypress-test', run: true } +6ms | |
cypress:server:cypress scaling electron app in headless mode +0ms | |
cypress:server:appdata path: /Users/biffy/Library/Application Support/Cypress/cy/production +313ms | |
cypress:server:cypress starting in mode run with options { _: [ '/Users/biffy/Library/Caches/Cypress/4.6.0/Cypress.app/Contents/MacOS/Cypress' ], sandbox: false, runProject: '/Users/biffy/cypress-test', cwd: '/Users/biffy/cypress-test', invokedFromCli: true, config: {}, projectRoot: '/Users/biffy/cypress-test', run: true } +178ms | |
cypress:server:cypress running Electron currently +1ms | |
cypress:server:appdata path: /Users/biffy/Library/Application Support/Cypress/cy/production +671ms | |
cypress:server:appdata path: /Users/biffy/Library/Application Support/Cypress/cy/production/cache +10ms | |
cypress:server:video using ffmpeg from /Users/biffy/Library/Caches/Cypress/4.6.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/@ffmpeg-installer/darwin-x64/ffmpeg +0ms | |
cypress:server:util:process_profiler current & mean memory and CPU usage by process group: | |
cypress:server:util:process_profiler ┌─────────┬───────────┬──────────────┬────────────────┬────────────┬────────────────┬──────────┬──────────────┬─────────────┐ | |
cypress:server:util:process_profiler │ (index) │ group │ processCount │ pids │ cpuPercent │ meanCpuPercent │ memRssMb │ meanMemRssMb │ maxMemRssMb │ | |
cypress:server:util:process_profiler ├─────────┼───────────┼──────────────┼────────────────┼────────────┼────────────────┼──────────┼──────────────┼─────────────┤ | |
cypress:server:util:process_profiler │ 0 │ 'cypress' │ 1 │ '27110' │ 109 │ 109 │ 94.54 │ 94.54 │ 94.54 │ | |
cypress:server:util:process_profiler │ 1 │ 'other' │ 2 │ '27111, 27112' │ 0 │ 0 │ 2.09 │ 2.09 │ 2.09 │ | |
cypress:server:util:process_profiler │ 2 │ 'TOTAL' │ 3 │ '-' │ 109 │ 109 │ 96.63 │ 96.63 │ 96.63 │ | |
cypress:server:util:process_profiler └─────────┴───────────┴──────────────┴────────────────┴────────────┴────────────────┴──────────┴──────────────┴─────────────┘ +0ms | |
cypress:server:run run mode ready with options { _: [ '/Users/biffy/Library/Caches/Cypress/4.6.0/Cypress.app/Contents/MacOS/Cypress' ], sandbox: false, runProject: '/Users/biffy/cypress-test', cwd: '/Users/biffy/cypress-test', invokedFromCli: true, config: {}, projectRoot: '/Users/biffy/cypress-test', run: true } +0ms | |
cypress:server:browsers getAllBrowsersWith { nameOrPath: undefined } +0ms | |
cypress:server:browsers:utils getBrowsers +0ms | |
cypress:launcher detecting if the following browsers are present [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', versionRegex: /Google Chrome (\S+)/m, binary: [ 'google-chrome', 'chrome', 'google-chrome-stable' ] }, { name: 'chromium', family: 'chromium', channel: 'stable', displayName: 'Chromium', versionRegex: /Chromium (\S+)/m, binary: [ 'chromium-browser', 'chromium' ] }, { name: 'chrome', family: 'chromium', channel: 'canary', displayName: 'Canary', versionRegex: /Google Chrome Canary (\S+)/m, binary: 'google-chrome-canary' }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', info: 'Firefox support is currently in beta! You can help us continue to improve the Cypress + Firefox experience by [reporting any issues you find](https://on.cypress.io/new-issue).', versionRegex: /^Mozilla Firefox ([^\sab]+)$/m, binary: 'firefox' }, { name: 'firefox', family: 'firefox', channel: 'dev', displayName: 'Firefox Developer Edition', info: 'Firefox support is currently in beta! You can help us continue to improve the Cypress + Firefox experience by [reporting any issues you find](https://on.cypress.io/new-issue).', versionRegex: /^Mozilla Firefox (\S+b\S*)$/m, binary: [ 'firefox-developer-edition', 'firefox' ] }, { name: 'firefox', family: 'firefox', channel: 'nightly', displayName: 'Firefox Nightly', info: 'Firefox support is currently in beta! You can help us continue to improve the Cypress + Firefox experience by [reporting any issues you find](https://on.cypress.io/new-issue).', versionRegex: /^Mozilla Firefox (\S+a\S*)$/m, binary: [ 'firefox-nightly', 'firefox-trunk' ] }, { name: 'edge', family: 'chromium', channel: 'stable', displayName: 'Edge', versionRegex: /Microsoft Edge (\S+)/m, binary: 'edge' }, { name: 'edge', family: 'chromium', channel: 'canary', displayName: 'Edge Canary', versionRegex: /Microsoft Edge Canary (\S+)/m, binary: 'edge-canary' }, { name: 'edge', family: 'chromium', channel: 'beta', displayName: 'Edge Beta', versionRegex: /Microsoft Edge Beta (\S+)/m, binary: 'edge-beta' }, { name: 'edge', family: 'chromium', channel: 'dev', displayName: 'Edge Dev', versionRegex: /Microsoft Edge Dev (\S+)/m, binary: 'edge-dev' } ] +0ms | |
cypress:launcher checking one browser chrome +4ms | |
cypress:launcher looking up chrome on darwin platform +0ms | |
cypress:launcher looking for app Contents/MacOS/Google Chrome id com.google.Chrome +0ms | |
cypress:launcher looking for bundle id com.google.Chrome using command: mdfind 'kMDItemCFBundleIdentifier=="com.google.Chrome"' | head -1 +0ms | |
cypress:launcher checking one browser chrome +11ms | |
cypress:launcher looking up chrome on darwin platform +0ms | |
cypress:launcher looking for app Contents/MacOS/Google Chrome id com.google.Chrome +0ms | |
cypress:launcher looking for bundle id com.google.Chrome using command: mdfind 'kMDItemCFBundleIdentifier=="com.google.Chrome"' | head -1 +0ms | |
cypress:launcher checking one browser chrome +6ms | |
cypress:launcher looking up chrome on darwin platform +1ms | |
cypress:launcher looking for app Contents/MacOS/Google Chrome id com.google.Chrome +0ms | |
cypress:launcher looking for bundle id com.google.Chrome using command: mdfind 'kMDItemCFBundleIdentifier=="com.google.Chrome"' | head -1 +0ms | |
cypress:launcher could not find com.google.Chrome +10ms | |
cypress:launcher could not find com.google.Chrome +0ms | |
cypress:launcher could not find com.google.Chrome +0ms | |
cypress:launcher looking for application /Applications/Google Chrome.app +0ms | |
cypress:launcher reading property file "/Applications/Google Chrome.app/Contents/Info.plist" +0ms | |
cypress:launcher looking for application /Applications/Google Chrome.app +1ms | |
cypress:launcher reading property file "/Applications/Google Chrome.app/Contents/Info.plist" +1ms | |
cypress:launcher looking for application /Applications/Google Chrome.app +0ms | |
cypress:launcher reading property file "/Applications/Google Chrome.app/Contents/Info.plist" +0ms | |
cypress:launcher got plist: { foundPath: '/Applications/Google Chrome.app', version: '83.0.4103.61' } +29ms | |
cypress:launcher got plist: { foundPath: '/Applications/Google Chrome.app', version: '83.0.4103.61' } +1ms | |
cypress:launcher got plist: { foundPath: '/Applications/Google Chrome.app', version: '83.0.4103.61' } +0ms | |
cypress:launcher setting major version for {"name":"chrome","family":"chromium","channel":"stable","displayName":"Chrome","version":"83.0.4103.61","path":"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"} +0ms | |
cypress:launcher setting major version for {"name":"chrome","family":"chromium","channel":"stable","displayName":"Chrome","version":"83.0.4103.61","path":"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"} +1ms | |
cypress:launcher setting major version for {"name":"chrome","family":"chromium","channel":"stable","displayName":"Chrome","version":"83.0.4103.61","path":"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"} +0ms | |
cypress:launcher browser chrome version 83.0.4103.61 major version 83 +0ms | |
cypress:launcher browser chrome version 83.0.4103.61 major version 83 +0ms | |
cypress:launcher browser chrome version 83.0.4103.61 major version 83 +0ms | |
cypress:launcher checking one browser chromium +1ms | |
cypress:launcher looking up chromium on darwin platform +0ms | |
cypress:launcher looking for app Contents/MacOS/Chromium id org.chromium.Chromium +0ms | |
cypress:launcher looking for bundle id org.chromium.Chromium using command: mdfind 'kMDItemCFBundleIdentifier=="org.chromium.Chromium"' | head -1 +0ms | |
cypress:launcher checking one browser chromium +8ms | |
cypress:launcher looking up chromium on darwin platform +0ms | |
cypress:launcher looking for app Contents/MacOS/Chromium id org.chromium.Chromium +0ms | |
cypress:launcher looking for bundle id org.chromium.Chromium using command: mdfind 'kMDItemCFBundleIdentifier=="org.chromium.Chromium"' | head -1 +0ms | |
cypress:launcher could not find org.chromium.Chromium +9ms | |
cypress:launcher could not find org.chromium.Chromium +0ms | |
cypress:launcher looking for application /Applications/Chromium.app +0ms | |
cypress:launcher reading property file "/Applications/Chromium.app/Contents/Info.plist" +0ms | |
cypress:launcher looking for application /Applications/Chromium.app +1ms | |
cypress:launcher reading property file "/Applications/Chromium.app/Contents/Info.plist" +0ms | |
cypress:launcher got plist: { foundPath: '/Applications/Chromium.app', version: '80.0.3987.0' } +11ms | |
cypress:launcher got plist: { foundPath: '/Applications/Chromium.app', version: '80.0.3987.0' } +1ms | |
cypress:launcher setting major version for {"name":"chromium","family":"chromium","channel":"stable","displayName":"Chromium","version":"80.0.3987.0","path":"/Applications/Chromium.app/Contents/MacOS/Chromium"} +0ms | |
cypress:launcher setting major version for {"name":"chromium","family":"chromium","channel":"stable","displayName":"Chromium","version":"80.0.3987.0","path":"/Applications/Chromium.app/Contents/MacOS/Chromium"} +0ms | |
cypress:launcher browser chromium version 80.0.3987.0 major version 80 +0ms | |
cypress:launcher browser chromium version 80.0.3987.0 major version 80 +0ms | |
cypress:launcher checking one browser chrome +1ms | |
cypress:launcher looking up chrome on darwin platform +0ms | |
cypress:launcher looking for app Contents/MacOS/Google Chrome Canary id com.google.Chrome.canary +0ms | |
cypress:launcher looking for bundle id com.google.Chrome.canary using command: mdfind 'kMDItemCFBundleIdentifier=="com.google.Chrome.canary"' | head -1 +0ms | |
cypress:launcher could not find com.google.Chrome.canary +11ms | |
cypress:launcher looking for application /Applications/Google Chrome Canary.app +1ms | |
cypress:launcher reading property file "/Applications/Google Chrome Canary.app/Contents/Info.plist" +0ms | |
cypress:launcher could not read Info.plist { pl: '/Applications/Google Chrome Canary.app/Contents/Info.plist', e: [Error: ENOENT: no such file or directory, open '/Applications/Google Chrome Canary.app/Contents/Info.plist' ] { errno: -2, code: 'ENOENT', syscall: 'open', path: '/Applications/Google Chrome Canary.app/Contents/Info.plist' } } +0ms | |
cypress:launcher could not detect chrome using traditional Mac methods +1ms | |
cypress:launcher trying linux search +1ms | |
cypress:launcher finding version string using command "google-chrome-canary --version" +0ms | |
cypress:launcher Received error detecting browser binary: "google-chrome-canary" with error: spawn google-chrome-canary ENOENT +9ms | |
cypress:launcher browser chrome not installed +2ms | |
cypress:launcher checking one browser firefox +0ms | |
cypress:launcher looking up firefox on darwin platform +0ms | |
cypress:launcher looking for app Contents/MacOS/firefox-bin id org.mozilla.firefox +0ms | |
cypress:launcher looking for bundle id org.mozilla.firefox using command: mdfind 'kMDItemCFBundleIdentifier=="org.mozilla.firefox"' | head -1 +0ms | |
cypress:launcher could not find org.mozilla.firefox +8ms | |
cypress:launcher looking for application /Applications/Firefox.app +0ms | |
cypress:launcher reading property file "/Applications/Firefox.app/Contents/Info.plist" +0ms | |
cypress:launcher got plist: { foundPath: '/Applications/Firefox.app', version: '75.0' } +7ms | |
cypress:launcher setting major version for {"name":"firefox","family":"firefox","channel":"stable","displayName":"Firefox","version":"75.0","path":"/Applications/Firefox.app/Contents/MacOS/firefox-bin","info":"Firefox support is currently in beta! You can help us continue to improve the Cypress + Firefox experience by [reporting any issues you find](https://on.cypress.io/new-issue)."} +0ms | |
cypress:launcher browser firefox version 75.0 major version 75 +0ms | |
cypress:launcher checking one browser firefox +1ms | |
cypress:launcher looking up firefox on darwin platform +0ms | |
cypress:launcher looking for app Contents/MacOS/firefox-bin id org.mozilla.firefoxdeveloperedition +0ms | |
cypress:launcher looking for bundle id org.mozilla.firefoxdeveloperedition using command: mdfind 'kMDItemCFBundleIdentifier=="org.mozilla.firefoxdeveloperedition"' | head -1 +0ms | |
cypress:launcher checking one browser firefox +10ms | |
cypress:launcher looking up firefox on darwin platform +0ms | |
cypress:launcher looking for app Contents/MacOS/firefox-bin id org.mozilla.firefoxdeveloperedition +0ms | |
cypress:launcher looking for bundle id org.mozilla.firefoxdeveloperedition using command: mdfind 'kMDItemCFBundleIdentifier=="org.mozilla.firefoxdeveloperedition"' | head -1 +0ms | |
cypress:launcher could not find org.mozilla.firefoxdeveloperedition +9ms | |
cypress:launcher could not find org.mozilla.firefoxdeveloperedition +0ms | |
cypress:launcher looking for application /Applications/Firefox Developer Edition.app +0ms | |
cypress:launcher reading property file "/Applications/Firefox Developer Edition.app/Contents/Info.plist" +1ms | |
cypress:launcher looking for application /Applications/Firefox Developer Edition.app +0ms | |
cypress:launcher reading property file "/Applications/Firefox Developer Edition.app/Contents/Info.plist" +0ms | |
cypress:launcher could not read Info.plist { pl: '/Applications/Firefox Developer Edition.app/Contents/Info.plist', e: [Error: ENOENT: no such file or directory, open '/Applications/Firefox Developer Edition.app/Contents/Info.plist' ] { errno: -2, code: 'ENOENT', syscall: 'open', path: '/Applications/Firefox Developer Edition.app/Contents/Info.plist' } } +0ms | |
cypress:launcher could not read Info.plist { pl: '/Applications/Firefox Developer Edition.app/Contents/Info.plist', e: [Error: ENOENT: no such file or directory, open '/Applications/Firefox Developer Edition.app/Contents/Info.plist' ] { errno: -2, code: 'ENOENT', syscall: 'open', path: '/Applications/Firefox Developer Edition.app/Contents/Info.plist' } } +0ms | |
cypress:launcher could not detect firefox using traditional Mac methods +1ms | |
cypress:launcher trying linux search +0ms | |
cypress:launcher finding version string using command "firefox --version" +0ms | |
cypress:launcher could not detect firefox using traditional Mac methods +6ms | |
cypress:launcher trying linux search +0ms | |
cypress:launcher finding version string using command "firefox-developer-edition --version" +1ms | |
cypress:launcher Received error detecting browser binary: "firefox" with error: spawn firefox ENOENT +7ms | |
cypress:launcher Received error detecting browser binary: "firefox-developer-edition" with error: spawn firefox-developer-edition ENOENT +1ms | |
cypress:launcher browser firefox not installed +1ms | |
cypress:launcher browser firefox not installed +0ms | |
cypress:launcher checking one browser firefox +0ms | |
cypress:launcher looking up firefox on darwin platform +0ms | |
cypress:launcher looking for app Contents/MacOS/firefox-bin id org.mozilla.nightly +0ms | |
cypress:launcher looking for bundle id org.mozilla.nightly using command: mdfind 'kMDItemCFBundleIdentifier=="org.mozilla.nightly"' | head -1 +0ms | |
cypress:launcher checking one browser firefox +7ms | |
cypress:launcher looking up firefox on darwin platform +0ms | |
cypress:launcher looking for app Contents/MacOS/firefox-bin id org.mozilla.nightly +0ms | |
cypress:launcher looking for bundle id org.mozilla.nightly using command: mdfind 'kMDItemCFBundleIdentifier=="org.mozilla.nightly"' | head -1 +0ms | |
cypress:launcher could not find org.mozilla.nightly +8ms | |
cypress:launcher could not find org.mozilla.nightly +0ms | |
cypress:launcher looking for application /Applications/Firefox Nightly.app +0ms | |
cypress:launcher reading property file "/Applications/Firefox Nightly.app/Contents/Info.plist" +0ms | |
cypress:launcher looking for application /Applications/Firefox Nightly.app +1ms | |
cypress:launcher reading property file "/Applications/Firefox Nightly.app/Contents/Info.plist" +0ms | |
cypress:launcher could not read Info.plist { pl: '/Applications/Firefox Nightly.app/Contents/Info.plist', e: [Error: ENOENT: no such file or directory, open '/Applications/Firefox Nightly.app/Contents/Info.plist' ] { errno: -2, code: 'ENOENT', syscall: 'open', path: '/Applications/Firefox Nightly.app/Contents/Info.plist' } } +0ms | |
cypress:launcher could not read Info.plist { pl: '/Applications/Firefox Nightly.app/Contents/Info.plist', e: [Error: ENOENT: no such file or directory, open '/Applications/Firefox Nightly.app/Contents/Info.plist' ] { errno: -2, code: 'ENOENT', syscall: 'open', path: '/Applications/Firefox Nightly.app/Contents/Info.plist' } } +0ms | |
cypress:launcher could not detect firefox using traditional Mac methods +0ms | |
cypress:launcher trying linux search +1ms | |
cypress:launcher finding version string using command "firefox-trunk --version" +0ms | |
cypress:launcher could not detect firefox using traditional Mac methods +6ms | |
cypress:launcher trying linux search +0ms | |
cypress:launcher finding version string using command "firefox-nightly --version" +0ms | |
cypress:launcher Received error detecting browser binary: "firefox-trunk" with error: spawn firefox-trunk ENOENT +8ms | |
cypress:launcher Received error detecting browser binary: "firefox-nightly" with error: spawn firefox-nightly ENOENT +0ms | |
cypress:launcher browser firefox not installed +1ms | |
cypress:launcher browser firefox not installed +0ms | |
cypress:launcher checking one browser edge +0ms | |
cypress:launcher looking up edge on darwin platform +0ms | |
cypress:launcher looking for app Contents/MacOS/Microsoft Edge id com.microsoft.Edge +0ms | |
cypress:launcher looking for bundle id com.microsoft.Edge using command: mdfind 'kMDItemCFBundleIdentifier=="com.microsoft.Edge"' | head -1 +0ms | |
cypress:launcher could not find com.microsoft.Edge +15ms | |
cypress:launcher looking for application /Applications/Microsoft Edge.app +0ms | |
cypress:launcher reading property file "/Applications/Microsoft Edge.app/Contents/Info.plist" +0ms | |
cypress:launcher could not read Info.plist { pl: '/Applications/Microsoft Edge.app/Contents/Info.plist', e: [Error: ENOENT: no such file or directory, open '/Applications/Microsoft Edge.app/Contents/Info.plist' ] { errno: -2, code: 'ENOENT', syscall: 'open', path: '/Applications/Microsoft Edge.app/Contents/Info.plist' } } +1ms | |
cypress:launcher could not detect edge using traditional Mac methods +0ms | |
cypress:launcher trying linux search +1ms | |
cypress:launcher finding version string using command "edge --version" +0ms | |
cypress:launcher Received error detecting browser binary: "edge" with error: spawn edge ENOENT +9ms | |
cypress:launcher browser edge not installed +1ms | |
cypress:launcher checking one browser edge +0ms | |
cypress:launcher looking up edge on darwin platform +0ms | |
cypress:launcher looking for app Contents/MacOS/Microsoft Edge Canary id com.microsoft.Edge.Canary +1ms | |
cypress:launcher looking for bundle id com.microsoft.Edge.Canary using command: mdfind 'kMDItemCFBundleIdentifier=="com.microsoft.Edge.Canary"' | head -1 +0ms | |
cypress:launcher could not find com.microsoft.Edge.Canary +7ms | |
cypress:launcher looking for application /Applications/Microsoft Edge Canary.app +1ms | |
cypress:launcher reading property file "/Applications/Microsoft Edge Canary.app/Contents/Info.plist" +0ms | |
cypress:launcher could not read Info.plist { pl: '/Applications/Microsoft Edge Canary.app/Contents/Info.plist', e: [Error: ENOENT: no such file or directory, open '/Applications/Microsoft Edge Canary.app/Contents/Info.plist' ] { errno: -2, code: 'ENOENT', syscall: 'open', path: '/Applications/Microsoft Edge Canary.app/Contents/Info.plist' } } +0ms | |
cypress:launcher could not detect edge using traditional Mac methods +0ms | |
cypress:launcher trying linux search +0ms | |
cypress:launcher finding version string using command "edge-canary --version" +1ms | |
cypress:launcher Received error detecting browser binary: "edge-canary" with error: spawn edge-canary ENOENT +8ms | |
cypress:launcher browser edge not installed +0ms | |
cypress:launcher checking one browser edge +1ms | |
cypress:launcher looking up edge on darwin platform +0ms | |
cypress:launcher looking for app Contents/MacOS/Microsoft Edge Beta id com.microsoft.Edge.Beta +0ms | |
cypress:launcher looking for bundle id com.microsoft.Edge.Beta using command: mdfind 'kMDItemCFBundleIdentifier=="com.microsoft.Edge.Beta"' | head -1 +0ms | |
cypress:launcher could not find com.microsoft.Edge.Beta +7ms | |
cypress:launcher looking for application /Applications/Microsoft Edge Beta.app +0ms | |
cypress:launcher reading property file "/Applications/Microsoft Edge Beta.app/Contents/Info.plist" +0ms | |
cypress:launcher could not read Info.plist { pl: '/Applications/Microsoft Edge Beta.app/Contents/Info.plist', e: [Error: ENOENT: no such file or directory, open '/Applications/Microsoft Edge Beta.app/Contents/Info.plist' ] { errno: -2, code: 'ENOENT', syscall: 'open', path: '/Applications/Microsoft Edge Beta.app/Contents/Info.plist' } } +1ms | |
cypress:launcher could not detect edge using traditional Mac methods +0ms | |
cypress:launcher trying linux search +0ms | |
cypress:launcher finding version string using command "edge-beta --version" +0ms | |
cypress:launcher Received error detecting browser binary: "edge-beta" with error: spawn edge-beta ENOENT +7ms | |
cypress:launcher browser edge not installed +1ms | |
cypress:launcher checking one browser edge +0ms | |
cypress:launcher looking up edge on darwin platform +0ms | |
cypress:launcher looking for app Contents/MacOS/Microsoft Edge Dev id com.microsoft.Edge.Dev +0ms | |
cypress:launcher looking for bundle id com.microsoft.Edge.Dev using command: mdfind 'kMDItemCFBundleIdentifier=="com.microsoft.Edge.Dev"' | head -1 +0ms | |
cypress:launcher could not find com.microsoft.Edge.Dev +8ms | |
cypress:launcher looking for application /Applications/Microsoft Edge Dev.app +0ms | |
cypress:launcher reading property file "/Applications/Microsoft Edge Dev.app/Contents/Info.plist" +0ms | |
cypress:launcher could not read Info.plist { pl: '/Applications/Microsoft Edge Dev.app/Contents/Info.plist', e: [Error: ENOENT: no such file or directory, open '/Applications/Microsoft Edge Dev.app/Contents/Info.plist' ] { errno: -2, code: 'ENOENT', syscall: 'open', path: '/Applications/Microsoft Edge Dev.app/Contents/Info.plist' } } +1ms | |
cypress:launcher could not detect edge using traditional Mac methods +0ms | |
cypress:launcher trying linux search +0ms | |
cypress:launcher finding version string using command "edge-dev --version" +0ms | |
cypress:launcher Received error detecting browser binary: "edge-dev" with error: spawn edge-dev ENOENT +7ms | |
cypress:launcher browser edge not installed +0ms | |
cypress:server:browsers:utils found browsers { browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '83.0.4103.61', path: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome', majorVersion: 83 }, { name: 'chromium', family: 'chromium', channel: 'stable', displayName: 'Chromium', version: '80.0.3987.0', path: '/Applications/Chromium.app/Contents/MacOS/Chromium', majorVersion: 80 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '75.0', path: '/Applications/Firefox.app/Contents/MacOS/firefox-bin', info: 'Firefox support is currently in beta! You can help us continue to improve the Cypress + Firefox experience by [reporting any issues you find](https://on.cypress.io/new-issue).', majorVersion: 75 } ] } +288ms | |
cypress:server:browsers:utils adding Electron browser { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '80.0.3987.165', path: '', majorVersion: 80, info: 'Electron is the default browser that comes with Cypress. This is the default browser that runs in headless mode. Selecting this browser is useful when debugging. The version number indicates the underlying Chromium version that Electron uses.' } +0ms | |
cypress:server:run found all system browsers [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '83.0.4103.61', path: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome', majorVersion: 83 }, { name: 'chromium', family: 'chromium', channel: 'stable', displayName: 'Chromium', version: '80.0.3987.0', path: '/Applications/Chromium.app/Contents/MacOS/Chromium', majorVersion: 80 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '75.0', path: '/Applications/Firefox.app/Contents/MacOS/firefox-bin', info: 'Firefox support is currently in beta! You can help us continue to improve the Cypress + Firefox experience by [reporting any issues you find](https://on.cypress.io/new-issue).', majorVersion: 75 }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '80.0.3987.165', path: '', majorVersion: 80, 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.' } ] +291ms | |
cypress:server:open_project open_project create /Users/biffy/cypress-test +0ms | |
cypress:server:open_project and options { socketId: 'm0gh5', morgan: false, report: true, isTextTerminal: true, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '83.0.4103.61', path: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome', majorVersion: 83 }, { name: 'chromium', family: 'chromium', channel: 'stable', displayName: 'Chromium', version: '80.0.3987.0', path: '/Applications/Chromium.app/Contents/MacOS/Chromium', majorVersion: 80 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '75.0', path: '/Applications/Firefox.app/Contents/MacOS/firefox-bin', info: 'Firefox support is currently in beta! You can help us continue to improve the Cypress + Firefox experience by [reporting any issues you find](https://on.cypress.io/new-issue).', majorVersion: 75 }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '80.0.3987.165', path: '', majorVersion: 80, 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], onError: [Function] } +0ms | |
cypress:server:project Project created /Users/biffy/cypress-test +0ms | |
cypress:server:open_project opening project /Users/biffy/cypress-test +1ms | |
cypress:server:open_project and options { socketId: 'm0gh5', morgan: false, report: true, isTextTerminal: true, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '83.0.4103.61', path: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome', majorVersion: 83 }, { name: 'chromium', family: 'chromium', channel: 'stable', displayName: 'Chromium', version: '80.0.3987.0', path: '/Applications/Chromium.app/Contents/MacOS/Chromium', majorVersion: 80 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '75.0', path: '/Applications/Firefox.app/Contents/MacOS/firefox-bin', info: 'Firefox support is currently in beta! You can help us continue to improve the Cypress + Firefox experience by [reporting any issues you find](https://on.cypress.io/new-issue).', majorVersion: 75 }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '80.0.3987.165', path: '', majorVersion: 80, 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], onError: [Function], onReloadBrowser: [Function: onReloadBrowser] } +0ms | |
cypress:server:project opening project instance /Users/biffy/cypress-test +1ms | |
cypress:server:project project open options { socketId: 'm0gh5', morgan: false, report: true, isTextTerminal: true, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '83.0.4103.61', path: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome', majorVersion: 83 }, { name: 'chromium', family: 'chromium', channel: 'stable', displayName: 'Chromium', version: '80.0.3987.0', path: '/Applications/Chromium.app/Contents/MacOS/Chromium', majorVersion: 80 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '75.0', path: '/Applications/Firefox.app/Contents/MacOS/firefox-bin', info: 'Firefox support is currently in beta! You can help us continue to improve the Cypress + Firefox experience by [reporting any issues you find](https://on.cypress.io/new-issue).', majorVersion: 75 }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '80.0.3987.165', path: '', majorVersion: 80, 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], onError: [Function], onReloadBrowser: [Function: onReloadBrowser] } +0ms | |
cypress:server:project project options { socketId: 'm0gh5', morgan: false, report: true, isTextTerminal: true, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '83.0.4103.61', path: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome', majorVersion: 83 }, { name: 'chromium', family: 'chromium', channel: 'stable', displayName: 'Chromium', version: '80.0.3987.0', path: '/Applications/Chromium.app/Contents/MacOS/Chromium', majorVersion: 80 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '75.0', path: '/Applications/Firefox.app/Contents/MacOS/firefox-bin', info: 'Firefox support is currently in beta! You can help us continue to improve the Cypress + Firefox experience by [reporting any issues you find](https://on.cypress.io/new-issue).', majorVersion: 75 }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '80.0.3987.165', path: '', majorVersion: 80, 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], onError: [Function], onReloadBrowser: [Function: onReloadBrowser], onFocusTests: [Function: onFocusTests], onSettingsChanged: false } +1ms | |
cypress:server:config setting config object +0ms | |
cypress:server:config config is {} +0ms | |
cypress:server:config merged config with options, got { envFile: {}, projectRoot: '/Users/biffy/cypress-test', projectName: 'cypress-test', morgan: false, isTextTerminal: true, socketId: 'm0gh5', report: true, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '83.0.4103.61', path: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome', majorVersion: 83 }, { name: 'chromium', family: 'chromium', channel: 'stable', displayName: 'Chromium', version: '80.0.3987.0', path: '/Applications/Chromium.app/Contents/MacOS/Chromium', majorVersion: 80 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '75.0', path: '/Applications/Firefox.app/Contents/MacOS/firefox-bin', info: 'Firefox support is currently in beta! You can help us continue to improve the Cypress + Firefox experience by [reporting any issues you find](https://on.cypress.io/new-issue).', majorVersion: 75 }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '80.0.3987.165', path: '', majorVersion: 80, info: 'Electron is the default browser that comes with Cypress. This is the default browser that runs in headless mode. Selecting this browser is useful when debugging. The version number indicates the underlying Chromium version that Electron uses.' } ] } +1ms | |
cypress:server:config using CYPRESS_INTERNAL_ENV production +1ms | |
cypress:server:config resolved config is { value: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '83.0.4103.61', path: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome', majorVersion: 83 }, { name: 'chromium', family: 'chromium', channel: 'stable', displayName: 'Chromium', version: '80.0.3987.0', path: '/Applications/Chromium.app/Contents/MacOS/Chromium', majorVersion: 80 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '75.0', path: '/Applications/Firefox.app/Contents/MacOS/firefox-bin', info: 'Firefox support is currently in beta! You can help us continue to improve the Cypress + Firefox experience by [reporting any issues you find](https://on.cypress.io/new-issue).', majorVersion: 75 }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '80.0.3987.165', path: '', majorVersion: 80, info: 'Electron is the default browser that comes with Cypress. This is the default browser that runs in headless mode. Selecting this browser is useful when debugging. The version number indicates the underlying Chromium version that Electron uses.' } ], from: 'default' } +1ms | |
cypress:server:validation browsers [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '83.0.4103.61', path: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome', majorVersion: 83 }, { name: 'chromium', family: 'chromium', channel: 'stable', displayName: 'Chromium', version: '80.0.3987.0', path: '/Applications/Chromium.app/Contents/MacOS/Chromium', majorVersion: 80 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '75.0', path: '/Applications/Firefox.app/Contents/MacOS/firefox-bin', info: 'Firefox support is currently in beta! You can help us continue to improve the Cypress + Firefox experience by [reporting any issues you find](https://on.cypress.io/new-issue).', majorVersion: 75 }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '80.0.3987.165', path: '', majorVersion: 80, info: 'Electron is the default browser that comes with Cypress. This is the default browser that runs in headless mode. Selecting this browser is useful when debugging. The version number indicates the underlying Chromium version that Electron uses.' } ] +0ms | |
cypress:server:config setting support file /Users/biffy/cypress-test/cypress/support +2ms | |
cypress:server:config for project root /Users/biffy/cypress-test +0ms | |
cypress:server:config set support folder /Users/biffy/cypress-test/cypress/support +1ms | |
cypress:server:config setting plugins file /Users/biffy/cypress-test/cypress/plugins +0ms | |
cypress:server:config for project root /Users/biffy/cypress-test +0ms | |
cypress:server:config set pluginsFile to /Users/biffy/cypress-test/cypress/plugins/index.js +1ms | |
cypress:server:config set scaffold paths +0ms | |
cypress:server:scaffold scaffolded files ["cypress/integration/examples/actions.spec.js","cypress/integration/examples/aliasing.spec.js","cypress/integration/examples/assertions.spec.js","cypress/integration/examples/connectors.spec.js","cypress/integration/examples/cookies.spec.js","cypress/integration/examples/cypress_api.spec.js","cypress/integration/examples/files.spec.js","cypress/integration/examples/local_storage.spec.js","cypress/integration/examples/location.spec.js","cypress/integration/examples/misc.spec.js","cypress/integration/examples/navigation.spec.js","cypress/integration/examples/network_requests.spec.js","cypress/integration/examples/querying.spec.js","cypress/integration/examples/spies_stubs_clocks.spec.js","cypress/integration/examples/traversal.spec.js","cypress/integration/examples/utilities.spec.js","cypress/integration/examples/viewport.spec.js","cypress/integration/examples/waiting.spec.js","cypress/integration/examples/window.spec.js","cypress/fixtures/example.json","cypress/support/commands.js","cypress/support/index.js","cypress/plugins/index.js"] +0ms | |
cypress:server:config got file tree +4ms | |
cypress:server:project get saved state +17ms | |
cypress:server:saved_state noop saved state +0ms | |
cypress:server:project scaffolding with plugins file /Users/biffy/cypress-test/cypress/plugins/index.js +1ms | |
cypress:server:scaffold plugins folder /Users/biffy/cypress-test/cypress/plugins +3ms | |
cypress:server:scaffold verify scaffolding in /Users/biffy/cypress-test/cypress/plugins +0ms | |
cypress:server:scaffold folder /Users/biffy/cypress-test/cypress/plugins already exists +0ms | |
cypress:server:project typescript doesn't exist. ts-node setup failed. +3ms | |
cypress:server:project error message Cannot find module 'typescript' from '/Users/biffy/cypress-test' +1ms | |
cypress:server:plugins plugins.init /Users/biffy/cypress-test/cypress/plugins/index.js +0ms | |
cypress:server:plugins forking to run /Users/biffy/Library/Caches/Cypress/4.6.0/Cypress.app/Contents/Resources/app/packages/server/lib/plugins/child/index.js +1ms | |
cypress:server:plugins:child pluginsFile: /Users/biffy/cypress-test/cypress/plugins/index.js +0ms | |
cypress:server:plugins:child project root: /Users/biffy/cypress-test +1ms | |
cypress:server:plugins:child typescript doesn't exist. ts-node setup failed. +3ms | |
cypress:server:plugins:child error message: Cannot find module 'typescript' from '/Users/biffy/cypress-test' +0ms | |
cypress:server:plugins:child require pluginsFile +1ms | |
cypress:server:plugins:child plugins load file "/Users/biffy/cypress-test/cypress/plugins/index.js" +2ms | |
cypress:server:plugins:child passing config { animationDistanceThreshold: 5, fileServerFolder: '/Users/biffy/cypress-test', baseUrl: null, fixturesFolder: '/Users/biffy/cypress-test/cypress/fixtures', blacklistHosts: null, chromeWebSecurity: true, modifyObstructiveCode: true, integrationFolder: '/Users/biffy/cypress-test/cypress/integration', env: {}, pluginsFile: '/Users/biffy/cypress-test/cypress/plugins/index.js', hosts: null, screenshotsFolder: '/Users/biffy/cypress-test/cypress/screenshots', numTestsKeptInMemory: 0, supportFile: '/Users/biffy/cypress-test/cypress/support/index.js', port: null, supportFolder: '/Users/biffy/cypress-test/cypress/support', projectId: null, videosFolder: '/Users/biffy/cypress-test/cypress/videos', reporter: 'spec', reporterOptions: null, ignoreTestFiles: '*.hot-update.js', testFiles: '**/*.*', defaultCommandTimeout: 4000, trashAssetsBeforeRuns: true, execTimeout: 60000, userAgent: null, pageLoadTimeout: 60000, viewportWidth: 1000, requestTimeout: 5000, viewportHeight: 660, responseTimeout: 30000, video: true, taskTimeout: 60000, videoCompression: 32, videoUploadOnPasses: true, watchForFileChanges: false, waitForAnimations: true, resolvedNodeVersion: '12.13.0', nodeVersion: 'default', firefoxGcInterval: { runMode: 1, openMode: null }, componentFolder: '/Users/biffy/cypress-test/cypress/component', browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '83.0.4103.61', path: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome', majorVersion: 83 }, { name: 'chromium', family: 'chromium', channel: 'stable', displayName: 'Chromium', version: '80.0.3987.0', path: '/Applications/Chromium.app/Contents/MacOS/Chromium', majorVersion: 80 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '75.0', path: '/Applications/Firefox.app/Contents/MacOS/firefox-bin', info: 'Firefox support is currently in beta! You can help us continue to improve the Cypress + Firefox experience by [reporting any issues you find](https://on.cypress.io/new-issue).', majorVersion: 75 }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '80.0.3987.165', path: '', majorVersion: 80, 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.' } ], experimentalGetCookiesSameSite: false, experimentalSourceRewriting: false, experimentalComponentTesting: false, projectRoot: '/Users/biffy/cypress-test', configFile: '/Users/biffy/cypress-test/cypress.json' } +0ms | |
cypress:server:plugins:child run plugins function +3ms | |
cypress:server:plugins:child register event _get:task:body with id 0 +0ms | |
cypress:server:plugins:child register event _get:task:keys with id 1 +0ms | |
cypress:server:plugins:child run plugins function +0ms | |
cypress:server:plugins:child plugins file successfully loaded +2ms | |
cypress:server:plugins register plugins process event _get:task:body with id 0 +221ms | |
cypress:server:plugins register event '_get:task:body' +0ms | |
cypress:server:plugins register plugins process event _get:task:keys with id 1 +0ms | |
cypress:server:plugins register event '_get:task:keys' +1ms | |
cypress:server:plugins resolving with new config null +0ms | |
cypress:server:project plugin config yielded: null +223ms | |
cypress:server:config starting config { projectRoot: '/Users/biffy/cypress-test', projectName: 'cypress-test', morgan: false, isTextTerminal: true, socketId: 'm0gh5', report: true, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '83.0.4103.61', path: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome', majorVersion: 83 }, { name: 'chromium', family: 'chromium', channel: 'stable', displayName: 'Chromium', version: '80.0.3987.0', path: '/Applications/Chromium.app/Contents/MacOS/Chromium', majorVersion: 80 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '75.0', path: '/Applications/Firefox.app/Contents/MacOS/firefox-bin', info: 'Firefox support is currently in beta! You can help us continue to improve the Cypress + Firefox experience by [reporting any issues you find](https://on.cypress.io/new-issue).', majorVersion: 75 }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '80.0.3987.165', path: '', majorVersion: 80, 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.' } ], port: null, hosts: null, baseUrl: null, projectId: null, userAgent: null, reporter: 'spec', reporterOptions: null, blacklistHosts: null, clientRoute: '/__/', xhrRoute: '/xhrs/', socketIoRoute: '/__socket.io', socketIoCookie: '__socket.io', reporterRoute: '/__cypress/reporter', ignoreTestFiles: '*.hot-update.js', testFiles: '**/*.*', defaultCommandTimeout: 4000, requestTimeout: 5000, responseTimeout: 30000, pageLoadTimeout: 60000, execTimeout: 60000, taskTimeout: 60000, video: true, videoCompression: 32, videoUploadOnPasses: true, modifyObstructiveCode: true, chromeWebSecurity: true, waitForAnimations: true, animationDistanceThreshold: 5, numTestsKeptInMemory: 0, watchForFileChanges: false, trashAssetsBeforeRuns: true, autoOpen: false, viewportWidth: 1000, viewportHeight: 660, fileServerFolder: '/Users/biffy/cypress-test', videosFolder: '/Users/biffy/cypress-test/cypress/videos', supportFile: '/Users/biffy/cypress-test/cypress/support/index.js', fixturesFolder: '/Users/biffy/cypress-test/cypress/fixtures', integrationFolder: '/Users/biffy/cypress-test/cypress/integration', screenshotsFolder: '/Users/biffy/cypress-test/cypress/screenshots', namespace: '__cypress', pluginsFile: '/Users/biffy/cypress-test/cypress/plugins/index.js', nodeVersion: 'default', configFile: 'cypress.json', firefoxGcInterval: { runMode: 1, openMode: null }, javascripts: [], experimentalComponentTesting: false, componentFolder: '/Users/biffy/cypress-test/cypress/component', experimentalGetCookiesSameSite: false, experimentalSourceRewriting: false, env: {}, cypressEnv: 'production', resolved: { animationDistanceThreshold: { value: 5, from: 'default' }, fileServerFolder: { value: '', from: 'default' }, baseUrl: { value: null, from: 'default' }, fixturesFolder: { value: 'cypress/fixtures', from: 'default' }, blacklistHosts: { value: null, from: 'default' }, chromeWebSecurity: { value: true, from: 'default' }, modifyObstructiveCode: { value: true, from: 'default' }, integrationFolder: { value: 'cypress/integration', from: 'default' }, env: {}, pluginsFile: { value: 'cypress/plugins', from: 'default' }, hosts: { value: null, from: 'default' }, screenshotsFolder: { value: 'cypress/screenshots', from: 'default' }, numTestsKeptInMemory: { value: 0, from: 'config' }, supportFile: { value: 'cypress/support', from: 'default' }, port: { value: null, from: 'default' }, projectId: { value: null, from: 'default' }, videosFolder: { value: 'cypress/videos', from: 'default' }, reporter: { value: 'spec', from: 'default' }, reporterOptions: { value: null, from: 'default' }, ignoreTestFiles: { value: '*.hot-update.js', from: 'default' }, testFiles: { value: '**/*.*', from: 'default' }, defaultCommandTimeout: { value: 4000, from: 'default' }, trashAssetsBeforeRuns: { value: true, from: 'default' }, execTimeout: { value: 60000, from: 'default' }, userAgent: { value: null, from: 'default' }, pageLoadTimeout: { value: 60000, from: 'default' }, viewportWidth: { value: 1000, from: 'default' }, requestTimeout: { value: 5000, from: 'default' }, viewportHeight: { value: 660, from: 'default' }, responseTimeout: { value: 30000, from: 'default' }, video: { value: true, from: 'default' }, taskTimeout: { value: 60000, from: 'default' }, videoCompression: { value: 32, from: 'default' }, videoUploadOnPasses: { value: true, from: 'default' }, watchForFileChanges: { value: false, from: 'config' }, waitForAnimations: { value: true, from: 'default' }, nodeVersion: { value: 'default', from: 'default' }, firefoxGcInterval: { value: [Object], from: 'default' }, componentFolder: { value: 'cypress/component', from: 'default' }, browsers: { value: [Array], from: 'default' }, experimentalGetCookiesSameSite: { value: false, from: 'default' }, experimentalSourceRewriting: { value: false, from: 'default' }, experimentalComponentTesting: { value: false, from: 'default' } }, parentTestsFolder: '/Users/biffy/cypress-test/cypress', parentTestsFolderDisplay: 'cypress-test/cypress', supportFolder: '/Users/biffy/cypress-test/cypress/support', integrationExampleName: 'examples', integrationExamplePath: '/Users/biffy/cypress-test/cypress/integration/examples', scaffoldedFiles: [ { name: 'cypress', children: [Array] } ], resolvedNodeVersion: '12.13.0', state: {} } +229ms | |
cypress:server:config overrides {} +2ms | |
cypress:server:config config diffs null +0ms | |
cypress:server:config merged config object { projectRoot: '/Users/biffy/cypress-test', projectName: 'cypress-test', morgan: false, isTextTerminal: true, socketId: 'm0gh5', report: true, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '83.0.4103.61', path: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome', majorVersion: 83 }, { name: 'chromium', family: 'chromium', channel: 'stable', displayName: 'Chromium', version: '80.0.3987.0', path: '/Applications/Chromium.app/Contents/MacOS/Chromium', majorVersion: 80 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '75.0', path: '/Applications/Firefox.app/Contents/MacOS/firefox-bin', info: 'Firefox support is currently in beta! You can help us continue to improve the Cypress + Firefox experience by [reporting any issues you find](https://on.cypress.io/new-issue).', majorVersion: 75 }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '80.0.3987.165', path: '', majorVersion: 80, 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.' } ], port: null, hosts: null, baseUrl: null, projectId: null, userAgent: null, reporter: 'spec', reporterOptions: null, blacklistHosts: null, clientRoute: '/__/', xhrRoute: '/xhrs/', socketIoRoute: '/__socket.io', socketIoCookie: '__socket.io', reporterRoute: '/__cypress/reporter', ignoreTestFiles: '*.hot-update.js', testFiles: '**/*.*', defaultCommandTimeout: 4000, requestTimeout: 5000, responseTimeout: 30000, pageLoadTimeout: 60000, execTimeout: 60000, taskTimeout: 60000, video: true, videoCompression: 32, videoUploadOnPasses: true, modifyObstructiveCode: true, chromeWebSecurity: true, waitForAnimations: true, animationDistanceThreshold: 5, numTestsKeptInMemory: 0, watchForFileChanges: false, trashAssetsBeforeRuns: true, autoOpen: false, viewportWidth: 1000, viewportHeight: 660, fileServerFolder: '/Users/biffy/cypress-test', videosFolder: '/Users/biffy/cypress-test/cypress/videos', supportFile: '/Users/biffy/cypress-test/cypress/support/index.js', fixturesFolder: '/Users/biffy/cypress-test/cypress/fixtures', integrationFolder: '/Users/biffy/cypress-test/cypress/integration', screenshotsFolder: '/Users/biffy/cypress-test/cypress/screenshots', namespace: '__cypress', pluginsFile: '/Users/biffy/cypress-test/cypress/plugins/index.js', nodeVersion: 'default', configFile: 'cypress.json', firefoxGcInterval: { runMode: 1, openMode: null }, javascripts: [], experimentalComponentTesting: false, componentFolder: '/Users/biffy/cypress-test/cypress/component', experimentalGetCookiesSameSite: false, experimentalSourceRewriting: false, env: {}, cypressEnv: 'production', resolved: { animationDistanceThreshold: { value: 5, from: 'default' }, fileServerFolder: { value: '', from: 'default' }, baseUrl: { value: null, from: 'default' }, fixturesFolder: { value: 'cypress/fixtures', from: 'default' }, blacklistHosts: { value: null, from: 'default' }, chromeWebSecurity: { value: true, from: 'default' }, modifyObstructiveCode: { value: true, from: 'default' }, integrationFolder: { value: 'cypress/integration', from: 'default' }, env: {}, pluginsFile: { value: 'cypress/plugins', from: 'default' }, hosts: { value: null, from: 'default' }, screenshotsFolder: { value: 'cypress/screenshots', from: 'default' }, numTestsKeptInMemory: { value: 0, from: 'config' }, supportFile: { value: 'cypress/support', from: 'default' }, port: { value: null, from: 'default' }, projectId: { value: null, from: 'default' }, videosFolder: { value: 'cypress/videos', from: 'default' }, reporter: { value: 'spec', from: 'default' }, reporterOptions: { value: null, from: 'default' }, ignoreTestFiles: { value: '*.hot-update.js', from: 'default' }, testFiles: { value: '**/*.*', from: 'default' }, defaultCommandTimeout: { value: 4000, from: 'default' }, trashAssetsBeforeRuns: { value: true, from: 'default' }, execTimeout: { value: 60000, from: 'default' }, userAgent: { value: null, from: 'default' }, pageLoadTimeout: { value: 60000, from: 'default' }, viewportWidth: { value: 1000, from: 'default' }, requestTimeout: { value: 5000, from: 'default' }, viewportHeight: { value: 660, from: 'default' }, responseTimeout: { value: 30000, from: 'default' }, video: { value: true, from: 'default' }, taskTimeout: { value: 60000, from: 'default' }, videoCompression: { value: 32, from: 'default' }, videoUploadOnPasses: { value: true, from: 'default' }, watchForFileChanges: { value: false, from: 'config' }, waitForAnimations: { value: true, from: 'default' }, nodeVersion: { value: 'default', from: 'default' }, firefoxGcInterval: { value: [Object], from: 'default' }, componentFolder: { value: 'cypress/component', from: 'default' }, browsers: { value: [Array], from: 'default' }, experimentalGetCookiesSameSite: { value: false, from: 'default' }, experimentalSourceRewriting: { value: false, from: 'default' }, experimentalComponentTesting: { value: false, from: 'default' } }, parentTestsFolder: '/Users/biffy/cypress-test/cypress', parentTestsFolderDisplay: 'cypress-test/cypress', supportFolder: '/Users/biffy/cypress-test/cypress/support', integrationExampleName: 'examples', integrationExamplePath: '/Users/biffy/cypress-test/cypress/integration/examples', scaffoldedFiles: [ { name: 'cypress', children: [Array] } ], resolvedNodeVersion: '12.13.0', state: {} } +2ms | |
cypress:server:config merged plugins config { projectRoot: '/Users/biffy/cypress-test', projectName: 'cypress-test', morgan: false, isTextTerminal: true, socketId: 'm0gh5', report: true, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '83.0.4103.61', path: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome', majorVersion: 83 }, { name: 'chromium', family: 'chromium', channel: 'stable', displayName: 'Chromium', version: '80.0.3987.0', path: '/Applications/Chromium.app/Contents/MacOS/Chromium', majorVersion: 80 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '75.0', path: '/Applications/Firefox.app/Contents/MacOS/firefox-bin', info: 'Firefox support is currently in beta! You can help us continue to improve the Cypress + Firefox experience by [reporting any issues you find](https://on.cypress.io/new-issue).', majorVersion: 75 }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '80.0.3987.165', path: '', majorVersion: 80, 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.' } ], port: null, hosts: null, baseUrl: null, projectId: null, userAgent: null, reporter: 'spec', reporterOptions: null, blacklistHosts: null, clientRoute: '/__/', xhrRoute: '/xhrs/', socketIoRoute: '/__socket.io', socketIoCookie: '__socket.io', reporterRoute: '/__cypress/reporter', ignoreTestFiles: '*.hot-update.js', testFiles: '**/*.*', defaultCommandTimeout: 4000, requestTimeout: 5000, responseTimeout: 30000, pageLoadTimeout: 60000, execTimeout: 60000, taskTimeout: 60000, video: true, videoCompression: 32, videoUploadOnPasses: true, modifyObstructiveCode: true, chromeWebSecurity: true, waitForAnimations: true, animationDistanceThreshold: 5, numTestsKeptInMemory: 0, watchForFileChanges: false, trashAssetsBeforeRuns: true, autoOpen: false, viewportWidth: 1000, viewportHeight: 660, fileServerFolder: '/Users/biffy/cypress-test', videosFolder: '/Users/biffy/cypress-test/cypress/videos', supportFile: '/Users/biffy/cypress-test/cypress/support/index.js', fixturesFolder: '/Users/biffy/cypress-test/cypress/fixtures', integrationFolder: '/Users/biffy/cypress-test/cypress/integration', screenshotsFolder: '/Users/biffy/cypress-test/cypress/screenshots', namespace: '__cypress', pluginsFile: '/Users/biffy/cypress-test/cypress/plugins/index.js', nodeVersion: 'default', configFile: 'cypress.json', firefoxGcInterval: { runMode: 1, openMode: null }, javascripts: [], experimentalComponentTesting: false, componentFolder: '/Users/biffy/cypress-test/cypress/component', experimentalGetCookiesSameSite: false, experimentalSourceRewriting: false, env: {}, cypressEnv: 'production', resolved: { animationDistanceThreshold: { value: 5, from: 'default' }, fileServerFolder: { value: '', from: 'default' }, baseUrl: { value: null, from: 'default' }, fixturesFolder: { value: 'cypress/fixtures', from: 'default' }, blacklistHosts: { value: null, from: 'default' }, chromeWebSecurity: { value: true, from: 'default' }, modifyObstructiveCode: { value: true, from: 'default' }, integrationFolder: { value: 'cypress/integration', from: 'default' }, env: {}, pluginsFile: { value: 'cypress/plugins', from: 'default' }, hosts: { value: null, from: 'default' }, screenshotsFolder: { value: 'cypress/screenshots', from: 'default' }, numTestsKeptInMemory: { value: 0, from: 'config' }, supportFile: { value: 'cypress/support', from: 'default' }, port: { value: null, from: 'default' }, projectId: { value: null, from: 'default' }, videosFolder: { value: 'cypress/videos', from: 'default' }, reporter: { value: 'spec', from: 'default' }, reporterOptions: { value: null, from: 'default' }, ignoreTestFiles: { value: '*.hot-update.js', from: 'default' }, testFiles: { value: '**/*.*', from: 'default' }, defaultCommandTimeout: { value: 4000, from: 'default' }, trashAssetsBeforeRuns: { value: true, from: 'default' }, execTimeout: { value: 60000, from: 'default' }, userAgent: { value: null, from: 'default' }, pageLoadTimeout: { value: 60000, from: 'default' }, viewportWidth: { value: 1000, from: 'default' }, requestTimeout: { value: 5000, from: 'default' }, viewportHeight: { value: 660, from: 'default' }, responseTimeout: { value: 30000, from: 'default' }, video: { value: true, from: 'default' }, taskTimeout: { value: 60000, from: 'default' }, videoCompression: { value: 32, from: 'default' }, videoUploadOnPasses: { value: true, from: 'default' }, watchForFileChanges: { value: false, from: 'config' }, waitForAnimations: { value: true, from: 'default' }, nodeVersion: { value: 'default', from: 'default' }, firefoxGcInterval: { value: [Object], from: 'default' }, componentFolder: { value: 'cypress/component', from: 'default' }, browsers: { value: [Array], from: 'default' }, experimentalGetCookiesSameSite: { value: false, from: 'default' }, experimentalSourceRewriting: { value: false, from: 'default' }, experimentalComponentTesting: { value: false, from: 'default' } }, parentTestsFolder: '/Users/biffy/cypress-test/cypress', parentTestsFolderDisplay: 'cypress-test/cypress', supportFolder: '/Users/biffy/cypress-test/cypress/support', integrationExampleName: 'examples', integrationExamplePath: '/Users/biffy/cypress-test/cypress/integration/examples', scaffoldedFiles: [ { name: 'cypress', children: [Array] } ], resolvedNodeVersion: '12.13.0', state: {} } +1ms | |
cypress:server:project updated config: { projectRoot: '/Users/biffy/cypress-test', projectName: 'cypress-test', morgan: false, isTextTerminal: true, socketId: 'm0gh5', report: true, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '83.0.4103.61', path: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome', majorVersion: 83 }, { name: 'chromium', family: 'chromium', channel: 'stable', displayName: 'Chromium', version: '80.0.3987.0', path: '/Applications/Chromium.app/Contents/MacOS/Chromium', majorVersion: 80 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '75.0', path: '/Applications/Firefox.app/Contents/MacOS/firefox-bin', info: 'Firefox support is currently in beta! You can help us continue to improve the Cypress + Firefox experience by [reporting any issues you find](https://on.cypress.io/new-issue).', majorVersion: 75 }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '80.0.3987.165', path: '', majorVersion: 80, 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.' } ], port: null, hosts: null, baseUrl: null, projectId: null, userAgent: null, reporter: 'spec', reporterOptions: null, blacklistHosts: null, clientRoute: '/__/', xhrRoute: '/xhrs/', socketIoRoute: '/__socket.io', socketIoCookie: '__socket.io', reporterRoute: '/__cypress/reporter', ignoreTestFiles: '*.hot-update.js', testFiles: '**/*.*', defaultCommandTimeout: 4000, requestTimeout: 5000, responseTimeout: 30000, pageLoadTimeout: 60000, execTimeout: 60000, taskTimeout: 60000, video: true, videoCompression: 32, videoUploadOnPasses: true, modifyObstructiveCode: true, chromeWebSecurity: true, waitForAnimations: true, animationDistanceThreshold: 5, numTestsKeptInMemory: 0, watchForFileChanges: false, trashAssetsBeforeRuns: true, autoOpen: false, viewportWidth: 1000, viewportHeight: 660, fileServerFolder: '/Users/biffy/cypress-test', videosFolder: '/Users/biffy/cypress-test/cypress/videos', supportFile: '/Users/biffy/cypress-test/cypress/support/index.js', fixturesFolder: '/Users/biffy/cypress-test/cypress/fixtures', integrationFolder: '/Users/biffy/cypress-test/cypress/integration', screenshotsFolder: '/Users/biffy/cypress-test/cypress/screenshots', namespace: '__cypress', pluginsFile: '/Users/biffy/cypress-test/cypress/plugins/index.js', nodeVersion: 'default', configFile: 'cypress.json', firefoxGcInterval: { runMode: 1, openMode: null }, javascripts: [], experimentalComponentTesting: false, componentFolder: '/Users/biffy/cypress-test/cypress/component', experimentalGetCookiesSameSite: false, experimentalSourceRewriting: false, env: {}, cypressEnv: 'production', resolved: { animationDistanceThreshold: { value: 5, from: 'default' }, fileServerFolder: { value: '', from: 'default' }, baseUrl: { value: null, from: 'default' }, fixturesFolder: { value: 'cypress/fixtures', from: 'default' }, blacklistHosts: { value: null, from: 'default' }, chromeWebSecurity: { value: true, from: 'default' }, modifyObstructiveCode: { value: true, from: 'default' }, integrationFolder: { value: 'cypress/integration', from: 'default' }, env: {}, pluginsFile: { value: 'cypress/plugins', from: 'default' }, hosts: { value: null, from: 'default' }, screenshotsFolder: { value: 'cypress/screenshots', from: 'default' }, numTestsKeptInMemory: { value: 0, from: 'config' }, supportFile: { value: 'cypress/support', from: 'default' }, port: { value: null, from: 'default' }, projectId: { value: null, from: 'default' }, videosFolder: { value: 'cypress/videos', from: 'default' }, reporter: { value: 'spec', from: 'default' }, reporterOptions: { value: null, from: 'default' }, ignoreTestFiles: { value: '*.hot-update.js', from: 'default' }, testFiles: { value: '**/*.*', from: 'default' }, defaultCommandTimeout: { value: 4000, from: 'default' }, trashAssetsBeforeRuns: { value: true, from: 'default' }, execTimeout: { value: 60000, from: 'default' }, userAgent: { value: null, from: 'default' }, pageLoadTimeout: { value: 60000, from: 'default' }, viewportWidth: { value: 1000, from: 'default' }, requestTimeout: { value: 5000, from: 'default' }, viewportHeight: { value: 660, from: 'default' }, responseTimeout: { value: 30000, from: 'default' }, video: { value: true, from: 'default' }, taskTimeout: { value: 60000, from: 'default' }, videoCompression: { value: 32, from: 'default' }, videoUploadOnPasses: { value: true, from: 'default' }, watchForFileChanges: { value: false, from: 'config' }, waitForAnimations: { value: true, from: 'default' }, nodeVersion: { value: 'default', from: 'default' }, firefoxGcInterval: { value: [Object], from: 'default' }, componentFolder: { value: 'cypress/component', from: 'default' }, browsers: { value: [Array], from: 'default' }, experimentalGetCookiesSameSite: { value: false, from: 'default' }, experimentalSourceRewriting: { value: false, from: 'default' }, experimentalComponentTesting: { value: false, from: 'default' } }, parentTestsFolder: '/Users/biffy/cypress-test/cypress', parentTestsFolderDisplay: 'cypress-test/cypress', supportFolder: '/Users/biffy/cypress-test/cypress/support', integrationExampleName: 'examples', integrationExamplePath: '/Users/biffy/cypress-test/cypress/integration/examples', scaffoldedFiles: [ { name: 'cypress', children: [Array] } ], resolvedNodeVersion: '12.13.0', state: {} } +8ms | |
cypress:server:server server open +0ms | |
cypress:server:server Server listening on { address: '127.0.0.1', family: 'IPv4', port: 55443 } +26ms | |
cypress:server:appdata path: /Users/biffy/Library/Application Support/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: 55445 } +0ms | |
cypress:server:server Setting remoteAuth undefined +32ms | |
cypress:server:server Setting remoteOrigin http://localhost:55443 +1ms | |
cypress:server:server Setting remoteStrategy file +0ms | |
cypress:server:server Setting remoteHostAndPort null +0ms | |
cypress:server:server Setting remoteDocDomain localhost +0ms | |
cypress:server:server Setting remoteFileServer http://localhost:55444 +0ms | |
cypress:server:server Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:55443', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:55444' } +0ms | |
cypress:server:project project config: { projectRoot: '/Users/biffy/cypress-test', projectName: 'cypress-test', morgan: false, isTextTerminal: true, socketId: 'm0gh5', report: true, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '83.0.4103.61', path: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome', majorVersion: 83 }, { name: 'chromium', family: 'chromium', channel: 'stable', displayName: 'Chromium', version: '80.0.3987.0', path: '/Applications/Chromium.app/Contents/MacOS/Chromium', majorVersion: 80 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '75.0', path: '/Applications/Firefox.app/Contents/MacOS/firefox-bin', info: 'Firefox support is currently in beta! You can help us continue to improve the Cypress + Firefox experience by [reporting any issues you find](https://on.cypress.io/new-issue).', majorVersion: 75 }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '80.0.3987.165', path: '', majorVersion: 80, 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.' } ], port: 55443, hosts: null, baseUrl: null, projectId: null, userAgent: null, reporter: 'spec', reporterOptions: null, blacklistHosts: null, clientRoute: '/__/', xhrRoute: '/xhrs/', socketIoRoute: '/__socket.io', socketIoCookie: '__socket.io', reporterRoute: '/__cypress/reporter', ignoreTestFiles: '*.hot-update.js', testFiles: '**/*.*', defaultCommandTimeout: 4000, requestTimeout: 5000, responseTimeout: 30000, pageLoadTimeout: 60000, execTimeout: 60000, taskTimeout: 60000, video: true, videoCompression: 32, videoUploadOnPasses: true, modifyObstructiveCode: true, chromeWebSecurity: true, waitForAnimations: true, animationDistanceThreshold: 5, numTestsKeptInMemory: 0, watchForFileChanges: false, trashAssetsBeforeRuns: true, autoOpen: false, viewportWidth: 1000, viewportHeight: 660, fileServerFolder: '/Users/biffy/cypress-test', videosFolder: '/Users/biffy/cypress-test/cypress/videos', supportFile: '/Users/biffy/cypress-test/cypress/support/index.js', fixturesFolder: '/Users/biffy/cypress-test/cypress/fixtures', integrationFolder: '/Users/biffy/cypress-test/cypress/integration', screenshotsFolder: '/Users/biffy/cypress-test/cypress/screenshots', namespace: '__cypress', pluginsFile: '/Users/biffy/cypress-test/cypress/plugins/index.js', nodeVersion: 'default', configFile: 'cypress.json', firefoxGcInterval: { runMode: 1, openMode: null }, javascripts: [], experimentalComponentTesting: false, componentFolder: '/Users/biffy/cypress-test/cypress/component', experimentalGetCookiesSameSite: false, experimentalSourceRewriting: false, env: {}, cypressEnv: 'production', parentTestsFolder: '/Users/biffy/cypress-test/cypress', parentTestsFolderDisplay: 'cypress-test/cypress', supportFolder: '/Users/biffy/cypress-test/cypress/support', integrationExampleName: 'examples', integrationExamplePath: '/Users/biffy/cypress-test/cypress/integration/examples', scaffoldedFiles: [ { name: 'cypress', children: [Array] } ], resolvedNodeVersion: '12.13.0', state: {}, proxyUrl: 'http://localhost:55443', browserUrl: 'http://localhost:55443/__/', reporterUrl: 'http://localhost:55443/__cypress/reporter', xhrUrl: '__cypress/xhrs/' } +60ms | |
cypress:server:reporter trying to load reporter: spec +0ms | |
cypress:server:reporter spec is Mocha reporter +0ms | |
cypress:server:project scaffolding project /Users/biffy/cypress-test +14ms | |
cypress:server:scaffold support folder /Users/biffy/cypress-test/cypress/support, support file /Users/biffy/cypress-test/cypress/support/index.js +309ms | |
cypress:server:scaffold verify scaffolding in /Users/biffy/cypress-test/cypress/support +0ms | |
cypress:server:scaffold folder /Users/biffy/cypress-test/cypress/support already exists +1ms | |
cypress:server:project attempt watch plugins file: /Users/biffy/cypress-test/cypress/plugins/index.js +1ms | |
cypress:server:project project has config { projectRoot: '/Users/biffy/cypress-test', projectName: 'cypress-test', morgan: false, isTextTerminal: true, socketId: 'm0gh5', report: true, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '83.0.4103.61', path: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome', majorVersion: 83 }, { name: 'chromium', family: 'chromium', channel: 'stable', displayName: 'Chromium', version: '80.0.3987.0', path: '/Applications/Chromium.app/Contents/MacOS/Chromium', majorVersion: 80 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '75.0', path: '/Applications/Firefox.app/Contents/MacOS/firefox-bin', info: 'Firefox support is currently in beta! You can help us continue to improve the Cypress + Firefox experience by [reporting any issues you find](https://on.cypress.io/new-issue).', majorVersion: 75 }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '80.0.3987.165', path: '', majorVersion: 80, 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.' } ], port: 55443, hosts: null, baseUrl: null, projectId: null, userAgent: null, reporter: 'spec', reporterOptions: null, blacklistHosts: null, clientRoute: '/__/', xhrRoute: '/xhrs/', socketIoRoute: '/__socket.io', socketIoCookie: '__socket.io', reporterRoute: '/__cypress/reporter', ignoreTestFiles: '*.hot-update.js', testFiles: '**/*.*', defaultCommandTimeout: 4000, requestTimeout: 5000, responseTimeout: 30000, pageLoadTimeout: 60000, execTimeout: 60000, taskTimeout: 60000, video: true, videoCompression: 32, videoUploadOnPasses: true, modifyObstructiveCode: true, chromeWebSecurity: true, waitForAnimations: true, animationDistanceThreshold: 5, numTestsKeptInMemory: 0, watchForFileChanges: false, trashAssetsBeforeRuns: true, autoOpen: false, viewportWidth: 1000, viewportHeight: 660, fileServerFolder: '/Users/biffy/cypress-test', videosFolder: '/Users/biffy/cypress-test/cypress/videos', supportFile: '/Users/biffy/cypress-test/cypress/support/index.js', fixturesFolder: '/Users/biffy/cypress-test/cypress/fixtures', integrationFolder: '/Users/biffy/cypress-test/cypress/integration', screenshotsFolder: '/Users/biffy/cypress-test/cypress/screenshots', namespace: '__cypress', pluginsFile: '/Users/biffy/cypress-test/cypress/plugins/index.js', nodeVersion: 'default', configFile: 'cypress.json', firefoxGcInterval: { runMode: 1, openMode: null }, javascripts: [], experimentalComponentTesting: false, componentFolder: '/Users/biffy/cypress-test/cypress/component', experimentalGetCookiesSameSite: false, experimentalSourceRewriting: false, env: {}, cypressEnv: 'production', resolved: { animationDistanceThreshold: { value: 5, from: 'default' }, fileServerFolder: { value: '', from: 'default' }, baseUrl: { value: null, from: 'default' }, fixturesFolder: { value: 'cypress/fixtures', from: 'default' }, blacklistHosts: { value: null, from: 'default' }, chromeWebSecurity: { value: true, from: 'default' }, modifyObstructiveCode: { value: true, from: 'default' }, integrationFolder: { value: 'cypress/integration', from: 'default' }, env: {}, pluginsFile: { value: 'cypress/plugins', from: 'default' }, hosts: { value: null, from: 'default' }, screenshotsFolder: { value: 'cypress/screenshots', from: 'default' }, numTestsKeptInMemory: { value: 0, from: 'config' }, supportFile: { value: 'cypress/support', from: 'default' }, port: { value: null, from: 'default' }, projectId: { value: null, from: 'default' }, videosFolder: { value: 'cypress/videos', from: 'default' }, reporter: { value: 'spec', from: 'default' }, reporterOptions: { value: null, from: 'default' }, ignoreTestFiles: { value: '*.hot-update.js', from: 'default' }, testFiles: { value: '**/*.*', from: 'default' }, defaultCommandTimeout: { value: 4000, from: 'default' }, trashAssetsBeforeRuns: { value: true, from: 'default' }, execTimeout: { value: 60000, from: 'default' }, userAgent: { value: null, from: 'default' }, pageLoadTimeout: { value: 60000, from: 'default' }, viewportWidth: { value: 1000, from: 'default' }, requestTimeout: { value: 5000, from: 'default' }, viewportHeight: { value: 660, from: 'default' }, responseTimeout: { value: 30000, from: 'default' }, video: { value: true, from: 'default' }, taskTimeout: { value: 60000, from: 'default' }, videoCompression: { value: 32, from: 'default' }, videoUploadOnPasses: { value: true, from: 'default' }, watchForFileChanges: { value: false, from: 'config' }, waitForAnimations: { value: true, from: 'default' }, nodeVersion: { value: 'default', from: 'default' }, firefoxGcInterval: { value: [Object], from: 'default' }, componentFolder: { value: 'cypress/component', from: 'default' }, browsers: { value: [Array], from: 'default' }, experimentalGetCookiesSameSite: { value: false, from: 'default' }, experimentalSourceRewriting: { value: false, from: 'default' }, experimentalComponentTesting: { value: false, from: 'default' } }, parentTestsFolder: '/Users/biffy/cypress-test/cypress', parentTestsFolderDisplay: 'cypress-test/cypress', supportFolder: '/Users/biffy/cypress-test/cypress/support', integrationExampleName: 'examples', integrationExamplePath: '/Users/biffy/cypress-test/cypress/integration/examples', scaffoldedFiles: [ { name: 'cypress', children: [Array] } ], resolvedNodeVersion: '12.13.0', state: {}, proxyUrl: 'http://localhost:55443', browserUrl: 'http://localhost:55443/__/', reporterUrl: 'http://localhost:55443/__cypress/reporter', xhrUrl: '__cypress/xhrs/' } +0ms | |
cypress:server:run project created and opened with config { projectRoot: '/Users/biffy/cypress-test', projectName: 'cypress-test', morgan: false, isTextTerminal: true, socketId: 'm0gh5', report: true, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '83.0.4103.61', path: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome', majorVersion: 83 }, { name: 'chromium', family: 'chromium', channel: 'stable', displayName: 'Chromium', version: '80.0.3987.0', path: '/Applications/Chromium.app/Contents/MacOS/Chromium', majorVersion: 80 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '75.0', path: '/Applications/Firefox.app/Contents/MacOS/firefox-bin', info: 'Firefox support is currently in beta! You can help us continue to improve the Cypress + Firefox experience by [reporting any issues you find](https://on.cypress.io/new-issue).', majorVersion: 75 }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '80.0.3987.165', path: '', majorVersion: 80, 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.' } ], port: 55443, hosts: null, baseUrl: null, projectId: null, userAgent: null, reporter: 'spec', reporterOptions: null, blacklistHosts: null, clientRoute: '/__/', xhrRoute: '/xhrs/', socketIoRoute: '/__socket.io', socketIoCookie: '__socket.io', reporterRoute: '/__cypress/reporter', ignoreTestFiles: '*.hot-update.js', testFiles: '**/*.*', defaultCommandTimeout: 4000, requestTimeout: 5000, responseTimeout: 30000, pageLoadTimeout: 60000, execTimeout: 60000, taskTimeout: 60000, video: true, videoCompression: 32, videoUploadOnPasses: true, modifyObstructiveCode: true, chromeWebSecurity: true, waitForAnimations: true, animationDistanceThreshold: 5, numTestsKeptInMemory: 0, watchForFileChanges: false, trashAssetsBeforeRuns: true, autoOpen: false, viewportWidth: 1000, viewportHeight: 660, fileServerFolder: '/Users/biffy/cypress-test', videosFolder: '/Users/biffy/cypress-test/cypress/videos', supportFile: '/Users/biffy/cypress-test/cypress/support/index.js', fixturesFolder: '/Users/biffy/cypress-test/cypress/fixtures', integrationFolder: '/Users/biffy/cypress-test/cypress/integration', screenshotsFolder: '/Users/biffy/cypress-test/cypress/screenshots', namespace: '__cypress', pluginsFile: '/Users/biffy/cypress-test/cypress/plugins/index.js', nodeVersion: 'default', configFile: 'cypress.json', firefoxGcInterval: { runMode: 1, openMode: null }, javascripts: [], experimentalComponentTesting: false, componentFolder: '/Users/biffy/cypress-test/cypress/component', experimentalGetCookiesSameSite: false, experimentalSourceRewriting: false, env: {}, cypressEnv: 'production', resolved: { animationDistanceThreshold: { value: 5, from: 'default' }, fileServerFolder: { value: '', from: 'default' }, baseUrl: { value: null, from: 'default' }, fixturesFolder: { value: 'cypress/fixtures', from: 'default' }, blacklistHosts: { value: null, from: 'default' }, chromeWebSecurity: { value: true, from: 'default' }, modifyObstructiveCode: { value: true, from: 'default' }, integrationFolder: { value: 'cypress/integration', from: 'default' }, env: {}, pluginsFile: { value: 'cypress/plugins', from: 'default' }, hosts: { value: null, from: 'default' }, screenshotsFolder: { value: 'cypress/screenshots', from: 'default' }, numTestsKeptInMemory: { value: 0, from: 'config' }, supportFile: { value: 'cypress/support', from: 'default' }, port: { value: null, from: 'default' }, projectId: { value: null, from: 'default' }, videosFolder: { value: 'cypress/videos', from: 'default' }, reporter: { value: 'spec', from: 'default' }, reporterOptions: { value: null, from: 'default' }, ignoreTestFiles: { value: '*.hot-update.js', from: 'default' }, testFiles: { value: '**/*.*', from: 'default' }, defaultCommandTimeout: { value: 4000, from: 'default' }, trashAssetsBeforeRuns: { value: true, from: 'default' }, execTimeout: { value: 60000, from: 'default' }, userAgent: { value: null, from: 'default' }, pageLoadTimeout: { value: 60000, from: 'default' }, viewportWidth: { value: 1000, from: 'default' }, requestTimeout: { value: 5000, from: 'default' }, viewportHeight: { value: 660, from: 'default' }, responseTimeout: { value: 30000, from: 'default' }, video: { value: true, from: 'default' }, taskTimeout: { value: 60000, from: 'default' }, videoCompression: { value: 32, from: 'default' }, videoUploadOnPasses: { value: true, from: 'default' }, watchForFileChanges: { value: false, from: 'config' }, waitForAnimations: { value: true, from: 'default' }, nodeVersion: { value: 'default', from: 'default' }, firefoxGcInterval: { value: [Object], from: 'default' }, componentFolder: { value: 'cypress/component', from: 'default' }, browsers: { value: [Array], from: 'default' }, experimentalGetCookiesSameSite: { value: false, from: 'default' }, experimentalSourceRewriting: { value: false, from: 'default' }, experimentalComponentTesting: { value: false, from: 'default' } }, parentTestsFolder: '/Users/biffy/cypress-test/cypress', parentTestsFolderDisplay: 'cypress-test/cypress', supportFolder: '/Users/biffy/cypress-test/cypress/support', integrationExampleName: 'examples', integrationExamplePath: '/Users/biffy/cypress-test/cypress/integration/examples', scaffoldedFiles: [ { name: 'cypress', children: [Array] } ], resolvedNodeVersion: '12.13.0', state: {}, proxyUrl: 'http://localhost:55443', browserUrl: 'http://localhost:55443/__/', reporterUrl: 'http://localhost:55443/__cypress/reporter', xhrUrl: '__cypress/xhrs/' } +338ms | |
cypress:server:specs experimentalComponentTesting false +0ms | |
cypress:server:specs looking for test specs in the folder: /Users/biffy/cypress-test/cypress/integration +1ms | |
cypress:server:specs there is no spec pattern +0ms | |
cypress:server:specs globbing test files "**/*.*" +0ms | |
cypress:server:specs glob options { sort: true, absolute: true, nodir: true, cwd: '/Users/biffy/cypress-test/cypress/integration', ignore: [ '/Users/biffy/cypress-test/cypress/support/index.js', '/Users/biffy/cypress-test/cypress/fixtures/**/*' ] } +0ms | |
cypress:server:browsers searching for browser { nameOrPath: 'electron', filter: { name: 'electron', channel: 'stable' }, knownBrowsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '83.0.4103.61', path: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome', majorVersion: 83 }, { name: 'chromium', family: 'chromium', channel: 'stable', displayName: 'Chromium', version: '80.0.3987.0', path: '/Applications/Chromium.app/Contents/MacOS/Chromium', majorVersion: 80 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '75.0', path: '/Applications/Firefox.app/Contents/MacOS/firefox-bin', info: 'Firefox support is currently in beta! You can help us continue to improve the Cypress + Firefox experience by [reporting any issues you find](https://on.cypress.io/new-issue).', majorVersion: 75 }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '80.0.3987.165', path: '', majorVersion: 80, 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.' } ] } +641ms | |
cypress:server:profilecleaner found 0 profile folders: [] +0ms | |
cypress:server:profilecleaner found 0 root level profile matches: [] +16ms | |
cypress:server:profilecleaner found 0 profile folders: [] +0ms | |
cypress:server:specs [ | |
cypress:server:specs '/Users/biffy/cypress-test/cypress/integration/examples/actions.spec.js' | |
cypress:server:specs ] +30ms | |
cypress:server:specs found spec file /Users/biffy/cypress-test/cypress/integration/examples/actions.spec.js +1ms | |
cypress:server:specs found 1 spec file: [ { name: 'examples/actions.spec.js', relative: 'cypress/integration/examples/actions.spec.js', absolute: '/Users/biffy/cypress-test/cypress/integration/examples/actions.spec.js' } ] +2ms | |
┌──────────────────────────────────────────────┬─────────────┐ | |
│ relative │ specType │ | |
├──────────────────────────────────────────────┼─────────────┤ | |
│ cypress/integration/examples/actions.spec.js │ integration │ | |
└──────────────────────────────────────────────┴─────────────┘ | |
cypress:server:run found '1' specs using spec pattern 'null': [ 'examples/actions.spec.js' ] +64ms | |
==================================================================================================== | |
(Run Starting) | |
cypress:server:run formatting Node version. { version: '12.13.0', path: undefined } +15ms | |
┌────────────────────────────────────────────────────────────────────────────────────────────────┐ | |
│ Cypress: 4.6.0 │ | |
│ Browser: Electron 80 (headless) │ | |
│ Specs: 1 found (examples/actions.spec.js) │ | |
└────────────────────────────────────────────────────────────────────────────────────────────────┘ | |
──────────────────────────────────────────────────────────────────────────────────────────────────── | |
Running: examples/actions.spec.js (1 of 1) | |
cypress:server:run about to run spec { spec: { name: 'examples/actions.spec.js', relative: 'cypress/integration/examples/actions.spec.js', absolute: '/Users/biffy/cypress-test/cypress/integration/examples/actions.spec.js', specType: 'integration' }, isHeadless: true, browser: { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '80.0.3987.165', path: '', majorVersion: 80, 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.', isHeadless: true, isHeaded: false } } +4ms | |
cypress:server:run video recording has been enabled. video: true +1ms | |
cypress:server:video capture started { command: 'ffmpeg -n 20 /Users/biffy/Library/Caches/Cypress/4.6.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/@ffmpeg-installer/darwin-x64/ffmpeg -f image2pipe -use_wallclock_as_timestamps 1 -i pipe:0 -y -vcodec libx264 -preset ultrafast /Users/biffy/cypress-test/cypress/videos/examples/actions.spec.js.mp4' } +1s | |
cypress:server:run waiting for socket to connect and browser to launch... +55ms | |
cypress:server:run waiting for socket connection... { id: 'm0gh5' } +0ms | |
cypress:server:open_project resetting project state, preparing to launch browser electron for spec { name: 'examples/actions.spec.js', relative: 'cypress/integration/examples/actions.spec.js', absolute: '/Users/biffy/cypress-test/cypress/integration/examples/actions.spec.js', specType: 'integration' } options { width: 1280, height: 720, show: false, onCrashed: [Function: onCrashed], onNewWindow: [Function: onNewWindow], onScreencastFrame: [Function], automationMiddleware: { onAfterResponse: [Function: onAfterResponse] }, projectRoot: '/Users/biffy/cypress-test', onWarning: [Function] } +475ms | |
cypress:server:project resetting project instance /Users/biffy/cypress-test +146ms | |
cypress:proxy:http:util:buffers resetting buffers +0ms | |
cypress:server:server Setting remoteAuth undefined +161ms | |
cypress:server:server Setting remoteOrigin http://localhost:55443 +1ms | |
cypress:server:server Setting remoteStrategy file +0ms | |
cypress:server:server Setting remoteHostAndPort null +0ms | |
cypress:server:server Setting remoteDocDomain localhost +0ms | |
cypress:server:server Setting remoteFileServer http://localhost:55444 +0ms | |
cypress:server:server Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:55443', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:55444' } +0ms | |
cypress:server:project project has config { projectRoot: '/Users/biffy/cypress-test', projectName: 'cypress-test', morgan: false, isTextTerminal: true, socketId: 'm0gh5', report: true, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '83.0.4103.61', path: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome', majorVersion: 83 }, { name: 'chromium', family: 'chromium', channel: 'stable', displayName: 'Chromium', version: '80.0.3987.0', path: '/Applications/Chromium.app/Contents/MacOS/Chromium', majorVersion: 80 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '75.0', path: '/Applications/Firefox.app/Contents/MacOS/firefox-bin', info: 'Firefox support is currently in beta! You can help us continue to improve the Cypress + Firefox experience by [reporting any issues you find](https://on.cypress.io/new-issue).', majorVersion: 75 }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '80.0.3987.165', path: '', majorVersion: 80, 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.' } ], port: 55443, hosts: null, baseUrl: null, projectId: null, userAgent: null, reporter: 'spec', reporterOptions: null, blacklistHosts: null, clientRoute: '/__/', xhrRoute: '/xhrs/', socketIoRoute: '/__socket.io', socketIoCookie: '__socket.io', reporterRoute: '/__cypress/reporter', ignoreTestFiles: '*.hot-update.js', testFiles: '**/*.*', defaultCommandTimeout: 4000, requestTimeout: 5000, responseTimeout: 30000, pageLoadTimeout: 60000, execTimeout: 60000, taskTimeout: 60000, video: true, videoCompression: 32, videoUploadOnPasses: true, modifyObstructiveCode: true, chromeWebSecurity: true, waitForAnimations: true, animationDistanceThreshold: 5, numTestsKeptInMemory: 0, watchForFileChanges: false, trashAssetsBeforeRuns: true, autoOpen: false, viewportWidth: 1000, viewportHeight: 660, fileServerFolder: '/Users/biffy/cypress-test', videosFolder: '/Users/biffy/cypress-test/cypress/videos', supportFile: '/Users/biffy/cypress-test/cypress/support/index.js', fixturesFolder: '/Users/biffy/cypress-test/cypress/fixtures', integrationFolder: '/Users/biffy/cypress-test/cypress/integration', screenshotsFolder: '/Users/biffy/cypress-test/cypress/screenshots', namespace: '__cypress', pluginsFile: '/Users/biffy/cypress-test/cypress/plugins/index.js', nodeVersion: 'default', configFile: 'cypress.json', firefoxGcInterval: { runMode: 1, openMode: null }, javascripts: [], experimentalComponentTesting: false, componentFolder: '/Users/biffy/cypress-test/cypress/component', experimentalGetCookiesSameSite: false, experimentalSourceRewriting: false, env: {}, cypressEnv: 'production', resolved: { animationDistanceThreshold: { value: 5, from: 'default' }, fileServerFolder: { value: '', from: 'default' }, baseUrl: { value: null, from: 'default' }, fixturesFolder: { value: 'cypress/fixtures', from: 'default' }, blacklistHosts: { value: null, from: 'default' }, chromeWebSecurity: { value: true, from: 'default' }, modifyObstructiveCode: { value: true, from: 'default' }, integrationFolder: { value: 'cypress/integration', from: 'default' }, env: {}, pluginsFile: { value: 'cypress/plugins', from: 'default' }, hosts: { value: null, from: 'default' }, screenshotsFolder: { value: 'cypress/screenshots', from: 'default' }, numTestsKeptInMemory: { value: 0, from: 'config' }, supportFile: { value: 'cypress/support', from: 'default' }, port: { value: null, from: 'default' }, projectId: { value: null, from: 'default' }, videosFolder: { value: 'cypress/videos', from: 'default' }, reporter: { value: 'spec', from: 'default' }, reporterOptions: { value: null, from: 'default' }, ignoreTestFiles: { value: '*.hot-update.js', from: 'default' }, testFiles: { value: '**/*.*', from: 'default' }, defaultCommandTimeout: { value: 4000, from: 'default' }, trashAssetsBeforeRuns: { value: true, from: 'default' }, execTimeout: { value: 60000, from: 'default' }, userAgent: { value: null, from: 'default' }, pageLoadTimeout: { value: 60000, from: 'default' }, viewportWidth: { value: 1000, from: 'default' }, requestTimeout: { value: 5000, from: 'default' }, viewportHeight: { value: 660, from: 'default' }, responseTimeout: { value: 30000, from: 'default' }, video: { value: true, from: 'default' }, taskTimeout: { value: 60000, from: 'default' }, videoCompression: { value: 32, from: 'default' }, videoUploadOnPasses: { value: true, from: 'default' }, watchForFileChanges: { value: false, from: 'config' }, waitForAnimations: { value: true, from: 'default' }, nodeVersion: { value: 'default', from: 'default' }, firefoxGcInterval: { value: [Object], from: 'default' }, componentFolder: { value: 'cypress/component', from: 'default' }, browsers: { value: [Array], from: 'default' }, experimentalGetCookiesSameSite: { value: false, from: 'default' }, experimentalSourceRewriting: { value: false, from: 'default' }, experimentalComponentTesting: { value: false, from: 'default' } }, parentTestsFolder: '/Users/biffy/cypress-test/cypress', parentTestsFolderDisplay: 'cypress-test/cypress', supportFolder: '/Users/biffy/cypress-test/cypress/support', integrationExampleName: 'examples', integrationExamplePath: '/Users/biffy/cypress-test/cypress/integration/examples', scaffoldedFiles: [ { name: 'cypress', children: [Array] } ], resolvedNodeVersion: '12.13.0', state: {}, proxyUrl: 'http://localhost:55443', browserUrl: 'http://localhost:55443/__/', reporterUrl: 'http://localhost:55443/__cypress/reporter', xhrUrl: '__cypress/xhrs/' } +1ms | |
cypress:server:project prefixed path for spec { pathToSpec: '/Users/biffy/cypress-test/cypress/integration/examples/actions.spec.js', type: 'integration', url: '/integration/examples/actions.spec.js' } +2ms | |
cypress:server:project return path to spec { specType: 'integration', absoluteSpecPath: '/Users/biffy/cypress-test/cypress/integration/examples/actions.spec.js', prefixedPath: '/integration/examples/actions.spec.js', url: 'http://localhost:55443/__/#/tests/integration/examples/actions.spec.js' } +4ms | |
cypress:server:open_project open project url http://localhost:55443/__/#/tests/integration/examples/actions.spec.js +8ms | |
cypress:server:project project has config { projectRoot: '/Users/biffy/cypress-test', projectName: 'cypress-test', morgan: false, isTextTerminal: true, socketId: 'm0gh5', report: true, browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '83.0.4103.61', path: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome', majorVersion: 83 }, { name: 'chromium', family: 'chromium', channel: 'stable', displayName: 'Chromium', version: '80.0.3987.0', path: '/Applications/Chromium.app/Contents/MacOS/Chromium', majorVersion: 80 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '75.0', path: '/Applications/Firefox.app/Contents/MacOS/firefox-bin', info: 'Firefox support is currently in beta! You can help us continue to improve the Cypress + Firefox experience by [reporting any issues you find](https://on.cypress.io/new-issue).', majorVersion: 75 }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '80.0.3987.165', path: '', majorVersion: 80, 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.' } ], port: 55443, hosts: null, baseUrl: null, projectId: null, userAgent: null, reporter: 'spec', reporterOptions: null, blacklistHosts: null, clientRoute: '/__/', xhrRoute: '/xhrs/', socketIoRoute: '/__socket.io', socketIoCookie: '__socket.io', reporterRoute: '/__cypress/reporter', ignoreTestFiles: '*.hot-update.js', testFiles: '**/*.*', defaultCommandTimeout: 4000, requestTimeout: 5000, responseTimeout: 30000, pageLoadTimeout: 60000, execTimeout: 60000, taskTimeout: 60000, video: true, videoCompression: 32, videoUploadOnPasses: true, modifyObstructiveCode: true, chromeWebSecurity: true, waitForAnimations: true, animationDistanceThreshold: 5, numTestsKeptInMemory: 0, watchForFileChanges: false, trashAssetsBeforeRuns: true, autoOpen: false, viewportWidth: 1000, viewportHeight: 660, fileServerFolder: '/Users/biffy/cypress-test', videosFolder: '/Users/biffy/cypress-test/cypress/videos', supportFile: '/Users/biffy/cypress-test/cypress/support/index.js', fixturesFolder: '/Users/biffy/cypress-test/cypress/fixtures', integrationFolder: '/Users/biffy/cypress-test/cypress/integration', screenshotsFolder: '/Users/biffy/cypress-test/cypress/screenshots', namespace: '__cypress', pluginsFile: '/Users/biffy/cypress-test/cypress/plugins/index.js', nodeVersion: 'default', configFile: 'cypress.json', firefoxGcInterval: { runMode: 1, openMode: null }, javascripts: [], experimentalComponentTesting: false, componentFolder: '/Users/biffy/cypress-test/cypress/component', experimentalGetCookiesSameSite: false, experimentalSourceRewriting: false, env: {}, cypressEnv: 'production', resolved: { animationDistanceThreshold: { value: 5, from: 'default' }, fileServerFolder: { value: '', from: 'default' }, baseUrl: { value: null, from: 'default' }, fixturesFolder: { value: 'cypress/fixtures', from: 'default' }, blacklistHosts: { value: null, from: 'default' }, chromeWebSecurity: { value: true, from: 'default' }, modifyObstructiveCode: { value: true, from: 'default' }, integrationFolder: { value: 'cypress/integration', from: 'default' }, env: {}, pluginsFile: { value: 'cypress/plugins', from: 'default' }, hosts: { value: null, from: 'default' }, screenshotsFolder: { value: 'cypress/screenshots', from: 'default' }, numTestsKeptInMemory: { value: 0, from: 'config' }, supportFile: { value: 'cypress/support', from: 'default' }, port: { value: null, from: 'default' }, projectId: { value: null, from: 'default' }, videosFolder: { value: 'cypress/videos', from: 'default' }, reporter: { value: 'spec', from: 'default' }, reporterOptions: { value: null, from: 'default' }, ignoreTestFiles: { value: '*.hot-update.js', from: 'default' }, testFiles: { value: '**/*.*', from: 'default' }, defaultCommandTimeout: { value: 4000, from: 'default' }, trashAssetsBeforeRuns: { value: true, from: 'default' }, execTimeout: { value: 60000, from: 'default' }, userAgent: { value: null, from: 'default' }, pageLoadTimeout: { value: 60000, from: 'default' }, viewportWidth: { value: 1000, from: 'default' }, requestTimeout: { value: 5000, from: 'default' }, viewportHeight: { value: 660, from: 'default' }, responseTimeout: { value: 30000, from: 'default' }, video: { value: true, from: 'default' }, taskTimeout: { value: 60000, from: 'default' }, videoCompression: { value: 32, from: 'default' }, videoUploadOnPasses: { value: true, from: 'default' }, watchForFileChanges: { value: false, from: 'config' }, waitForAnimations: { value: true, from: 'default' }, nodeVersion: { value: 'default', from: 'default' }, firefoxGcInterval: { value: [Object], from: 'default' }, componentFolder: { value: 'cypress/component', from: 'default' }, browsers: { value: [Array], from: 'default' }, experimentalGetCookiesSameSite: { value: false, from: 'default' }, experimentalSourceRewriting: { value: false, from: 'default' }, experimentalComponentTesting: { value: false, from: 'default' } }, parentTestsFolder: '/Users/biffy/cypress-test/cypress', parentTestsFolderDisplay: 'cypress-test/cypress', supportFolder: '/Users/biffy/cypress-test/cypress/support', integrationExampleName: 'examples', integrationExamplePath: '/Users/biffy/cypress-test/cypress/integration/examples', scaffoldedFiles: [ { name: 'cypress', children: [Array] } ], resolvedNodeVersion: '12.13.0', state: {}, proxyUrl: 'http://localhost:55443', browserUrl: 'http://localhost:55443/__/', reporterUrl: 'http://localhost:55443/__cypress/reporter', xhrUrl: '__cypress/xhrs/' } +0ms | |
cypress:server:open_project launching browser: { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '80.0.3987.165', path: '', majorVersion: 80, 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.', isHeadless: true, isHeaded: false }, spec: cypress/integration/examples/actions.spec.js +3ms | |
cypress:server:browsers getBrowserLauncher { browser: { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '80.0.3987.165', path: '', majorVersion: 80, 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.', isHeadless: true, isHeaded: false } } +139ms | |
cypress:server:browsers opening browser { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '80.0.3987.165', path: '', majorVersion: 80, 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.', isHeadless: true, isHeaded: false } +30ms | |
cypress:server:browsers:electron open { browser: { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '80.0.3987.165', path: '', majorVersion: 80, 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.', isHeadless: true, isHeaded: false }, url: 'http://localhost:55443/__/#/tests/integration/examples/actions.spec.js' } +0ms | |
cypress:server:saved_state noop saved state +498ms | |
cypress:server:browsers:electron received saved state {} +1ms | |
cypress:server:browsers:electron browser window options { width: 1280, height: 720, show: false, automationMiddleware: { onAfterResponse: [Function: onAfterResponse] }, projectRoot: '/Users/biffy/cypress-test', browsers: [ { name: 'chrome', family: 'chromium', channel: 'stable', displayName: 'Chrome', version: '83.0.4103.61', path: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome', majorVersion: 83 }, { name: 'chromium', family: 'chromium', channel: 'stable', displayName: 'Chromium', version: '80.0.3987.0', path: '/Applications/Chromium.app/Contents/MacOS/Chromium', majorVersion: 80 }, { name: 'firefox', family: 'firefox', channel: 'stable', displayName: 'Firefox', version: '75.0', path: '/Applications/Firefox.app/Contents/MacOS/firefox-bin', info: 'Firefox support is currently in beta! You can help us continue to improve the Cypress + Firefox experience by [reporting any issues you find](https://on.cypress.io/new-issue).', majorVersion: 75 }, { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '80.0.3987.165', path: '', majorVersion: 80, 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.' } ], proxyUrl: 'http://localhost:55443', userAgent: null, proxyServer: 'http://localhost:55443', socketIoRoute: '/__socket.io', chromeWebSecurity: true, url: 'http://localhost:55443/__/#/tests/integration/examples/actions.spec.js', isTextTerminal: true, browser: { name: 'electron', channel: 'stable', family: 'chromium', displayName: 'Electron', version: '80.0.3987.165', path: '', majorVersion: 80, 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.', isHeadless: true, isHeaded: false }, x: null, y: null, devTools: false, minWidth: 100, minHeight: 100, contextMenu: true, partition: 'persist:run-27110', trackState: { width: 'browserWidth', height: 'browserHeight', x: 'browserX', y: 'browserY', devTools: 'isBrowserDevToolsOpen' }, frame: true, recordFrameRate: null, webPreferences: { partition: null, webSecurity: true, nodeIntegration: false, backgroundThrottling: false } } +1ms | |
cypress:server:plugins plugin event registered? { event: 'before:browser:launch', isRegistered: false } +273ms | |
cypress:server:video capture stderr log { message: 'ffmpeg version N-92718-g092cb17983-tessus https://evermeet.cx/ffmpeg/ Copyright (c) 2000-2018 the FFmpeg developers' } +47ms | |
cypress:server:video capture stderr log { message: ' built with Apple LLVM version 10.0.0 (clang-1000.11.45.5)' } +1ms | |
cypress:server:video capture stderr log { message: ' configuration: --cc=/usr/bin/clang --prefix=/opt/ffmpeg --extra-version=tessus --enable-avisynth --enable-fontconfig --enable-gpl --enable-libaom --enable-libass --enable-libbluray --enable-libdav1d --enable-libfreetype --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libmysofa --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopus --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-libzimg --enable-libzmq --enable-libzvbi --enable-version3 --pkg-config-flags=--static --disable-ffplay' } +0ms | |
cypress:server:video capture stderr log { message: ' libavutil 56. 24.101 / 56. 24.101' } +0ms | |
cypress:server:video capture stderr log { message: ' libavcodec 58. 42.102 / 58. 42.102' } +0ms | |
cypress:server:video capture stderr log { message: ' libavformat 58. 24.101 / 58. 24.101' } +0ms | |
cypress:server:video capture stderr log { message: ' libavdevice 58. 6.101 / 58. 6.101' } +0ms | |
cypress:server:video capture stderr log { message: ' libavfilter 7. 46.101 / 7. 46.101' } +0ms | |
cypress:server:video capture stderr log { message: ' libswscale 5. 4.100 / 5. 4.100' } +0ms | |
cypress:server:video capture stderr log { message: ' libswresample 3. 4.100 / 3. 4.100' } +0ms | |
cypress:server:video capture stderr log { message: ' libpostproc 55. 4.100 / 55. 4.100' } +1ms | |
cypress:server:browsers:electron launching browser window to url: http://localhost:55443/__/#/tests/integration/examples/actions.spec.js +3ms | |
cypress:server:cypress exiting with err TypeError: BrowserWindow.getExtensions is not a function | |
at Object.removeAllExtensions (/Users/biffy/Library/Caches/Cypress/4.6.0/Cypress.app/Contents/Resources/app/packages/server/lib/gui/windows.js:77:41) | |
at _installExtensions (/Users/biffy/Library/Caches/Cypress/4.6.0/Cypress.app/Contents/Resources/app/packages/server/lib/browsers/electron.js:70:11) | |
at /Users/biffy/Library/Caches/Cypress/4.6.0/Cypress.app/Contents/Resources/app/packages/server/lib/browsers/electron.js:352:7 | |
at tryCatcher (/Users/biffy/Library/Caches/Cypress/4.6.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/bluebird/js/release/util.js:16:23) | |
at Promise._settlePromiseFromHandler (/Users/biffy/Library/Caches/Cypress/4.6.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/bluebird/js/release/promise.js:547:31) | |
at Promise._settlePromise (/Users/biffy/Library/Caches/Cypress/4.6.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/bluebird/js/release/promise.js:604:18) | |
at Promise._settlePromise0 (/Users/biffy/Library/Caches/Cypress/4.6.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/bluebird/js/release/promise.js:649:10) | |
at Promise._settlePromises (/Users/biffy/Library/Caches/Cypress/4.6.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/bluebird/js/release/promise.js:729:18) | |
at _drainQueueStep (/Users/biffy/Library/Caches/Cypress/4.6.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/bluebird/js/release/async.js:93:12) | |
at _drainQueue (/Users/biffy/Library/Caches/Cypress/4.6.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/bluebird/js/release/async.js:86:9) | |
at Async._drainQueues (/Users/biffy/Library/Caches/Cypress/4.6.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/bluebird/js/release/async.js:102:5) | |
at Immediate.Async.drainQueues [as _onImmediate] (/Users/biffy/Library/Caches/Cypress/4.6.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/bluebird/js/release/async.js:15:14) | |
at processImmediate (internal/timers.js:439:21) | |
+4s | |
BrowserWindow.getExtensions is not a function | |
TypeError: BrowserWindow.getExtensions is not a function | |
at Object.removeAllExtensions (/Users/biffy/Library/Caches/Cypress/4.6.0/Cypress.app/Contents/Resources/app/packages/server/lib/gui/windows.js:77:41) | |
at _installExtensions (/Users/biffy/Library/Caches/Cypress/4.6.0/Cypress.app/Contents/Resources/app/packages/server/lib/browsers/electron.js:70:11) | |
at /Users/biffy/Library/Caches/Cypress/4.6.0/Cypress.app/Contents/Resources/app/packages/server/lib/browsers/electron.js:352:7 | |
at tryCatcher (/Users/biffy/Library/Caches/Cypress/4.6.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/bluebird/js/release/util.js:16:23) | |
at Promise._settlePromiseFromHandler (/Users/biffy/Library/Caches/Cypress/4.6.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/bluebird/js/release/promise.js:547:31) | |
at Promise._settlePromise (/Users/biffy/Library/Caches/Cypress/4.6.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/bluebird/js/release/promise.js:604:18) | |
at Promise._settlePromise0 (/Users/biffy/Library/Caches/Cypress/4.6.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/bluebird/js/release/promise.js:649:10) | |
at Promise._settlePromises (/Users/biffy/Library/Caches/Cypress/4.6.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/bluebird/js/release/promise.js:729:18) | |
at _drainQueueStep (/Users/biffy/Library/Caches/Cypress/4.6.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/bluebird/js/release/async.js:93:12) | |
at _drainQueue (/Users/biffy/Library/Caches/Cypress/4.6.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/bluebird/js/release/async.js:86:9) | |
at Async._drainQueues (/Users/biffy/Library/Caches/Cypress/4.6.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/bluebird/js/release/async.js:102:5) | |
at Immediate.Async.drainQueues [as _onImmediate] (/Users/biffy/Library/Caches/Cypress/4.6.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/bluebird/js/release/async.js:15:14) | |
at processImmediate (internal/timers.js:439:21) | |
cypress:server:file get values from /Users/biffy/Library/Application Support/Cypress/cy/production/cache +0ms | |
cypress:server:file attempt to get lock on /Users/biffy/Library/Application Support/Cypress/cy/production/cache +1ms | |
cypress:server:file getting lock succeeded or failed for /Users/biffy/Library/Application Support/Cypress/cy/production/cache +4ms | |
cypress:server:file read /Users/biffy/Library/Application Support/Cypress/cy/production/cache +0ms | |
cypress:server:file read succeeded or failed for /Users/biffy/Library/Application Support/Cypress/cy/production/cache +0ms | |
cypress:server:file attempt to unlock /Users/biffy/Library/Application Support/Cypress/cy/production/cache +1ms | |
cypress:server:file unlock succeeded or failed for /Users/biffy/Library/Application Support/Cypress/cy/production/cache +0ms | |
cypress:server:api request to url: POST https://api.cypress.io/exceptions with params: {"body":{"err":{"name":"TypeError","message":"BrowserWindow.getExtensions is not a function","stack":"TypeError: BrowserWindow.getExtensions is not a function\n at Object.removeAllExtensions (<stripped-path>windows.js:77:41)\n at _installExtensions (<stripped-path>electron.js:70:11)\n at <stripped-path>electron.js:352:7\n at tryCatcher (<stripped-path>util.js:16:23)\n at Promise._settlePromiseFromHandler (<stripped-path>promise.js:547:31)\n at Promise._settlePromise (<stripped-path>promise.js:604:18)\n at Promise._settlePromise0 (<stripped-path>promise.js:649:10)\n at Promise._settlePromises (<stripped-path>promise.js:729:18)\n at _drainQueueStep (<stripped-path>async.js:93:12)\n at _drainQueue (<stripped-path>async.js:86:9)\n at Async._drainQueues (<stripped-path>async.js:102:5)\n at Immediate.Async.drainQueues [as _onImmediate] (<stripped-path>async.js:15:14)\n at processImmediate (internal<stripped-path>timers.js:439:21)\n"},"version":"4.6.0","osName":"darwin","osVersion":"16.7.0","osCpus":[{"model":"Intel(R) Core(TM) i7-6820HQ CPU @ 2.70GHz","speed":2700,"times":{"user":7977220,"nice":0,"sys":9002220,"idle":121239990,"irq":0}},{"model":"Intel(R) Core(TM) i7-6820HQ CPU @ 2.70GHz","speed":2700,"times":{"user":1050790,"nice":0,"sys":625960,"idle":136539200,"irq":0}},{"model":"Intel(R) Core(TM) i7-6820HQ CPU @ 2.70GHz","speed":2700,"times":{"user":6316790,"nice":0,"sys":4895570,"idle":127003790,"irq":0}},{"model":"Intel(R) Core(TM) i7-6820HQ CPU @ 2.70GHz","speed":2700,"times":{"user":1068180,"nice":0,"sys":637700,"idle":136509990,"irq":0}},{"model":"Intel(R) Core(TM) i7-6820HQ CPU @ 2.70GHz","speed":2700,"times":{"user":6332240,"nice":0,"sys":4961180,"idle":126922660,"irq":0}},{"model":"Intel(R) Core(TM) i7-6820HQ CPU @ 2.70GHz","speed":2700,"times":{"user":1065790,"nice":0,"sys":644190,"idle":136505830,"irq":0}},{"model":"Intel(R) Core(TM) i7-6820HQ CPU @ 2.70GHz","speed":2700,"times":{"user":6210050,"nice":0,"sys":4772560,"idle":127233410,"irq":0}},{"model":"Intel(R) Core(TM) i7-6820HQ CPU @ 2.70GHz","speed":2700,"times":{"user":1063710,"nice":0,"sys":640950,"idle":136511080,"irq":0}}],"osMemory":{"free":113020928,"total":17179869184}},"headers":{"x-os-name":"darwin","x-cypress-version":"4.6.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 } +0ms | |
cypress:network:connect got addresses { hostname: 'api.cypress.io', port: 443, addresses: [ { address: '104.26.7.176', family: 4 }, { address: '104.26.6.176', family: 4 }, { address: '2606:4700:20::681a:6b0', family: 6 }, { address: '2606:4700:20::681a:7b0', family: 6 } ] } +5ms | |
cypress:server:cypress calling exit 1 +35ms | |
cypress:server:cypress about to exit with code 1 +0ms | |
cypress:cli child event fired { event: 'exit', code: 1, signal: null } +5s | |
cypress:cli child event fired { event: 'close', code: 1, signal: null } +0ms |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment