Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0054893
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[POS2] POSminorhave not tried2024-03-08 09:402024-03-14 09:26
Reportermiguel_lopezView Statuspublic 
Assigned Tomiguel_lopez 
PrioritynormalResolutionopenFixed in Version
StatusnewFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0054893: Create Cypress Tests for Cross Store Sales in React POS

DescriptionThere are currently no tests developed in Cypress for the development of Cross Store sales in React.

Generate a set of tests for the following functionalities:

Add a new product from a cross store.

Modify a line (multiple units) from the product information from a line.

Modify a line from the Delivery Modes popover.

Important: There is not currently an easy option to make a test in a Vall Boi terminal, and changes need to be done in the following places:

cypress.env.json.template: Add more options so the terminal access information is stored there. Proposal/example:

{
    "baseUrl": "http://localhost:3000", [^]
    "VBS-2" : {
        "terminalUrl": "/?terminal=VBS-2",
        "terminalUser": "vallblanca",
        "terminalPassword": "openbravo"
    },
    "VB-2": {
        "terminalUrl": "/?terminal=VB-2",,
        "terminalUser": "vallblanca",
        "terminalPassword": "openbravo"
    }
    "timeoutCachingResources": "120000",
    "timeoutPageLoad": "30000",
    "timeoutCommand": "10000"
}

logIn.js: Change the cy.logInProcess function so it uses those elements. For that, we will add a parameter (i.e. terminalName) that if it is empty will use the VBS-2 configuration. Proposal/example:

Y luego en la función de login algo así: cy.logInProcess = (terminalName = 'VBS-2') => { ... }
Steps To ReproduceN/A
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0162088)
hgbot (developer)
2024-03-13 13:58

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2495 [^]
(0162132)
hgbot (developer)
2024-03-14 09:26

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1416 [^]

- Issue History
Date Modified Username Field Change
2024-03-08 09:40 miguel_lopez New Issue
2024-03-08 09:40 miguel_lopez Assigned To => miguel_lopez
2024-03-08 09:40 miguel_lopez Triggers an Emergency Pack => No
2024-03-13 13:58 hgbot Note Added: 0162088
2024-03-14 09:26 hgbot Note Added: 0162132


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker