hydra icon indicating copy to clipboard operation
hydra copied to clipboard

Distributed testing framework

Results 19 hydra issues
Sort by recently updated
recently updated
newest added

Hii all, I have installed the required gems for hydra and updated my rake file with the following code Hydra::TestTask.new('hydra:unit') do |t| t.add_files 'features/step_definitions/*.rb' end Hydra::TestTask.new('hydra:cucumber') do |t| t.add_files 'features/hydra/checkout.feature'...

Code is railing on a file open :( I've placed a puts statement just before the offending line to find out what file is not happy about and its '/tmp/hydra_heuristics.yml'...

Hello, I'm having trouble with Hydra hanging part way through a run. Sometimes gets as far as 20 specs, sometimes as few as 2. Then it just sits there, with...

First I tried hydra with Rails 3.0.x app that uses Mongodb via Mongoid ORM in Ruby 1.9 Later I came to know that its not compatible with Ruby 1.9 Then...

It seems that 'test-unit' is required as a dependency. Otherwise, the message "no such file to load -- test/unit/testresult" is displayed. Adding "gem 'test-unit' to my Gemfile solved the problem.

Trying to debug right now, but testing are running ok when using simple rspec, and when using hydra, it starts using my spanish i18n for some reason....breaking few of my...

Hi, I configured hydra for my rails app. All my tests are failing when am running with hydra. It also does not print the reason why it is failing. Couple...

I'm trying to test my multi-core hydra runs locally. Is there a way to actually exit the whole test once the worker processes have been spawned? Using Ctrl+c will bring...

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...

I wanted to test that a simple test would show as failed when so I changed a .should_not to a .should (rspec) and it there was no indication of failure....