How can I get ember-cli
tests running on Sauce Labs? Testem has an example configuration, but I don't know how to translate that into the ember-cli
compiled tests since the testem.json
gets packed into the build when tests run.
I tried doing an ember build --env=test
and then putting "test_page": "dist/tests/index.html"
in my testem.js
and just running testem ci --port=8080
as it is in the example, but that gives me 0 tests run.