Hello,
Is there currently a way to autorun a test suite (example: unit tests) on file save in VSCode?
This extension (https://github.com/satiromarra/vscode-phpunit) does this currently for test classes, but it doesn't know about test suites. Whereas DevSense does understand test suites but I can't find autorun functionality.
Thanks