简体   繁体   中英

Upgrading to Embe-cli@2.7.0 killed ember test -s for browsers

After upgrading an ember project to ember-cli@2.7.0 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

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM