Closed Diodeus closed 7 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?
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?