Unit/System Tests PR-5.3-dev Pending

User tests: Successful: Unsuccessful:

avatar laoneo
laoneo
25 Aug 2025

Summary of Changes

Reduce the output of cypress output to a minimum without the tables, etc. by adding the --quiet flag.

Compare this test run, which has a lot of extra data, with this one.

avatar laoneo laoneo - open - 25 Aug 2025
avatar laoneo laoneo - change - 25 Aug 2025
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 25 Aug 2025
Category Unit Tests
avatar laoneo laoneo - change - 25 Aug 2025
Labels Added: Unit/System Tests PR-5.3-dev
avatar tecpromotion tecpromotion - change - 25 Aug 2025
Title
Quiet
[5.3] Quiet
avatar tecpromotion tecpromotion - edited - 25 Aug 2025
avatar richard67
richard67 - comment - 25 Aug 2025

Hmm, I can see the difference .. but do we really want that? The tables with the summary are missing with this change. Not sure if they are useful or not.

avatar alikon
alikon - comment - 26 Aug 2025

imho is very useful to have the table with the summary especially in case of some test failure

avatar Fedik
Fedik - comment - 26 Aug 2025

imho is very useful to have the table with the summary especially in case of some test failure

From other hand it is hard to find that failure in all this 1000 tables.

What would be really useful:

  • Display minimum info when test passes (eg only test name and Ok)
  • Show detailed info when test failed, with traces and etc.

Not sure weather cypress can do that.

avatar laoneo
laoneo - comment - 26 Aug 2025

Without writing a new reporter, I doubt it.

Add a Comment

Login with GitHub to post a comment