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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Changed
Add support for the TRIC_HOST environment variable. This will override the default host machine IP address lookup tric would perform on Linux or the hard-wired host.docker.internal hostname tric would use on Windows and Mac host to set the default xdebug.remote_host value.
Default to the host machine IP address to set xdebug.remote_host only if the host has not been set by means of a call to tric xdebug host <host> or by setting the XDH environment variable explicitly.
Fix an issue that would reset run settings stored in the .env.tric.run file when using the tric xdebug <key> <value> command.
Correctly handle Docker network removal in parallel tasks to avoid "error while removing network" errors.
Add support for tric run to run all the avaiable Codeception test suites from the target one after another.