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
85 stars 52 forks source link

Doesn't work on Windows #91

Open alkuzad opened 2 years ago

alkuzad commented 2 years ago

Your environment

Expected behavior

Test UI should show list of tests parsed from rspec folder

Actual behavior

The only item on list is "C:"

image

When I run this under WSL, using path mounted from windows, then tests show up properly:

image

I believe it's due to splitting path via"/" which won't work on Windows.