User tests: Successful: Unsuccessful:
With PR #43676 '[4.4] Move the Cypress Tests to ESM' the Cypress config file is changed to cypress.config.mjs
. There are places in source code tree with the old file names *.js
, that are handled by:
cypress.config.dist.mjs
.cypress.config.mjs
and cypress.config.dist.mjs
have been added.cypress.config.dist.mjs
is not packeddeleteUnexistingFiles
from ??? and check old cypress.config.js
and cypress.config.dist.js
are deleted; new files cypress.config.mjs
and cypress.config.dist.mjs
are deleted too.cypress.config.dist.mjs
is not ignored in building Joomla distribution archive packagecypress.config.mjs
and cypress.config.dist.mjs
are not deleted on deleting files that should not existcypress.config.dist.mjs
is ignored in building Joomla distribution archive packagecypress.config.mjs
and cypress.config.dist.mjs
, as well as cypress.config.js
and cypress.config.dist.js
are deleted on deleting files that should not existPlease select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_admin Repository |
Labels |
Added:
PR-4.4-dev
|
Category | Administration com_admin Repository | ⇒ | Repository |
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2024-06-26 09:46:12 |
Closed_By | ⇒ | laoneo |
Thanks!