xunit / devices.xunit

xUnit.net Runners for Devices
Other
73 stars 36 forks source link

Should be able to run just filtered tests #13

Closed kentcb closed 9 years ago

kentcb commented 9 years ago

Filtering is more useful if it allows the execution of a subset of tests. Currently to execute a subset of tests one must:

  1. Filter
  2. Click on each test

The Run All button does what it says, regardless of any filtering.

To address this, I would suggest a Run Filtered button above the Run All button which executes only those tests that are visible.