Skip to content

SSH and phpunit.xml test suite support and better readme

Compare
Choose a tag to compare
@elonmallin elonmallin released this 02 May 10:56
· 133 commits to master since this release
  • Handle xml files in Run: Test to enable running <testsuites> from **phpunit.xml** files.
  • Add Run: Test Suite to quick pick from all **phpunit.xml** files and then quick pick from all <testsuites>.
  • Add phpunit.colors setting to get colors by default --colors=always. Set to null or empty string to disable.
  • Add ssh driver.
  • Mark ssh and docker as DEPRECATED since it's really better to use the Remote Development extension from Microsoft.
  • Bugfix: Make Run: Test Nearest work with classes as well as functions.
  • Bugfix: Extract filename for test with path.basename instead of regex to cover more cases.