Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cypress sometimes hangs trying to run first test in CI (Jenkins) #2294

Closed
TLadd opened this issue Aug 7, 2018 · 12 comments
Closed

Cypress sometimes hangs trying to run first test in CI (Jenkins) #2294

TLadd opened this issue Aug 7, 2018 · 12 comments
Labels
type: duplicate This issue or pull request already exists
Milestone

Comments

@TLadd
Copy link
Contributor

TLadd commented Aug 7, 2018

Current behavior:

Cypress is hanging in Jenkins CI intermittently (does not happen every time but has been happening over half the time the past day). The issue started happening early yesterday; we had not experience it before then and did not change versions. It always gets hung up on the very first spec file. If it actually starts running, it is able to go to completion.

It might be chrome-specific. I switched to no longer specifying --browser chrome and a build hasn't hung yet, but still a relatively small sample size.

Desired behavior:

Cypress is able to run the tests consistently

Steps to reproduce:

Running cypress run --browser chrome --config video=false --spec 'cypress/integration/mocked/**/*.js' in Jenkins CI

Versions

Cypress 3.0.2

This is the debug output I get when the tests fail to run:

2018-08-07T13:34:08.250Z cypress:cli cli starts with arguments ["/usr/local/bin/node","/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/node_modules/.bin/cypress","run","--browser","chrome","--config","video=false","--spec","cypress/integration/mocked/**/*.js"]
2018-08-07T13:34:08.252Z cypress:cli NODE_OPTIONS is not set
2018-08-07T13:34:08.253Z cypress:cli program parsing arguments
2018-08-07T13:34:08.254Z cypress:cli running Cypress
2018-08-07T13:34:08.308Z cypress:cli parsed cli options { spec: 'cypress/integration/mocked/**/*.js',
  config: 'video=false',
  browser: 'chrome' }
2018-08-07T13:34:08.310Z cypress:cli verifying Cypress app
2018-08-07T13:34:08.311Z cypress:cli checking environment variables
2018-08-07T13:34:08.326Z cypress:cli checking if executable exists /home/jenkins/.cache/Cypress/3.0.2/Cypress/Cypress
2018-08-07T13:34:08.329Z cypress:cli Binary is executable? : true
2018-08-07T13:34:08.329Z cypress:cli binaryDir is  /home/jenkins/.cache/Cypress/3.0.2/Cypress
2018-08-07T13:34:08.329Z cypress:cli Reading binary package.json from: /home/jenkins/.cache/Cypress/3.0.2/Cypress/resources/app/package.json
2018-08-07T13:34:08.332Z cypress:cli Found binary version 3.0.2 installed in: /home/jenkins/.cache/Cypress/3.0.2/Cypress
2018-08-07T13:34:08.333Z cypress:cli { verified: true }
2018-08-07T13:34:08.333Z cypress:cli is Verified ? true
2018-08-07T13:34:08.333Z cypress:cli processing run options
2018-08-07T13:34:08.333Z cypress:cli --key is not set, looking up environment variable CYPRESS_RECORD_KEY
2018-08-07T13:34:08.333Z cypress:cli run to spawn.start args ["--run-project","/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ","--config","video=false","--spec","cypress/integration/mocked/**/*.js","--browser","chrome"]
2018-08-07T13:34:08.333Z cypress:cli needs XVFB? true
2018-08-07T13:34:08.334Z cypress:cli Starting XVFB
2018-08-07T13:34:08.350Z cypress:xvfb _XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created.

