Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9116721
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T04:44:32+00:00 2026-06-17T04:44:32+00:00

Our test quite takes a while to run, and there is always this 5-10

  • 0

Our test quite takes a while to run, and there is always this 5-10 minute period where we know which test has failed, but we can’t see the failure message or backtrace until the suite finishes. It would be more efficient to see the backtraces as they happen. Is this possible?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T04:44:33+00:00Added an answer on June 17, 2026 at 4:44 am

    You have two options:

    1) fail fast

    # spec/spec_helper.rb
    RSpec.configure do |c|
      c.fail_fast = true
    end
    

    ..or use it from the command line

    $ bundle exec rspec spec/ --fail-fast
    .F
    
    Failures:
      1) Swinger should set the Capybara driver
         Failure/Error: Capybara.current_driver.should_not == :rack_test
    
    Finished in 0.00479 seconds
    2 examples, 1 failure
    

    Basically this option on error will stop the test suite and it will print the error.

    2) use rspec-instafail gem

    https://github.com/grosser/rspec-instafail

    This gem will show failing spec instantly and it will continue running specs.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In our environment we have quite a few long-running functional tests which currently tie
We have a browser test page which is used to diagnose user problems. There
we used to use a farpoint grid which made this quite easy but now
We have a quite common object in our application. In this case, we'll call
We've been playing around with the new MonoTouch NUnit test project, which is quite
For our test fixtures we use NHibernate to generate a database schema. We have
Our vendor needs some access to our test server, and thus we send them
I'm working on embedding Python in our test suite application. The purpose is to
We are using Visual Studio 2010 and before each release to our test server
We're finally migrating our unit test code base from JUnit 3 to JUnit 4.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.