ember-backstop
ember-backstop copied to clipboard
BackstopJS visual regression testing addon for Ember.
Bumps [lodash.template](https://github.com/lodash/lodash) and [sourcemap-validator](https://github.com/ben-ng/sourcemap-validator). These dependencies needed to be updated together. Updates `lodash.template` from 2.3.0 to 4.5.0 Release notes Sourced from lodash.template's releases. 4.0.0 lodash v4.0.0 2015 was big year!...
Bumps [ini](https://github.com/npm/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...
Followed the step-by-step tutorial [https://github.com/garris/ember-backstop-tutorial/](tutorial) added "await backstop(assert);" to the last four tests and the tests failed as mentioned. Then I approved the screenshots(backstop-approve). BackstopJs Report shows all passing. But...
If I remove `await backstop(assert);` from a test or remove/rename a test with `await backstop(assert);`, `ember test && ember backstop-approve` does not remove according (obsolete) image reference from `bitmaps_reference/`. This...
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
The documentation says: > You will need the backstop-remote service running for visual tests. In a seperate window run... > `ember backstop-remote` While it's feasible in local development environment, how...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1. Changelog Sourced from http-proxy's changelog. v1.18.1 - 2020-05-17 Merged Skip sending the proxyReq event when the expect header is present [#1447](https://github.com/http-party/node-http-proxy/issues/1447) Remove node6 support,...
When working with a threshold, reference images may drift. It can be nice to update them from time to time without waiting for a failure to occur. A command like...