Skip to content

0.5.16

Compare
Choose a tag to compare
@borkweb borkweb released this 02 Dec 13:24
· 527 commits to main since this release
f86d68d

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.