javascript - When running `ember test`, execution hangs at `Built project successfully. Stored in ". . .` -


i've googled around answer have yet turn of use. know why attempts run ember test @ best result in message reads:

built project successfully. stored in "/users/.../tmp/class-tests_dist-h42jepnk.tmp".

if tests won't run @ all, here few things for:

  1. check testem.js file. essential , contains instructions , configurations ember cli needs. deleting cause app build , 0 tests run.

  2. check make sure testem.js file valid/complete. can test doing ember init , choosing option d (diff) see different between app , brand new app.

  3. your tests available in normal browser. go http://localhost:4200/tests , see happens there. perhaps give clues.

  4. similar above, try ember test --server , see if different results.

  5. create fresh app ember new , try doing ember test. can easier compare fresh app instead of doing ember init diffing.

  6. try switching browser using testing (unlikely problem in case, works). example, run tests headless chrome instead of phantomjs. recent release of ember cli has testem configuration need try headless chrome.


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -