Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't work on Windows #91

Open
alkuzad opened this issue Feb 22, 2022 · 0 comments
Open

Doesn't work on Windows #91

alkuzad opened this issue Feb 22, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@alkuzad
Copy link

alkuzad commented Feb 22, 2022

Your environment

  • vscode-ruby-test-adapter version: v0.9.0
  • Ruby version: ruby 3.1.0p0
  • VS Code version: 1.64.2
  • Operating System: Windows 10 x64
  • RSpec or Minitest version: rspec 3.10

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.

@alkuzad alkuzad added the bug Something isn't working label Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant