-
First off, great work on this extension. It was really nice to be able to install it and have it "just work".
There is one thing that's not working great, though: the test results are *very* slow, …
-
Hi,
My PACT verify is failing while replaying the interaction with the following error:
````
pact-cli_1 | Failure/Error: replay_interaction interaction, options[:…
-
### Your environment
- `vscode-ruby-test-adapter` version: 0.9.0
- Ruby version: 2.5.1p57
- VS Code version: 1.56.2 (connected to WSL: Ubuntu)
- Operating System: Ubuntu 20.04.2 LTS on WSL2 (Win…
-
Hey there, I'm having an issue with hydra with rspec where shared examples aren't able to be used for some reason (shared_examples_for).
It's able to load my environment and successfully run tests, b…
-
[Issue renamed for clarity and information of new readers - Was "Specjour slower than basic rspec on 4 core machine"]
It might well be something about my project set up but when I run specjour it is …
-
I know I can set the allowed length of examples with:
```
RSpec/ExampleLength:
Max: 19
```
Would it be possible to implement a specific limit to scenario examples (those examples used in feature s…
-
### Subject of the issue
Ability to run all specs reusing a shared example directly from the command line
Given the specs
```ruby
# spec/examples/cuteness_examples.rb
shared_examples_for 'a c…
-
/usr/local/jruby-1.4.0/lib/ruby/gems/1.8/gems/rspec-1.2.9/lib/spec/runner/options.rb:109:in `get_proxy_or_package_under_package': cannot load Java class com.github.kyleburton.SomeClass (NameError)
…
-
Intermittently (about 20-30% of the time), my test pipeline fails and says `Tests Failed` at the end of the job, despite earlier results summary saying 0 failures. It looks like not all the tests are …
OxSon updated
3 months ago
-
Hi there,
according to the readme, it should be possible to add the title attribute to examples:
> You can add a title to the examples (useful when showing more than one example per method) by adding…