johanneswuerbach / ember-cli-sauce

Cross browser testing for your ember-cli app using SauceLabs
MIT License
40 stars 14 forks source link

Live reload causing error during test #44

Closed Diodeus closed 7 years ago

Diodeus commented 8 years ago

I've been having some failing tests on Sauce Labs. After running the failing test manually, I saw that livereload was firing and getting 'connection refused'. I turned off livereload in my ember config and ran it again, tests passed. I don't want to disable livereload in the project because it's still in development.

Has anyone experienced this? How do I (or do I need to?) disable livereload just for Sauce tests? Is this a symptom of another problem?

screen shot - livereload

johanneswuerbach commented 8 years ago

Are you using ember cli test or ember cli test serve to run your test? The plain ember test shouldn't enable livereload as no reload should be triggered during a test run. Mind creating an issue on the ember cli repo?