Created
May 28, 2020 07:10
-
-
Save marc-guenther/ec52ff6570341b41ab419ea3958cb9e6 to your computer and use it in GitHub Desktop.
debug output of running cypress with chromium in a different user account which doesn't have a running Windowserver (cypress-io/cypress#7467) Raw
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 runs the tests, but fails to record video in the end | |
marcs-macbook-touch:~/cypress-test % DEBUG=cypress:* npx cypress run --browser chromium --headless | |
cypress:cli:cli cli starts with arguments ["/usr/local/bin/node","/Users/biffy/cypress-test/node_modules/.bin/cypress","run","--browser","chromium","--headless"] +0ms | |
cypress:cli NODE_OPTIONS is not set +0ms | |
cypress:cli:cli program parsing arguments +1ms | |
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, browser: 'chromium', headless: true } ] +1ms | |
cypress:cli:cli variable-length opts parsed { args: [ '/usr/local/bin/node', '/Users/biffy/cypress-test/node_modules/.bin/cypress', 'run', '--browser', 'chromium', '--headless' ], 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, browser: 'chromium', headless: true } } +139ms | |
cypress:cli parsed cli options { browser: 'chromium', headless: true } +142ms | |
cypress:cli verifying Cypress app +0ms | |
cypress:cli checking environment variables +0ms | |
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 +2ms | |
cypress:cli { verified: true } +3ms | |
cypress:cli is Verified ? true +1ms | |
cypress:cli:run processing run options { browser: 'chromium', headless: true, 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","--browser","chromium","--headed",false] +1ms | |
cypress:cli needs to start own Xvfb? false +0ms | |
cypress:cli spawning, should retry on display problem? false +0ms | |
cypress:cli spawning Cypress with executable: /Users/biffy/Library/Caches/Cypress/4.6.0/Cypress.app/Contents/MacOS/Cypress +3ms | |
cypress:cli spawn args [ '--no-sandbox', '--', '--run-project', '/Users/biffy/cypress-test', '--browser', 'chromium', '--headed', false, '--cwd', '/Users/biffy/cypress-test' ] { detached: false, stdio: [ 'inherit', 'inherit', 'pipe' ] } +0ms | |
cypress:cli piping child STDERR to process STDERR +4ms | |
_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', '--browser', 'chromium', '--headed', 'false', '--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', '--browser', 'chromium', '--headed', 'false', '--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', browser: 'chromium', headed: false, cwd: '/Users/biffy/cypress-test', invokedFromCli: true } +4ms | |
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', browser: 'chromium', headed: false, 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', browser: 'chromium', headed: false, cwd: '/Users/biffy/cypress-test', invokedFromCli: true, config: {}, projectRoot: '/Users/biffy/cypress-test', run: true } +0ms | |
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', '--browser', 'chromium', '--headed', 'false', '--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', browser: 'chromium', headed: false, 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 +513ms | |
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', browser: 'chromium', headed: false, cwd: '/Users/biffy/cypress-test', invokedFromCli: true, config: {}, projectRoot: '/Users/biffy/cypress-test', run: true } +176ms | |
cypress:server:cypress running Electron currently +0ms | |
cypress:server:appdata path: /Users/biffy/Library/Application Support/Cypress/cy/production +898ms | |
cypress:server:appdata path: /Users/biffy/Library/Application Support/Cypress/cy/production/cache +4ms | |
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 │ '27192' │ 80.8 │ 80.8 │ 94.79 │ 94.79 │ 94.79 │ | |
cypress:server:util:process_profiler │ 1 │ 'electron-shared' │ 1 │ '27194' │ 0 │ 0 │ 5.34 │ 5.34 │ 5.34 │ | |
cypress:server:util:process_profiler │ 2 │ 'other' │ 2 │ '27193, 27195' │ 1.9 │ 1.9 │ 2.15 │ 2.15 │ 2.15 │ | |
cypress:server:util:process_profiler │ 3 │ 'TOTAL' │ 4 │ '-' │ 82.7 │ 82.7 │ 102.27 │ 102.27 │ 102.27 │ | |
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', browser: 'chromium', headed: false, 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 +10ms | |
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 +5ms | |
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 could not find com.google.Chrome +11ms | |
cypress:launcher could not find com.google.Chrome +1ms | |
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" +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 got plist: { foundPath: '/Applications/Google Chrome.app', version: '83.0.4103.61' } +30ms | |
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"} +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 browser chrome version 83.0.4103.61 major version 83 +1ms | |
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 +0ms | |
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 +8ms | |
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 +0ms | |
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' } +12ms | |
cypress:launcher got plist: { foundPath: '/Applications/Chromium.app', version: '80.0.3987.0' } +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 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 +0ms | |
cypress:launcher looking up chrome on darwin platform +0ms | |
cypress:launcher looking for app Contents/MacOS/Google Chrome Canary id com.google.Chrome.canary +1ms | |
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 +7ms | |
cypress:launcher looking for application /Applications/Google Chrome Canary.app +0ms | |
cypress:launcher reading property file "/Applications/Google Chrome Canary.app/Contents/Info.plist" +1ms | |
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 +0ms | |
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 +1ms | |
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.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 +7ms | |
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' } +10ms | |
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 +1ms | |
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.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 +9ms | |
cypress:launcher looking up firefox on darwin platform +0ms | |
cypress:launcher looking for app Contents/MacOS/firefox-bin id org.mozilla.firefoxdeveloperedition +1ms | |
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 +8ms | |
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" +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" +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' } } +1ms | |
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 +0ms | |
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" +0ms | |
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 +0ms | |
cypress:launcher browser firefox not installed +0ms | |
cypress:launcher checking one browser firefox +0ms | |
cypress:launcher looking up firefox on darwin platform +1ms | |
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 +6ms | |
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 +7ms | |
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 +0ms | |
cypress:launcher reading property file "/Applications/Firefox Nightly.app/Contents/Info.plist" +1ms | |
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 +0ms | |
cypress:launcher finding version string using command "firefox-trunk --version" +0ms | |
cypress:launcher could not detect firefox using traditional Mac methods +5ms | |
cypress:launcher trying linux search +0ms | |
cypress:launcher finding version string using command "firefox-nightly --version" +1ms | |
cypress:launcher Received error detecting browser binary: "firefox-trunk" with error: spawn firefox-trunk ENOENT +7ms | |
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 +1ms | |
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 +8ms | |
cypress:launcher looking for application /Applications/Microsoft Edge.app +0ms | |
cypress:launcher reading property file "/Applications/Microsoft Edge.app/Contents/Info.plist" +1ms | |
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' } } +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 --version" +0ms | |
cypress:launcher Received error detecting browser binary: "edge" with error: spawn edge 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 Canary id com.microsoft.Edge.Canary +0ms | |
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 +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 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 +10ms | |
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 +0ms | |
cypress:launcher checking one browser edge +0ms | |
cypress:launcher looking up edge on darwin platform +1ms | |
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 +7ms | |
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' } } +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-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 +1ms | |
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 } ] } +264ms | |
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.' } ] +265ms | |
cypress:server:open_project open_project create /Users/biffy/cypress-test +0ms | |
cypress:server:open_project and options { socketId: '10q7u', 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: '10q7u', 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: '10q7u', 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: '10q7u', 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: '10q7u', 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.' } ] } +0ms | |
cypress:server:config using CYPRESS_INTERNAL_ENV production +2ms | |
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 +22ms | |
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. +4ms | |
cypress:server:project error message Cannot find module 'typescript' from '/Users/biffy/cypress-test' +0ms | |
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. +2ms | |
cypress:server:plugins:child error message: Cannot find module 'typescript' from '/Users/biffy/cypress-test' +0ms | |
cypress:server:plugins:child require pluginsFile +0ms | |
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 +2ms | |
cypress:server:plugins:child register event _get:task:body with id 0 +1ms | |
cypress:server:plugins:child register event _get:task:keys with id 1 +0ms | |
cypress:server:plugins:child run plugins function +0ms | |
cypress:server:plugins:child plugins file successfully loaded +1ms | |
cypress:server:plugins register plugins process event _get:task:body with id 0 +231ms | |
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' +0ms | |
cypress:server:plugins resolving with new config null +0ms | |
cypress:server:project plugin config yielded: null +233ms | |
cypress:server:config starting config { projectRoot: '/Users/biffy/cypress-test', projectName: 'cypress-test', morgan: false, isTextTerminal: true, socketId: '10q7u', 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: {} } +238ms | |
cypress:server:config overrides {} +2ms | |
cypress:server:config config diffs null +1ms | |
cypress:server:config merged config object { projectRoot: '/Users/biffy/cypress-test', projectName: 'cypress-test', morgan: false, isTextTerminal: true, socketId: '10q7u', 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: '10q7u', 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: '10q7u', 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: {} } +9ms | |
cypress:server:server server open +0ms | |
cypress:server:server Server listening on { address: '127.0.0.1', family: 'IPv4', port: 55985 } +35ms | |
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: 55987 } +0ms | |
cypress:server:server Setting remoteAuth undefined +27ms | |
cypress:server:server Setting remoteOrigin http://localhost:55985 +0ms | |
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:55986 +0ms | |
cypress:server:server Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:55985', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:55986' } +0ms | |
cypress:server:project project config: { projectRoot: '/Users/biffy/cypress-test', projectName: 'cypress-test', morgan: false, isTextTerminal: true, socketId: '10q7u', 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: 55985, 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:55985', browserUrl: 'http://localhost:55985/__/', reporterUrl: 'http://localhost:55985/__cypress/reporter', xhrUrl: '__cypress/xhrs/' } +65ms | |
cypress:server:reporter trying to load reporter: spec +0ms | |
cypress:server:reporter spec is Mocha reporter +1ms | |
cypress:server:project scaffolding project /Users/biffy/cypress-test +23ms | |
cypress:server:scaffold support folder /Users/biffy/cypress-test/cypress/support, support file /Users/biffy/cypress-test/cypress/support/index.js +333ms | |
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 +2ms | |
cypress:server:project project has config { projectRoot: '/Users/biffy/cypress-test', projectName: 'cypress-test', morgan: false, isTextTerminal: true, socketId: '10q7u', 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: 55985, 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:55985', browserUrl: 'http://localhost:55985/__/', reporterUrl: 'http://localhost:55985/__cypress/reporter', xhrUrl: '__cypress/xhrs/' } +1ms | |
cypress:server:run project created and opened with config { projectRoot: '/Users/biffy/cypress-test', projectName: 'cypress-test', morgan: false, isTextTerminal: true, socketId: '10q7u', 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: 55985, 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:55985', browserUrl: 'http://localhost:55985/__/', reporterUrl: 'http://localhost:55985/__cypress/reporter', xhrUrl: '__cypress/xhrs/' } +371ms | |
cypress:server:specs experimentalComponentTesting false +0ms | |
cypress:server:specs looking for test specs in the folder: /Users/biffy/cypress-test/cypress/integration +0ms | |
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: 'chromium', filter: { name: 'chromium', 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: [] +10ms | |
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 ] +20ms | |
cypress:server:specs found spec file /Users/biffy/cypress-test/cypress/integration/examples/actions.spec.js +0ms | |
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' ] +42ms | |
==================================================================================================== | |
(Run Starting) | |
cypress:server:run formatting Node version. { version: '12.13.0', path: undefined } +15ms | |
┌────────────────────────────────────────────────────────────────────────────────────────────────┐ | |
│ Cypress: 4.6.0 │ | |
│ Browser: Chromium 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: 'chromium', family: 'chromium', channel: 'stable', displayName: 'Chromium', version: '80.0.3987.0', path: '/Applications/Chromium.app/Contents/MacOS/Chromium', majorVersion: 80, isHeadless: true, isHeaded: false } } +4ms | |
cypress:server:run video recording has been enabled. video: true +0ms | |
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... +95ms | |
cypress:server:run waiting for socket connection... { id: '10q7u' } +0ms | |
cypress:server:run setting Chrome properties { shouldWriteVideo: true } +0ms | |
cypress:server:open_project resetting project state, preparing to launch browser chromium 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 { onScreencastFrame: [Function], automationMiddleware: { onAfterResponse: [Function: onAfterResponse] }, projectRoot: '/Users/biffy/cypress-test', onWarning: [Function] } +524ms | |
cypress:server:project resetting project instance /Users/biffy/cypress-test +163ms | |
cypress:proxy:http:util:buffers resetting buffers +0ms | |
cypress:server:server Setting remoteAuth undefined +191ms | |
cypress:server:server Setting remoteOrigin http://localhost:55985 +0ms | |
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:55986 +0ms | |
cypress:server:server Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:55985', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:55986' } +0ms | |
cypress:server:project project has config { projectRoot: '/Users/biffy/cypress-test', projectName: 'cypress-test', morgan: false, isTextTerminal: true, socketId: '10q7u', 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: 55985, 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:55985', browserUrl: 'http://localhost:55985/__/', reporterUrl: 'http://localhost:55985/__cypress/reporter', xhrUrl: '__cypress/xhrs/' } +2ms | |
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' } +1ms | |
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:55985/__/#/tests/integration/examples/actions.spec.js' } +2ms | |
cypress:server:open_project open project url http://localhost:55985/__/#/tests/integration/examples/actions.spec.js +5ms | |
cypress:server:project project has config { projectRoot: '/Users/biffy/cypress-test', projectName: 'cypress-test', morgan: false, isTextTerminal: true, socketId: '10q7u', 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: 55985, 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:55985', browserUrl: 'http://localhost:55985/__/', reporterUrl: 'http://localhost:55985/__cypress/reporter', xhrUrl: '__cypress/xhrs/' } +0ms | |
cypress:server:open_project launching browser: { name: 'chromium', family: 'chromium', channel: 'stable', displayName: 'Chromium', version: '80.0.3987.0', path: '/Applications/Chromium.app/Contents/MacOS/Chromium', majorVersion: 80, isHeadless: true, isHeaded: false }, spec: cypress/integration/examples/actions.spec.js +2ms | |
cypress:server:browsers getBrowserLauncher { browser: { name: 'chromium', family: 'chromium', channel: 'stable', displayName: 'Chromium', version: '80.0.3987.0', path: '/Applications/Chromium.app/Contents/MacOS/Chromium', majorVersion: 80, isHeadless: true, isHeaded: false } } +158ms | |
cypress:server:browsers opening browser { name: 'chromium', family: 'chromium', channel: 'stable', displayName: 'Chromium', version: '80.0.3987.0', path: '/Applications/Chromium.app/Contents/MacOS/Chromium', majorVersion: 80, isHeadless: true, isHeaded: false } +4ms | |
cypress:server:browsers:chrome reading chrome preferences... { userDir: '/Users/biffy/Library/Application Support/Cypress/cy/production/browsers/chromium-stable/run-27192', CHROME_PREFERENCE_PATHS: { default: 'Default/Preferences', defaultSecure: 'Default/Secure Preferences', localState: 'Local State' } } +0ms | |
cypress:server:video capture stderr log { message: 'ffmpeg version N-92718-g092cb17983-tessus https://evermeet.cx/ffmpeg/ Copyright (c) 2000-2018 the FFmpeg developers' } +17ms | |
cypress:server:video capture stderr log { message: ' built with Apple LLVM version 10.0.0 (clang-1000.11.45.5)' } +0ms | |
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' } +1ms | |
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' } +0ms | |
cypress:server:plugins plugin event registered? { event: 'before:browser:launch', isRegistered: false } +280ms | |
cypress:server:browsers:chrome chrome is running headlessly, not installing extension +5ms | |
cypress:server:appdata path: /Users/biffy/Library/Application Support/Cypress/cy/production/extensions +235ms | |
cypress:server:browsers:chrome launching in chrome with debugging port { | |
url: 'http://localhost:55985/__/#/tests/integration/examples/actions.spec.js', | |
args: [ | |
'--test-type', | |
'--ignore-certificate-errors', | |
'--start-maximized', | |
'--silent-debugger-extension-api', | |
'--no-default-browser-check', | |
'--no-first-run', | |
'--noerrdialogs', | |
'--enable-fixed-layout', | |
'--disable-popup-blocking', | |
'--disable-password-generation', | |
'--disable-save-password-bubble', | |
'--disable-single-click-autofill', | |
'--disable-prompt-on-repos', | |
'--disable-background-timer-throttling', | |
'--disable-renderer-backgrounding', | |
'--disable-renderer-throttling', | |
'--disable-restore-session-state', | |
'--disable-translate', | |
'--disable-new-profile-management', | |
'--disable-new-avatar-menu', | |
'--allow-insecure-localhost', | |
'--reduce-security-for-testing', | |
'--enable-automation', | |
'--disable-device-discovery-notifications', | |
'--disable-infobars', | |
'--autoplay-policy=no-user-gesture-required', | |
'--disable-site-isolation-trials', | |
'--metrics-recording-only', | |
'--disable-prompt-on-repost', | |
'--disable-hang-monitor', | |
'--disable-sync', | |
'--disable-web-resources', | |
'--safebrowsing-disable-auto-update', | |
'--safebrowsing-disable-download-protection', | |
'--disable-client-side-phishing-detection', | |
'--disable-component-update', | |
'--disable-default-apps', | |
'--use-fake-ui-for-media-stream', | |
'--use-fake-device-for-media-stream', | |
'--disable-ipc-flooding-protection', | |
'--disable-backgrounding-occluded-window', | |
'--disable-breakpad', | |
'--password-store=basic', | |
'--use-mock-keychain', | |
'--proxy-server=http://localhost:55985', | |
'--proxy-bypass-list=<-loopback>', | |
'--headless', | |
'--window-size=1280,720', | |
'--remote-debugging-port=55988', | |
'--remote-debugging-address=127.0.0.1', | |
'--user-data-dir=/Users/biffy/Library/Application Support/Cypress/cy/production/browsers/chromium-stable/run-27192', | |
'--disk-cache-dir=/Users/biffy/Library/Application Support/Cypress/cy/production/browsers/chromium-stable/run-27192/CypressCache' | |
], | |
port: 55988 | |
} +1ms | |
cypress:launcher launching browser { browser: { name: 'chromium', family: 'chromium', channel: 'stable', displayName: 'Chromium', version: '80.0.3987.0', path: '/Applications/Chromium.app/Contents/MacOS/Chromium', majorVersion: 80, isHeadless: true, isHeaded: false }, url: 'about:blank' } +549ms | |
cypress:launcher spawning browser with args { args: [ 'about:blank', '--test-type', '--ignore-certificate-errors', '--start-maximized', '--silent-debugger-extension-api', '--no-default-browser-check', '--no-first-run', '--noerrdialogs', '--enable-fixed-layout', '--disable-popup-blocking', '--disable-password-generation', '--disable-save-password-bubble', '--disable-single-click-autofill', '--disable-prompt-on-repos', '--disable-background-timer-throttling', '--disable-renderer-backgrounding', '--disable-renderer-throttling', '--disable-restore-session-state', '--disable-translate', '--disable-new-profile-management', '--disable-new-avatar-menu', '--allow-insecure-localhost', '--reduce-security-for-testing', '--enable-automation', '--disable-device-discovery-notifications', '--disable-infobars', '--autoplay-policy=no-user-gesture-required', '--disable-site-isolation-trials', '--metrics-recording-only', '--disable-prompt-on-repost', '--disable-hang-monitor', '--disable-sync', '--disable-web-resources', '--safebrowsing-disable-auto-update', '--safebrowsing-disable-download-protection', '--disable-client-side-phishing-detection', '--disable-component-update', '--disable-default-apps', '--use-fake-ui-for-media-stream', '--use-fake-device-for-media-stream', '--disable-ipc-flooding-protection', '--disable-backgrounding-occluded-window', '--disable-breakpad', '--password-store=basic', '--use-mock-keychain', '--proxy-server=http://localhost:55985', '--proxy-bypass-list=<-loopback>', '--headless', '--window-size=1280,720', '--remote-debugging-port=55988', '--remote-debugging-address=127.0.0.1', '--user-data-dir=/Users/biffy/Library/Application Support/Cypress/cy/production/browsers/chromium-stable/run-27192', '--disk-cache-dir=/Users/biffy/Library/Application Support/Cypress/cy/production/browsers/chromium-stable/run-27192/CypressCache' ] } +0ms | |
cypress:server:browsers:chrome connecting to Chrome remote interface at random port 55988 +6ms | |
cypress:server:browsers:protocol Getting WS connection to CRI on port 55988 +0ms | |
cypress:network:connect received error on connect, retrying { iteration: 0, delay: 100, err: Error: connect ECONNREFUSED 127.0.0.1:55988 at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1128:14) { errno: 'ECONNREFUSED', code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 55988 } } +0ms | |
cypress:launcher chromium stderr: _RegisterApplication(), FAILED TO establish the default connection to the WindowServer, _CGSDefaultConnection() is NULL. +97ms | |
cypress:network:connect received error on connect, retrying { iteration: 1, delay: 100, err: Error: connect ECONNREFUSED 127.0.0.1:55988 at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1128:14) { errno: 'ECONNREFUSED', code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 55988 } } +103ms | |
cypress:launcher chromium stderr: DevTools listening on ws://127.0.0.1:55988/devtools/browser/41e626a2-f1a6-4258-ae48-8695fb025574 +23ms | |
cypress:launcher chromium stderr: [0528/090853.130154:ERROR:render_widget_host_view_mac.mm(400)] Failed to create display link. +31ms | |
cypress:launcher chromium stderr: [0528/090853.149015:WARNING:address_sorter_posix.cc(388)] FromSockAddr failed on netmask +19ms | |
cypress:network:connect successfully connected { opts: { host: '127.0.0.1', port: 55988, getDelayMsForRetry: [Function: getDelayMsForRetry] }, iteration: 2 } +104ms | |
cypress:server:browsers:protocol attempting to find CRI target... { retryIndex: 1 } +210ms | |
cypress:server:browsers:protocol CRI.List { host: '127.0.0.1', port: 55988, getDelayMsForRetry: [Function: getDelayMsForRetry] } +0ms | |
cypress:server:browsers:protocol CRI List { numTargets: 1, targets: [ { description: '', devtoolsFrontendUrl: '/devtools/inspector.html?ws=localhost:55988/devtools/page/CA9522C067F5BA516610F17E7DB0980F', id: 'CA9522C067F5BA516610F17E7DB0980F', title: '', type: 'page', url: 'about:blank', webSocketDebuggerUrl: 'ws://localhost:55988/devtools/page/CA9522C067F5BA516610F17E7DB0980F' } ] } +13ms | |
cypress:server:browsers:protocol found CRI target { description: '', devtoolsFrontendUrl: '/devtools/inspector.html?ws=localhost:55988/devtools/page/CA9522C067F5BA516610F17E7DB0980F', id: 'CA9522C067F5BA516610F17E7DB0980F', title: '', type: 'page', url: 'about:blank', webSocketDebuggerUrl: 'ws://localhost:55988/devtools/page/CA9522C067F5BA516610F17E7DB0980F' } +1ms | |
cypress:server:browsers:chrome received wsUrl ws://localhost:55988/devtools/page/CA9522C067F5BA516610F17E7DB0980F for port 55988 +224ms | |
cypress:server:browsers:cri-client connecting { target: 'ws://localhost:55988/devtools/page/CA9522C067F5BA516610F17E7DB0980F' } +0ms | |
cypress:server:browsers:chrome starting screencast +31ms | |
cypress:server:browsers:cri-client registering CDP on event { eventName: 'Page.screencastFrame' } +30ms | |
cypress:server:browsers:chrome received CRI client +2ms | |
cypress:server:browsers:chrome navigating to page http://localhost:55985/__/#/tests/integration/examples/actions.spec.js +0ms | |
cypress:server:routes Serving Cypress front-end by requested URL: /__/ +0ms | |
cypress:server:server Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:55985', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:55986' } +302ms | |
cypress:server:runner serving runner index.html with config { version: '4.6.0', platform: 'darwin', arch: 'x64', projectName: 'cypress-test' } +0ms | |
cypress:server:runner env object has the following keys: +0ms | |
cypress:server:browsers browser opened +302ms | |
cypress:server:server Got CONNECT request from localhost:55985 +809ms | |
cypress:https-proxy Writing browserSocket connection headers { url: 'localhost:55985', headLength: 0, headers: { host: 'localhost:55985', 'proxy-connection': 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/80.0.3987.0 Safari/537.36' } } +1s | |
cypress:https-proxy Got first head bytes { url: 'localhost:55985', head: 'GET /__socket.io/?EIO=3&transport=websocket HTTP/1.1\r\nHost: loca' } +2ms | |
cypress:server:server HTTPS request does not match URL: https://localhost:55985 with props: null +3ms | |
cypress:https-proxy Making connection to localhost:55985 +1ms | |
cypress:https-proxy getting proxy URL { port: 55985, serverPort: 55985, sniPort: 55987, url: 'https://localhost:55985' } +0ms | |
cypress:network:connect successfully connected { opts: { port: '55985', host: 'localhost', getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } +884ms | |
cypress:https-proxy received upstreamSocket callback for request { port: '55985', hostname: 'localhost', err: undefined } +2ms | |
cypress:server:util:socket_whitelist whitelisting socket { localPort: 56003 } +0ms | |
cypress:server:server Got UPGRADE request from /__socket.io/?EIO=3&transport=websocket +3ms | |
cypress:server:util:socket_whitelist is incoming request whitelisted? { isWhitelisted: true, reqUrl: '/__socket.io/?EIO=3&transport=websocket', remotePort: 56003, remoteAddress: '127.0.0.1' } +1ms | |
cypress:server:socket socket connected +0ms | |
cypress:server:run browser launched +1s | |
cypress:server:run got socket connection { id: '10q7u' } +6ms | |
cypress:server:run socket connected { socketId: '10q7u' } +0ms | |
cypress:server:controllers handle iframe { test: 'integration/examples/actions.spec.js' } +0ms | |
cypress:server:controllers get specs { spec: 'integration/examples/actions.spec.js' } +0ms | |
cypress:server:path_helpers get absolute path to spec { spec: 'integration/examples/actions.spec.js' } +0ms | |
cypress:server:path_helpers resolved path /Users/biffy/cypress-test/cypress/integration/examples/actions.spec.js +1ms | |
cypress:server:controllers converted integration/examples/actions.spec.js to /Users/biffy/cypress-test/cypress/integration/examples/actions.spec.js +1ms | |
cypress:server:controllers test url for file { file: 'cypress/integration/examples/actions.spec.js', url: '/__cypress/tests?p=cypress/integration/examples/actions.spec.js' } +0ms | |
cypress:server:controllers test url for file { file: 'cypress/support/index.js', url: '/__cypress/tests?p=cypress/support/index.js' } +1ms | |
cypress:server:server Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:55985', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:55986' } +217ms | |
cypress:server:controllers iframe integration/examples/actions.spec.js options { title: 'integration/examples/actions.spec.js', domain: 'localhost', scripts: '[{"absolute":"/Users/biffy/cypress-test/cypress/support/index.js","relative":"cypress/support/index.js","relativeUrl":"/__cypress/tests?p=cypress/support/index.js"},{"absolute":"/Users/biffy/cypress-test/cypress/integration/examples/actions.spec.js","relative":"cypress/integration/examples/actions.spec.js","relativeUrl":"/__cypress/tests?p=cypress/integration/examples/actions.spec.js"}]' } +0ms | |
cypress:server:socket watch:test:file { 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' } +236ms | |
cypress:server:socket watching spec with config { 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' } +1ms | |
cypress:server:socket will watch test file path 'cypress/integration/examples/actions.spec.js' +0ms | |
cypress:server:preprocessor getting file cypress/integration/examples/actions.spec.js +0ms | |
cypress:server:preprocessor getFile /Users/biffy/cypress-test/cypress/integration/examples/actions.spec.js +0ms | |
cypress:server:appdata path: /Users/biffy/Library/Application Support/Cypress/cy/production/projects/cypress-test-ed02354ea738379e5469ef4ddf805aba/bundles/cypress/integration/examples/actions.spec.js +1s | |
cypress:server:plugins plugin event registered? { event: 'file:preprocessor', isRegistered: false } +1s | |
cypress:server:preprocessor set default preprocessor +1ms | |
cypress:server:plugins resolving typescript with options { basedir: '/Users/biffy/cypress-test' } +0ms | |
cypress:server:plugins could not resolve typescript, error: Cannot find module 'typescript' from '/Users/biffy/cypress-test' +1ms | |
cypress:server:preprocessor creating browserify preprocessor with options { typescript: null } +1ms | |
cypress:browserify received user options: { typescript: null } +0ms | |
cypress:server:plugins register event 'file:preprocessor' +711ms | |
cypress:server:plugins execute plugin event 'file:preprocessor' Node 'v12.13.0' with args: EventEmitter { _events: [Object: null prototype] { rerun: [Function] }, _eventsCount: 1, _maxListeners: undefined, filePath: '/Users/biffy/cypress-test/cypress/integration/examples/actions.spec.js', shouldWatch: false, outputPath: '/Users/biffy/Library/Application Support/Cypress/cy/production/projects/cypress-test-ed02354ea738379e5469ef4ddf805aba/bundles/cypress/integration/examples/actions.spec.js' } undefined undefined +0ms | |
cypress:browserify get: /Users/biffy/cypress-test/cypress/integration/examples/actions.spec.js +1ms | |
cypress:browserify input: /Users/biffy/cypress-test/cypress/integration/examples/actions.spec.js +0ms | |
cypress:browserify output: /Users/biffy/Library/Application Support/Cypress/cy/production/projects/cypress-test-ed02354ea738379e5469ef4ddf805aba/bundles/cypress/integration/examples/actions.spec.js +0ms | |
cypress:browserify browserifyOptions: { extensions: [ '.js', '.jsx', '.coffee' ], transform: [ [ '/Users/biffy/Library/Caches/Cypress/4.6.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/coffeeify/index.js', {} ], [ '/Users/biffy/Library/Caches/Cypress/4.6.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/babelify/index.js', [Object] ] ], plugin: [], cache: {}, packageCache: {}, debug: true, entries: [ '/Users/biffy/cypress-test/cypress/integration/examples/actions.spec.js' ] } +1ms | |
cypress:server:controllers:spec request for { spec: 'cypress/support/index.js' } +0ms | |
cypress:server:preprocessor getting file cypress/support/index.js +721ms | |
cypress:server:preprocessor getFile /Users/biffy/cypress-test/cypress/support/index.js +0ms | |
cypress:server:appdata path: /Users/biffy/Library/Application Support/Cypress/cy/production/projects/cypress-test-ed02354ea738379e5469ef4ddf805aba/bundles/cypress/support/index.js +722ms | |
cypress:server:plugins plugin event registered? { event: 'file:preprocessor', isRegistered: true } +11ms | |
cypress:server:plugins execute plugin event 'file:preprocessor' Node 'v12.13.0' with args: EventEmitter { _events: [Object: null prototype] { rerun: [Function] }, _eventsCount: 1, _maxListeners: undefined, filePath: '/Users/biffy/cypress-test/cypress/support/index.js', shouldWatch: false, outputPath: '/Users/biffy/Library/Application Support/Cypress/cy/production/projects/cypress-test-ed02354ea738379e5469ef4ddf805aba/bundles/cypress/support/index.js' } undefined undefined +0ms | |
cypress:browserify get: /Users/biffy/cypress-test/cypress/support/index.js +10ms | |
cypress:browserify input: /Users/biffy/cypress-test/cypress/support/index.js +0ms | |
cypress:browserify output: /Users/biffy/Library/Application Support/Cypress/cy/production/projects/cypress-test-ed02354ea738379e5469ef4ddf805aba/bundles/cypress/support/index.js +0ms | |
cypress:browserify browserifyOptions: { extensions: [ '.js', '.jsx', '.coffee' ], transform: [ [ '/Users/biffy/Library/Caches/Cypress/4.6.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/coffeeify/index.js', {} ], [ '/Users/biffy/Library/Caches/Cypress/4.6.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/babelify/index.js', [Object] ] ], plugin: [], cache: {}, packageCache: {}, debug: true, entries: [ '/Users/biffy/cypress-test/cypress/support/index.js' ] } +1ms | |
cypress:server:controllers:spec request for { spec: 'cypress/integration/examples/actions.spec.js' } +4ms | |
cypress:server:preprocessor getting file cypress/integration/examples/actions.spec.js +3ms | |
cypress:server:preprocessor getFile /Users/biffy/cypress-test/cypress/integration/examples/actions.spec.js +0ms | |
cypress:server:plugins plugin event registered? { event: 'file:preprocessor', isRegistered: true } +3ms | |
cypress:server:preprocessor headless and already processed +0ms | |
cypress:browserify making bundle /Users/biffy/Library/Application Support/Cypress/cy/production/projects/cypress-test-ed02354ea738379e5469ef4ddf805aba/bundles/cypress/integration/examples/actions.spec.js +3ms | |
cypress:browserify making bundle /Users/biffy/Library/Application Support/Cypress/cy/production/projects/cypress-test-ed02354ea738379e5469ef4ddf805aba/bundles/cypress/support/index.js +2ms | |
cypress:browserify finished bundling: /Users/biffy/Library/Application Support/Cypress/cy/production/projects/cypress-test-ed02354ea738379e5469ef4ddf805aba/bundles/cypress/integration/examples/actions.spec.js +879ms | |
cypress:server:controllers:spec sending spec { filePath: '/Users/biffy/Library/Application Support/Cypress/cy/production/projects/cypress-test-ed02354ea738379e5469ef4ddf805aba/bundles/cypress/integration/examples/actions.spec.js' } +883ms | |
cypress:browserify finished bundling: /Users/biffy/Library/Application Support/Cypress/cy/production/projects/cypress-test-ed02354ea738379e5469ef4ddf805aba/bundles/cypress/support/index.js +12ms | |
cypress:server:controllers:spec sending spec { filePath: '/Users/biffy/Library/Application Support/Cypress/cy/production/projects/cypress-test-ed02354ea738379e5469ef4ddf805aba/bundles/cypress/support/index.js' } +12ms | |
cypress:server:project received runnables { id: 'r1', title: '', root: true, type: 'suite', file: 'cypress/integration/examples/actions.spec.js', tests: [], suites: [ { id: 'r2', title: 'Actions', root: false, type: 'suite', file: null, tests: [Array], suites: [] } ] } +3s | |
cypress:server:reporter trying to load reporter: spec +3s | |
cypress:server:reporter spec is Mocha reporter +0ms | |
cypress:server:project onMocha start +12ms | |
cypress:server:reporter got mocha event 'start' with args: [ { start: '2020-05-28T07:08:55.983Z' } ] +11ms | |
cypress:server:project onMocha suite +2ms | |
cypress:server:reporter got mocha event 'suite' with args: [ { id: 'r1', title: '', root: true, type: 'suite', file: 'cypress/integration/examples/actions.spec.js' } ] +2ms | |
cypress:server:project onMocha suite +34ms | |
cypress:server:reporter got mocha event 'suite' with args: [ { id: 'r2', title: 'Actions', root: false, type: 'suite', file: null } ] +34ms | |
Actions | |
cypress:server:project onMocha test +1ms | |
cypress:server:reporter got mocha event 'test' with args: [ { id: 'r3', order: 1, title: '.type() - type into a DOM element', body: 'function () {\n' + ' // https://on.cypress.io/type\n' + " cy.get('.action-email').type('[email protected]').should('have.value', '[email protected]') // .type() with special character sequences\n" + " .type('{leftarrow}{rightarrow}{uparrow}{downarrow}').type('{del}{selectall}{backspace}') // .type() with key modifiers\n" + " .type('{alt}{option}') //these are equivalent\n" + " .type('{ctrl}{control}') //these are equivalent\n" + " .type('{meta}{command}{cmd}') //these are equivalent\n" + " .type('{shift}') // Delay each keypress by 0.1 sec\n" + " .type('[email protected]', {\n" + ' delay: 100\n' + " }).should('have.value', '[email protected]');\n" + " cy.get('.action-disabled') // Ignore error checking prior to type\n" + ' // like whether the input is visible or disabled\n' + " .type('disabled error checking', {\n" + ' force: true\n' + " }).should('have.value', 'disabled error checking');\n" + ' }', type: 'test', file: null } ] +1ms | |
cypress:server:project onMocha hook +2ms | |
cypress:server:reporter got mocha event 'hook' with args: [ { id: 'r3', title: '"before each" hook', hookName: 'before each', hookId: 'h1', body: 'function () {\n' + " cy.visit('https://example.cypress.io/commands/actions');\n" + ' }', type: 'hook', file: null } ] +2ms | |
cypress:server:socket automation:request get:cookies { domain: 'localhost' } +2s | |
cypress:server:automation:cookies getting:cookies { domain: 'localhost' } +0ms | |
cypress:server:socket backend:request { eventName: 'reset:server:state', args: [] } +2ms | |
cypress:proxy:http:util:buffers resetting buffers +3s | |
cypress:server:automation:cookies received get:cookies [] +4ms | |
cypress:server:socket backend:request { eventName: 'resolve:url', args: [ 'https://example.cypress.io/commands/actions', { auth: null, failOnStatusCode: true, retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, method: 'GET', body: null, headers: {}, timeout: 30000 } ] } +52ms | |
cypress:server:server resolving visit { url: 'https://example.cypress.io/commands/actions', headers: { host: 'localhost:55985', connection: 'Upgrade', pragma: 'no-cache', 'cache-control': 'no-cache', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/80.0.3987.0 Safari/537.36', upgrade: 'websocket', origin: 'http://localhost:55985', 'sec-websocket-version': '13', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US', 'sec-websocket-key': 'eIxOfQujIMkMiQCcc40pRA==', 'sec-websocket-extensions': 'permessage-deflate; client_max_window_bits' }, options: { auth: null, failOnStatusCode: true, retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, method: 'GET', body: null, headers: {}, timeout: 30000 } } +2s | |
cypress:proxy:http:util:buffers resetting buffers +53ms | |
cypress:server:server Getting remote state: { auth: undefined, props: null, origin: 'http://localhost:55985', strategy: 'file', visiting: undefined, domainName: 'localhost', fileServer: 'http://localhost:55986' } +0ms | |
cypress:server:server sending request with options { auth: null, failOnStatusCode: true, retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, method: 'GET', body: null, headers: { accept: 'text/html,*/*' }, timeout: 30000, gzip: false, url: 'https://example.cypress.io/commands/actions', onBeforeReqInit: [Function: runPhase], followRedirect: [Function: followRedirect] } +1ms | |
cypress:server:automation:cookies getting:cookies { url: 'https://example.cypress.io/commands/actions' } +52ms | |
cypress:server:automation:cookies received get:cookies [] +2ms | |
cypress:server:request got cookies from browser { reqUrl: 'https://example.cypress.io/commands/actions', cookies: [] } +0ms | |
cypress:server:request sending request as stream { auth: null, failOnStatusCode: true, retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, method: 'GET', body: null, headers: { accept: 'text/html,*/*', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/80.0.3987.0 Safari/537.36' }, timeout: 30000, gzip: false, url: 'https://example.cypress.io/commands/actions', onBeforeReqInit: [Function: runPhase] } +1ms | |
cypress:network:agent addRequest called { isHttps: true, href: 'https://example.cypress.io/commands/actions' } +0ms | |
cypress:network:connect beginning getAddress { hostname: 'example.cypress.io', port: 443 } +2s | |
cypress:network:connect got addresses { hostname: 'example.cypress.io', port: 443, addresses: [ { address: '104.26.7.176', family: 4 }, { address: '104.26.6.176', family: 4 }, { address: '2606:4700:20::681a:7b0', family: 6 }, { address: '2606:4700:20::681a:6b0', family: 6 } ] } +121ms | |
cypress:network:agent got family { family: 4, href: 'https://example.cypress.io/commands/actions' } +131ms | |
cypress:server:request received status code & headers on request { requestId: 'request1', statusCode: 200, headers: { 'content-type': 'text/html; charset=utf-8', 'set-cookie': [ '__cfduid=d87bf80ce08ec82c67f1791798574efdc1590649736; expires=Sat, 27-Jun-20 07:08:56 GMT; path=/; domain=.cypress.io; HttpOnly; SameSite=Lax; Secure' ] } } +356ms | |
cypress:server:request successful response received { requestId: 'request1' } +0ms | |
cypress:server:server resolve:url headers received, buffering response { headers: { date: 'Thu, 28 May 2020 07:08:56 GMT', 'content-type': 'text/html; charset=utf-8', 'transfer-encoding': 'chunked', connection: 'keep-alive', 'set-cookie': [ '__cfduid=d87bf80ce08ec82c67f1791798574efdc1590649736; expires=Sat, 27-Jun-20 07:08:56 GMT; path=/; domain=.cypress.io; HttpOnly; SameSite=Lax; Secure' ], 'last-modified': 'Thu, 19 Dec 2019 15:39:33 GMT', 'access-control-allow-origin': '*', expires: 'Thu, 28 May 2020 03:19:41 GMT', 'cache-control': 'max-age=600', 'x-proxy-cache': 'MISS', 'x-github-request-id': '6DE8:4C53:248FE:2E32B:5ECF2B75', via: '1.1 varnish', age: '0', 'x-served-by': 'cache-bma1627-BMA', 'x-cache': 'HIT', 'x-cache-hits': '1', 'x-timer': 'S1590649736.323698,VS0,VE119', vary: 'Accept-Encoding', 'x-fastly-request-id': 'a55dc86f192545e89824188f632a2c58a854a2bd', 'cf-cache-status': 'DYNAMIC', 'cf-request-id': '02fbb5e4480001006b220e5200000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', server: 'cloudflare', 'cf-ray': '59a625b3abde0000-ARN' }, statusCode: 200 } +359ms | |
cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } +0ms | |
cypress:server:automation:cookies getting:cookies { domain: 'cypress.io' } +361ms | |
cypress:server:automation:cookies received get:cookies [] +5ms | |
cypress:server:server setting details resolving url { isOkStatusCode: true, contentType: 'text/html', url: 'https://example.cypress.io/commands/actions', status: 200, cookies: [], statusText: 'OK', redirects: [], originalUrl: 'https://example.cypress.io/commands/actions' } +10ms | |
cypress:server:server resolve:url response ended, setting buffer { newUrl: 'https://example.cypress.io/commands/actions', details: { isOkStatusCode: true, contentType: 'text/html', url: 'https://example.cypress.io/commands/actions', status: 200, cookies: [], statusText: 'OK', redirects: [], originalUrl: 'https://example.cypress.io/commands/actions', isHtml: true } } +1ms | |
cypress:server:server Setting remoteAuth null +0ms | |
cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } +9ms | |
cypress:server:server Setting remoteOrigin https://example.cypress.io +1ms | |
cypress:server:server Setting remoteHostAndPort { port: '443', tld: 'io', domain: 'cypress' } +0ms | |
cypress:server:server Setting remoteDocDomain cypress.io +0ms | |
cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://example.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } +0ms | |
cypress:proxy:http:util:buffers setting buffer { url: 'https://example.cypress.io/commands/actions' } +376ms | |
cypress:server:socket backend:request { eventName: 'preserve:run:state', args: [ { currentId: 'r3', tests: {}, startTime: '2020-05-28T07:08:55.982Z', emissions: [Object], passed: 0, failed: 0, pending: 0, numLogs: 0, autoScrollingEnabled: true, scrollTop: 0 } ] } +381ms | |
cypress:server:server Got CONNECT request from example.cypress.io:443 +22ms | |
cypress:https-proxy Writing browserSocket connection headers { url: 'example.cypress.io:443', headLength: 0, headers: { host: 'example.cypress.io:443', 'proxy-connection': 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/80.0.3987.0 Safari/537.36' } } +2s | |
cypress:https-proxy Got first head bytes { url: 'example.cypress.io:443', head: '\u0016\u0003\u0001\u0005�\u0001\u0000\u0005�\u0003\u0003VmR+;���fD\u00114��)%�8��U��\u001da�����[4 �j�o��8��~+��S�8�?��' } +8ms | |
cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } +33ms | |
cypress:server:server HTTPS request does match URL: https://example.cypress.io:443 with props: { port: '443', tld: 'io', domain: 'cypress' } +11ms | |
cypress:https-proxy Not making direct connection { url: 'example.cypress.io:443' } +2ms | |
cypress:https-proxy Making intercepted connection to 55987 +3ms | |
cypress:https-proxy getting proxy URL { port: 55987, serverPort: 55985, sniPort: 55987, url: 'https://localhost:55987' } +0ms | |
cypress:network:connect successfully connected { opts: { port: 55987, host: 'localhost', getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } +280ms | |
cypress:https-proxy received upstreamSocket callback for request { port: 55987, hostname: 'localhost', err: undefined } +2ms | |
cypress:server:util:socket_whitelist whitelisting socket { localPort: 56016 } +2s | |
cypress:server:routes Serving Cypress front-end by requested URL: /__/ +3s | |
cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://example.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } +48ms | |
cypress:server:runner serving runner index.html with config { version: '4.6.0', platform: 'darwin', arch: 'x64', projectName: 'cypress-test' } +3s | |
cypress:server:runner env object has the following keys: +0ms | |
cypress:server:util:socket_whitelist whitelisted socket closed, removing { localPort: 56003 } +54ms | |
cypress:server:server Got CONNECT request from example.cypress.io:443 +15ms | |
cypress:https-proxy Writing browserSocket connection headers { url: 'example.cypress.io:443', headLength: 0, headers: { host: 'example.cypress.io:443', 'proxy-connection': 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/80.0.3987.0 Safari/537.36' } } +58ms | |
cypress:https-proxy Got first head bytes { url: 'example.cypress.io:443', head: '\u0016\u0003\u0001\u0006�\u0001\u0000\u0006�\u0003\u0003��6.;\u000f�\u0017R�2kAc�^\u0011�2��M^o\u001d\u0016�\u0016��E -��o�f�x�b\u0000w\u0007\u001dQр\u001dV�-�' } +2ms | |
cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } +66ms | |
cypress:server:server HTTPS request does match URL: https://example.cypress.io:443 with props: { port: '443', tld: 'io', domain: 'cypress' } +2ms | |
cypress:https-proxy Not making direct connection { url: 'example.cypress.io:443' } +0ms | |
cypress:https-proxy Making intercepted connection to 55987 +0ms | |
cypress:https-proxy getting proxy URL { port: 55987, serverPort: 55985, sniPort: 55987, url: 'https://localhost:55987' } +0ms | |
cypress:network:connect successfully connected { opts: { port: 55987, host: 'localhost', getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } +62ms | |
cypress:https-proxy received upstreamSocket callback for request { port: 55987, hostname: 'localhost', err: undefined } +2ms | |
cypress:server:util:socket_whitelist whitelisting socket { localPort: 56019 } +8ms | |
cypress:server:server Got CONNECT request from example.cypress.io:443 +778ms | |
cypress:https-proxy Writing browserSocket connection headers { url: 'example.cypress.io:443', headLength: 0, headers: { host: 'example.cypress.io:443', 'proxy-connection': 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/80.0.3987.0 Safari/537.36' } } +776ms | |
cypress:https-proxy Got first head bytes { url: 'example.cypress.io:443', head: '\u0016\u0003\u0001\u0006�\u0001\u0000\u0006�\u0003\u0003\u0019�\u0010\u001d�.\u0003`Sk_\u0003���@r\u001a|pb��rl������ \b\u001e"�|\b@��$t\u001b���4��\u0003y�' } +1ms | |
cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } +779ms | |
cypress:server:server HTTPS request does match URL: https://example.cypress.io:443 with props: { port: '443', tld: 'io', domain: 'cypress' } +2ms | |
cypress:https-proxy Not making direct connection { url: 'example.cypress.io:443' } +1ms | |
cypress:https-proxy Making intercepted connection to 55987 +0ms | |
cypress:https-proxy getting proxy URL { port: 55987, serverPort: 55985, sniPort: 55987, url: 'https://localhost:55987' } +0ms | |
cypress:network:connect successfully connected { opts: { port: 55987, host: 'localhost', getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } +779ms | |
cypress:https-proxy received upstreamSocket callback for request { port: 55987, hostname: 'localhost', err: undefined } +2ms | |
cypress:server:util:socket_whitelist whitelisting socket { localPort: 56026 } +780ms | |
cypress:server:server Got UPGRADE request from /__socket.io/?EIO=3&transport=websocket +4ms | |
cypress:server:util:socket_whitelist is incoming request whitelisted? { isWhitelisted: true, reqUrl: '/__socket.io/?EIO=3&transport=websocket', remotePort: 56026, remoteAddress: '127.0.0.1' } +2ms | |
cypress:server:socket socket connected +875ms | |
cypress:server:controllers handle iframe { test: 'integration/examples/actions.spec.js' } +3s | |
cypress:server:controllers get specs { spec: 'integration/examples/actions.spec.js' } +0ms | |
cypress:server:path_helpers get absolute path to spec { spec: 'integration/examples/actions.spec.js' } +3s | |
cypress:server:path_helpers resolved path /Users/biffy/cypress-test/cypress/integration/examples/actions.spec.js +0ms | |
cypress:server:controllers converted integration/examples/actions.spec.js to /Users/biffy/cypress-test/cypress/integration/examples/actions.spec.js +1ms | |
cypress:server:controllers test url for file { file: 'cypress/integration/examples/actions.spec.js', url: '/__cypress/tests?p=cypress/integration/examples/actions.spec.js' } +0ms | |
cypress:server:controllers test url for file { file: 'cypress/support/index.js', url: '/__cypress/tests?p=cypress/support/index.js' } +0ms | |
cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://example.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } +114ms | |
cypress:server:controllers iframe integration/examples/actions.spec.js options { title: 'integration/examples/actions.spec.js', domain: 'cypress.io', scripts: '[{"absolute":"/Users/biffy/cypress-test/cypress/support/index.js","relative":"cypress/support/index.js","relativeUrl":"/__cypress/tests?p=cypress/support/index.js"},{"absolute":"/Users/biffy/cypress-test/cypress/integration/examples/actions.spec.js","relative":"cypress/integration/examples/actions.spec.js","relativeUrl":"/__cypress/tests?p=cypress/integration/examples/actions.spec.js"}]' } +0ms | |
cypress:server:socket watch:test:file { 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' } +124ms | |
cypress:server:socket watching spec with config { 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' } +0ms | |
cypress:server:controllers:spec request for { spec: 'cypress/support/index.js' } +2s | |
cypress:server:preprocessor getting file cypress/support/index.js +2s | |
cypress:server:preprocessor getFile /Users/biffy/cypress-test/cypress/support/index.js +0ms | |
cypress:server:plugins plugin event registered? { event: 'file:preprocessor', isRegistered: true } +2s | |
cypress:server:preprocessor headless and already processed +1ms | |
cypress:server:controllers:spec sending spec { filePath: '/Users/biffy/Library/Application Support/Cypress/cy/production/projects/cypress-test-ed02354ea738379e5469ef4ddf805aba/bundles/cypress/support/index.js' } +1ms | |
cypress:server:controllers:spec request for { spec: 'cypress/integration/examples/actions.spec.js' } +2ms | |
cypress:server:preprocessor getting file cypress/integration/examples/actions.spec.js +2ms | |
cypress:server:preprocessor getFile /Users/biffy/cypress-test/cypress/integration/examples/actions.spec.js +0ms | |
cypress:server:plugins plugin event registered? { event: 'file:preprocessor', isRegistered: true } +3ms | |
cypress:server:preprocessor headless and already processed +0ms | |
cypress:server:controllers:spec sending spec { filePath: '/Users/biffy/Library/Application Support/Cypress/cy/production/projects/cypress-test-ed02354ea738379e5469ef4ddf805aba/bundles/cypress/integration/examples/actions.spec.js' } +0ms | |
cypress:server:project onMocha hook +2s | |
cypress:server:reporter got mocha event 'hook' with args: [ { id: 'r3', title: '"before each" hook', hookName: 'before each', hookId: 'h1', body: 'function () {\n' + " cy.visit('https://example.cypress.io/commands/actions');\n" + ' }', type: 'hook', file: null } ] +2s | |
cypress:server:socket automation:request get:cookies { domain: 'cypress.io' } +118ms | |
cypress:server:automation:cookies getting:cookies { domain: 'cypress.io' } +1s | |
cypress:server:socket backend:request { eventName: 'reset:server:state', args: [] } +1ms | |
cypress:proxy:http:util:buffers resetting buffers +1s | |
cypress:server:automation:cookies received get:cookies [] +1ms | |
cypress:server:socket backend:request { eventName: 'resolve:url', args: [ 'https://example.cypress.io/commands/actions', { auth: null, failOnStatusCode: true, retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, method: 'GET', body: null, headers: {}, timeout: 30000 } ] } +42ms | |
cypress:server:server resolving visit { url: 'https://example.cypress.io/commands/actions', headers: { host: 'example.cypress.io', connection: 'Upgrade', pragma: 'no-cache', 'cache-control': 'no-cache', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/80.0.3987.0 Safari/537.36', upgrade: 'websocket', origin: 'https://example.cypress.io', 'sec-websocket-version': '13', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US', 'sec-websocket-key': 'L9Hr9JoOTNfc09ji8PVrow==', 'sec-websocket-extensions': 'permessage-deflate; client_max_window_bits' }, options: { auth: null, failOnStatusCode: true, retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, method: 'GET', body: null, headers: {}, timeout: 30000 } } +172ms | |
cypress:proxy:http:util:buffers resetting buffers +43ms | |
cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://example.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } +1ms | |
cypress:server:server sending request with options { auth: null, failOnStatusCode: true, retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, method: 'GET', body: null, headers: { accept: 'text/html,*/*' }, timeout: 30000, gzip: false, url: 'https://example.cypress.io/commands/actions', onBeforeReqInit: [Function: runPhase], followRedirect: [Function: followRedirect] } +0ms | |
cypress:server:automation:cookies getting:cookies { url: 'https://example.cypress.io/commands/actions' } +42ms | |
cypress:server:automation:cookies received get:cookies [] +2ms | |
cypress:server:request got cookies from browser { reqUrl: 'https://example.cypress.io/commands/actions', cookies: [] } +1s | |
cypress:server:request sending request as stream { auth: null, failOnStatusCode: true, retryOnNetworkFailure: true, retryOnStatusCodeFailure: false, method: 'GET', body: null, headers: { accept: 'text/html,*/*', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/80.0.3987.0 Safari/537.36' }, timeout: 30000, gzip: false, url: 'https://example.cypress.io/commands/actions', onBeforeReqInit: [Function: runPhase] } +1ms | |
cypress:network:agent addRequest called { isHttps: true, href: 'https://example.cypress.io/commands/actions' } +1s | |
cypress:network:agent got family { family: 4, href: 'https://example.cypress.io/commands/actions' } +0ms | |
cypress:server:request received status code & headers on request { requestId: 'request2', statusCode: 200, headers: { 'content-type': 'text/html; charset=utf-8', 'set-cookie': [ '__cfduid=d6fbf5ae52d6eb373ecd3c677996a04f41590649737; expires=Sat, 27-Jun-20 07:08:57 GMT; path=/; domain=.cypress.io; HttpOnly; SameSite=Lax; Secure' ] } } +16ms | |
cypress:server:request successful response received { requestId: 'request2' } +0ms | |
cypress:server:server resolve:url headers received, buffering response { headers: { date: 'Thu, 28 May 2020 07:08:57 GMT', 'content-type': 'text/html; charset=utf-8', 'transfer-encoding': 'chunked', connection: 'keep-alive', 'set-cookie': [ '__cfduid=d6fbf5ae52d6eb373ecd3c677996a04f41590649737; expires=Sat, 27-Jun-20 07:08:57 GMT; path=/; domain=.cypress.io; HttpOnly; SameSite=Lax; Secure' ], 'last-modified': 'Thu, 19 Dec 2019 15:39:33 GMT', 'access-control-allow-origin': '*', expires: 'Thu, 28 May 2020 03:19:41 GMT', 'cache-control': 'max-age=600', 'x-proxy-cache': 'MISS', 'x-github-request-id': '6DE8:4C53:248FE:2E32B:5ECF2B75', via: '1.1 varnish', age: '1', 'x-served-by': 'cache-bma1623-BMA', 'x-cache': 'HIT', 'x-cache-hits': '121', 'x-timer': 'S1590649738.645071,VS0,VE0', vary: 'Accept-Encoding', 'x-fastly-request-id': 'e28425916a4aa5371654ca1fb2c64328dd343917', 'cf-cache-status': 'DYNAMIC', 'cf-request-id': '02fbb5e9a90001006b2216e200000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', server: 'cloudflare', 'cf-ray': '59a625bc4fc70000-ARN' }, statusCode: 200 } +19ms | |
cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } +312ms | |
cypress:server:automation:cookies getting:cookies { domain: 'cypress.io' } +18ms | |
cypress:server:automation:cookies received get:cookies [] +1ms | |
cypress:server:server setting details resolving url { isOkStatusCode: true, contentType: 'text/html', url: 'https://example.cypress.io/commands/actions', status: 200, cookies: [], statusText: 'OK', redirects: [], originalUrl: 'https://example.cypress.io/commands/actions' } +3ms | |
cypress:server:server resolve:url response ended, setting buffer { newUrl: 'https://example.cypress.io/commands/actions', details: { isOkStatusCode: true, contentType: 'text/html', url: 'https://example.cypress.io/commands/actions', status: 200, cookies: [], statusText: 'OK', redirects: [], originalUrl: 'https://example.cypress.io/commands/actions', isHtml: true } } +2ms | |
cypress:server:server Setting remoteAuth null +0ms | |
cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } +4ms | |
cypress:server:server Setting remoteOrigin https://example.cypress.io +0ms | |
cypress:server:server Setting remoteHostAndPort { port: '443', tld: 'io', domain: 'cypress' } +0ms | |
cypress:server:server Setting remoteDocDomain cypress.io +0ms | |
cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://example.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } +0ms | |
cypress:proxy:http:util:buffers setting buffer { url: 'https://example.cypress.io/commands/actions' } +27ms | |
cypress:proxy:http Entering stage { stage: 'IncomingRequest' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } +1ms | |
cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://example.cypress.io/commands/actions', headers: { host: 'example.cypress.io', connection: 'keep-alive', 'upgrade-insecure-requests': '1', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/80.0.3987.0 Safari/537.36', 'sec-fetch-dest': 'iframe', accept: 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'navigate', referer: 'https://example.cypress.io/__/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US', cookie: '__cypress.initial=true' } } } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } +2ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfNotProxied' } +1ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlacklistedHosts' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } +0ms | |
cypress:proxy:http:util:buffers found request buffer { buffer: { url: 'https://example.cypress.io/commands/actions' } } +14ms | |
cypress:proxy:http:request-middleware got a buffer { url: 'https://example.cypress.io/commands/actions' } +3ms | |
cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } +4ms | |
cypress:proxy:http Entering stage { stage: 'IncomingResponse' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } +1ms | |
cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://example.cypress.io/commands/actions', headers: { host: 'example.cypress.io', connection: 'keep-alive', 'upgrade-insecure-requests': '1', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/80.0.3987.0 Safari/537.36', 'sec-fetch-dest': 'iframe', accept: 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'navigate', referer: 'https://example.cypress.io/__/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US', cookie: '__cypress.initial=true' } }, incomingRes: { headers: { date: 'Thu, 28 May 2020 07:08:57 GMT', 'content-type': 'text/html; charset=utf-8', 'transfer-encoding': 'chunked', connection: 'keep-alive', 'set-cookie': [Array], 'last-modified': 'Thu, 19 Dec 2019 15:39:33 GMT', 'access-control-allow-origin': '*', expires: 'Thu, 28 May 2020 03:19:41 GMT', 'cache-control': 'max-age=600', 'x-proxy-cache': 'MISS', 'x-github-request-id': '6DE8:4C53:248FE:2E32B:5ECF2B75', via: '1.1 varnish', age: '1', 'x-served-by': 'cache-bma1623-BMA', 'x-cache': 'HIT', 'x-cache-hits': '121', 'x-timer': 'S1590649738.645071,VS0,VE0', vary: 'Accept-Encoding', 'x-fastly-request-id': 'e28425916a4aa5371654ca1fb2c64328dd343917', 'cf-cache-status': 'DYNAMIC', 'cf-request-id': '02fbb5e9a90001006b2216e200000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', server: 'cloudflare', 'cf-ray': '59a625bc4fc70000-ARN' }, statusCode: 200 } } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } +1ms | |
cypress:proxy:http:response-middleware injection levels: { isInitial: true, wantsInjection: 'full', wantsSecurityRemoved: true } +1ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } +1ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } +1ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } +1ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } +0ms | |
cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://example.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } +25ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } +1ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeGunzipBody' } +1ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } +0ms | |
cypress:proxy:http:response-middleware injecting into HTML +6ms | |
cypress:proxy:http:response-middleware inferred charset from response { httpCharset: 'utf8' } +2ms | |
cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://example.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } +27ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } +28ms | |
cypress:proxy:http Entering stage { stage: 'IncomingRequest' } +12ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } +0ms | |
cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://example.cypress.io/assets/css/vendor/bootstrap.min.3cdc65ed.css', headers: { host: 'example.cypress.io', connection: 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/80.0.3987.0 Safari/537.36', 'sec-fetch-dest': 'style', accept: 'text/css,*/*;q=0.1', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', referer: 'https://example.cypress.io/commands/actions', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US', cookie: '__cfduid=d6fbf5ae52d6eb373ecd3c677996a04f41590649737' } } } +50ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfNotProxied' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlacklistedHosts' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } +1ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } +0ms | |
cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://example.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } +16ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } +0ms | |
cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://example.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } +1ms | |
cypress:network:agent addRequest called { isHttps: true, href: 'https://example.cypress.io/assets/css/vendor/bootstrap.min.3cdc65ed.css' } +91ms | |
cypress:network:agent got family { family: 4, href: 'https://example.cypress.io/assets/css/vendor/bootstrap.min.3cdc65ed.css' } +1ms | |
cypress:server:stream_buffer stream buffer writeable final called +0ms | |
cypress:proxy:http Entering stage { stage: 'IncomingRequest' } +6ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } +0ms | |
cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://example.cypress.io/assets/css/vendor/fira.css', headers: { host: 'example.cypress.io', connection: 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/80.0.3987.0 Safari/537.36', 'sec-fetch-dest': 'style', accept: 'text/css,*/*;q=0.1', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', referer: 'https://example.cypress.io/commands/actions', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US', cookie: '__cfduid=d6fbf5ae52d6eb373ecd3c677996a04f41590649737' } } } +7ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfNotProxied' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlacklistedHosts' } +1ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } +0ms | |
cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://example.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } +6ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } +0ms | |
cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://example.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } +0ms | |
cypress:network:agent addRequest called { isHttps: true, href: 'https://example.cypress.io/assets/css/vendor/fira.css' } +4ms | |
cypress:network:agent got family { family: 4, href: 'https://example.cypress.io/assets/css/vendor/fira.css' } +1ms | |
cypress:server:stream_buffer stream buffer writeable final called +6ms | |
cypress:server:server Got CONNECT request from example.cypress.io:443 +3ms | |
cypress:https-proxy Writing browserSocket connection headers { url: 'example.cypress.io:443', headLength: 0, headers: { host: 'example.cypress.io:443', 'proxy-connection': 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/80.0.3987.0 Safari/537.36' } } +391ms | |
cypress:server:server Got CONNECT request from placehold.it:443 +1ms | |
cypress:https-proxy Writing browserSocket connection headers { url: 'placehold.it:443', headLength: 0, headers: { host: 'placehold.it:443', 'proxy-connection': 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/80.0.3987.0 Safari/537.36' } } +1ms | |
cypress:server:server Got CONNECT request from example.cypress.io:443 +0ms | |
cypress:https-proxy Writing browserSocket connection headers { url: 'example.cypress.io:443', headLength: 0, headers: { host: 'example.cypress.io:443', 'proxy-connection': 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/80.0.3987.0 Safari/537.36' } } +0ms | |
cypress:https-proxy Got first head bytes { url: 'example.cypress.io:443', head: '\u0016\u0003\u0001\u0006�\u0001\u0000\u0006�\u0003\u0003l�\u001dFi�6~S=ل9PM:�Yė;��Uw�O0�� .n\\�W��˗҃��D�e�\u0017Cã���Ȭ��' } +1ms | |
cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } +80ms | |
cypress:server:server HTTPS request does match URL: https://example.cypress.io:443 with props: { port: '443', tld: 'io', domain: 'cypress' } +1ms | |
cypress:https-proxy Not making direct connection { url: 'example.cypress.io:443' } +1ms | |
cypress:https-proxy Making intercepted connection to 55987 +0ms | |
cypress:https-proxy getting proxy URL { port: 55987, serverPort: 55985, sniPort: 55987, url: 'https://localhost:55987' } +0ms | |
cypress:https-proxy Got first head bytes { url: 'placehold.it:443', head: '\u0016\u0003\u0001\u0005�\u0001\u0000\u0005�\u0003\u0003�7#N6�&���\rleF�5�U�:�\u000f�2�q�(� �,\u001e�6)��Q�\bN\u001a�\u0018\u0012����\f�' } +1ms | |
cypress:network:cors Parsed URL { port: '443', tld: 'it', domain: 'placehold' } +2ms | |
cypress:server:server HTTPS request does not match URL: https://placehold.it:443 with props: { port: '443', tld: 'io', domain: 'cypress' } +2ms | |
cypress:https-proxy Making connection to placehold.it:443 +0ms | |
cypress:https-proxy getting proxy URL { port: 443, serverPort: 55985, sniPort: 55987, url: 'https://placehold.it:443' } +0ms | |
cypress:https-proxy Got first head bytes { url: 'example.cypress.io:443', head: '\u0016\u0003\u0001\u0006�\u0001\u0000\u0006�\u0003\u0003�QBAl�A=4�\t�\u0013"T�D�"\u0015/u\u0004�U�\u0015\u0019�\u0014Z �����"���7��\u001dh��a�\u0000\u000bw' } +1ms | |
cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } +1ms | |
cypress:server:server HTTPS request does match URL: https://example.cypress.io:443 with props: { port: '443', tld: 'io', domain: 'cypress' } +1ms | |
cypress:https-proxy Not making direct connection { url: 'example.cypress.io:443' } +0ms | |
cypress:https-proxy Making intercepted connection to 55987 +0ms | |
cypress:https-proxy getting proxy URL { port: 55987, serverPort: 55985, sniPort: 55987, url: 'https://localhost:55987' } +1ms | |
cypress:server:server Got CONNECT request from example.cypress.io:443 +1ms | |
cypress:https-proxy Writing browserSocket connection headers { url: 'example.cypress.io:443', headLength: 0, headers: { host: 'example.cypress.io:443', 'proxy-connection': 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/80.0.3987.0 Safari/537.36' } } +0ms | |
cypress:server:server Got CONNECT request from example.cypress.io:443 +1ms | |
cypress:https-proxy Writing browserSocket connection headers { url: 'example.cypress.io:443', headLength: 0, headers: { host: 'example.cypress.io:443', 'proxy-connection': 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/80.0.3987.0 Safari/537.36' } } +1ms | |
cypress:network:connect successfully connected { opts: { port: 55987, host: 'localhost', getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } +399ms | |
cypress:https-proxy received upstreamSocket callback for request { port: 55987, hostname: 'localhost', err: undefined } +1ms | |
cypress:server:util:socket_whitelist whitelisting socket { localPort: 56038 } +397ms | |
cypress:https-proxy Got first head bytes { url: 'example.cypress.io:443', head: '\u0016\u0003\u0001\u0005�\u0001\u0000\u0005�\u0003\u0003��\u001d$2��;�i[�\n�\u0000��!~�㳽\u0017\u0017J��8]K% ��e�|j�b����j%1��\u0015|E3A' } +1ms | |
cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } +4ms | |
cypress:server:server HTTPS request does match URL: https://example.cypress.io:443 with props: { port: '443', tld: 'io', domain: 'cypress' } +2ms | |
cypress:https-proxy Not making direct connection { url: 'example.cypress.io:443' } +0ms | |
cypress:https-proxy Making intercepted connection to 55987 +1ms | |
cypress:https-proxy getting proxy URL { port: 55987, serverPort: 55985, sniPort: 55987, url: 'https://localhost:55987' } +0ms | |
cypress:https-proxy Got first head bytes { url: 'example.cypress.io:443', head: "\u0016\u0003\u0001\u0005�\u0001\u0000\u0005�\u0003\u0003��\n&_��o]�!����\u001f�t�'���윜��� �㑹PR��\u0011v9\tcOG�B��A6�C���\f" } +0ms | |
cypress:network:cors Parsed URL { port: '443', tld: 'io', domain: 'cypress' } +1ms | |
cypress:server:server HTTPS request does match URL: https://example.cypress.io:443 with props: { port: '443', tld: 'io', domain: 'cypress' } +1ms | |
cypress:https-proxy Not making direct connection { url: 'example.cypress.io:443' } +0ms | |
cypress:https-proxy Making intercepted connection to 55987 +0ms | |
cypress:https-proxy getting proxy URL { port: 55987, serverPort: 55985, sniPort: 55987, url: 'https://localhost:55987' } +1ms | |
cypress:network:connect successfully connected { opts: { port: 55987, host: 'localhost', getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } +5ms | |
cypress:https-proxy received upstreamSocket callback for request { port: 55987, hostname: 'localhost', err: undefined } +1ms | |
cypress:server:util:socket_whitelist whitelisting socket { localPort: 56040 } +4ms | |
cypress:proxy:http Entering stage { stage: 'IncomingRequest' } +18ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } +0ms | |
cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://example.cypress.io/assets/css/styles.2fbabb3d.css', headers: { host: 'example.cypress.io', connection: 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/80.0.3987.0 Safari/537.36', 'sec-fetch-dest': 'style', accept: 'text/css,*/*;q=0.1', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', referer: 'https://example.cypress.io/commands/actions', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US', cookie: '__cfduid=d6fbf5ae52d6eb373ecd3c677996a04f41590649737' } } } +19ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } +1ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfNotProxied' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlacklistedHosts' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } +0ms | |
cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://example.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } +7ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } +1ms | |
cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://example.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } +0ms | |
cypress:network:agent addRequest called { isHttps: true, href: 'https://example.cypress.io/assets/css/styles.2fbabb3d.css' } +19ms | |
cypress:network:agent got family { family: 4, href: 'https://example.cypress.io/assets/css/styles.2fbabb3d.css' } +0ms | |
cypress:server:stream_buffer stream buffer writeable final called +19ms | |
cypress:network:connect successfully connected { opts: { port: 55987, host: 'localhost', getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } +7ms | |
cypress:https-proxy received upstreamSocket callback for request { port: 55987, hostname: 'localhost', err: undefined } +7ms | |
cypress:server:util:socket_whitelist whitelisting socket { localPort: 56041 } +8ms | |
cypress:network:connect successfully connected { opts: { port: 55987, host: 'localhost', getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } +1ms | |
cypress:https-proxy received upstreamSocket callback for request { port: 55987, hostname: 'localhost', err: undefined } +1ms | |
cypress:server:util:socket_whitelist whitelisting socket { localPort: 56042 } +0ms | |
cypress:proxy:http Entering stage { stage: 'IncomingRequest' } +7ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } +0ms | |
cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://example.cypress.io/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js', headers: { host: 'example.cypress.io', connection: 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/80.0.3987.0 Safari/537.36', 'sec-fetch-dest': 'script', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', referer: 'https://example.cypress.io/commands/actions', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US', cookie: '__cfduid=d6fbf5ae52d6eb373ecd3c677996a04f41590649737' } } } +9ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } +1ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfNotProxied' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlacklistedHosts' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } +0ms | |
cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://example.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } +8ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } +0ms | |
cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://example.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } +1ms | |
cypress:network:agent addRequest called { isHttps: true, href: 'https://example.cypress.io/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js' } +9ms | |
cypress:network:agent got family { family: 4, href: 'https://example.cypress.io/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js' } +0ms | |
cypress:server:stream_buffer stream buffer writeable final called +8ms | |
cypress:proxy:http Entering stage { stage: 'IncomingRequest' } +5ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } +0ms | |
cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://example.cypress.io/assets/js/vendor/bootstrap.min.c5b5b2fa.js', headers: { host: 'example.cypress.io', connection: 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/80.0.3987.0 Safari/537.36', 'sec-fetch-dest': 'script', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', referer: 'https://example.cypress.io/commands/actions', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US', cookie: '__cfduid=d6fbf5ae52d6eb373ecd3c677996a04f41590649737' } } } +6ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } +1ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfNotProxied' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlacklistedHosts' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } +0ms | |
cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://example.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } +5ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } +1ms | |
cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://example.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } +1ms | |
cypress:network:agent addRequest called { isHttps: true, href: 'https://example.cypress.io/assets/js/vendor/bootstrap.min.c5b5b2fa.js' } +6ms | |
cypress:network:agent got family { family: 4, href: 'https://example.cypress.io/assets/js/vendor/bootstrap.min.c5b5b2fa.js' } +0ms | |
cypress:server:stream_buffer stream buffer writeable final called +7ms | |
cypress:proxy:http Entering stage { stage: 'IncomingRequest' } +2ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } +1ms | |
cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://example.cypress.io/assets/js/vendor/jquery-1.12.0.min.cbb11b58.js', headers: { host: 'example.cypress.io', connection: 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/80.0.3987.0 Safari/537.36', 'sec-fetch-dest': 'script', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', referer: 'https://example.cypress.io/commands/actions', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US', cookie: '__cfduid=d6fbf5ae52d6eb373ecd3c677996a04f41590649737' } } } +5ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfNotProxied' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlacklistedHosts' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } +1ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } +0ms | |
cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://example.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } +4ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } +0ms | |
cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://example.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } +0ms | |
cypress:network:agent addRequest called { isHttps: true, href: 'https://example.cypress.io/assets/js/vendor/jquery-1.12.0.min.cbb11b58.js' } +4ms | |
cypress:network:agent got family { family: 4, href: 'https://example.cypress.io/assets/js/vendor/jquery-1.12.0.min.cbb11b58.js' } +1ms | |
cypress:server:stream_buffer stream buffer writeable final called +5ms | |
cypress:server:request received status code & headers on request { requestId: 'request6', statusCode: 200, headers: { 'content-type': 'application/javascript' } } +152ms | |
cypress:server:request successful response received { requestId: 'request6' } +1ms | |
cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } +34ms | |
cypress:proxy:http Entering stage { stage: 'IncomingResponse' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } +0ms | |
cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://example.cypress.io/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js', headers: { host: 'example.cypress.io', connection: 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/80.0.3987.0 Safari/537.36', 'sec-fetch-dest': 'script', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', referer: 'https://example.cypress.io/commands/actions', 'accept-encoding': 'gzip', 'accept-language': 'en-US', cookie: '__cfduid=d6fbf5ae52d6eb373ecd3c677996a04f41590649737' } }, incomingRes: { headers: { date: 'Thu, 28 May 2020 07:08:57 GMT', 'content-type': 'application/javascript', 'transfer-encoding': 'chunked', connection: 'keep-alive', 'last-modified': 'Thu, 21 May 2020 15:08:42 GMT', etag: 'W/"5ec6997a-4d7"', 'cf-request-id': '02fbb5ea3e0000cadc1ab9d200000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', vary: 'Accept-Encoding', server: 'cloudflare', 'cf-ray': '59a625bd3a19cadc-ARN', 'x-frame-options': 'SAMEORIGIN', expires: 'Sat, 30 May 2020 07:08:57 GMT', 'cache-control': 'max-age=172800, public', 'content-encoding': 'gzip' }, statusCode: 200 } } +119ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } +1ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } +0ms | |
cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: true } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } +1ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } +0ms | |
cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://example.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } +36ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeGunzipBody' } +1ms | |
cypress:proxy:http:response-middleware ungzipping response body +2ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } +0ms | |
cypress:proxy:http:response-middleware removing JS framebusting code +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } +3ms | |
cypress:proxy:http:response-middleware regzipping response body +3ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } +0ms | |
cypress:proxy:http Entering stage { stage: 'IncomingRequest' } +11ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } +0ms | |
cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://example.cypress.io/assets/js/vendor/highlight.pack.4cbe7783.js', headers: { host: 'example.cypress.io', connection: 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/80.0.3987.0 Safari/537.36', 'sec-fetch-dest': 'script', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', referer: 'https://example.cypress.io/commands/actions', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US', cookie: '__cfduid=d6fbf5ae52d6eb373ecd3c677996a04f41590649737' } } } +52ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfNotProxied' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlacklistedHosts' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } +1ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } +0ms | |
cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://example.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } +16ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } +0ms | |
cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://example.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } +0ms | |
cypress:network:agent addRequest called { isHttps: true, href: 'https://example.cypress.io/assets/js/vendor/highlight.pack.4cbe7783.js' } +51ms | |
cypress:network:agent got family { family: 4, href: 'https://example.cypress.io/assets/js/vendor/highlight.pack.4cbe7783.js' } +0ms | |
cypress:server:stream_buffer stream buffer writeable final called +50ms | |
cypress:server:request received status code & headers on request { requestId: 'request3', statusCode: 200, headers: { 'content-type': 'text/css; charset=utf-8' } } +65ms | |
cypress:server:request successful response received { requestId: 'request3' } +0ms | |
cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } +47ms | |
cypress:proxy:http Entering stage { stage: 'IncomingResponse' } +1ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } +0ms | |
cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://example.cypress.io/assets/css/vendor/bootstrap.min.3cdc65ed.css', headers: { host: 'example.cypress.io', connection: 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/80.0.3987.0 Safari/537.36', 'sec-fetch-dest': 'style', accept: 'text/css,*/*;q=0.1', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', referer: 'https://example.cypress.io/commands/actions', 'accept-encoding': 'gzip', 'accept-language': 'en-US', cookie: '__cfduid=d6fbf5ae52d6eb373ecd3c677996a04f41590649737' } }, incomingRes: { headers: { date: 'Thu, 28 May 2020 07:08:57 GMT', 'content-type': 'text/css; charset=utf-8', 'content-length': '20097', connection: 'keep-alive', 'last-modified': 'Thu, 19 Dec 2019 15:39:33 GMT', etag: 'W/"5dfb99b5-1d9b5"', 'access-control-allow-origin': '*', expires: 'Thu, 28 May 2020 03:19:43 GMT', 'cache-control': 'max-age=14400', 'content-encoding': 'gzip', 'x-proxy-cache': 'MISS', 'x-github-request-id': '333E:1358:9BDB2:BD14B:5ECE8683', via: '1.1 varnish', 'x-served-by': 'cache-bma1640-BMA', 'x-cache': 'MISS', 'x-cache-hits': '0', 'x-timer': 'S1590597094.040672,VS0,VE109', vary: 'Accept-Encoding', 'x-fastly-request-id': '7efe5a196e800e3ddacee9a107d2fe9d731d6b65', 'cf-cache-status': 'REVALIDATED', 'accept-ranges': 'bytes', 'cf-request-id': '02fbb5ea080001006b22173200000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', server: 'cloudflare', 'cf-ray': '59a625bcd9280000-ARN' }, statusCode: 200 } } +60ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } +1ms | |
cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: false } +1ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } +1ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } +0ms | |
cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://example.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } +50ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeGunzipBody' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } +1ms | |
cypress:proxy:http Entering stage { stage: 'IncomingRequest' } +3ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } +0ms | |
cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://example.cypress.io/assets/js/scripts.b93bdaaf.js', headers: { host: 'example.cypress.io', connection: 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/80.0.3987.0 Safari/537.36', 'sec-fetch-dest': 'script', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', referer: 'https://example.cypress.io/commands/actions', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US', cookie: '__cfduid=d6fbf5ae52d6eb373ecd3c677996a04f41590649737' } } } +55ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfNotProxied' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlacklistedHosts' } +1ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } +0ms | |
cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://example.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } +5ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } +0ms | |
cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://example.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } +0ms | |
cypress:network:agent addRequest called { isHttps: true, href: 'https://example.cypress.io/assets/js/scripts.b93bdaaf.js' } +55ms | |
cypress:network:agent got family { family: 4, href: 'https://example.cypress.io/assets/js/scripts.b93bdaaf.js' } +0ms | |
cypress:server:stream_buffer stream buffer writeable final called +55ms | |
cypress:network:connect successfully connected { opts: { port: '443', host: 'placehold.it', getDelayMsForRetry: [Function: getDelayForRetry] }, iteration: 0 } +136ms | |
cypress:https-proxy received upstreamSocket callback for request { port: '443', hostname: 'placehold.it', err: undefined } +136ms | |
cypress:server:util:socket_whitelist whitelisting socket { localPort: 56039 } +136ms | |
cypress:server:request received status code & headers on request { requestId: 'request4', statusCode: 200, headers: { 'content-type': 'text/css; charset=utf-8' } } +39ms | |
cypress:server:request successful response received { requestId: 'request4' } +0ms | |
cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } +31ms | |
cypress:proxy:http Entering stage { stage: 'IncomingResponse' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } +0ms | |
cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://example.cypress.io/assets/css/vendor/fira.css', headers: { host: 'example.cypress.io', connection: 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/80.0.3987.0 Safari/537.36', 'sec-fetch-dest': 'style', accept: 'text/css,*/*;q=0.1', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', referer: 'https://example.cypress.io/commands/actions', 'accept-encoding': 'gzip', 'accept-language': 'en-US', cookie: '__cfduid=d6fbf5ae52d6eb373ecd3c677996a04f41590649737' } }, incomingRes: { headers: { date: 'Thu, 28 May 2020 07:08:57 GMT', 'content-type': 'text/css; charset=utf-8', 'content-length': '232', connection: 'keep-alive', 'x-origin-cache': '1', 'last-modified': 'Thu, 19 Dec 2019 15:39:33 GMT', etag: 'W/"5dfb99b5-329"', 'access-control-allow-origin': '*', expires: 'Thu, 28 May 2020 03:19:43 GMT', 'cache-control': 'max-age=14400', 'content-encoding': 'gzip', 'x-proxy-cache': 'MISS', 'x-github-request-id': 'E85C:0B87:572207:6D3087:5ECBA91C', via: '1.1 varnish', 'x-served-by': 'cache-bma1632-BMA', 'x-cache': 'HIT', 'x-cache-hits': '1', 'x-timer': 'S1590409857.418125,VS0,VE1', vary: 'Accept-Encoding', 'x-fastly-request-id': 'b80d1be7bc4e9db4f1f5ad9c9f0d660714378f69', 'cf-cache-status': 'REVALIDATED', 'accept-ranges': 'bytes', 'cf-request-id': '02fbb5ea270000cb0c39139200000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', server: 'cloudflare', 'cf-ray': '59a625bd0a1ecb0c-ARN' }, statusCode: 200 } } +38ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } +1ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } +0ms | |
cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: false } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } +1ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } +0ms | |
cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://example.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } +33ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeGunzipBody' } +1ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } +0ms | |
cypress:server:request received status code & headers on request { requestId: 'request5', statusCode: 200, headers: { 'content-type': 'text/css; charset=utf-8' } } +15ms | |
cypress:server:request successful response received { requestId: 'request5' } +1ms | |
cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } +13ms | |
cypress:proxy:http Entering stage { stage: 'IncomingResponse' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } +0ms | |
cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://example.cypress.io/assets/css/styles.2fbabb3d.css', headers: { host: 'example.cypress.io', connection: 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/80.0.3987.0 Safari/537.36', 'sec-fetch-dest': 'style', accept: 'text/css,*/*;q=0.1', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', referer: 'https://example.cypress.io/commands/actions', 'accept-encoding': 'gzip', 'accept-language': 'en-US', cookie: '__cfduid=d6fbf5ae52d6eb373ecd3c677996a04f41590649737' } }, incomingRes: { headers: { date: 'Thu, 28 May 2020 07:08:57 GMT', 'content-type': 'text/css; charset=utf-8', 'content-length': '1461', connection: 'keep-alive', 'last-modified': 'Thu, 19 Dec 2019 15:39:33 GMT', etag: 'W/"5dfb99b5-1246"', 'access-control-allow-origin': '*', expires: 'Thu, 28 May 2020 06:55:57 GMT', 'cache-control': 'max-age=14400', 'content-encoding': 'gzip', 'x-proxy-cache': 'MISS', 'x-github-request-id': 'BB54:0B47:3F0177:4F435F:5ECCF574', via: '1.1 varnish', 'x-served-by': 'cache-bma1628-BMA', 'x-cache': 'HIT', 'x-cache-hits': '1', 'x-timer': 'S1590491453.419837,VS0,VE1', vary: 'Accept-Encoding', 'x-fastly-request-id': '2e08ca1d6761ab8e9ecfc629edd3a32133c0ef57', 'cf-cache-status': 'REVALIDATED', 'accept-ranges': 'bytes', 'cf-request-id': '02fbb5ea3500000d466cbda200000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', server: 'cloudflare', 'cf-ray': '59a625bd2ad50d46-ARN' }, statusCode: 200 } } +15ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } +1ms | |
cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: false } +1ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } +1ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } +0ms | |
cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://example.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } +16ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeGunzipBody' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } +1ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } +0ms | |
cypress:server:request received status code & headers on request { requestId: 'request8', statusCode: 200, headers: { 'content-type': 'application/javascript; charset=utf-8' } } +10ms | |
cypress:server:request successful response received { requestId: 'request8' } +0ms | |
cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } +7ms | |
cypress:proxy:http Entering stage { stage: 'IncomingResponse' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } +0ms | |
cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://example.cypress.io/assets/js/vendor/jquery-1.12.0.min.cbb11b58.js', headers: { host: 'example.cypress.io', connection: 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/80.0.3987.0 Safari/537.36', 'sec-fetch-dest': 'script', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', referer: 'https://example.cypress.io/commands/actions', 'accept-encoding': 'gzip', 'accept-language': 'en-US', cookie: '__cfduid=d6fbf5ae52d6eb373ecd3c677996a04f41590649737' } }, incomingRes: { headers: { date: 'Thu, 28 May 2020 07:08:57 GMT', 'content-type': 'application/javascript; charset=utf-8', 'content-length': '34076', connection: 'keep-alive', 'x-origin-cache': '1', 'last-modified': 'Thu, 19 Dec 2019 15:39:33 GMT', etag: 'W/"5dfb99b5-17c52"', 'access-control-allow-origin': '*', expires: 'Thu, 28 May 2020 03:19:43 GMT', 'cache-control': 'max-age=14400', 'content-encoding': 'gzip', 'x-proxy-cache': 'MISS', 'x-github-request-id': 'BF18:6D96:66E52:8F760:5ECCC631', via: '1.1 varnish', 'x-served-by': 'cache-bma1631-BMA', 'x-cache': 'HIT', 'x-cache-hits': '1', 'x-timer': 'S1590491453.398586,VS0,VE1', vary: 'Accept-Encoding', 'x-fastly-request-id': '3da1011ee851de40bd2e2670dafd2ded43fed6e2', 'cf-cache-status': 'REVALIDATED', 'accept-ranges': 'bytes', 'cf-request-id': '02fbb5ea470000dab4f83aa200000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', server: 'cloudflare', 'cf-ray': '59a625bd3e54dab4-ARN' }, statusCode: 200 } } +9ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } +1ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } +0ms | |
cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: true } +1ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } +1ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } +0ms | |
cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://example.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } +10ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeGunzipBody' } +1ms | |
cypress:proxy:http:response-middleware ungzipping response body +2ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } +0ms | |
cypress:proxy:http:response-middleware removing JS framebusting code +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } +0ms | |
cypress:proxy:http:response-middleware regzipping response body +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } +1ms | |
cypress:server:request received status code & headers on request { requestId: 'request7', statusCode: 200, headers: { 'content-type': 'application/javascript; charset=utf-8' } } +6ms | |
cypress:server:request successful response received { requestId: 'request7' } +0ms | |
cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } +5ms | |
cypress:proxy:http Entering stage { stage: 'IncomingResponse' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } +0ms | |
cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://example.cypress.io/assets/js/vendor/bootstrap.min.c5b5b2fa.js', headers: { host: 'example.cypress.io', connection: 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/80.0.3987.0 Safari/537.36', 'sec-fetch-dest': 'script', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', referer: 'https://example.cypress.io/commands/actions', 'accept-encoding': 'gzip', 'accept-language': 'en-US', cookie: '__cfduid=d6fbf5ae52d6eb373ecd3c677996a04f41590649737' } }, incomingRes: { headers: { date: 'Thu, 28 May 2020 07:08:57 GMT', 'content-type': 'application/javascript; charset=utf-8', 'content-length': '9856', connection: 'keep-alive', 'x-origin-cache': '1', 'last-modified': 'Thu, 19 Dec 2019 15:39:33 GMT', etag: 'W/"5dfb99b5-9004"', 'access-control-allow-origin': '*', expires: 'Thu, 28 May 2020 03:19:43 GMT', 'cache-control': 'max-age=14400', 'content-encoding': 'gzip', 'x-proxy-cache': 'MISS', 'x-github-request-id': '33D0:44CB:10E120:147CE5:5ECE806B', via: '1.1 varnish', 'x-served-by': 'cache-bma1632-BMA', 'x-cache': 'MISS', 'x-cache-hits': '0', 'x-timer': 'S1590597094.211326,VS0,VE108', vary: 'Accept-Encoding', 'x-fastly-request-id': 'c894a830d62b57e9ad50c190571195c1226baf43', 'cf-cache-status': 'REVALIDATED', 'accept-ranges': 'bytes', 'cf-request-id': '02fbb5ea460000f14a9b842200000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', server: 'cloudflare', 'cf-ray': '59a625bd3984f14a-ARN' }, statusCode: 200 } } +6ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } +1ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } +0ms | |
cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: true } +2ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } +1ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } +1ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } +0ms | |
cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://example.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } +10ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } +1ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeGunzipBody' } +0ms | |
cypress:proxy:http:response-middleware ungzipping response body +2ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } +0ms | |
cypress:proxy:http:response-middleware removing JS framebusting code +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } +1ms | |
cypress:proxy:http:response-middleware regzipping response body +1ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } +0ms | |
cypress:server:request received status code & headers on request { requestId: 'request9', statusCode: 200, headers: { 'content-type': 'application/javascript; charset=utf-8' } } +24ms | |
cypress:server:request successful response received { requestId: 'request9' } +0ms | |
cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } +17ms | |
cypress:proxy:http Entering stage { stage: 'IncomingResponse' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } +0ms | |
cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://example.cypress.io/assets/js/vendor/highlight.pack.4cbe7783.js', headers: { host: 'example.cypress.io', connection: 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/80.0.3987.0 Safari/537.36', 'sec-fetch-dest': 'script', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', referer: 'https://example.cypress.io/commands/actions', 'accept-encoding': 'gzip', 'accept-language': 'en-US', cookie: '__cfduid=d6fbf5ae52d6eb373ecd3c677996a04f41590649737' } }, incomingRes: { headers: { date: 'Thu, 28 May 2020 07:08:57 GMT', 'content-type': 'application/javascript; charset=utf-8', 'content-length': '4310', connection: 'keep-alive', 'x-origin-cache': '1', 'last-modified': 'Thu, 19 Dec 2019 15:39:33 GMT', etag: 'W/"5dfb99b5-23d8"', 'access-control-allow-origin': '*', expires: 'Thu, 28 May 2020 06:07:33 GMT', 'cache-control': 'max-age=14400', 'content-encoding': 'gzip', 'x-proxy-cache': 'MISS', 'x-github-request-id': 'EA06:1D22:8CBD6:ABE4F:5ECE806B', via: '1.1 varnish', 'x-served-by': 'cache-bma1629-BMA', 'x-cache': 'MISS', 'x-cache-hits': '0', 'x-timer': 'S1590597094.310411,VS0,VE109', vary: 'Accept-Encoding', 'x-fastly-request-id': 'd981c28df7dc659bcee0fda9af20b36688ce6827', 'cf-cache-status': 'REVALIDATED', 'accept-ranges': 'bytes', 'cf-request-id': '02fbb5ea670000cadc1aba2200000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', server: 'cloudflare', 'cf-ray': '59a625bd7a84cadc-ARN' }, statusCode: 200 } } +17ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } +0ms | |
cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: true } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } +1ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } +0ms | |
cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://example.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } +20ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeGunzipBody' } +1ms | |
cypress:proxy:http:response-middleware ungzipping response body +2ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } +0ms | |
cypress:proxy:http:response-middleware removing JS framebusting code +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } +0ms | |
cypress:proxy:http:response-middleware regzipping response body +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } +1ms | |
cypress:proxy:http Entering stage { stage: 'IncomingRequest' } +18ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } +0ms | |
cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://example.cypress.io/assets/fonts/woff/FiraSans-Regular.woff', headers: { host: 'example.cypress.io', connection: 'keep-alive', origin: 'https://example.cypress.io', 'sec-fetch-dest': 'font', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/80.0.3987.0 Safari/537.36', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', referer: 'https://example.cypress.io/assets/css/vendor/fira.css', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US', cookie: '__cfduid=d6fbf5ae52d6eb373ecd3c677996a04f41590649737' } } } +111ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } +1ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfNotProxied' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlacklistedHosts' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } +1ms | |
cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://example.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } +22ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } +0ms | |
cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://example.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } +0ms | |
cypress:network:agent addRequest called { isHttps: true, href: 'https://example.cypress.io/assets/fonts/woff/FiraSans-Regular.woff' } +111ms | |
cypress:network:agent got family { family: 4, href: 'https://example.cypress.io/assets/fonts/woff/FiraSans-Regular.woff' } +0ms | |
cypress:server:stream_buffer stream buffer writeable final called +111ms | |
cypress:proxy:http Entering stage { stage: 'IncomingRequest' } +2ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'LogRequest' } +0ms | |
cypress:proxy:http:request-middleware proxying request { req: { method: 'GET', proxiedUrl: 'https://example.cypress.io/assets/fonts/woff/FiraSans-Medium.woff', headers: { host: 'example.cypress.io', connection: 'keep-alive', origin: 'https://example.cypress.io', 'sec-fetch-dest': 'font', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/80.0.3987.0 Safari/537.36', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', referer: 'https://example.cypress.io/assets/css/vendor/fira.css', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-US', cookie: '__cfduid=d6fbf5ae52d6eb373ecd3c677996a04f41590649737' } } } +4ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfUnloaded' } +1ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'RedirectToClientRouteIfNotProxied' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'EndRequestsToBlacklistedHosts' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeEndRequestWithBufferedResponse' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'StripUnsupportedAcceptEncoding' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'MaybeSetBasicAuthHeaders' } +0ms | |
cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://example.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } +4ms | |
cypress:proxy:http Running middleware { stage: 'IncomingRequest', middlewareName: 'SendRequestOutgoing' } +1ms | |
cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://example.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } +0ms | |
cypress:network:agent addRequest called { isHttps: true, href: 'https://example.cypress.io/assets/fonts/woff/FiraSans-Medium.woff' } +4ms | |
cypress:network:agent got family { family: 4, href: 'https://example.cypress.io/assets/fonts/woff/FiraSans-Medium.woff' } +0ms | |
cypress:server:stream_buffer stream buffer writeable final called +4ms | |
cypress:server:request received status code & headers on request { requestId: 'request10', statusCode: 200, headers: { 'content-type': 'application/javascript; charset=utf-8' } } +37ms | |
cypress:server:request successful response received { requestId: 'request10' } +0ms | |
cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } +10ms | |
cypress:proxy:http Entering stage { stage: 'IncomingResponse' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } +0ms | |
cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://example.cypress.io/assets/js/scripts.b93bdaaf.js', headers: { host: 'example.cypress.io', connection: 'keep-alive', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/80.0.3987.0 Safari/537.36', 'sec-fetch-dest': 'script', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'no-cors', referer: 'https://example.cypress.io/commands/actions', 'accept-encoding': 'gzip', 'accept-language': 'en-US', cookie: '__cfduid=d6fbf5ae52d6eb373ecd3c677996a04f41590649737' } }, incomingRes: { headers: { date: 'Thu, 28 May 2020 07:08:57 GMT', 'content-type': 'application/javascript; charset=utf-8', 'content-length': '1610', connection: 'keep-alive', 'x-origin-cache': '1', 'last-modified': 'Thu, 19 Dec 2019 15:39:33 GMT', etag: 'W/"5dfb99b5-1478"', 'access-control-allow-origin': '*', expires: 'Thu, 28 May 2020 03:19:43 GMT', 'cache-control': 'max-age=14400', 'content-encoding': 'gzip', 'x-proxy-cache': 'MISS', 'x-github-request-id': '42D0:3E48:9F6AA:D37D2:5ECBA927', via: '1.1 varnish', 'x-served-by': 'cache-bma1630-BMA', 'x-cache': 'HIT', 'x-cache-hits': '1', 'x-timer': 'S1590409856.229070,VS0,VE1', vary: 'Accept-Encoding', 'x-fastly-request-id': '6c67dcf775bd4b917f16bb1c670e8c82f874893b', 'cf-cache-status': 'REVALIDATED', 'accept-ranges': 'bytes', 'cf-request-id': '02fbb5ea9f0001006b22194200000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', server: 'cloudflare', 'cf-ray': '59a625bdcb8c0000-ARN' }, statusCode: 200 } } +35ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } +0ms | |
cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: true } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } +1ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } +0ms | |
cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://example.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } +11ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeGunzipBody' } +0ms | |
cypress:proxy:http:response-middleware ungzipping response body +1ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } +1ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } +0ms | |
cypress:proxy:http:response-middleware removing JS framebusting code +1ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'GzipBody' } +0ms | |
cypress:proxy:http:response-middleware regzipping response body +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } +1ms | |
cypress:server:request received status code & headers on request { requestId: 'request12', statusCode: 200, headers: { 'content-type': 'font/woff' } } +127ms | |
cypress:server:request successful response received { requestId: 'request12' } +0ms | |
cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } +123ms | |
cypress:proxy:http Entering stage { stage: 'IncomingResponse' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } +1ms | |
cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://example.cypress.io/assets/fonts/woff/FiraSans-Medium.woff', headers: { host: 'example.cypress.io', connection: 'keep-alive', origin: 'https://example.cypress.io', 'sec-fetch-dest': 'font', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/80.0.3987.0 Safari/537.36', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', referer: 'https://example.cypress.io/assets/css/vendor/fira.css', 'accept-encoding': 'gzip', 'accept-language': 'en-US', cookie: '__cfduid=d6fbf5ae52d6eb373ecd3c677996a04f41590649737' } }, incomingRes: { headers: { date: 'Thu, 28 May 2020 07:08:58 GMT', 'content-type': 'font/woff', 'content-length': '186824', connection: 'keep-alive', 'x-origin-cache': '1', 'last-modified': 'Thu, 19 Dec 2019 15:39:33 GMT', etag: '"5dfb99b5-2d9c8"', 'access-control-allow-origin': '*', expires: 'Thu, 28 May 2020 03:19:43 GMT', 'cache-control': 'max-age=14400', 'x-proxy-cache': 'MISS', 'x-github-request-id': '91B2:6759:B36B1:EE213:5ECCC632', via: '1.1 varnish', 'x-served-by': 'cache-bma1643-BMA', 'x-cache': 'HIT', 'x-cache-hits': '1', 'x-timer': 'S1590491454.756758,VS0,VE2', vary: 'Accept-Encoding', 'x-fastly-request-id': '1d762892252a22a63483267ad4c784f258c6b77d', 'cf-cache-status': 'REVALIDATED', 'accept-ranges': 'bytes', 'cf-request-id': '02fbb5eb0f00000d466cbec200000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', server: 'cloudflare', 'cf-ray': '59a625be7ee70d46-ARN' }, statusCode: 200 } } +125ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } +0ms | |
cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: false } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } +1ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } +0ms | |
cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://example.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } +128ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } +1ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeGunzipBody' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } +0ms | |
cypress:server:request received status code & headers on request { requestId: 'request11', statusCode: 200, headers: { 'content-type': 'font/woff' } } +103ms | |
cypress:server:request successful response received { requestId: 'request11' } +0ms | |
cypress:proxy:http Leaving stage { stage: 'IncomingRequest' } +101ms | |
cypress:proxy:http Entering stage { stage: 'IncomingResponse' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'LogResponse' } +0ms | |
cypress:proxy:http:response-middleware received response { req: { method: 'GET', proxiedUrl: 'https://example.cypress.io/assets/fonts/woff/FiraSans-Regular.woff', headers: { host: 'example.cypress.io', connection: 'keep-alive', origin: 'https://example.cypress.io', 'sec-fetch-dest': 'font', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/80.0.3987.0 Safari/537.36', accept: '*/*', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', referer: 'https://example.cypress.io/assets/css/vendor/fira.css', 'accept-encoding': 'gzip', 'accept-language': 'en-US', cookie: '__cfduid=d6fbf5ae52d6eb373ecd3c677996a04f41590649737' } }, incomingRes: { headers: { date: 'Thu, 28 May 2020 07:08:58 GMT', 'content-type': 'font/woff', 'content-length': '183268', connection: 'keep-alive', 'x-origin-cache': '1', 'last-modified': 'Thu, 19 Dec 2019 15:39:33 GMT', etag: '"5dfb99b5-2cbe4"', 'access-control-allow-origin': '*', expires: 'Thu, 28 May 2020 07:18:58 GMT', 'cache-control': 'max-age=14400', 'x-proxy-cache': 'MISS', 'x-github-request-id': 'F6DA:3E4B:2AA25A:35F1B8:5ECBA927', via: '1.1 varnish', 'x-served-by': 'cache-bma1648-BMA', 'x-cache': 'HIT', 'x-cache-hits': '1', 'x-timer': 'S1590409858.653156,VS0,VE1', vary: 'Accept-Encoding', 'x-fastly-request-id': '4bbd75209b9c82b5ca83278f536935790d65267f', 'cf-cache-status': 'REVALIDATED', 'accept-ranges': 'bytes', 'cf-request-id': '02fbb5eb0a0000cb0c39148200000001', 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', server: 'cloudflare', 'cf-ray': '59a625be7d70cb0c-ARN' }, statusCode: 200 } } +103ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'PatchExpressSetHeader' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SetInjectionLevel' } +0ms | |
cypress:proxy:http:response-middleware injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: false } +1ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'OmitProblematicHeaders' } +1ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybePreventCaching' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeStripDocumentDomainFeaturePolicy' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyCookiesFromIncomingRes' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeSendRedirectToClient' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'CopyResponseStatusCode' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'ClearCyInitialCookie' } +1ms | |
cypress:server:server Getting remote state: { auth: null, props: { port: '443', tld: 'io', domain: 'cypress' }, origin: 'https://example.cypress.io', strategy: 'http', visiting: false, domainName: 'cypress.io', fileServer: null } +103ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeEndWithEmptyBody' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeGunzipBody' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeInjectHtml' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'MaybeRemoveSecurity' } +0ms | |
cypress:proxy:http Running middleware { stage: 'IncomingResponse', middlewareName: 'SendResponseBodyToClient' } +0ms | |
cypress:server:project onMocha hook end +782ms | |
cypress:server:reporter got mocha event 'hook end' with args: [ { id: 'r3', title: '"before each" hook', hookName: 'before each', hookId: 'h1', body: 'function () {\n' + " cy.visit('https://example.cypress.io/commands/actions');\n" + ' }', type: 'hook', duration: 781, file: null } ] +782ms | |
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 │ 'Chromium' │ 4 │ '27227, 27230, 27228, 27229' │ 26.1 │ 26.1 │ 280.07 │ 280.07 │ 280.07 │ | |
cypress:server:util:process_profiler │ 1 │ 'cypress' │ 1 │ '27192' │ 0 │ 40.4 │ 230.44 │ 162.62 │ 230.44 │ | |
cypress:server:util:process_profiler │ 2 │ 'electron-shared' │ 2 │ '27197, 27194' │ 0 │ 0 │ 36.07 │ 20.7 │ 36.07 │ | |
cypress:server:util:process_profiler │ 3 │ 'plugin' │ 1 │ '27222' │ 2.2 │ 2.2 │ 31.38 │ 31.38 │ 31.38 │ | |
cypress:server:util:process_profiler │ 4 │ 'ffmpeg' │ 1 │ '27226' │ 0 │ 0 │ 5.14 │ 5.14 │ 5.14 │ | |
cypress:server:util:process_profiler │ 5 │ 'other' │ 2 │ '27231, 27232' │ 0 │ 0.95 │ 2.08 │ 2.11 │ 2.15 │ | |
cypress:server:util:process_profiler │ 6 │ 'TOTAL' │ 11 │ '-' │ 28.3 │ 55.5 │ 585.18 │ 343.72 │ 585.18 │ | |
cypress:server:util:process_profiler └─────────┴───────────────────┴──────────────┴──────────────────────────────┴────────────┴────────────────┴──────────┴──────────────┴─────────────┘ +10s | |
cypress:server:project onMocha pass +4s | |
cypress:server:reporter got mocha event 'pass' with args: [ { id: 'r3', order: 1, title: '.type() - type into a DOM element', state: 'passed', body: 'function () {\n' + ' // https://on.cypress.io/type\n' + " cy.get('.action-email').type('[email protected]').should('have.value', '[email protected]') // .type() with special character sequences\n" + " .type('{leftarrow}{rightarrow}{uparrow}{downarrow}').type('{del}{selectall}{backspace}') // .type() with key modifiers\n" + " .type('{alt}{option}') //these are equivalent\n" + " .type('{ctrl}{control}') //these are equivalent\n" + " .type('{meta}{command}{cmd}') //these are equivalent\n" + " .type('{shift}') // Delay each keypress by 0.1 sec\n" + " .type('[email protected]', {\n" + ' delay: 100\n' + " }).should('have.value', '[email protected]');\n" + " cy.get('.action-disabled') // Ignore error checking prior to type\n" + ' // like whether the input is visible or disabled\n' + " .type('disabled error checking', {\n" + ' force: true\n' + " }).should('have.value', 'disabled error checking');\n" + ' }', type: 'test', duration: 4391, wallClockStartedAt: '2020-05-28T07:08:57.566Z', timings: { lifecycle: 26, 'before each': [Array], test: [Object] }, file: null } ] +4s | |
✓ .type() - type into a DOM element (4391ms) | |
cypress:server:project onMocha test end +4ms | |
cypress:server:reporter got mocha event 'test end' with args: [ { id: 'r3', order: 1, title: '.type() - type into a DOM element', state: 'passed', body: 'function () {\n' + ' // https://on.cypress.io/type\n' + " cy.get('.action-email').type('[email protected]').should('have.value', '[email protected]') // .type() with special character sequences\n" + " .type('{leftarrow}{rightarrow}{uparrow}{downarrow}').type('{del}{selectall}{backspace}') // .type() with key modifiers\n" + " .type('{alt}{option}') //these are equivalent\n" + " .type('{ctrl}{control}') //these are equivalent\n" + " .type('{meta}{command}{cmd}') //these are equivalent\n" + " .type('{shift}') // Delay each keypress by 0.1 sec\n" + " .type('[email protected]', {\n" + ' delay: 100\n' + " }).should('have.value', '[email protected]');\n" + " cy.get('.action-disabled') // Ignore error checking prior to type\n" + ' // like whether the input is visible or disabled\n' + " .type('disabled error checking', {\n" + ' force: true\n' + " }).should('have.value', 'disabled error checking');\n" + ' }', type: 'test', duration: 4391, wallClockStartedAt: '2020-05-28T07:08:57.566Z', timings: { lifecycle: 26, 'before each': [Array], test: [Object] }, file: null } ] +4ms | |
cypress:server:project onMocha test:after:run +18ms | |
cypress:server:reporter got mocha event 'test:after:run' with args: [ { id: 'r3', order: 1, title: '.type() - type into a DOM element', state: 'passed', body: 'function () {\n' + ' // https://on.cypress.io/type\n' + " cy.get('.action-email').type('[email protected]').should('have.value', '[email protected]') // .type() with special character sequences\n" + " .type('{leftarrow}{rightarrow}{uparrow}{downarrow}').type('{del}{selectall}{backspace}') // .type() with key modifiers\n" + " .type('{alt}{option}') //these are equivalent\n" + " .type('{ctrl}{control}') //these are equivalent\n" + " .type('{meta}{command}{cmd}') //these are equivalent\n" + " .type('{shift}') // Delay each keypress by 0.1 sec\n" + " .type('[email protected]', {\n" + ' delay: 100\n' + " }).should('have.value', '[email protected]');\n" + " cy.get('.action-disabled') // Ignore error checking prior to type\n" + ' // like whether the input is visible or disabled\n' + " .type('disabled error checking', {\n" + ' force: true\n' + " }).should('have.value', 'disabled error checking');\n" + ' }', type: 'test', duration: 4391, wallClockStartedAt: '2020-05-28T07:08:57.566Z', wallClockDuration: 4396, timings: { lifecycle: 26, 'before each': [Array], test: [Object] }, file: null } ] +18ms | |
cypress:server:project onMocha suite end +1ms | |
cypress:server:reporter got mocha event 'suite end' with args: [ { id: 'r2', title: 'Actions', root: false, type: 'suite', file: null } ] +1ms | |
cypress:server:project onMocha suite end +1ms | |
cypress:server:reporter got mocha event 'suite end' with args: [ { id: 'r1', title: '', root: true, type: 'suite', file: 'cypress/integration/examples/actions.spec.js' } ] +1ms | |
cypress:server:project onMocha end +0ms | |
cypress:server:reporter got mocha event 'end' with args: [ { end: '2020-05-28T07:09:01.970Z' } ] +0ms | |
1 passing (6s) | |
cypress:server:util:socket_whitelist whitelisted socket closed, removing { localPort: 56016 } +5s | |
cypress:server:util:socket_whitelist whitelisted socket closed, removing { localPort: 56038 } +13ms | |
cypress:server:util:socket_whitelist whitelisted socket closed, removing { localPort: 56042 } +33ms | |
(Results) | |
┌────────────────────────────────────────────────────────────────────────────────────────────────┐ | |
│ Tests: 1 │ | |
│ Passing: 1 │ | |
│ Failing: 0 │ | |
│ Pending: 0 │ | |
│ Skipped: 0 │ | |
│ Screenshots: 0 │ | |
│ Video: true │ | |
│ Duration: 5 seconds │ | |
│ Spec Ran: examples/actions.spec.js │ | |
└────────────────────────────────────────────────────────────────────────────────────────────────┘ | |
cypress:server:util:socket_whitelist whitelisted socket closed, removing { localPort: 56019 } +45ms | |
cypress:server:util:socket_whitelist whitelisted socket closed, removing { localPort: 56040 } +161ms | |
cypress:server:util:socket_whitelist whitelisted socket closed, removing { localPort: 56041 } +115ms | |
Warning: We failed processing this video. | |
This error will not alter the exit code. | |
TimeoutError: operation timed out | |
at afterTimeout (/Users/biffy/Library/Caches/Cypress/4.6.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/bluebird/js/release/timers.js:46:19) | |
at Timeout.timeoutTimeout [as _onTimeout] (/Users/biffy/Library/Caches/Cypress/4.6.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/bluebird/js/release/timers.js:76:13) | |
at listOnTimeout (internal/timers.js:531:17) | |
at processTimers (internal/timers.js:475:7) | |
cypress:server:run attempting to close the browser +12s | |
cypress:server:browsers killing browser process +13s | |
cypress:server:browsers:chrome closing remote interface client +13s | |
cypress:server:browsers:chrome closing chrome +1ms | |
cypress:server:util:socket_whitelist whitelisted socket closed, removing { localPort: 56026 } +3s | |
cypress:launcher chromium exited: { code: null, signal: 'SIGTERM' } +13s | |
cypress:server:preprocessor removeFile /Users/biffy/cypress-test/cypress/integration/examples/actions.spec.js +9s | |
cypress:server:preprocessor base emitter plugin close event +0ms | |
cypress:server:preprocessor base emitter native close event +1ms | |
cypress:browserify close: /Users/biffy/cypress-test/cypress/integration/examples/actions.spec.js +10s | |
cypress:server:preprocessor base emitter native close event +0ms | |
cypress:browserify close: /Users/biffy/cypress-test/cypress/support/index.js +0ms | |
cypress:browserify close: /Users/biffy/cypress-test/cypress/integration/examples/actions.spec.js +0ms | |
cypress:server:browsers browser process killed +13ms | |
cypress:server:run spec results { stats: { suites: 1, tests: 1, passes: 1, pending: 0, skipped: 0, failures: 0, wallClockStartedAt: 2020-05-28T07:08:55.983Z, wallClockEndedAt: 2020-05-28T07:09:01.970Z, wallClockDuration: 5987 }, reporter: 'spec', reporterStats: { suites: 1, tests: 1, passes: 1, pending: 0, failures: 0, start: 2020-05-28T07:08:55.990Z, end: 2020-05-28T07:09:01.983Z, duration: 5993 }, hooks: [ { hookId: 'h1', hookName: 'before each', title: [Array], body: 'function () {\n' + " cy.visit('https://example.cypress.io/commands/actions');\n" + ' }' } ], tests: [ { testId: 'r3', title: [Array], state: 'passed', body: 'function () {\n' + ' // https://on.cypress.io/type\n' + " cy.get('.action-email').type('[email protected]').should('have.value', '[email protected]') // .type() with special character sequences\n" + " .type('{leftarrow}{rightarrow}{uparrow}{downarrow}').type('{del}{selectall}{backspace}') // .type() with key modifiers\n" + " .type('{alt}{option}') //these are equivalent\n" + " .type('{ctrl}{control}') //these are equivalent\n" + " .type('{meta}{command}{cmd}') //these are equivalent\n" + " .type('{shift}') // Delay each keypress by 0.1 sec\n" + " .type('[email protected]', {\n" + ' delay: 100\n' + " }).should('have.value', '[email protected]');\n" + " cy.get('.action-disabled') // Ignore error checking prior to type\n" + ' // like whether the input is visible or disabled\n' + " .type('disabled error checking', {\n" + ' force: true\n' + " }).should('have.value', 'disabled error checking');\n" + ' } | |
==================================================================================================== | |
', stack: null, error: null, timings: [Object], failedFromHookId: null, wallClockStartedAt: 2020-05-28T07:08:57.566Z, wallClockDuration: 4396, videoTimestamp: 4608 } ], error: null, video: '/Users/biffy/cypress-test/cypress/videos/examples/actions.spec.js.mp4', screenshots: [], 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' }, shouldUploadVideo: true } +14ms | |
(Run Finished) | |
cypress:server:run final results of all runs: { startedTestsAt: 2020-05-28T07:08:55.983Z, endedTestsAt: 2020-05-28T07:09:01.970Z, totalDuration: 5987, totalSuites: 1, totalTests: 1, totalFailed: 0, totalPassed: 1, totalPending: 0, totalSkipped: 0, runs: [ { stats: [Object], reporter: 'spec', reporterStats: [Object], hooks: [Array], tests: [Array], error: null, video: '/Users/biffy/cypress-test/cypress/videos/examples/actions.spec.js.mp4', screenshots: [], spec: [Object], shouldUploadVideo: true } ], browserPath: '/Applications/Chromium.app/Contents/MacOS/Chromium', browserName: 'chromium', browserVersion: '80.0.3987.0', osName: 'darwin', osVersion: '16.7.0', cypressVersion: '4.6.0', runUrl: undefined, config: { projectRoot: '/Users/biffy/cypress-test', projectName: 'cypress-test', morgan: false, isTextTerminal: true, socketId: '10q7u', report: true, browsers: [ [Object], [Object], [Object], [Object] ], port: 55985, 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: [Object], fileServerFolder: [Object], baseUrl: [Object], fixturesFolder: [Object], blacklistHosts: [Object], chromeWebSecurity: [Object], modifyObstructiveCode: [Object], integrationFolder: [Object], env: {}, pluginsFile: [Object], hosts: [Object], screenshotsFolder: [Object], numTestsKeptInMemory: [Object], supportFile: [Object], port: [Object], projectId: [Object], videosFolder: [Object], reporter: [Object], reporterOptions: [Object], ignoreTestFiles: [Object], testFiles: [Object], defaultCommandTimeout: [Object], trashAssetsBeforeRuns: [Object], execTimeout: [Object], userAgent: [Object], pageLoadTimeout: [Object], viewportWidth: [Object], requestTimeout: [Object], viewportHeight: [Object], responseTimeout: [Object], video: [Object], taskTimeout: [Object], videoCompression: [Object], videoUploadOnPasses: [Object], watchForFileChanges: [Object], waitForAnimations: [Object], nodeVersion: [Object], firefoxGcInterval: [Object], componentFolder: [Object], browsers: [Object], experimentalGetCookiesSameSite: [Object], experimentalSourceRewriting: [Object], experimentalComponentTesting: [Object] }, 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: [ [Object] ], resolvedNodeVersion: '12.13.0', state: {}, proxyUrl: 'http://localhost:55985', browserUrl: 'http://localhost:55985/__/', reporterUrl: 'http://localhost:55985/__cypress/reporter', xhrUrl: '__cypress/xhrs/' } } +1ms | |
Spec Tests Passing Failing Pending Skipped | |
┌────────────────────────────────────────────────────────────────────────────────────────────────┐ | |
│ ✔ examples/actions.spec.js 00:05 1 1 - - - │ | |
└────────────────────────────────────────────────────────────────────────────────────────────────┘ | |
✔ All specs passed! 00:05 1 1 - - - | |
cypress:server:cypress about to exit with code 0 +18s | |
cypress:cli child event fired { event: 'exit', code: 0, signal: null } +19s | |
cypress:cli child event fired { event: 'close', code: 0, signal: null } +0ms | |
marcs-macbook-touch:~/cypress-test % |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment