You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[cypress] Database Unix Sockets for System Tests (joomla#44092)
* [cypress] Enable database usage with Unix Sockets
Check if db_host is a Unix socket by verifying the "unix:/" prefix.
JavaScript drivers does not handle this prefix, it needs to be stripped.
This approach maintains compatibility with the PHP drivers and allows
to have Cypress.config.mjs working for installation step (PHP driver)
and custom database commands (JavaScript driver).
* Fixing lint errors
* Rewrote a comment and used C-style formatting.
* Rewrote comments and used C-style formatting.
0 commit comments