testbot icon indicating copy to clipboard operation
testbot copied to clipboard

[Not maintained] Testbot is a test distribution tool that works with Rails, RSpec, RSpec2, Test::Unit and Cucumber

Results 26 testbot issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [rake](https://github.com/ruby/rake) to permit the latest version. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 13.0.1 > > ==== Bug fixes > > * Fixed bug: Reenabled task...

dependencies

Bumps [rack](https://github.com/rack/rack) from 1.5.2 to 1.6.12. Changelog *Sourced from [rack's changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md).* > ## [1.6.12] - 2019-12-08 > > - [[CVE-2019-16782](https://nvd.nist.gov/vuln/detail/CVE-2019-16782)] Prevent timing attacks targeted at session ID lookup. ([@​tenderlove](https://github.com/tenderlove), [@​rafaelfranca](https://github.com/rafaelfranca))...

dependencies

Bumps [ffi](https://github.com/ffi/ffi) from 1.9.3 to 1.11.1. Changelog *Sourced from [ffi's changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md).* > 1.11.1 / 2019-05-20 > ------------------- > > Changed: > * Raise required ruby version to >=2.0. [#699](https://github-redirect.dependabot.com/ffi/ffi/issues/699), [#700](https://github-redirect.dependabot.com/ffi/ffi/issues/700)...

dependencies

Bumps [activesupport](https://github.com/rails/rails) from 4.0.2 to 6.0.0. Release notes *Sourced from [activesupport's releases](https://github.com/rails/rails/releases).* > ## 6.0.0.beta1 > ## Active Support > > * Remove deprecated `Module#reachable?` method. > > *Rafael Mendonça...

dependencies

When trying to start up the testbot runner locally on my Macbook, I am getting the follow error: ``` nritholtz$ testbot --runner --connect localhost /Users/nritholtz/.rvm/gems/ruby-2.1.0@automated_testing/gems/testbot-0.7.8/lib/runner/safe_result_text.rb:1:in `require': cannot load such file...

How do I run a test on jruby? I've tried the following: 1) Install the testbot [jason@arch ~]$ rvm use jruby Using /home/jason/.rvm/gems/jruby-1.7.11 [jason@arch ~]$ export JRUBY_OPTS="--1.9 -Xcext.enabled=true" [jason@arch ~]$...

I noticed this behavior after we upgraded an app to ruby 2.1.1 and started running the testbot server on that as well. This also caused a secondary problem where the...

Feedback: Sites/foo git:(master)> rake testbot:test sukeerthiadiga.local:/private/tmp/testbot bundler: command not found: -Itest Install missing gem binaries with `bundle install`

bug

As a developer I would like to include the requester in my rails project without the gems that are used by the server and runner So my development setup gets...