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
thatnerdjosh Thank you for the question.
Currently, we don't do that; I remember, auto-run of a changed file used to be a feature of VSCode itself - but it's gone.
I agree we should provide auto-run option; adding it onto our to-do list.
thatnerdjosh implemented, the continuous test run will be available in the next release (v1.35).
v1.35
Thank you!