Bamboo - Features Test Insight

Which test broke the build and who broke the test?

Identify the weak spots

Test Summary

With Bamboo, you can quickly view a summary of test results within a build.

  • Discover the most frequently failing tests for a build and the occasions when a particular test has failed before.
  • Ensure quality by monitoring the number of tests over time: are your test cases growing with your code base?
  • Manage your build time by identifying your build's slowest running tests.

Colonel Mustard with the candlestick in the ballroom

Test Case Summary

Learn more about build failures by drilling down into a build's result, then into individual test suites and test cases:

  • who originally broke the test
  • which build originally broke the test
  • when the last failure occurred
  • the mean time to fix this test
  • the test duration over any time period

Usage example: Can your team tell if your application's login process has become slower over the last year? Bamboo can tell you this in a single glance from the duration chart of your "LoginAcceptanceTest".

Check your code coverage

Test data is just one type of information that can be tracked about a build. Leveraging Bamboo's plugin architecture, it is possible to gather, display and analyse other build statistics.

An example of this is the Clover plugin. This allows you to view code coverage data and trends at a glance. Is your team maintaining quality by continually raising the percentage of code covered by tests?

Clover Code Coverage