Is it possible to 'hook in' to test suite events with a custom plugin?
When running tests through PHPStorm's integrated testing tool, I want to be able to run a custom command line function when the tests are all successful, when one or more fails, or when one or more are skipped. Is it possible to accomplish this with a custom plugin?
请先登录再写评论。
No, unfortunately it's not.
You can create a new run configuration type using a custom plugin but not change existing.