{ "stats": { "suites": 1, "tests": 15, "passes": 1, "pending": 0, "failures": 14, "start": "2025-09-04T06:26:55.029Z", "end": "2025-09-04T06:39:58.411Z", "duration": 783382, "testsRegistered": 15, "passPercent": 6.666666666666667, "pendingPercent": 0, "other": 0, "hasOther": false, "skipped": 0, "hasSkipped": false }, "results": [ { "uuid": "78695ed0-fad6-46cb-85d3-e960ede120ea", "title": "", "fullFile": "cypress/component/MultiFlatmapVuer.cy.js", "file": "cypress/component/MultiFlatmapVuer.cy.js", "beforeHooks": [], "afterHooks": [], "tests": [], "suites": [ { "uuid": "8c9a63f7-264e-4526-9ebd-a8d98c19c5c9", "title": "MultiFlatmapVuer", "fullFile": "", "file": "", "beforeHooks": [], "afterHooks": [], "tests": [ { "title": "Workflow testing", "fullTitle": "MultiFlatmapVuer Workflow testing", "timedOut": null, "duration": 48054, "state": "failed", "speed": null, "pass": false, "fail": true, "pending": false, "context": null, "code": "cy.loadMultiFlatmap('@develProps')\n//Check if the minimap is visible\ncy.get('#maplibre-minimap > .maplibregl-canvas-container > .maplibregl-canvas').should('exist');\n// Check if flatmap emits ready event\ncy.get('@readySpy').should('have.been.calledWith').then(() => {\n // Create a pop up and ensure it shows\n const flatmapVuer = window.Cypress.multiFlatmapVuer.getCurrentFlatmap()\n const flatmapUUID = flatmapVuer.mapImp.uuid;\n flatmapVuer.showPopup(45, 'Test', { className: 'flatmapvuer-popover', positionAtLastClick: true })\n cy.get('.flatmapvuer-popover').should('exist').contains('Test').then(() => {\n // Close the pop up\n cy.get('.maplibregl-popup-close-button').click();\n cy.get('.flatmapvuer-popover').should('not.exist');\n // Check if alert exist in test flatmap\n cy.get('.maplibregl-touch-zoom-rotate > .maplibregl-canvas').as('canvas')\n cy.get('.checkall-display-text').then(($label) => {\n expect($label, 'Alter filter should exist').to.contain('Alert')\n // Take a screenshot of no path flatmap\n cy.get('.pathway-location > .pathway-container:visible').contains('Alert').parent().siblings().children('.el-checkbox').click()\n cy.get('.pathway-location > .drawer-button:visible').click()\n // CLI\n cy.get('@canvas').screenshot('base/cypress/component/MultiFlatmapVuer.cy.js/mapalert')\n // UI\n cy.get('@canvas').screenshot('MultiFlatmapVuer.cy.js/base/cypress/component/MultiFlatmapVuer.cy.js/mapalert')\n // Compare previous screenshot with alter paths displayed flatmap\n cy.get('.pathway-location > .drawer-button:visible').click()\n cy.get('[label=\"alert\"] > .checkbox-container > .el-checkbox:visible').click()\n cy.get('.pathway-location > .drawer-button:visible').click()\n cy.get('@canvas').compareSnapshot('mapalert').then(comparisonResults => {\n expect(comparisonResults.percentage).to.greaterThan(0)\n })\n })\n // Check the metadata for path exploration is loading correctly\n }).then(() => {\n let fmEventCallback = flatmapVuer.eventCallback()\n fmEventCallback(\n \"click\",\n {\n id: \"ilxtr_neuron-type-keast-5\",\n featureId: 26,\n kind: \"sensory\",\n label: \"neuron type kblad 5\",\n models: \"ilxtr:neuron-type-keast-5\",\n source: \"ilxtr:neuron-type-keast-5\",\n taxons: '[\"NCBITaxon:10116\"]',\n completeness: true,\n type: \"feature\",\n mapUUID: flatmapUUID,\n },\n []\n );\n cy.get('.flatmapvuer-popover').should('exist').contains('Neuron type kblad 5').then(() => {\n // Set the tooltip to be visible (this is needed as the css hack does not work in testing for some reason)\n document.querySelector('#tooltip-container').style.display = 'block'\n cy.get('#tooltip-container').invoke('css', 'display').then((display) => {\n expect(display).to.equal('block')\n }).then(() => {\n // Check the pop up has the same information as when the test was created\n cy.get('.subtitle').should('exist').contains('Studied in Rattus norvegicus species')\n // Open the 'show more' section\n cy.get('#show-path-info').should('exist').click()\n cy.get('[origin-item-label=\"L6 segment of lumbar spinal cord\"]').should('exist')\n cy.get('[component-item-label=\"pelvic splanchnic nerve\"]').should('exist')\n cy.get('[destination-item-label=\"pelvic ganglion\"]').should('exist')\n // Click on the dendrites button\n cy.get('#open-dendrites-button').should('exist').click()\n // Check that the resource selected event is emitted\n cy.get('@resourceSelectedSpy').should('have.been.calledWith')\n // create a single stub we will use\n cy.window().then(win => {\n cy.stub(win, 'open').as('Open')\n })\n // References\n cy.get('.resource-container').should('exist')\n cy.get('.citation-list').should('exist')\n cy.get('.citation-list').find('li').should('have.length', 7)\n const citationText = 'Androgen-sensitive preganglionic neurons innervate the male rat pelvic ganglion.'\n cy.get('.citation-list li.loading').should('not.exist').then(() => {\n cy.get('.citation-list li').should('exist').contains(citationText);\n })\n })\n // Close the pop up\n cy.get('.maplibregl-popup-close-button').should('exist')\n // Test the search\n }).then(() => {\n flatmapVuer.searchAndShowResult('body proper', true)\n cy.get('.maplibregl-popup').should('exist').contains('Body proper')\n })\n })\n})", "err": { "message": "AssertionError: Timed out retrying after 30000ms: Expected to find element: `.flatmapvuer-popover`, but never found it.", "estack": "AssertionError: Timed out retrying after 30000ms: Expected to find element: `.flatmapvuer-popover`, but never found it.\n at Context. (/home/cmiss/Jenkins/workspace/Flatmap Image Testing/cypress/component/MultiFlatmapVuer.cy.js:50:37)\n at getRet (http://localhost:8082/__cypress/runner/cypress_runner.js:118810:20)\n at tryCatcher (http://localhost:8082/__cypress/runner/cypress_runner.js:1807:23)\n at Promise.attempt.Promise.try (http://localhost:8082/__cypress/runner/cypress_runner.js:4315:29)\n at Context.thenFn (http://localhost:8082/__cypress/runner/cypress_runner.js:118821:66)\n at Context.then (http://localhost:8082/__cypress/runner/cypress_runner.js:119072:21)\n at wrapped (http://localhost:8082/__cypress/runner/cypress_runner.js:138024:19)\n at (http://localhost:8082/__cypress/runner/cypress_runner.js:143947:15)", "diff": null }, "uuid": "5e04feb8-a18e-4a52-b72d-db087dc3a064", "parentUUID": "8c9a63f7-264e-4526-9ebd-a8d98c19c5c9", "isHook": false, "skipped": false }, { "title": "change different species", "fullTitle": "MultiFlatmapVuer change different species", "timedOut": null, "duration": 53060, "state": "passed", "speed": "slow", "pass": true, "fail": false, "pending": false, "context": null, "code": "cy.loadMultiFlatmap('@develProps')\n// Check if flatmap emits ready event\ncy.get('@readySpy').should('have.been.calledWith').then(() => {\n const multiFlatmapVuer = window.Cypress.multiFlatmapVuer\n cy.get('@develProps').then((props) => {\n const availableSpecies = []\n for (const [key, value] of Object.entries(props.availableSpecies)) {\n availableSpecies.push({ name: key, taxon: value.taxo })\n }\n availableSpecies.forEach((species) => {\n cy.then(() => {\n multiFlatmapVuer.setSpecies(\n species.name,\n multiFlatmapVuer.state ? multiFlatmapVuer.state.state : undefined,\n 1\n )\n expect(multiFlatmapVuer.activeSpecies).to.eq(species.name)\n cy.get('#maplibre-minimap > .maplibregl-canvas-container > .maplibregl-canvas').should('exist');\n cy.get('.maplibregl-map').should('exist');\n cy.get('.pathway-location').should('exist');\n cy.wait(8000)\n })\n })\n })\n})", "err": {}, "uuid": "f3310290-a642-4833-8500-b996beec3a9b", "parentUUID": "8c9a63f7-264e-4526-9ebd-a8d98c19c5c9", "isHook": false, "skipped": false }, { "title": "prepare reference images", "fullTitle": "MultiFlatmapVuer prepare reference images", "timedOut": null, "duration": 40185, "state": "failed", "speed": null, "pass": false, "fail": true, "pending": false, "context": null, "code": "cy.loadMultiFlatmap('@referenceProps')\ncy.get('@readySpy').should('have.been.calledWith').then(() => {\n const multiFlatmapVuer = window.Cypress.multiFlatmapVuer\n cy.get('@referenceProps').then((props) => {\n const availableSpecies = []\n for (const [key, value] of Object.entries(props.availableSpecies)) {\n availableSpecies.push({ name: key, taxon: value.taxo })\n }\n availableSpecies.forEach((species) => {\n cy.then(() => {\n multiFlatmapVuer.setSpecies(\n species.name,\n multiFlatmapVuer.state ? multiFlatmapVuer.state.state : undefined,\n 1\n )\n cy.wait(1000)\n cy.get('.el-loading-mask', { timeout: 30000 }).should('not.exist')\n expect(multiFlatmapVuer.activeSpecies).to.eq(species.name)\n const flatmapVuer = multiFlatmapVuer.$refs[species.name][0]\n // hide pathways\n cy.get('.pathway-location > .pathway-container:visible').contains('Pathways').parent().siblings().children('.el-checkbox').click()\n // hide drawer\n cy.get('.pathway-location > .drawer-button:visible').click()\n cy.wait(2000)\n cy.get('.maplibregl-touch-zoom-rotate > .maplibregl-canvas:visible').as('canvas')\n organTypes.forEach((type) => {\n cy.then(() => {\n if (type === 'grayscale') {\n flatmapVuer.mapImp.setPaint({ coloured: false })\n cy.wait(3000)\n }\n // CLI\n cy.get('@canvas').screenshot(`base/cypress/component/MultiFlatmapVuer.cy.js/${species.name}_${type}`)\n // UI\n cy.get('@canvas').screenshot(`MultiFlatmapVuer.cy.js/base/cypress/component/MultiFlatmapVuer.cy.js/${species.name}_${type}`)\n })\n })\n })\n })\n })\n})", "err": { "message": "AssertionError: Timed out retrying after 30000ms: expected readySpy to have been called with arguments , but it was never called", "estack": "AssertionError: Timed out retrying after 30000ms: expected readySpy to have been called with arguments , but it was never called\n at Context. (/home/cmiss/Jenkins/workspace/Flatmap Image Testing/cypress/component/MultiFlatmapVuer.cy.js:184:24)\n at runnable.fn (http://localhost:8082/__cypress/runner/cypress_runner.js:138291:19)\n at callFn (http://localhost:8082/__cypress/runner/cypress_runner.js:156911:21)\n at Runnable.run (http://localhost:8082/__cypress/runner/cypress_runner.js:156898:7)\n at (http://localhost:8082/__cypress/runner/cypress_runner.js:162822:30)\n at PassThroughHandlerContext.finallyHandler (http://localhost:8082/__cypress/runner/cypress_runner.js:4072:23)\n at PassThroughHandlerContext.tryCatcher (http://localhost:8082/__cypress/runner/cypress_runner.js:1807:23)\n at Promise._settlePromiseFromHandler (http://localhost:8082/__cypress/runner/cypress_runner.js:1519:31)", "diff": null }, "uuid": "1c9133a7-e508-4b2d-b0b4-20d433636352", "parentUUID": "8c9a63f7-264e-4526-9ebd-a8d98c19c5c9", "isHook": false, "skipped": false }, { "title": "image rendering for @stagingProps-Human Female", "fullTitle": "MultiFlatmapVuer image rendering for @stagingProps-Human Female", "timedOut": null, "duration": 39795, "state": "failed", "speed": null, "pass": false, "fail": true, "pending": false, "context": null, "code": "cy.loadMultiFlatmap(entry, species.name)\ncy.get('@readySpy').should('have.been.calledWith').then(() => {\n const multiFlatmapVuer = window.Cypress.multiFlatmapVuer\n const flatmapVuer = multiFlatmapVuer.$refs[species.name][0]\n cy.then(() => {\n cy.wait(1000)\n cy.get('.el-loading-mask', { timeout: 30000 }).should('not.exist')\n expect(multiFlatmapVuer.activeSpecies, `Active species should be ${species.name}`).to.eq(species.name)\n // hide pathways\n cy.get('.pathway-location > .pathway-container:visible').contains('Pathways').parent().siblings().children('.el-checkbox').click()\n // hide drawer\n cy.get('.pathway-location > .drawer-button:visible').click()\n cy.wait(2000)\n cy.get('.maplibregl-touch-zoom-rotate > .maplibregl-canvas:visible').as('canvas')\n cy.log(`THE LATEST ${entry} ${species.name} MAP UUID IS ${flatmapVuer.mapImp.uuid}`)\n organTypes.forEach((type) => {\n cy.then(() => {\n if (type === 'grayscale') {\n flatmapVuer.mapImp.setPaint({ coloured: false })\n cy.wait(3000)\n }\n cy.get('@canvas').compareSnapshot(`${species.name}_${type}`).then(comparisonResults => {\n // Percentage of minor pixel changes usually very small\n // Assume it will not have lot of pixel update in normal case\n expect(comparisonResults.percentage, `${species.name}_color maps should be almost identical`).to.be.lessThan(ERROR_TOLERANCE)\n })\n })\n })\n })\n})", "err": { "message": "AssertionError: Timed out retrying after 30000ms: expected readySpy to have been called with arguments , but it was never called", "estack": "AssertionError: Timed out retrying after 30000ms: expected readySpy to have been called with arguments , but it was never called\n at Context. (/home/cmiss/Jenkins/workspace/Flatmap Image Testing/cypress/component/MultiFlatmapVuer.cy.js:234:28)\n at runnable.fn (http://localhost:8082/__cypress/runner/cypress_runner.js:138291:19)\n at callFn (http://localhost:8082/__cypress/runner/cypress_runner.js:156911:21)\n at Runnable.run (http://localhost:8082/__cypress/runner/cypress_runner.js:156898:7)\n at (http://localhost:8082/__cypress/runner/cypress_runner.js:162822:30)\n at PassThroughHandlerContext.finallyHandler (http://localhost:8082/__cypress/runner/cypress_runner.js:4072:23)\n at PassThroughHandlerContext.tryCatcher (http://localhost:8082/__cypress/runner/cypress_runner.js:1807:23)\n at Promise._settlePromiseFromHandler (http://localhost:8082/__cypress/runner/cypress_runner.js:1519:31)", "diff": null }, "uuid": "e065533f-67d8-44ae-ae98-5a971bb1f8b8", "parentUUID": "8c9a63f7-264e-4526-9ebd-a8d98c19c5c9", "isHook": false, "skipped": false }, { "title": "image rendering for @stagingProps-Human Male", "fullTitle": "MultiFlatmapVuer image rendering for @stagingProps-Human Male", "timedOut": null, "duration": 48453, "state": "failed", "speed": null, "pass": false, "fail": true, "pending": false, "context": null, "code": "cy.loadMultiFlatmap(entry, species.name)\ncy.get('@readySpy').should('have.been.calledWith').then(() => {\n const multiFlatmapVuer = window.Cypress.multiFlatmapVuer\n const flatmapVuer = multiFlatmapVuer.$refs[species.name][0]\n cy.then(() => {\n cy.wait(1000)\n cy.get('.el-loading-mask', { timeout: 30000 }).should('not.exist')\n expect(multiFlatmapVuer.activeSpecies, `Active species should be ${species.name}`).to.eq(species.name)\n // hide pathways\n cy.get('.pathway-location > .pathway-container:visible').contains('Pathways').parent().siblings().children('.el-checkbox').click()\n // hide drawer\n cy.get('.pathway-location > .drawer-button:visible').click()\n cy.wait(2000)\n cy.get('.maplibregl-touch-zoom-rotate > .maplibregl-canvas:visible').as('canvas')\n cy.log(`THE LATEST ${entry} ${species.name} MAP UUID IS ${flatmapVuer.mapImp.uuid}`)\n organTypes.forEach((type) => {\n cy.then(() => {\n if (type === 'grayscale') {\n flatmapVuer.mapImp.setPaint({ coloured: false })\n cy.wait(3000)\n }\n cy.get('@canvas').compareSnapshot(`${species.name}_${type}`).then(comparisonResults => {\n // Percentage of minor pixel changes usually very small\n // Assume it will not have lot of pixel update in normal case\n expect(comparisonResults.percentage, `${species.name}_color maps should be almost identical`).to.be.lessThan(ERROR_TOLERANCE)\n })\n })\n })\n })\n})", "err": { "message": "AssertionError: Human Male_color maps should be almost identical: expected undefined to be a number or a date", "estack": "AssertionError: Human Male_color maps should be almost identical: expected undefined to be a number or a date\n at captureUserInvocationStack (http://localhost:8082/__cypress/runner/cypress_runner.js:139027:94)\n at (http://localhost:8082/__cypress/runner/cypress_runner.js:139065:7)\n at Context. (/home/cmiss/Jenkins/workspace/Flatmap Image Testing/cypress/component/MultiFlatmapVuer.cy.js:259:18)\n at getRet (http://localhost:8082/__cypress/runner/cypress_runner.js:118810:20)\n at tryCatcher (http://localhost:8082/__cypress/runner/cypress_runner.js:1807:23)\n at Promise.attempt.Promise.try (http://localhost:8082/__cypress/runner/cypress_runner.js:4315:29)\n at Context.thenFn (http://localhost:8082/__cypress/runner/cypress_runner.js:118821:66)\n at Context.then (http://localhost:8082/__cypress/runner/cypress_runner.js:119072:21)\n at wrapped (http://localhost:8082/__cypress/runner/cypress_runner.js:138024:19)", "diff": null }, "uuid": "b4423c16-39ab-4014-afa1-efd373b4e020", "parentUUID": "8c9a63f7-264e-4526-9ebd-a8d98c19c5c9", "isHook": false, "skipped": false }, { "title": "image rendering for @stagingProps-Rat", "fullTitle": "MultiFlatmapVuer image rendering for @stagingProps-Rat", "timedOut": null, "duration": 55226, "state": "failed", "speed": null, "pass": false, "fail": true, "pending": false, "context": null, "code": "cy.loadMultiFlatmap(entry, species.name)\ncy.get('@readySpy').should('have.been.calledWith').then(() => {\n const multiFlatmapVuer = window.Cypress.multiFlatmapVuer\n const flatmapVuer = multiFlatmapVuer.$refs[species.name][0]\n cy.then(() => {\n cy.wait(1000)\n cy.get('.el-loading-mask', { timeout: 30000 }).should('not.exist')\n expect(multiFlatmapVuer.activeSpecies, `Active species should be ${species.name}`).to.eq(species.name)\n // hide pathways\n cy.get('.pathway-location > .pathway-container:visible').contains('Pathways').parent().siblings().children('.el-checkbox').click()\n // hide drawer\n cy.get('.pathway-location > .drawer-button:visible').click()\n cy.wait(2000)\n cy.get('.maplibregl-touch-zoom-rotate > .maplibregl-canvas:visible').as('canvas')\n cy.log(`THE LATEST ${entry} ${species.name} MAP UUID IS ${flatmapVuer.mapImp.uuid}`)\n organTypes.forEach((type) => {\n cy.then(() => {\n if (type === 'grayscale') {\n flatmapVuer.mapImp.setPaint({ coloured: false })\n cy.wait(3000)\n }\n cy.get('@canvas').compareSnapshot(`${species.name}_${type}`).then(comparisonResults => {\n // Percentage of minor pixel changes usually very small\n // Assume it will not have lot of pixel update in normal case\n expect(comparisonResults.percentage, `${species.name}_color maps should be almost identical`).to.be.lessThan(ERROR_TOLERANCE)\n })\n })\n })\n })\n})", "err": { "message": "AssertionError: Rat_color maps should be almost identical: expected undefined to be a number or a date", "estack": "AssertionError: Rat_color maps should be almost identical: expected undefined to be a number or a date\n at captureUserInvocationStack (http://localhost:8082/__cypress/runner/cypress_runner.js:139027:94)\n at (http://localhost:8082/__cypress/runner/cypress_runner.js:139065:7)\n at Context. (/home/cmiss/Jenkins/workspace/Flatmap Image Testing/cypress/component/MultiFlatmapVuer.cy.js:259:18)\n at getRet (http://localhost:8082/__cypress/runner/cypress_runner.js:118810:20)\n at tryCatcher (http://localhost:8082/__cypress/runner/cypress_runner.js:1807:23)\n at Promise.attempt.Promise.try (http://localhost:8082/__cypress/runner/cypress_runner.js:4315:29)\n at Context.thenFn (http://localhost:8082/__cypress/runner/cypress_runner.js:118821:66)\n at Context.then (http://localhost:8082/__cypress/runner/cypress_runner.js:119072:21)\n at wrapped (http://localhost:8082/__cypress/runner/cypress_runner.js:138024:19)", "diff": null }, "uuid": "af05db70-ee12-4e2f-9f3f-504820c5fee0", "parentUUID": "8c9a63f7-264e-4526-9ebd-a8d98c19c5c9", "isHook": false, "skipped": false }, { "title": "image rendering for @stagingProps-Mouse", "fullTitle": "MultiFlatmapVuer image rendering for @stagingProps-Mouse", "timedOut": null, "duration": 51588, "state": "failed", "speed": null, "pass": false, "fail": true, "pending": false, "context": null, "code": "cy.loadMultiFlatmap(entry, species.name)\ncy.get('@readySpy').should('have.been.calledWith').then(() => {\n const multiFlatmapVuer = window.Cypress.multiFlatmapVuer\n const flatmapVuer = multiFlatmapVuer.$refs[species.name][0]\n cy.then(() => {\n cy.wait(1000)\n cy.get('.el-loading-mask', { timeout: 30000 }).should('not.exist')\n expect(multiFlatmapVuer.activeSpecies, `Active species should be ${species.name}`).to.eq(species.name)\n // hide pathways\n cy.get('.pathway-location > .pathway-container:visible').contains('Pathways').parent().siblings().children('.el-checkbox').click()\n // hide drawer\n cy.get('.pathway-location > .drawer-button:visible').click()\n cy.wait(2000)\n cy.get('.maplibregl-touch-zoom-rotate > .maplibregl-canvas:visible').as('canvas')\n cy.log(`THE LATEST ${entry} ${species.name} MAP UUID IS ${flatmapVuer.mapImp.uuid}`)\n organTypes.forEach((type) => {\n cy.then(() => {\n if (type === 'grayscale') {\n flatmapVuer.mapImp.setPaint({ coloured: false })\n cy.wait(3000)\n }\n cy.get('@canvas').compareSnapshot(`${species.name}_${type}`).then(comparisonResults => {\n // Percentage of minor pixel changes usually very small\n // Assume it will not have lot of pixel update in normal case\n expect(comparisonResults.percentage, `${species.name}_color maps should be almost identical`).to.be.lessThan(ERROR_TOLERANCE)\n })\n })\n })\n })\n})", "err": { "message": "AssertionError: Mouse_color maps should be almost identical: expected undefined to be a number or a date", "estack": "AssertionError: Mouse_color maps should be almost identical: expected undefined to be a number or a date\n at captureUserInvocationStack (http://localhost:8082/__cypress/runner/cypress_runner.js:139027:94)\n at (http://localhost:8082/__cypress/runner/cypress_runner.js:139065:7)\n at Context. (/home/cmiss/Jenkins/workspace/Flatmap Image Testing/cypress/component/MultiFlatmapVuer.cy.js:259:18)\n at getRet (http://localhost:8082/__cypress/runner/cypress_runner.js:118810:20)\n at tryCatcher (http://localhost:8082/__cypress/runner/cypress_runner.js:1807:23)\n at Promise.attempt.Promise.try (http://localhost:8082/__cypress/runner/cypress_runner.js:4315:29)\n at Context.thenFn (http://localhost:8082/__cypress/runner/cypress_runner.js:118821:66)\n at Context.then (http://localhost:8082/__cypress/runner/cypress_runner.js:119072:21)\n at wrapped (http://localhost:8082/__cypress/runner/cypress_runner.js:138024:19)", "diff": null }, "uuid": "f3e7d5d9-3314-437d-8a9a-8fd6c5afef65", "parentUUID": "8c9a63f7-264e-4526-9ebd-a8d98c19c5c9", "isHook": false, "skipped": false }, { "title": "image rendering for @stagingProps-Pig", "fullTitle": "MultiFlatmapVuer image rendering for @stagingProps-Pig", "timedOut": null, "duration": 57435, "state": "failed", "speed": null, "pass": false, "fail": true, "pending": false, "context": null, "code": "cy.loadMultiFlatmap(entry, species.name)\ncy.get('@readySpy').should('have.been.calledWith').then(() => {\n const multiFlatmapVuer = window.Cypress.multiFlatmapVuer\n const flatmapVuer = multiFlatmapVuer.$refs[species.name][0]\n cy.then(() => {\n cy.wait(1000)\n cy.get('.el-loading-mask', { timeout: 30000 }).should('not.exist')\n expect(multiFlatmapVuer.activeSpecies, `Active species should be ${species.name}`).to.eq(species.name)\n // hide pathways\n cy.get('.pathway-location > .pathway-container:visible').contains('Pathways').parent().siblings().children('.el-checkbox').click()\n // hide drawer\n cy.get('.pathway-location > .drawer-button:visible').click()\n cy.wait(2000)\n cy.get('.maplibregl-touch-zoom-rotate > .maplibregl-canvas:visible').as('canvas')\n cy.log(`THE LATEST ${entry} ${species.name} MAP UUID IS ${flatmapVuer.mapImp.uuid}`)\n organTypes.forEach((type) => {\n cy.then(() => {\n if (type === 'grayscale') {\n flatmapVuer.mapImp.setPaint({ coloured: false })\n cy.wait(3000)\n }\n cy.get('@canvas').compareSnapshot(`${species.name}_${type}`).then(comparisonResults => {\n // Percentage of minor pixel changes usually very small\n // Assume it will not have lot of pixel update in normal case\n expect(comparisonResults.percentage, `${species.name}_color maps should be almost identical`).to.be.lessThan(ERROR_TOLERANCE)\n })\n })\n })\n })\n})", "err": { "message": "AssertionError: Pig_color maps should be almost identical: expected undefined to be a number or a date", "estack": "AssertionError: Pig_color maps should be almost identical: expected undefined to be a number or a date\n at captureUserInvocationStack (http://localhost:8082/__cypress/runner/cypress_runner.js:139027:94)\n at (http://localhost:8082/__cypress/runner/cypress_runner.js:139065:7)\n at Context. (/home/cmiss/Jenkins/workspace/Flatmap Image Testing/cypress/component/MultiFlatmapVuer.cy.js:259:18)\n at getRet (http://localhost:8082/__cypress/runner/cypress_runner.js:118810:20)\n at tryCatcher (http://localhost:8082/__cypress/runner/cypress_runner.js:1807:23)\n at Promise.attempt.Promise.try (http://localhost:8082/__cypress/runner/cypress_runner.js:4315:29)\n at Context.thenFn (http://localhost:8082/__cypress/runner/cypress_runner.js:118821:66)\n at Context.then (http://localhost:8082/__cypress/runner/cypress_runner.js:119072:21)\n at wrapped (http://localhost:8082/__cypress/runner/cypress_runner.js:138024:19)", "diff": null }, "uuid": "5c3814ee-4ceb-429e-a284-d771f06e6052", "parentUUID": "8c9a63f7-264e-4526-9ebd-a8d98c19c5c9", "isHook": false, "skipped": false }, { "title": "image rendering for @stagingProps-Cat", "fullTitle": "MultiFlatmapVuer image rendering for @stagingProps-Cat", "timedOut": null, "duration": 54277, "state": "failed", "speed": null, "pass": false, "fail": true, "pending": false, "context": null, "code": "cy.loadMultiFlatmap(entry, species.name)\ncy.get('@readySpy').should('have.been.calledWith').then(() => {\n const multiFlatmapVuer = window.Cypress.multiFlatmapVuer\n const flatmapVuer = multiFlatmapVuer.$refs[species.name][0]\n cy.then(() => {\n cy.wait(1000)\n cy.get('.el-loading-mask', { timeout: 30000 }).should('not.exist')\n expect(multiFlatmapVuer.activeSpecies, `Active species should be ${species.name}`).to.eq(species.name)\n // hide pathways\n cy.get('.pathway-location > .pathway-container:visible').contains('Pathways').parent().siblings().children('.el-checkbox').click()\n // hide drawer\n cy.get('.pathway-location > .drawer-button:visible').click()\n cy.wait(2000)\n cy.get('.maplibregl-touch-zoom-rotate > .maplibregl-canvas:visible').as('canvas')\n cy.log(`THE LATEST ${entry} ${species.name} MAP UUID IS ${flatmapVuer.mapImp.uuid}`)\n organTypes.forEach((type) => {\n cy.then(() => {\n if (type === 'grayscale') {\n flatmapVuer.mapImp.setPaint({ coloured: false })\n cy.wait(3000)\n }\n cy.get('@canvas').compareSnapshot(`${species.name}_${type}`).then(comparisonResults => {\n // Percentage of minor pixel changes usually very small\n // Assume it will not have lot of pixel update in normal case\n expect(comparisonResults.percentage, `${species.name}_color maps should be almost identical`).to.be.lessThan(ERROR_TOLERANCE)\n })\n })\n })\n })\n})", "err": { "message": "AssertionError: Cat_color maps should be almost identical: expected undefined to be a number or a date", "estack": "AssertionError: Cat_color maps should be almost identical: expected undefined to be a number or a date\n at captureUserInvocationStack (http://localhost:8082/__cypress/runner/cypress_runner.js:139027:94)\n at (http://localhost:8082/__cypress/runner/cypress_runner.js:139065:7)\n at Context. (/home/cmiss/Jenkins/workspace/Flatmap Image Testing/cypress/component/MultiFlatmapVuer.cy.js:259:18)\n at getRet (http://localhost:8082/__cypress/runner/cypress_runner.js:118810:20)\n at tryCatcher (http://localhost:8082/__cypress/runner/cypress_runner.js:1807:23)\n at Promise.attempt.Promise.try (http://localhost:8082/__cypress/runner/cypress_runner.js:4315:29)\n at Context.thenFn (http://localhost:8082/__cypress/runner/cypress_runner.js:118821:66)\n at Context.then (http://localhost:8082/__cypress/runner/cypress_runner.js:119072:21)\n at wrapped (http://localhost:8082/__cypress/runner/cypress_runner.js:138024:19)", "diff": null }, "uuid": "35529dfe-f1bb-498c-9de6-851c3844dfdc", "parentUUID": "8c9a63f7-264e-4526-9ebd-a8d98c19c5c9", "isHook": false, "skipped": false }, { "title": "image rendering for @currentProps-Human Female", "fullTitle": "MultiFlatmapVuer image rendering for @currentProps-Human Female", "timedOut": null, "duration": 60156, "state": "failed", "speed": null, "pass": false, "fail": true, "pending": false, "context": null, "code": "cy.loadMultiFlatmap(entry, species.name)\ncy.get('@readySpy').should('have.been.calledWith').then(() => {\n const multiFlatmapVuer = window.Cypress.multiFlatmapVuer\n const flatmapVuer = multiFlatmapVuer.$refs[species.name][0]\n cy.then(() => {\n cy.wait(1000)\n cy.get('.el-loading-mask', { timeout: 30000 }).should('not.exist')\n expect(multiFlatmapVuer.activeSpecies, `Active species should be ${species.name}`).to.eq(species.name)\n // hide pathways\n cy.get('.pathway-location > .pathway-container:visible').contains('Pathways').parent().siblings().children('.el-checkbox').click()\n // hide drawer\n cy.get('.pathway-location > .drawer-button:visible').click()\n cy.wait(2000)\n cy.get('.maplibregl-touch-zoom-rotate > .maplibregl-canvas:visible').as('canvas')\n cy.log(`THE LATEST ${entry} ${species.name} MAP UUID IS ${flatmapVuer.mapImp.uuid}`)\n organTypes.forEach((type) => {\n cy.then(() => {\n if (type === 'grayscale') {\n flatmapVuer.mapImp.setPaint({ coloured: false })\n cy.wait(3000)\n }\n cy.get('@canvas').compareSnapshot(`${species.name}_${type}`).then(comparisonResults => {\n // Percentage of minor pixel changes usually very small\n // Assume it will not have lot of pixel update in normal case\n expect(comparisonResults.percentage, `${species.name}_color maps should be almost identical`).to.be.lessThan(ERROR_TOLERANCE)\n })\n })\n })\n })\n})", "err": { "message": "AssertionError: Human Female_color maps should be almost identical: expected undefined to be a number or a date", "estack": "AssertionError: Human Female_color maps should be almost identical: expected undefined to be a number or a date\n at captureUserInvocationStack (http://localhost:8082/__cypress/runner/cypress_runner.js:139027:94)\n at (http://localhost:8082/__cypress/runner/cypress_runner.js:139065:7)\n at Context. (/home/cmiss/Jenkins/workspace/Flatmap Image Testing/cypress/component/MultiFlatmapVuer.cy.js:259:18)\n at getRet (http://localhost:8082/__cypress/runner/cypress_runner.js:118810:20)\n at tryCatcher (http://localhost:8082/__cypress/runner/cypress_runner.js:1807:23)\n at Promise.attempt.Promise.try (http://localhost:8082/__cypress/runner/cypress_runner.js:4315:29)\n at Context.thenFn (http://localhost:8082/__cypress/runner/cypress_runner.js:118821:66)\n at Context.then (http://localhost:8082/__cypress/runner/cypress_runner.js:119072:21)\n at wrapped (http://localhost:8082/__cypress/runner/cypress_runner.js:138024:19)", "diff": null }, "uuid": "cf19c87b-1328-4f1a-8e3f-faa526e22fcd", "parentUUID": "8c9a63f7-264e-4526-9ebd-a8d98c19c5c9", "isHook": false, "skipped": false }, { "title": "image rendering for @currentProps-Human Male", "fullTitle": "MultiFlatmapVuer image rendering for @currentProps-Human Male", "timedOut": null, "duration": 56154, "state": "failed", "speed": null, "pass": false, "fail": true, "pending": false, "context": null, "code": "cy.loadMultiFlatmap(entry, species.name)\ncy.get('@readySpy').should('have.been.calledWith').then(() => {\n const multiFlatmapVuer = window.Cypress.multiFlatmapVuer\n const flatmapVuer = multiFlatmapVuer.$refs[species.name][0]\n cy.then(() => {\n cy.wait(1000)\n cy.get('.el-loading-mask', { timeout: 30000 }).should('not.exist')\n expect(multiFlatmapVuer.activeSpecies, `Active species should be ${species.name}`).to.eq(species.name)\n // hide pathways\n cy.get('.pathway-location > .pathway-container:visible').contains('Pathways').parent().siblings().children('.el-checkbox').click()\n // hide drawer\n cy.get('.pathway-location > .drawer-button:visible').click()\n cy.wait(2000)\n cy.get('.maplibregl-touch-zoom-rotate > .maplibregl-canvas:visible').as('canvas')\n cy.log(`THE LATEST ${entry} ${species.name} MAP UUID IS ${flatmapVuer.mapImp.uuid}`)\n organTypes.forEach((type) => {\n cy.then(() => {\n if (type === 'grayscale') {\n flatmapVuer.mapImp.setPaint({ coloured: false })\n cy.wait(3000)\n }\n cy.get('@canvas').compareSnapshot(`${species.name}_${type}`).then(comparisonResults => {\n // Percentage of minor pixel changes usually very small\n // Assume it will not have lot of pixel update in normal case\n expect(comparisonResults.percentage, `${species.name}_color maps should be almost identical`).to.be.lessThan(ERROR_TOLERANCE)\n })\n })\n })\n })\n})", "err": { "message": "AssertionError: Human Male_color maps should be almost identical: expected undefined to be a number or a date", "estack": "AssertionError: Human Male_color maps should be almost identical: expected undefined to be a number or a date\n at captureUserInvocationStack (http://localhost:8082/__cypress/runner/cypress_runner.js:139027:94)\n at (http://localhost:8082/__cypress/runner/cypress_runner.js:139065:7)\n at Context. (/home/cmiss/Jenkins/workspace/Flatmap Image Testing/cypress/component/MultiFlatmapVuer.cy.js:259:18)\n at getRet (http://localhost:8082/__cypress/runner/cypress_runner.js:118810:20)\n at tryCatcher (http://localhost:8082/__cypress/runner/cypress_runner.js:1807:23)\n at Promise.attempt.Promise.try (http://localhost:8082/__cypress/runner/cypress_runner.js:4315:29)\n at Context.thenFn (http://localhost:8082/__cypress/runner/cypress_runner.js:118821:66)\n at Context.then (http://localhost:8082/__cypress/runner/cypress_runner.js:119072:21)\n at wrapped (http://localhost:8082/__cypress/runner/cypress_runner.js:138024:19)", "diff": null }, "uuid": "5890cff1-8605-4655-b025-0de75068f483", "parentUUID": "8c9a63f7-264e-4526-9ebd-a8d98c19c5c9", "isHook": false, "skipped": false }, { "title": "image rendering for @currentProps-Rat", "fullTitle": "MultiFlatmapVuer image rendering for @currentProps-Rat", "timedOut": null, "duration": 52987, "state": "failed", "speed": null, "pass": false, "fail": true, "pending": false, "context": null, "code": "cy.loadMultiFlatmap(entry, species.name)\ncy.get('@readySpy').should('have.been.calledWith').then(() => {\n const multiFlatmapVuer = window.Cypress.multiFlatmapVuer\n const flatmapVuer = multiFlatmapVuer.$refs[species.name][0]\n cy.then(() => {\n cy.wait(1000)\n cy.get('.el-loading-mask', { timeout: 30000 }).should('not.exist')\n expect(multiFlatmapVuer.activeSpecies, `Active species should be ${species.name}`).to.eq(species.name)\n // hide pathways\n cy.get('.pathway-location > .pathway-container:visible').contains('Pathways').parent().siblings().children('.el-checkbox').click()\n // hide drawer\n cy.get('.pathway-location > .drawer-button:visible').click()\n cy.wait(2000)\n cy.get('.maplibregl-touch-zoom-rotate > .maplibregl-canvas:visible').as('canvas')\n cy.log(`THE LATEST ${entry} ${species.name} MAP UUID IS ${flatmapVuer.mapImp.uuid}`)\n organTypes.forEach((type) => {\n cy.then(() => {\n if (type === 'grayscale') {\n flatmapVuer.mapImp.setPaint({ coloured: false })\n cy.wait(3000)\n }\n cy.get('@canvas').compareSnapshot(`${species.name}_${type}`).then(comparisonResults => {\n // Percentage of minor pixel changes usually very small\n // Assume it will not have lot of pixel update in normal case\n expect(comparisonResults.percentage, `${species.name}_color maps should be almost identical`).to.be.lessThan(ERROR_TOLERANCE)\n })\n })\n })\n })\n})", "err": { "message": "AssertionError: Timed out retrying after 30000ms: expected readySpy to have been called with arguments , but it was never called", "estack": "AssertionError: Timed out retrying after 30000ms: expected readySpy to have been called with arguments , but it was never called\n at Context. (/home/cmiss/Jenkins/workspace/Flatmap Image Testing/cypress/component/MultiFlatmapVuer.cy.js:234:28)\n at runnable.fn (http://localhost:8082/__cypress/runner/cypress_runner.js:138291:19)\n at callFn (http://localhost:8082/__cypress/runner/cypress_runner.js:156911:21)\n at Runnable.run (http://localhost:8082/__cypress/runner/cypress_runner.js:156898:7)\n at (http://localhost:8082/__cypress/runner/cypress_runner.js:162822:30)\n at PassThroughHandlerContext.finallyHandler (http://localhost:8082/__cypress/runner/cypress_runner.js:4072:23)\n at PassThroughHandlerContext.tryCatcher (http://localhost:8082/__cypress/runner/cypress_runner.js:1807:23)\n at Promise._settlePromiseFromHandler (http://localhost:8082/__cypress/runner/cypress_runner.js:1519:31)", "diff": null }, "uuid": "cc5064e7-3182-4a96-8253-f7bf66aad2da", "parentUUID": "8c9a63f7-264e-4526-9ebd-a8d98c19c5c9", "isHook": false, "skipped": false }, { "title": "image rendering for @currentProps-Mouse", "fullTitle": "MultiFlatmapVuer image rendering for @currentProps-Mouse", "timedOut": null, "duration": 43689, "state": "failed", "speed": null, "pass": false, "fail": true, "pending": false, "context": null, "code": "cy.loadMultiFlatmap(entry, species.name)\ncy.get('@readySpy').should('have.been.calledWith').then(() => {\n const multiFlatmapVuer = window.Cypress.multiFlatmapVuer\n const flatmapVuer = multiFlatmapVuer.$refs[species.name][0]\n cy.then(() => {\n cy.wait(1000)\n cy.get('.el-loading-mask', { timeout: 30000 }).should('not.exist')\n expect(multiFlatmapVuer.activeSpecies, `Active species should be ${species.name}`).to.eq(species.name)\n // hide pathways\n cy.get('.pathway-location > .pathway-container:visible').contains('Pathways').parent().siblings().children('.el-checkbox').click()\n // hide drawer\n cy.get('.pathway-location > .drawer-button:visible').click()\n cy.wait(2000)\n cy.get('.maplibregl-touch-zoom-rotate > .maplibregl-canvas:visible').as('canvas')\n cy.log(`THE LATEST ${entry} ${species.name} MAP UUID IS ${flatmapVuer.mapImp.uuid}`)\n organTypes.forEach((type) => {\n cy.then(() => {\n if (type === 'grayscale') {\n flatmapVuer.mapImp.setPaint({ coloured: false })\n cy.wait(3000)\n }\n cy.get('@canvas').compareSnapshot(`${species.name}_${type}`).then(comparisonResults => {\n // Percentage of minor pixel changes usually very small\n // Assume it will not have lot of pixel update in normal case\n expect(comparisonResults.percentage, `${species.name}_color maps should be almost identical`).to.be.lessThan(ERROR_TOLERANCE)\n })\n })\n })\n })\n})", "err": { "message": "AssertionError: Timed out retrying after 30000ms: expected readySpy to have been called with arguments , but it was never called", "estack": "AssertionError: Timed out retrying after 30000ms: expected readySpy to have been called with arguments , but it was never called\n at Context. (/home/cmiss/Jenkins/workspace/Flatmap Image Testing/cypress/component/MultiFlatmapVuer.cy.js:234:28)\n at runnable.fn (http://localhost:8082/__cypress/runner/cypress_runner.js:138291:19)\n at callFn (http://localhost:8082/__cypress/runner/cypress_runner.js:156911:21)\n at Runnable.run (http://localhost:8082/__cypress/runner/cypress_runner.js:156898:7)\n at (http://localhost:8082/__cypress/runner/cypress_runner.js:162822:30)\n at PassThroughHandlerContext.finallyHandler (http://localhost:8082/__cypress/runner/cypress_runner.js:4072:23)\n at PassThroughHandlerContext.tryCatcher (http://localhost:8082/__cypress/runner/cypress_runner.js:1807:23)\n at Promise._settlePromiseFromHandler (http://localhost:8082/__cypress/runner/cypress_runner.js:1519:31)", "diff": null }, "uuid": "f677c6c8-c7d6-4be5-8e4a-75fa7b6c5a0b", "parentUUID": "8c9a63f7-264e-4526-9ebd-a8d98c19c5c9", "isHook": false, "skipped": false }, { "title": "image rendering for @currentProps-Pig", "fullTitle": "MultiFlatmapVuer image rendering for @currentProps-Pig", "timedOut": null, "duration": 61281, "state": "failed", "speed": null, "pass": false, "fail": true, "pending": false, "context": null, "code": "cy.loadMultiFlatmap(entry, species.name)\ncy.get('@readySpy').should('have.been.calledWith').then(() => {\n const multiFlatmapVuer = window.Cypress.multiFlatmapVuer\n const flatmapVuer = multiFlatmapVuer.$refs[species.name][0]\n cy.then(() => {\n cy.wait(1000)\n cy.get('.el-loading-mask', { timeout: 30000 }).should('not.exist')\n expect(multiFlatmapVuer.activeSpecies, `Active species should be ${species.name}`).to.eq(species.name)\n // hide pathways\n cy.get('.pathway-location > .pathway-container:visible').contains('Pathways').parent().siblings().children('.el-checkbox').click()\n // hide drawer\n cy.get('.pathway-location > .drawer-button:visible').click()\n cy.wait(2000)\n cy.get('.maplibregl-touch-zoom-rotate > .maplibregl-canvas:visible').as('canvas')\n cy.log(`THE LATEST ${entry} ${species.name} MAP UUID IS ${flatmapVuer.mapImp.uuid}`)\n organTypes.forEach((type) => {\n cy.then(() => {\n if (type === 'grayscale') {\n flatmapVuer.mapImp.setPaint({ coloured: false })\n cy.wait(3000)\n }\n cy.get('@canvas').compareSnapshot(`${species.name}_${type}`).then(comparisonResults => {\n // Percentage of minor pixel changes usually very small\n // Assume it will not have lot of pixel update in normal case\n expect(comparisonResults.percentage, `${species.name}_color maps should be almost identical`).to.be.lessThan(ERROR_TOLERANCE)\n })\n })\n })\n })\n})", "err": { "message": "AssertionError: Timed out retrying after 30000ms: expected readySpy to have been called with arguments , but it was never called", "estack": "AssertionError: Timed out retrying after 30000ms: expected readySpy to have been called with arguments , but it was never called\n at Context. (/home/cmiss/Jenkins/workspace/Flatmap Image Testing/cypress/component/MultiFlatmapVuer.cy.js:234:28)\n at runnable.fn (http://localhost:8082/__cypress/runner/cypress_runner.js:138291:19)\n at callFn (http://localhost:8082/__cypress/runner/cypress_runner.js:156911:21)\n at Runnable.run (http://localhost:8082/__cypress/runner/cypress_runner.js:156898:7)\n at (http://localhost:8082/__cypress/runner/cypress_runner.js:162822:30)\n at PassThroughHandlerContext.finallyHandler (http://localhost:8082/__cypress/runner/cypress_runner.js:4072:23)\n at PassThroughHandlerContext.tryCatcher (http://localhost:8082/__cypress/runner/cypress_runner.js:1807:23)\n at Promise._settlePromiseFromHandler (http://localhost:8082/__cypress/runner/cypress_runner.js:1519:31)", "diff": null }, "uuid": "0903b7d2-46ad-47c7-834c-8e2258d877c8", "parentUUID": "8c9a63f7-264e-4526-9ebd-a8d98c19c5c9", "isHook": false, "skipped": false }, { "title": "image rendering for @currentProps-Cat", "fullTitle": "MultiFlatmapVuer image rendering for @currentProps-Cat", "timedOut": null, "duration": 50451, "state": "failed", "speed": null, "pass": false, "fail": true, "pending": false, "context": null, "code": "cy.loadMultiFlatmap(entry, species.name)\ncy.get('@readySpy').should('have.been.calledWith').then(() => {\n const multiFlatmapVuer = window.Cypress.multiFlatmapVuer\n const flatmapVuer = multiFlatmapVuer.$refs[species.name][0]\n cy.then(() => {\n cy.wait(1000)\n cy.get('.el-loading-mask', { timeout: 30000 }).should('not.exist')\n expect(multiFlatmapVuer.activeSpecies, `Active species should be ${species.name}`).to.eq(species.name)\n // hide pathways\n cy.get('.pathway-location > .pathway-container:visible').contains('Pathways').parent().siblings().children('.el-checkbox').click()\n // hide drawer\n cy.get('.pathway-location > .drawer-button:visible').click()\n cy.wait(2000)\n cy.get('.maplibregl-touch-zoom-rotate > .maplibregl-canvas:visible').as('canvas')\n cy.log(`THE LATEST ${entry} ${species.name} MAP UUID IS ${flatmapVuer.mapImp.uuid}`)\n organTypes.forEach((type) => {\n cy.then(() => {\n if (type === 'grayscale') {\n flatmapVuer.mapImp.setPaint({ coloured: false })\n cy.wait(3000)\n }\n cy.get('@canvas').compareSnapshot(`${species.name}_${type}`).then(comparisonResults => {\n // Percentage of minor pixel changes usually very small\n // Assume it will not have lot of pixel update in normal case\n expect(comparisonResults.percentage, `${species.name}_color maps should be almost identical`).to.be.lessThan(ERROR_TOLERANCE)\n })\n })\n })\n })\n})", "err": { "message": "AssertionError: Timed out retrying after 30000ms: expected readySpy to have been called with arguments , but it was never called", "estack": "AssertionError: Timed out retrying after 30000ms: expected readySpy to have been called with arguments , but it was never called\n at Context. (/home/cmiss/Jenkins/workspace/Flatmap Image Testing/cypress/component/MultiFlatmapVuer.cy.js:234:28)\n at runnable.fn (http://localhost:8082/__cypress/runner/cypress_runner.js:138291:19)\n at callFn (http://localhost:8082/__cypress/runner/cypress_runner.js:156911:21)\n at Runnable.run (http://localhost:8082/__cypress/runner/cypress_runner.js:156898:7)\n at (http://localhost:8082/__cypress/runner/cypress_runner.js:162822:30)\n at PassThroughHandlerContext.finallyHandler (http://localhost:8082/__cypress/runner/cypress_runner.js:4072:23)\n at PassThroughHandlerContext.tryCatcher (http://localhost:8082/__cypress/runner/cypress_runner.js:1807:23)\n at Promise._settlePromiseFromHandler (http://localhost:8082/__cypress/runner/cypress_runner.js:1519:31)", "diff": null }, "uuid": "8e942d1c-9a87-4367-ac86-ef1eab3c89d1", "parentUUID": "8c9a63f7-264e-4526-9ebd-a8d98c19c5c9", "isHook": false, "skipped": false } ], "suites": [], "passes": [ "f3310290-a642-4833-8500-b996beec3a9b" ], "failures": [ "5e04feb8-a18e-4a52-b72d-db087dc3a064", "1c9133a7-e508-4b2d-b0b4-20d433636352", "e065533f-67d8-44ae-ae98-5a971bb1f8b8", "b4423c16-39ab-4014-afa1-efd373b4e020", "af05db70-ee12-4e2f-9f3f-504820c5fee0", "f3e7d5d9-3314-437d-8a9a-8fd6c5afef65", "5c3814ee-4ceb-429e-a284-d771f06e6052", "35529dfe-f1bb-498c-9de6-851c3844dfdc", "cf19c87b-1328-4f1a-8e3f-faa526e22fcd", "5890cff1-8605-4655-b025-0de75068f483", "cc5064e7-3182-4a96-8253-f7bf66aad2da", "f677c6c8-c7d6-4be5-8e4a-75fa7b6c5a0b", "0903b7d2-46ad-47c7-834c-8e2258d877c8", "8e942d1c-9a87-4367-ac86-ef1eab3c89d1" ], "pending": [], "skipped": [], "duration": 772791, "root": false, "rootEmpty": false, "_timeout": 2000 } ], "passes": [], "failures": [], "pending": [], "skipped": [], "duration": 0, "root": true, "rootEmpty": true, "_timeout": 2000 } ], "meta": { "mocha": { "version": "7.0.1" }, "mochawesome": { "options": { "quiet": true, "reportFilename": "mochawesome", "saveHtml": true, "saveJson": true, "consoleReporter": "spec", "useInlineDiffs": false, "code": true }, "version": "7.1.3" }, "marge": { "options": { "id": "default", "reportDir": "cypress/reports/mocha", "quiet": true, "overwrite": false, "html": true, "json": true }, "version": "6.2.0" } } }