2018-08-07T13:34:08.354Z cypress:cli spawning Cypress with executable: /home/jenkins/.cache/Cypress/3.0.2/Cypress/Cypress
2018-08-07T13:34:08.355Z cypress:cli spawn forcing env overrides { FORCE_COLOR: '0', DEBUG_COLORS: '0', FORCE_STDIN_TTY: '0', FORCE_STDOUT_TTY: '0', FORCE_STDERR_TTY: '0' }
2018-08-07T13:34:08.355Z cypress:cli spawn args [ '--run-project', '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ', '--config', 'video=false', '--spec', 'cypress/integration/mocked/**/*.js', '--browser', 'chrome', '--cwd', '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ' ] { dev: undefined, detached: false, stdio: [ 'inherit', 'inherit', 'pipe' ] }
Tue, 07 Aug 2018 13:34:08 GMT cypress:ts Running without ts-node hook in environment "production"
Tue, 07 Aug 2018 13:34:08 GMT cypress:server:cypress starting cypress with argv [ '/home/jenkins/.cache/Cypress/3.0.2/Cypress/Cypress', '--run-project', '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ', '--config', 'video=false', '--spec', 'cypress/integration/mocked/**/*.js', '--browser', 'chrome', '--cwd', '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ' ]
Tue, 07 Aug 2018 13:34:09 GMT cypress:server:appdata path: /home/jenkins/.config/Cypress/cy/production
Tue, 07 Aug 2018 13:34:09 GMT cypress:server:cypress start in mode run with options {"_":["/home/jenkins/.cache/Cypress/3.0.2/Cypress/Cypress"],"run-project":"/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ","runProject":"/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ","config":{"video":false},"spec":["/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/**/*.js"],"browser":"chrome","cwd":"/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ","_spec":"cypress/integration/mocked/**/*.js","_config":"video=false","projectRoot":"/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ","run":true}
Tue, 07 Aug 2018 13:34:09 GMT cypress:server:appdata path: /home/jenkins/.config/Cypress/cy/production/browsers
Tue, 07 Aug 2018 13:34:09 GMT cypress:server:appdata path: /home/jenkins/.config/Cypress/cy/production
Tue, 07 Aug 2018 13:34:10 GMT cypress:server:appdata path: /home/jenkins/.config/Cypress/cy/production/cache
Tue, 07 Aug 2018 13:34:12 GMT cypress:server:timers queuing timer id 1 after 500 ms
Tue, 07 Aug 2018 13:34:12 GMT cypress:server:timers child received timer id 1
Tue, 07 Aug 2018 13:34:12 GMT cypress:server:timers child sending timer id 1
Tue, 07 Aug 2018 13:34:12 GMT cypress:server:timers clearing timer id 1 from queue { '1': { args: [], ms: 500, cb: [Function] } }
Tue, 07 Aug 2018 13:34:12 GMT cypress:server:run run mode ready with options { _: [ '/home/jenkins/.cache/Cypress/3.0.2/Cypress/Cypress' ], 'run-project': '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ', runProject: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ', config: { video: false }, spec: [ '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/**/*.js' ], browser: 'chrome', cwd: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ', _spec: 'cypress/integration/mocked/**/*.js', _config: 'video=false', projectRoot: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ', run: true }
Tue, 07 Aug 2018 13:34:12 GMT cypress:server:project Project created /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ
Tue, 07 Aug 2018 13:34:12 GMT cypress:launcher checking one browser chrome
Tue, 07 Aug 2018 13:34:12 GMT cypress:launcher looking up chrome on linux platform
Tue, 07 Aug 2018 13:34:12 GMT cypress:launcher looking using command "google-chrome --version"
Tue, 07 Aug 2018 13:34:12 GMT cypress:launcher Google Chrome 67.0.3396.87
Tue, 07 Aug 2018 13:34:12 GMT cypress:launcher setting major version for {"name":"chrome","displayName":"Chrome","version":"67.0.3396.87","path":"google-chrome"}
Tue, 07 Aug 2018 13:34:12 GMT cypress:launcher browser chrome version 67.0.3396.87 major version 67
Tue, 07 Aug 2018 13:34:12 GMT cypress:launcher checking one browser chromium
Tue, 07 Aug 2018 13:34:12 GMT cypress:launcher looking up chromium on linux platform
Tue, 07 Aug 2018 13:34:12 GMT cypress:launcher looking using command "chromium-browser --version"
Tue, 07 Aug 2018 13:34:12 GMT cypress:launcher Could not detect browser Command failed: /bin/sh -c chromium-browser --version
/bin/sh: 1: chromium-browser: not found

Tue, 07 Aug 2018 13:34:12 GMT cypress:launcher browser chromium not installed
Tue, 07 Aug 2018 13:34:12 GMT cypress:launcher checking one browser canary
Tue, 07 Aug 2018 13:34:12 GMT cypress:launcher looking up canary on linux platform
Tue, 07 Aug 2018 13:34:12 GMT cypress:launcher looking using command "google-chrome-canary --version"
Tue, 07 Aug 2018 13:34:12 GMT cypress:launcher Could not detect browser Command failed: /bin/sh -c google-chrome-canary --version
/bin/sh: 1: google-chrome-canary: not found

Tue, 07 Aug 2018 13:34:12 GMT cypress:launcher browser canary not installed
Tue, 07 Aug 2018 13:34:12 GMT cypress:server:openproject opening project /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ
Tue, 07 Aug 2018 13:34:12 GMT cypress:server:project opening project instance /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ
Tue, 07 Aug 2018 13:34:12 GMT cypress:server:config setting support file /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/support
Tue, 07 Aug 2018 13:34:12 GMT cypress:server:config for project root /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ
Tue, 07 Aug 2018 13:34:12 GMT cypress:server:config set support folder /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/support
Tue, 07 Aug 2018 13:34:12 GMT cypress:server:config setting plugins file /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/plugins
Tue, 07 Aug 2018 13:34:12 GMT cypress:server:config for project root /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ
Tue, 07 Aug 2018 13:34:12 GMT cypress:server:config set pluginsFile to /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/plugins/index.js
Tue, 07 Aug 2018 13:34:12 GMT 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"]
Tue, 07 Aug 2018 13:34:12 GMT cypress:server:saved_state noop saved state
Tue, 07 Aug 2018 13:34:12 GMT cypress:server:scaffold found 50 files in folder /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration
Tue, 07 Aug 2018 13:34:12 GMT cypress:server:scaffold determine if we should scaffold:
Tue, 07 Aug 2018 13:34:12 GMT cypress:server:scaffold - empty? false
Tue, 07 Aug 2018 13:34:12 GMT cypress:server:scaffold - different number of files? true
Tue, 07 Aug 2018 13:34:12 GMT cypress:server:scaffold - same sizes? false
Tue, 07 Aug 2018 13:34:12 GMT cypress:server:scaffold untouched scaffold false modal closed false
Tue, 07 Aug 2018 13:34:12 GMT cypress:server:scaffold plugins folder /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/plugins
Tue, 07 Aug 2018 13:34:12 GMT cypress:server:scaffold verify scaffolding in /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/plugins
Tue, 07 Aug 2018 13:34:12 GMT cypress:server:scaffold folder /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/plugins already exists
Tue, 07 Aug 2018 13:34:12 GMT cypress:server:plugins plugins.init /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/plugins/index.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:plugins:child pluginsFile: /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/plugins/index.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:plugins:child require pluginsFile
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:plugins:child run plugins function
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:plugins:child register event _get:task:body with id 0
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:plugins:child register event _get:task:keys with id 1
2018-08-07T13:34:13.428Z cypress:browserify received user options: { browserifyOptions: { extensions: [ '.js', '.jsx', '.coffee', '.cjsx' ], transform: [ [Array], [Array] ], plugin: [] }, watchifyOptions: { ignoreWatch: [ '**/.git/**', '**/.nyc_output/**', '**/.sass-cache/**', '**/bower_components/**', '**/coverage/**', '**/node_modules/**' ] } }
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:plugins:child register event file:preprocessor with id 2
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:plugins register plugins process event _get:task:body with id 0
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:plugins register event '_get:task:body'
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:plugins register plugins process event _get:task:keys with id 1
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:plugins register event '_get:task:keys'
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:plugins register plugins process event file:preprocessor with id 2
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:plugins register event 'file:preprocessor'
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:project plugin config yielded: { baseUrl: 'http://localhost:3000' }
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:server Server listening on port 32830
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:appdata path: /home/jenkins/.config/Cypress/cy/production/proxy
Tue, 07 Aug 2018 13:34:13 GMT cypress:https-proxy Created SNI HTTPS Proxy on port 42869
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:server Setting remoteAuth undefined
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:cors Parsed URL { port: '3000', tld: 'localhost', domain: '' }
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:server Setting remoteOrigin http://localhost:3000
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:server Setting remoteHostAndPort { port: '3000', tld: 'localhost', domain: '' }
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:server Setting remoteDocDomain localhost
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:server Getting remote state: { auth: undefined, props: { port: '3000', tld: 'localhost', domain: '' }, origin: 'http://localhost:3000', strategy: 'http', visiting: undefined, domainName: 'localhost', fileServer: null }
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:project project config: { baseUrl: 'http://localhost:3000', projectRoot: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ', projectName: 'ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ', morgan: false, isTextTerminal: true, socketId: 'e57om', report: true, browsers: [ { name: 'chrome', displayName: 'Chrome', version: '67.0.3396.87', path: 'google-chrome', majorVersion: '67' }, { name: 'electron', displayName: 'Electron', version: '59.0.3071.115', path: '', majorVersion: '59', info: 'Electron is the default browser that comes with Cypress. This is the browser that runs in headless mode. Selecting this browser is useful when debugging. The version number indicates the underlying Chromium version that Electron uses.' } ], video: false, port: 32830, hosts: 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, 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: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ', videosFolder: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/videos', supportFile: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/support/index.js', fixturesFolder: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/fixtures', integrationFolder: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration', screenshotsFolder: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/screenshots', namespace: '__cypress', pluginsFile: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/plugins/index.js', javascripts: [], cypressEnv: 'production', parentTestsFolder: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress', parentTestsFolderDisplay: 'ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress', supportFolder: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/support', integrationExampleName: 'examples', integrationExamplePath: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/examples', scaffoldedFiles: [ { name: 'cypress', children: [Array] } ], state: {}, isNewProject: false, proxyUrl: 'http://localhost:32830', browserUrl: 'http://localhost:3000/__/', reporterUrl: 'http://localhost:3000/__cypress/reporter', xhrUrl: '__cypress/xhrs/' }
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:reporter trying to load reporter: spec
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:reporter spec is Mocha reporter
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:project scaffolding project /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:scaffold support folder /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/support, support file /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/support/index.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:scaffold verify scaffolding in /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/support
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:scaffold folder /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/support already exists
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:project attempt watch plugins file: /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/plugins/index.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:project plugins file found? true
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:project watch plugins file
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:timers queuing timer id 2 after 0 ms
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:timers child received timer id 2
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:timers child sending timer id 2
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:timers clearing timer id 2 from queue { '2': { args: [], ms: 0, cb: [Function: clear] } }
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:timers clearing timer id 2 from queue {}
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:specs looking for test specs in the folder: /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration
Tue, 07 Aug 2018 13:34:13 GMT cypress:launcher checking one browser chrome
Tue, 07 Aug 2018 13:34:13 GMT cypress:launcher looking up chrome on linux platform
Tue, 07 Aug 2018 13:34:13 GMT cypress:launcher looking using command "google-chrome --version"
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:specs found spec file /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/account-setup.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:specs found spec file /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/app-redirect.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:specs found spec file /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/billing/company-info-form.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:specs found spec file /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/billing/overview.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:specs found spec file /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/billing/payment-method-required.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:specs found spec file /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/billing/payment-methods.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:specs found spec file /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/cdn-edit-scope.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:specs found spec file /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/cdn-edit-ssl.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:specs found spec file /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/cdn-edit-upload-ssl.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:specs found spec file /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/cdn-site-create.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:specs found spec file /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/cdn-site-list.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:specs found spec file /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/cdn-site-overview.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:specs found spec file /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/dns-create-zone.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:specs found spec file /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/dns-record-create.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:specs found spec file /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/dns-record-edit.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:specs found spec file /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/dns-records-list.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:specs found spec file /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/dns-zones-list.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:specs found spec file /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/login.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:specs found spec file /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/monitoring-add-alert.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:specs found spec file /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/monitoring-add-monitor.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:specs found spec file /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/monitoring-check-list.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:specs found spec file /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/monitoring-detail.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:specs found spec file /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/monitoring-edit-alert.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:specs found spec file /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/monitoring-edit-monitor.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:specs found spec file /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/monitoring-list.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:specs found spec file /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/navigation.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:specs found spec file /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/overview.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:specs found spec file /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/password-reset.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:specs found spec file /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/registration.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:specs found spec file /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/services-enable.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:specs found spec file /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/services-select.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:specs found spec file /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/stack-builder.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:specs found spec file /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/stack-create.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:specs found spec file /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/stacks-cancel.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:specs found spec file /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/stacks-grid.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:specs found spec file /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/stacks-list.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:specs found spec file /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/stacks-search.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:specs found spec file /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/usage.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:specs found spec file /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/user-profile.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:specs found spec file /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/viewer-menu.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:specs found spec file /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/waf-create-site.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:specs found spec file /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/waf-custom-rules.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:specs found spec file /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/waf-firewall.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:specs found spec file /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/waf-overview.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:specs found spec file /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/waf-settings.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:specs found spec file /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/waf-sites-list.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:specs found spec file /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/waf-ssl-upload.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:specs found spec file /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/waf-ssl.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:specs found 48 spec files: [ { name: 'mocked/account-setup.js', relative: 'cypress/integration/mocked/account-setup.js', absolute: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/account-setup.js' }, { name: 'mocked/app-redirect.js', relative: 'cypress/integration/mocked/app-redirect.js', absolute: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/app-redirect.js' }, { name: 'mocked/billing/company-info-form.js', relative: 'cypress/integration/mocked/billing/company-info-form.js', absolute: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/billing/company-info-form.js' }, { name: 'mocked/billing/overview.js', relative: 'cypress/integration/mocked/billing/overview.js', absolute: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/billing/overview.js' }, { name: 'mocked/billing/payment-method-required.js', relative: 'cypress/integration/mocked/billing/payment-method-required.js', absolute: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/billing/payment-method-required.js' }, { name: 'mocked/billing/payment-methods.js', relative: 'cypress/integration/mocked/billing/payment-methods.js', absolute: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/billing/payment-methods.js' }, { name: 'mocked/cdn-edit-scope.js', relative: 'cypress/integration/mocked/cdn-edit-scope.js', absolute: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/cdn-edit-scope.js' }, { name: 'mocked/cdn-edit-ssl.js', relative: 'cypress/integration/mocked/cdn-edit-ssl.js', absolute: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/cdn-edit-ssl.js' }, { name: 'mocked/cdn-edit-upload-ssl.js', relative: 'cypress/integration/mocked/cdn-edit-upload-ssl.js', absolute: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/cdn-edit-upload-ssl.js' }, { name: 'mocked/cdn-site-create.js', relative: 'cypress/integration/mocked/cdn-site-create.js', absolute: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/cdn-site-create.js' }, { name: 'mocked/cdn-site-list.js', relative: 'cypress/integration/mocked/cdn-site-list.js', absolute: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/cdn-site-list.js' }, { name: 'mocked/cdn-site-overview.js', relative: 'cypress/integration/mocked/cdn-site-overview.js', absolute: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/cdn-site-overview.js' }, { name: 'mocked/dns-create-zone.js', relative: 'cypress/integration/mocked/dns-create-zone.js', absolute: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/dns-create-zone.js' }, { name: 'mocked/dns-record-create.js', relative: 'cypress/integration/mocked/dns-record-create.js', absolute: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/dns-record-create.js' }, { name: 'mocked/dns-record-edit.js', relative: 'cypress/integration/mocked/dns-record-edit.js', absolute: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/dns-record-edit.js' }, { name: 'mocked/dns-records-list.js', relative: 'cypress/integration/mocked/dns-records-list.js', absolute: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/dns-records-list.js' }, { name: 'mocked/dns-zones-list.js', relative: 'cypress/integration/mocked/dns-zones-list.js', absolute: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/dns-zones-list.js' }, { name: 'mocked/login.js', relative: 'cypress/integration/mocked/login.js', absolute: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/login.js' }, { name: 'mocked/monitoring-add-alert.js', relative: 'cypress/integration/mocked/monitoring-add-alert.js', absolute: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/monitoring-add-alert.js' }, { name: 'mocked/monitoring-add-monitor.js', relative: 'cypress/integration/mocked/monitoring-add-monitor.js', absolute: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/monitoring-add-monitor.js' }, { name: 'mocked/monitoring-check-list.js', relative: 'cypress/integration/mocked/monitoring-check-list.js', absolute: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/monitoring-check-list.js' }, { name: 'mocked/monitoring-detail.js', relative: 'cypress/integration/mocked/monitoring-detail.js', absolute: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/monitoring-detail.js' }, { name: 'mocked/monitoring-edit-alert.js', relative: 'cypress/integration/mocked/monitoring-edit-alert.js', absolute: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/monitoring-edit-alert.js' }, { name: 'mocked/monitoring-edit-monitor.js', relative: 'cypress/integration/mocked/monitoring-edit-monitor.js', absolute: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/monitoring-edit-monitor.js' }, { name: 'mocked/monitoring-list.js', relative: 'cypress/integration/mocked/monitoring-list.js', absolute: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/monitoring-list.js' }, { name: 'mocked/navigation.js', relative: 'cypress/integration/mocked/navigation.js', absolute: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/navigation.js' }, { name: 'mocked/overview.js', relative: 'cypress/integration/mocked/overview.js', absolute: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/overview.js' }, { name: 'mocked/password-reset.js', relative: 'cypress/integration/mocked/password-reset.js', absolute: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/password-reset.js' }, { name: 'mocked/registration.js', relative: 'cypress/integration/mocked/registration.js', absolute: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/registration.js' }, { name: 'mocked/services-enable.js', relative: 'cypress/integration/mocked/services-enable.js', absolute: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/services-enable.js' }, { name: 'mocked/services-select.js', relative: 'cypress/integration/mocked/services-select.js', absolute: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/services-select.js' }, { name: 'mocked/stack-builder.js', relative: 'cypress/integration/mocked/stack-builder.js', absolute: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/stack-builder.js' }, { name: 'mocked/stack-create.js', relative: 'cypress/integration/mocked/stack-create.js', absolute: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/stack-create.js' }, { name: 'mocked/stacks-cancel.js', relative: 'cypress/integration/mocked/stacks-cancel.js', absolute: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/stacks-cancel.js' }, { name: 'mocked/stacks-grid.js', relative: 'cypress/integration/mocked/stacks-grid.js', absolute: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/stacks-grid.js' }, { name: 'mocked/stacks-list.js', relative: 'cypress/integration/mocked/stacks-list.js', absolute: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/stacks-list.js' }, { name: 'mocked/stacks-search.js', relative: 'cypress/integration/mocked/stacks-search.js', absolute: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/stacks-search.js' }, { name: 'mocked/usage.js', relative: 'cypress/integration/mocked/usage.js', absolute: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/usage.js' }, { name: 'mocked/user-profile.js', relative: 'cypress/integration/mocked/user-profile.js', absolute: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/user-profile.js' }, { name: 'mocked/viewer-menu.js', relative: 'cypress/integration/mocked/viewer-menu.js', absolute: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/viewer-menu.js' }, { name: 'mocked/waf-create-site.js', relative: 'cypress/integration/mocked/waf-create-site.js', absolute: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/waf-create-site.js' }, { name: 'mocked/waf-custom-rules.js', relative: 'cypress/integration/mocked/waf-custom-rules.js', absolute: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/waf-custom-rules.js' }, { name: 'mocked/waf-firewall.js', relative: 'cypress/integration/mocked/waf-firewall.js', absolute: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/waf-firewall.js' }, { name: 'mocked/waf-overview.js', relative: 'cypress/integration/mocked/waf-overview.js', absolute: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/waf-overview.js' }, { name: 'mocked/waf-settings.js', relative: 'cypress/integration/mocked/waf-settings.js', absolute: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/waf-settings.js' }, { name: 'mocked/waf-sites-list.js', relative: 'cypress/integration/mocked/waf-sites-list.js', absolute: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/waf-sites-list.js' }, { name: 'mocked/waf-ssl-upload.js', relative: 'cypress/integration/mocked/waf-ssl-upload.js', absolute: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/waf-ssl-upload.js' }, { name: 'mocked/waf-ssl.js', relative: 'cypress/integration/mocked/waf-ssl.js', absolute: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/waf-ssl.js' } ]
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:run found '48' specs using spec pattern '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/**/*.js': [ 'mocked/account-setup.js', 'mocked/app-redirect.js', 'mocked/billing/company-info-form.js', 'mocked/billing/overview.js', 'mocked/billing/payment-method-required.js', 'mocked/billing/payment-methods.js', 'mocked/cdn-edit-scope.js', 'mocked/cdn-edit-ssl.js', 'mocked/cdn-edit-upload-ssl.js', 'mocked/cdn-site-create.js', 'mocked/cdn-site-list.js', 'mocked/cdn-site-overview.js', 'mocked/dns-create-zone.js', 'mocked/dns-record-create.js', 'mocked/dns-record-edit.js', 'mocked/dns-records-list.js', 'mocked/dns-zones-list.js', 'mocked/login.js', 'mocked/monitoring-add-alert.js', 'mocked/monitoring-add-monitor.js', 'mocked/monitoring-check-list.js', 'mocked/monitoring-detail.js', 'mocked/monitoring-edit-alert.js', 'mocked/monitoring-edit-monitor.js', 'mocked/monitoring-list.js', 'mocked/navigation.js', 'mocked/overview.js', 'mocked/password-reset.js', 'mocked/registration.js', 'mocked/services-enable.js', 'mocked/services-select.js', 'mocked/stack-builder.js', 'mocked/stack-create.js', 'mocked/stacks-cancel.js', 'mocked/stacks-grid.js', 'mocked/stacks-list.js', 'mocked/stacks-search.js', 'mocked/usage.js', 'mocked/user-profile.js', 'mocked/viewer-menu.js', 'mocked/waf-create-site.js', 'mocked/waf-custom-rules.js', 'mocked/waf-firewall.js', 'mocked/waf-overview.js', 'mocked/waf-settings.js', 'mocked/waf-sites-list.js', 'mocked/waf-ssl-upload.js', 'mocked/waf-ssl.js' ]
Tue, 07 Aug 2018 13:34:13 GMT cypress:launcher Google Chrome 67.0.3396.87
Tue, 07 Aug 2018 13:34:13 GMT cypress:launcher setting major version for {"name":"chrome","displayName":"Chrome","version":"67.0.3396.87","path":"google-chrome"}
Tue, 07 Aug 2018 13:34:13 GMT cypress:launcher browser chrome version 67.0.3396.87 major version 67
Tue, 07 Aug 2018 13:34:13 GMT cypress:launcher checking one browser chromium
Tue, 07 Aug 2018 13:34:13 GMT cypress:launcher looking up chromium on linux platform
Tue, 07 Aug 2018 13:34:13 GMT cypress:launcher looking using command "chromium-browser --version"
Tue, 07 Aug 2018 13:34:13 GMT cypress:launcher Could not detect browser Command failed: /bin/sh -c chromium-browser --version
/bin/sh: 1: chromium-browser: not found

Tue, 07 Aug 2018 13:34:13 GMT cypress:launcher browser chromium not installed
Tue, 07 Aug 2018 13:34:13 GMT cypress:launcher checking one browser canary
Tue, 07 Aug 2018 13:34:13 GMT cypress:launcher looking up canary on linux platform
Tue, 07 Aug 2018 13:34:13 GMT cypress:launcher looking using command "google-chrome-canary --version"
Tue, 07 Aug 2018 13:34:13 GMT cypress:launcher Could not detect browser Command failed: /bin/sh -c google-chrome-canary --version
/bin/sh: 1: google-chrome-canary: not found

Tue, 07 Aug 2018 13:34:13 GMT cypress:launcher browser canary not installed

====================================================================================================

  (Run Starting)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Cypress:    3.0.2                                                                              │
  │ Browser:    Chrome 67                                                                          │
  │ Specs:      48 found (mocked/account-setup.js, mocked/app-redirect.js, mocked/billing/company… │
  │ Searched:   cypress/integration/mocked/**/*.js                                                 │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


────────────────────────────────────────────────────────────────────────────────────────────────────
                                                                                                    
  Running: mocked/account-setup.js...                                                     (1 of 48) 
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:run about to run spec { spec: { name: 'mocked/account-setup.js', relative: 'cypress/integration/mocked/account-setup.js', absolute: '/opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ/cypress/integration/mocked/account-setup.js' }, isHeadless: false, browserName: 'chrome' }
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:openproject resetting project state, preparing to launch browser
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:project resetting project instance /opt/jenkins/workspace/ct_Portal_Build_RP-1-tslint-FCH65N4URHCSPW77GMHMNUNGQD57PHFV2A5SN2UL2HPVSSVPQVHQ
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:server Setting remoteAuth undefined
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:cors Parsed URL { port: '3000', tld: 'localhost', domain: '' }
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:server Setting remoteOrigin http://localhost:3000
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:server Setting remoteHostAndPort { port: '3000', tld: 'localhost', domain: '' }
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:server Setting remoteDocDomain localhost
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:server Getting remote state: { auth: undefined, props: { port: '3000', tld: 'localhost', domain: '' }, origin: 'http://localhost:3000', strategy: 'http', visiting: undefined, domainName: 'localhost', fileServer: null }
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:timers queuing timer id 3 after 30000 ms
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:timers child received timer id 3
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:openproject launching browser: chrome, spec: cypress/integration/mocked/account-setup.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:browsers opening browser chrome
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:appdata path: /home/jenkins/.config/Cypress/cy/production/extensions/chrome
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:appdata path: /home/jenkins/.config/Cypress/cy/production/extensions/chrome/background.js
Tue, 07 Aug 2018 13:34:13 GMT cypress:server:browsers launch in chrome: http://localhost:3000/__/#/tests/integration/mocked/account-setup.js, --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-infobars,--disable-device-discovery-notifications,--disable-blink-features=RootLayerScrolling,--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,--disable-gpu,--no-sandbox,--proxy-server=http://localhost:32830,--load-extension=/home/jenkins/.config/Cypress/cy/production/extensions/chrome,/home/jenkins/.cache/Cypress/3.0.2/Cypress/resources/app/packages/extension/theme,--user-data-dir=/home/jenkins/.config/Cypress/cy/production/browsers/chrome,--disk-cache-dir=/home/jenkins/.config/Cypress/cy/production/browsers/chrome/CypressCache
Tue, 07 Aug 2018 13:34:13 GMT cypress:launcher checking one browser chrome
Tue, 07 Aug 2018 13:34:13 GMT cypress:launcher looking up chrome on linux platform
Tue, 07 Aug 2018 13:34:13 GMT cypress:launcher looking using command "google-chrome --version"
Tue, 07 Aug 2018 13:34:13 GMT cypress:launcher Google Chrome 67.0.3396.87
Tue, 07 Aug 2018 13:34:13 GMT cypress:launcher setting major version for {"name":"chrome","displayName":"Chrome","version":"67.0.3396.87","path":"google-chrome"}
Tue, 07 Aug 2018 13:34:13 GMT cypress:launcher browser chrome version 67.0.3396.87 major version 67
Tue, 07 Aug 2018 13:34:13 GMT cypress:launcher checking one browser chromium
Tue, 07 Aug 2018 13:34:13 GMT cypress:launcher looking up chromium on linux platform
Tue, 07 Aug 2018 13:34:13 GMT cypress:launcher looking using command "chromium-browser --version"
Tue, 07 Aug 2018 13:34:13 GMT cypress:launcher Could not detect browser Command failed: /bin/sh -c chromium-browser --version
/bin/sh: 1: chromium-browser: not found

Tue, 07 Aug 2018 13:34:13 GMT cypress:launcher browser chromium not installed
Tue, 07 Aug 2018 13:34:13 GMT cypress:launcher checking one browser canary
Tue, 07 Aug 2018 13:34:13 GMT cypress:launcher looking up canary on linux platform
Tue, 07 Aug 2018 13:34:13 GMT cypress:launcher looking using command "google-chrome-canary --version"
Tue, 07 Aug 2018 13:34:14 GMT cypress:launcher Could not detect browser Command failed: /bin/sh -c google-chrome-canary --version
/bin/sh: 1: google-chrome-canary: not found

Tue, 07 Aug 2018 13:34:14 GMT cypress:launcher browser canary not installed
Tue, 07 Aug 2018 13:34:14 GMT cypress:launcher launching browser chrome to open http://localhost:3000/__/#/tests/integration/mocked/account-setup.js
Tue, 07 Aug 2018 13:34:14 GMT cypress:launcher spawning browser google-chrome with args http://localhost:3000/__/#/tests/integration/mocked/account-setup.js --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-infobars --disable-device-discovery-notifications --disable-blink-features=RootLayerScrolling --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 --disable-gpu --no-sandbox --proxy-server=http://localhost:32830 --load-extension=/home/jenkins/.config/Cypress/cy/production/extensions/chrome,/home/jenkins/.cache/Cypress/3.0.2/Cypress/resources/app/packages/extension/theme --user-data-dir=/home/jenkins/.config/Cypress/cy/production/browsers/chrome --disk-cache-dir=/home/jenkins/.config/Cypress/cy/production/browsers/chrome/CypressCache
Tue, 07 Aug 2018 13:34:14 GMT cypress:server:browsers browser opened
Tue, 07 Aug 2018 13:34:14 GMT cypress:server:timers queuing timer id 4 after 1000 ms
Tue, 07 Aug 2018 13:34:14 GMT cypress:server:timers child received timer id 4
Tue, 07 Aug 2018 13:34:15 GMT cypress:server:timers child sending timer id 4
Tue, 07 Aug 2018 13:34:15 GMT cypress:server:timers clearing timer id 4 from queue { '3': { args: [], ms: 30000, cb: [Function: timeoutTimeout] }, '4': { args: [], ms: 1000, cb: [Function] } }
Tue, 07 Aug 2018 13:34:43 GMT cypress:server:timers child sending timer id 3
Tue, 07 Aug 2018 13:34:43 GMT cypress:server:timers clearing timer id 3 from queue { '3': { args: [], ms: 30000, cb: [Function: timeoutTimeout] } }
Tue, 07 Aug 2018 13:34:43 GMT cypress:server:browsers killing browser process
@georgesequeira
Copy link

Perhaps v3.0.3 will help: https://docs.cypress.io/guides/references/changelog.html#3-0-3

@TLadd
Copy link
Contributor Author

TLadd commented Aug 7, 2018

Unfortunately, upgrading to 3.0.3 causes a number of my tests to fail because of #2245

@ZachGawlik
Copy link

ZachGawlik commented Aug 7, 2018

I'm seeing intermittent CI hangs on v3.0.3 as well (and same for each other version of 3.0.x, but never on 2.x). CircleCI does the full e2e test runthrough around 20% of the time, and the other 80% of the time a test will unexpectedly hang, causing a "Too long with no output (exceeded 10m0s)"

The tests that it hangs on are different every time. Running with DEBUG=cypress:* doesn't point to anything in particular, rather it just logs many items like cypress:server:timers child sending timer id 701 +30ms immediately before the "Too long" error.

Let me know if there's any other info or debugging I can do to help surface this issue!

@jennifer-shehane
Copy link
Member

There are some random CI hanging issues being resolved in our upcoming 3.1.0 release - not sure if will fix this problem, but may be worth trying. #2323

@brian-mann brian-mann added the type: duplicate This issue or pull request already exists label Aug 13, 2018
@brian-mann brian-mann added this to the 3.1.0 milestone Aug 13, 2018
@brian-mann
Copy link
Member

This is fixed in 3.1.0.

#2322

@rnb-web-dev
Copy link

I'm still seeing this happen on 3.1.0

@cookuricoo
Copy link

The same for me :(

@shinobi64
Copy link

shinobi64 commented Oct 24, 2018

@brian-mann we still see this issue on Jenkins with Cypress version 3.1.0. However with the "trick" on overwriting the onbeforeunload function on the window with undefined it works.

cy.window().then( win => win.onbeforeunload = undefined);

@cookuricoo
Copy link

@shinobi64 Where do you put this command?

@shinobi64
Copy link

shinobi64 commented Oct 24, 2018

@cookuricoo I just added an after hook in the cypress/support/index.js - even though it's seen as anti-pattern. However I feel for this purpose it makes sense.

Full code inside the file looks like this:

after(function() {
    cy.window().then(win => win.onbeforeunload = undefined );
});

This solved for use the issue reliably - and we did not had to adjust each and every test to check if there is a beforeunload function defined or not

@jennifer-shehane
Copy link
Member

The issues that are resolved with a win.onbeforeunload appear to be a duplicate of this issue: #2118

@stickycode
Copy link

stickycode commented Nov 23, 2018

I have a hang on the verify running using the standard cypress base image on jenkins in kubernetes

+ HOME=/home/node DEBUG=cypress:* /opt/cypress/node_modules/.bin/cypress run
2018-11-23T03:52:12.912Z cypress:cli cli starts with arguments ["/usr/local/bin/node","/opt/cypress/node_modules/.bin/cypress","run"]
2018-11-23T03:52:12.913Z cypress:cli NODE_OPTIONS is not set
2018-11-23T03:52:12.914Z cypress:cli program parsing arguments
2018-11-23T03:52:12.914Z cypress:cli running Cypress
2018-11-23T03:52:12.968Z cypress:cli parsed cli options {}
2018-11-23T03:52:12.969Z cypress:cli verifying Cypress app
2018-11-23T03:52:12.970Z cypress:cli checking environment variables
2018-11-23T03:52:12.990Z cypress:cli checking if executable exists /home/node/.cache/Cypress/3.1.0/Cypress/Cypress
2018-11-23T03:52:12.993Z cypress:cli Binary is executable? : true
2018-11-23T03:52:12.994Z cypress:cli binaryDir is  /home/node/.cache/Cypress/3.1.0/Cypress
2018-11-23T03:52:12.994Z cypress:cli Reading binary package.json from: /home/node/.cache/Cypress/3.1.0/Cypress/resources/app/package.json
2018-11-23T03:52:12.997Z cypress:cli Found binary version 3.1.0 installed in: /home/node/.cache/Cypress/3.1.0/Cypress
2018-11-23T03:52:12.998Z cypress:cli could not read binary_state.json file
2018-11-23T03:52:12.999Z cypress:cli {}
2018-11-23T03:52:12.999Z cypress:cli is Verified ? undefined
2018-11-23T03:52:12.999Z cypress:cli running binary verification check 3.1.0
It looks like this is your first time using Cypress: 3.1.0

[03:52:13]  Verifying Cypress can run /home/node/.cache/Cypress/3.1.0/Cypress [started]
2018-11-23T03:52:13.004Z cypress:cli clearing out the verified version
2018-11-23T03:52:13.005Z cypress:cli running smoke test
2018-11-23T03:52:13.005Z cypress:cli using Cypress executable /home/node/.cache/Cypress/3.1.0/Cypress/Cypress
2018-11-23T03:52:13.005Z cypress:cli needs XVFB? true
2018-11-23T03:52:13.005Z cypress:cli Starting XVFB
2018-11-23T03:52:13.064Z cypress:xvfb _XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root

2018-11-23T03:52:13.071Z cypress:cli smoke test command: /home/node/.cache/Cypress/3.1.0/Cypress/Cypress --smoke-test --ping=589

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

9 participants