specjour
specjour copied to clipboard
distributed rspec & cucumber via bonjour
When I try to use specjour, I'm getting ``` Workers ready: 4 Listening for qa-automation rsync -aL --delete --ignore-errors --port=23456 192.168.50.79::qa-automation /private/tmp/qa-automation... completed in 13.986203s before_fork... completed in 0.520666s /Users/xxx/Documents/qa-automation/.bundle/gems/specjour-0.7.0/lib/specjour/rspec/runner.rb:2:in...
Hi @sandro, This can be done in the hooks file. Perhaps we should load a config file instead?
I get following error when I try to run specjour: ``` tjama@tjama-VirtualBox:~/dev/rack.apps$ specjour Looking for listeners... /home/tjama/.rvm/gems/ruby-2.0.0-p353/gems/dnssd-2.0/lib/dnssd/service.rb:253:in `_resolve': DNSSD operation failed with error code: -65540 (DNSSD::BadParamError) from /home/tjama/.rvm/gems/ruby-2.0.0-p353/gems/dnssd-2.0/lib/dnssd/service.rb:253:in `resolve' from...
[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...
I get this error when I try to run 0.5.5 with cucumber-rails 1.3.0 ``` /Users/dev/.rvm/gems/ruby-1.9.3-p194@search_discovery/gems/specjour-0.5.5/lib/specjour/cucumber/distributed_formatter.rb:2:in `': uninitialized constant Term (NameError) from /Users/dev/.rvm/gems/ruby-1.9.3-p194@search_discovery/gems/specjour-0.5.5/lib/specjour/cucumber/distributed_formatter.rb:1:in `' from /Users/dev/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require' from /Users/dev/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require' from...
I have an app that has a gem required through git. When I run the specjour listener with `bundle exec specjour listen`, the Gemfile isn't loaded correctly. The git-sourced gem...
I need to be able to filter the features that are run on tag, like `--tags ~@wip` I have forked this repo and my first attempt is as follows, borrowing...