Ember Automated Testing Tools

I wanted to get some opinions on automated testing within Ember. What tools do you use to continuously integrate and test your web applications. I’m looking for tools that are easily adaptable to Ember but offer efficient testing suites. So far I have been looking at saucelabs and browserstack as options with the normal QUnit testing suite contained within Ember for unit testing. What tools do you use?

I think Travis and CircleCI are pretty popular choices for CI. Our company uses Jenkins for CI and BrowserStack for cross browser testing. We use Codecov (with ember-cli-code-coverage) for code coverage.

Other tools… Percy is an awesome tool for visual regression testing (and I believe they use Ember for their dashboards too which is cool). Stuff like Greenkeeper is really cool for automated dependency upgrades and testing too.