forked from garris/BackstopJS
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to 4.5.1 #1
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Make scrubber sticky * build: update commands with &&, add mkdir before cp
commit a4b045e Author: Brendon Barreto <[email protected]> Date: Fri Nov 30 09:24:59 2018 -0200 Delete findExecutable_spec commit e74bf32 Author: Brendon Barreto <[email protected]> Date: Fri Nov 30 09:22:18 2018 -0200 Revert compare/output/diverged.js commit 6552891 Author: Brendon Barreto <[email protected]> Date: Fri Nov 23 15:22:29 2018 -0200 Fix lint commit 9805cad Author: Brendon Barreto <[email protected]> Date: Fri Nov 23 15:02:23 2018 -0200 Removing Phantom. Slimer and Casper
This reverts commit 791ef1c.
This reverts commit 53e63e2.
* Added a json report type * adding unit test for json and browser report * removed json from default makeconfig test as json report will not be in default config * forgot to remove .only in test
…)" This reverts commit 9e4285c.
* Update runChromy.js Allow config in onBefore script * Allow config in onBefore script * Ability to read config settings from onBefore script Updates README. * Update runChromy.js * Update runPuppet.js * Update README.md
* Ensure backstop test respects openReport config settings when running via docker * Fix lint errors
* refactor(cli): do not process.exit() + fix cli test * fix linting errors * fix test not passing in node 8
This avoids potential security issue with older version. https://snyk.io/vuln/npm:jquery
garris#1127) * Added engineError command for failing on reference * reference engineError command => util * core/util/engineErrors test
Also enabled `config.mergeImgHack ` to override MERGE_IMG_SEGMENT_HEIGHT value.
Thanks for the bump!
* fix(remote): fix eslint errors in remote/index.js 1. Fix indentation and space. 2. Remove unused fs import 3. Fix no-negated-in-lhs * fix(remote): change request to '/approve' from get to post since it involves state change * feature(report): add a button to allow approving tests from the report UI * refactor(report): remove unnecessary availableStatus state and reducer availabeStatus could be derived from tests. Do not need to list it in state and reducer for now. * docs(readme): update the readme file for approve button * chore(report|remote): typos and convert then to async/await for readability
- updated up/down nav buttons for new layout - updated some global color styles - refactored testCard RH button group layout - updated approveButton location and dimentions
Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.2. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.0...1.2.2) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thank you!
Bumps [minimist](https://github.com/substack/minimist) from 1.2.2 to 1.2.3. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.2...1.2.3) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
… failed page. (garris#1175) Co-authored-by: Jia Li <[email protected]>
…date-to-4.5.1 # Conflicts: # core/util/createBitmaps.js
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
merged changes between old fork and new