Automatic Test Balancing Configuration Help

I want to use the automatic test balancing feature, however I do not think that I have configured the rspec auto balancing properly because I see the following output in our test suite:
Using build times of zephyr-dev/gust/33585 No previous test time found for spec/....spec.rb No previous test time found for features/....feature
Our test suite is broken up into multiple phases and each suite produces it’s own JUnit summary files.

  • cucumber - rack-test
  • cucumber - webkit
  • cucumber - selenium
  • models
  • controllers
  • integrations
  • etc…

Is there a naming convention that I should be following to ensure out test suite is properly balanced?

1 Like