User tests: Successful: Unsuccessful:
With #43676 the Cypress tests are moved to ESM and the small problem has arisen that npx
uses cypress.config.js
in error messages, although cypress.config.mjs
is used. This was 'fixed' in using npm
with #43702 . Unfortunately, it turned out that:
is not replaceable by:
Therefore, the places that use the --spec
option have been changed back to npx
and a short note has been added to the Troubleshooting section.
It was also discovered that the environment variable in the sudo
call was set in the wrong order, which has been corrected too.
Please 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 | ⇒ | Unit Tests Repository |
Labels |
Added:
Unit/System Tests
PR-4.4-dev
|
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2024-07-22 13:47:58 |
Closed_By | ⇒ | laoneo |