t2ym/web-component-tester

Dependency on PolymerElements/test-fixture#master might be breaking your users now.

Opened this issue · 1 comments

The master branch of PolymerElements/test-fixture no longer refers to the HTML import version, it's been updated to modules. This repo depends on it by referencing test-fixture's repo without specifying a branch which will cause it to default to master, even when master is moved past breaking changes. You should consider setting it to the 3.x branch or updating your fork.

Please see PolymerElements/test-fixture#63 for more information about how this affected users of the source repo of WCT 4 and 5.

t2ym commented

Notes

  • If 6.0.2 works well, use the exact version
  • If 6.0.2 has issues, use 6.0.3 instead
  • If 6.0.3 has issues, use 6.0.2 instead
  • If node_modules/test-fixture has issues, use bower version of test-fixture#3.0.0 instead