User tests: Successful: Unsuccessful:
add test for console command
- php cli/joomla site:up
- php cli/joomla site:down
npm cypress run --spec tests/System/integration/cli/SiteUpDown.cy.js
N/A
conole command tested
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 | ⇒ | JavaScript Unit Tests |
Labels |
Added:
Unit/System Tests
PR-5.3-dev
|
Are Joomla System Tests not exclusively meant for testing the website frontend and backend?
i dont think so, in joomla we have something like 4 applications:
so i consider a good pratice to test all of them with the same toolchian
Title |
|
I have tested this item ✅ successfully on f6facfa
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2025-01-09 06:46:24 |
Closed_By | ⇒ | laoneo |
Thanks!
From my perspective, testing the Joomla command-line tool client within Joomla System Tests is not ideal. This approach reintroduces a dependency that was intentionally removed by #44656 for valid reasons. Are Joomla System Tests not exclusively meant for testing the website frontend and backend? Could we consider having separate tests dedicated to the command-line tool instead?