paulegradie / Sailfish

Sailfish - a production friendly performance benchmark runner for .NET
https://paulgradie.com/Sailfish/
MIT License
11 stars 4 forks source link

Test Cases are not grouped correctly in the Rider IDE [Requires Rider Integration] #98

Open paulegradie opened 9 months ago

paulegradie commented 9 months ago

Current undesirable behavior: https://github.com/paulegradie/Sailfish/assets/30226456/e472414a-18de-4b98-8655-95471f449abb

Desired xUnit-like behavior: https://github.com/paulegradie/Sailfish/assets/30226456/833152c4-0222-4ed4-a837-0ccb36da21d8

To Reproduce Steps to reproduce the behavior:

  1. Create a test with a sailfish variable to produce multiple test cases
  2. Click the play button in the rider IDE
paulegradie commented 9 months ago

This is going to require a more involved integration with rider's IDE it seems 🤔