garris / ember-backstop

BackstopJS visual regression testing addon for Ember.
MIT License
56 stars 21 forks source link

fix: `skipRemoteError` does not work with testem #18

Closed w1shen closed 5 years ago

w1shen commented 5 years ago

skipRemoteError only works for /tests/index.html?filter=xxx not for ember test --filter xxx. Add testemMiddleware for configuring the backstop proxy.