I am trying to configure autotest so that when I run my test suite and I have a failing test, autotest stops testing and waits for me to make a change before testing again. With my current configuration autotest keeps testing indefinetly when it…
I'm just getting into autotest and i have the following problem.
How do I get autotest to print stack traces on errors.
If i run "rake spec" i get output
4) Transaction should get date with poor form
Failure/Error: transaction =…
I am trying to get the whole setup working with Autotest/Growl/Shoulda on my Mac to test a gem I'm working on for Authlogic. I've used RSpec in the past quite a bit but would like to switch to Shoulda.
This gem is going to work with Rails, but…
I've just installed a ZenTest to use autotest in my project. I use rspec and have an integration folder inside it. As I don't want all my integration tests run every single time I start autospec , so I'd like to somehow restrict autospec from…
I'm looking for a simplest way to imitate a slow Redis server (from the perspective of the client that I'm debugging now).
Ideally it would be a DEBUG SLEEP command, but AFAIK there is no such thing.
I could use, say, BLPOP for a blocking…
I've been unable to install the autotest-fsevent gem after updating to Xcode 4.3 (removed old versions of Xcode). Command line tools were installed via Preferences > Downloads > Components tab.
osx 10.7.3, rvm 1.10.2, ruby 1.9.3-rc1, bundler…
I'm trying to cover some logic with unit tests and have a problem with Task.ContinueWith method. The problem is that I have an important logic in the ContinueWith task. The ContinueWith task will be executed after the specified task, but there is no…
can't launch UI auto tests on my ipad.
Error - Xamarin.UITest.XDB.Exceptions.DeviceAgentException : Failed to launch DeviceAgent ExitCode: 65
App is installed on device. DeviseAgent installed while trying to run any test.
ios version of ipad…
I’m novice at Calabash testing and faced an obstacle while trying to make a multi-language app.
Here is my test scenario:
- I select a textfield.
- Enter a string with one language and then enter some text with another.
And here occurs the…
With autospec / cucumber / capybara running my feature tests I get this line even after going green:
(eval):1:in `initialize': can't convert String into Integer (TypeError)
Anyone know what this is? I thought it was me, then heard another dev was…
I ran the command autotest and this is the error I got . I am following Hartl's book and was wondering is this clash happening because rails now comes with ZenTest or something else ? How can I work past this error. I am new to RoR
Invalid gemspec…
Over the last couple of weeks, I've been integrating the unit-test functionality of the testthat package more and more into my daily work and really have to say: this package rocks!
I specifically like the autotest-feature which will automatically…
I have a question for all you Vagrants and TDD'ers out there,
How can I make a Vagrant Ubuntu VM send autotest / guard notifications to a Windows 7 or OS X host?
Details:
I'm trying to build my ultimate road-warrior development environment, so that…
I normally use Selenium with Firefox when manually running my Cucumber tests. But when I have Autotest run, I'd like them to be run using Capybara-webkit because otherwise Firefox always jumps to the foreground, and this is very annoying.
So how…
Im using autotest-notification v2.3.4 and rspec v2.0.1 for writing tests in my rails v3.2.3 project on my machine running Ubuntu 12.04.In my pages_controller_spec.rb i have the following code
require 'spec_helper'
describe PagesController do
…