connorshea / vscode-ruby-test-adapter

A Ruby test adapter extension for the VS Code Test Explorer
https://marketplace.visualstudio.com/items?itemName=connorshea.vscode-ruby-test-adapter
MIT License
83 stars 50 forks source link

Feature Request: Prioritize tests for re-run when a single file has been updated #57

Open LinqLover opened 3 years ago

LinqLover commented 3 years ago

When I only change a single spec description and save the file, this spec should run first; in this example, the other tests would not even be required to be re-run at all. Also known under keywords such as Continuous Selective Testing.