6

Our organization places great emphasis on quality, which is reflected in our extensive use of automated tests.

However, due to the size of our solution and the ever-increasing number of tests, running all tests can take several hours. Therefore, I am proposing an improvement that allows for selective test execution.

The idea is to integrate a testing tool into Visual Studio Code that only runs those tests that are directly related to the code changes (git diff).

This would significantly improve the quality of our work by enabling us to perform relevant tests more quickly and efficiently.


In addition to integration into Visual Studio Code, it would be ideal if this functionality was also available via PowerShell. This would allow us to integrate it into the pull request review process, leading to a further increase in quality. This improvement would not only increase the efficiency of our testing processes but also help maintain our high-quality standards.

Category: Development
STATUS DETAILS
New