Project:
View Revisions: Issue #45950 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0045950: Cross Origin errors are thrown visiting the NewPOS | ||
Revision | 2024-01-10 09:07 by lorenzofidalgo | ||
Steps To Reproduce | 0-With the Cypress automated tests repo ready in your local machine, set "cypress.env.json" file with the following to be able to launch your tests against the livebuilds remote machine: { "baseUrl":"https://livebuilds.openbravo.com/retail_pos2_modules_pgsql", [^] "terminalUrl": "/web/pos/?terminal=VBS-2" } 1-Launch .../src-test/cypress/runAllSpecs/runFeaturesSpecsPOS2.spec.js suite against "https://livebuilds.openbravo.com/retail_pos2_modules_pgsql/web/pos/?terminal=VBS-2" [^] DEFECT: Realise when the second test executes the cy.visit command, it fails launching a Cross Origin error. |
||
Revision | 2022-02-01 08:07 by lorenzofidalgo | ||
Steps To Reproduce | 0-With the Cypress automated tests repo ready in your local machine, set "cypress.env.json" file with the following to be able to launch your tests against the livebuilds remote machine: { "baseUrl":"https://livebuilds.openbravo.com/retail_pos2_pgsql", [^] "terminalUrl": "/web/pos/?terminal=VBS-2" } 1-Launch .../integration/FrontendFlows/MainWorkflows.spec.js suite against "https://livebuilds.openbravo.com/retail_pos2_pgsql/web/pos/?terminal=VBS-2" [^] DEFECT: Realise when the second test executes the cy.visit command, it fails launching a Cross Origin error. |
Copyright © 2000 - 2009 MantisBT Group |