ember-backstop icon indicating copy to clipboard operation
ember-backstop copied to clipboard

BackstopJS visual regression testing addon for Ember.

Results 24 ember-backstop issues
Sort by recently updated
recently updated
newest added

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!...

dependencies

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...

dependencies

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](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...

dependencies

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](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...

dependencies

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...

dependencies

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,...

dependencies

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...