{ "stats": { "suites": 1, "tests": 1, "passes": 1, "pending": 0, "failures": 0, "start": "2025-11-06T05:39:43.382Z", "end": "2025-11-06T05:39:57.049Z", "duration": 13667, "testsRegistered": 1, "passPercent": 100, "pendingPercent": 0, "other": 0, "hasOther": false, "skipped": 0, "hasSkipped": false }, "results": [ { "uuid": "4a4be9e9-efe7-494d-8c48-ce95c6463359", "title": "", "fullFile": "cypress/component/SpeciesChangeTest.cy.js", "file": "cypress/component/SpeciesChangeTest.cy.js", "beforeHooks": [], "afterHooks": [], "tests": [], "suites": [ { "uuid": "d72f7dde-6b9c-46f5-9178-bc59ed19e064", "title": "MultiFlatmapVuer", "fullFile": "", "file": "", "beforeHooks": [], "afterHooks": [], "tests": [ { "title": "change different species", "fullTitle": "MultiFlatmapVuer change different species", "timedOut": null, "duration": 13251, "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 for (let i = 0; i < availableSpecies.length; i++) {\n const species = availableSpecies[i];\n cy.then(() => {\n multiFlatmapVuer.setSpecies(\n species.name,\n multiFlatmapVuer.state ? multiFlatmapVuer.state.state : undefined,\n 1\n )\n })\n cy.get('.el-loading-mask', { timeout: 30000 }).should('not.exist')\n cy.wrap(multiFlatmapVuer).its('activeSpecies').should('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 }\n })\n})", "err": {}, "uuid": "cb68c52c-af34-4c65-ab35-14918ba88c91", "parentUUID": "d72f7dde-6b9c-46f5-9178-bc59ed19e064", "isHook": false, "skipped": false } ], "suites": [], "passes": [ "cb68c52c-af34-4c65-ab35-14918ba88c91" ], "failures": [], "pending": [], "skipped": [], "duration": 13251, "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.4" }, "marge": { "options": { "id": "default", "reportDir": "cypress/reports/mocha", "quiet": true, "overwrite": false, "html": true, "json": true }, "version": "6.3.0" } } }