Unit/System Tests PR-4.4-dev Pending

User tests: Successful: Unsuccessful:

avatar muhme
muhme
2 Jul 2024

Summary of Changes

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:

  • npx cypress run --spec

is not replaceable by:

  • npm run cypress:run --spec

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.

Testing Instructions

  • Please execute all code samples with copy&paste – do they do what is documented?

Actual result BEFORE applying this Pull Request

  • Not all code samples are working as intended.

Expected result AFTER applying this Pull Request

  • All code samples are working as intended.

Link to documentations

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

avatar muhme muhme - open - 2 Jul 2024
avatar muhme muhme - change - 2 Jul 2024
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 2 Jul 2024
Category Unit Tests Repository
avatar muhme muhme - change - 4 Jul 2024
Labels Added: Unit/System Tests PR-4.4-dev
avatar laoneo laoneo - close - 22 Jul 2024
avatar laoneo laoneo - merge - 22 Jul 2024
avatar laoneo laoneo - change - 22 Jul 2024
Status Pending Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2024-07-22 13:47:58
Closed_By laoneo

Add a Comment

Login with GitHub to post a comment