vscode-ruby-test-adapter icon indicating copy to clipboard operation
vscode-ruby-test-adapter copied to clipboard

A Ruby test adapter extension for the VS Code Test Explorer

Results 64 vscode-ruby-test-adapter issues
Sort by recently updated
recently updated
newest added

I'm working on at least one project where we have multiple folders with RSpec tests in, and it would be great if I could configure this extension to check them...

### Your environment - `vscode-ruby-test-adapter` version: 0.6.0 - Ruby version: 2.6.3 - VS Code version: 1.36.0 - Operating System: Windows 10 (using WSL) - Minitest version: 5.11.3 - Rails version:...

bug

- `vscode-ruby-test-adapter` version: 0.8.0 - Ruby version: 2.7.2 - VS Code version: 1.52.1 - Operating System: Ubuntu 20 - RSpec or Minitest version: rspec If I use the remote SSH...

bug

### Your environment - `vscode-ruby-test-adapter` version: - Ruby version: 2.7.2 - VS Code version: 1.51.0 - Operating System: macOS 10.14.6 - Minitest version: 5.14.2 ### Expected behavior The test suite...

bug

Hi! I want to support [test-unit](https://github.com/test-unit/test-unit/) tests. [I have added some tests](https://github.com/connorshea/vscode-ruby-test-adapter/pull/74) to understand how it is working. So, this is the outline of my plan: 1. Add `vscode:test-unit:list` and...

bug

### Your environment - `vscode-ruby-test-adapter` version: 0.8.0 - Ruby version: 3.0.0 - VS Code version: Version: 1.53.2 Commit: 622cb03f7e070a9670c94bae1a45d78d7181fbd4 (VS Codium) - Operating System: Mac OS Big Sur - RSpec...

bug

### Your environment - `vscode-ruby-test-adapter` version: v0.1.3 - Ruby version: ruby 2.7.2p137 - VS Code version: 1.52.1 - Operating System: Mac OS Catalina - RSpec or Minitest version: - RSpec...

bug

### Your environment - `vscode-ruby-test-adapter` version: 0.8.0 - Ruby version: ruby 2.7.1p83 (2020-03-31 revision a0c7c23c9c) [x86_64-linux] - VS Code version: Version: 1.52.0 (user setup) - Operating System: OS: Windows_NT x64...

bug

When I only change a single spec description and save the file, this spec should run first; in this example, the other tests would not even be required to be...

Having an issue with the plugin finding the tests. It's complaining about the rakefile missing from the `$EXT_DIR` which is set to `/root/.vscode-server/extensions/connorshea.vscode-ruby-test-adapter-0.7.1/ruby/`. ### VSCode Environment Plugin is installed remotely...