Upgrading to [email protected] killed ember test -s for browsers

28 Views Asked by At

After upgrading an ember project to [email protected] I stumbled upon problem of getting

$ ember test -s

work with my test browsers again (Chromium, Firefox).

Only PhantomJS was launched, no matter how I did set up config file testem.js

1

There are 1 best solutions below

0
Pavol On

I realized that there are 2 testem-related config files after the upgrade:

  • testem.js
  • testem.json

Removing the latter one (testem.json) made it work again.