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

Should we add "./bin/rails test" support ? #83

Open itsNikolay opened 3 years ago

itsNikolay commented 3 years ago

./src/minitestTests.ts adapter does not work with Rails application. And as result It spawns issues like https://github.com/connorshea/vscode-ruby-test-adapter/issues/82 .

Should we:

I can try to add this support, just tell me what solution you will accept ( cc @connorshea )

tambling commented 2 years ago

I work on a codebase that uses bin/rails test, and this would be very useful for me. I'm getting the same error as in #82, and I'm having a hard time understanding what exactly is breaking — why does loading the extension attempt to run an RSpec unit test?

misner commented 2 years ago

@tambling @itsNikolay Running into the exact same issue and error message of this related issue as you when using VS code with github codespace. Have you found a solution (Rails7/codespace with docker and devcontainer-dockerfile/Rails minitest)? if not, what tool did you fall back on to get test explorer features?