Run only "modified" tests?
Answered
Our PHPUnit test suite has >3k tests. There are times where I've to refactor and change a lot of tests across the whole tests (i.e. not confined to 1 or 2 classes).
Is there a way to say: "hey, run all the tests whose code I modified?"
thx!
Please sign in to leave a comment.
No, currently you can't do that.
A couple of related feature requests:
https://youtrack.jetbrains.com/issue/WI-8777
https://youtrack.jetbrains.com/issue/WI-22857
Thank you very much, somehow the search success of youtrack eludes me though I'm regularly using it.