Openbravo Issue Tracking System - POS2
View Issue Details
0053970POS2POSpublic2023-11-17 10:122023-11-17 11:17
andre_montenegro 
andre_montenegro 
normalminoralways
closedfixed 
5
 
23Q4.123Q4.1 
No
0053970: Unable to add/modify Cypress test Specs for Jenkins execution
Currently is not possible to execute try-pos2 with new spec files (from new modules), as Cypress "runAllSpecs" paths are being defined in Jenkins pipeline for each job and devs does not have the possibility to modify it.
Executing a Jenkins job which have Cypress test, does not have an option to choose or add which tests are going to be executed in jobs.
Modify ci.properties content: it should contain Cypress tests path filter for each one of current jobs. Expected content:

e2e="*/src-test/*/runFeatures*.spec.js"
integration="*/src-test/*/runIntegration*.spec.js"
bigTickets="*/src-test/*/bigTickets.spec.js"
No tags attached.
blocks defect 0053969pi closed andre_montenegro Unable to add/modify Cypress test Specs for Jenkins execution 
Issue History
2023-11-17 10:14andre_montenegroTypedefect => backport
2023-11-17 10:14andre_montenegroTarget Versionpi => 23Q4.1
2023-11-17 10:34hgbotResolutionopen => fixed
2023-11-17 10:34hgbotStatusscheduled => resolved
2023-11-17 10:34hgbotFixed in Version => 23Q4.1
2023-11-17 10:34hgbotNote Added: 0157272
2023-11-17 11:17andre_montenegroStatusresolved => closed

Notes
(0157272)
hgbot   
2023-11-17 10:34   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: 762346fb84e0d8a1401004072d58b8b578d662d5
Author: André Montenegro <andre.montenegro@openbravo.com>
Date: 17-11-2023 10:33:12
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/762346fb84e0d8a1401004072d58b8b578d662d5 [^]

Fixes ISSUE-53970 added Cypress path filters to ci.properties

---
M web-jspack/org.openbravo.core2/src-test/ci.properties
---