This repository was archived by the owner on Oct 11, 2024. It is now read-only.
feat: chai screenshot plugin#306
Merged
stoffeastrom merged 20 commits intoqlik-oss:masterfrom Aug 9, 2018
Merged
Conversation
stoffeastrom
suggested changes
Aug 9, 2018
|
|
||
| ## Screenshot testing | ||
|
|
||
| When using the preset-env option. A screenshot assertion plugin is added to Chai. This allows comperisons of images. |
| "author": "QlikTech International AB", | ||
| "dependencies": { | ||
| "@after-work.js/utils": "^5.0.0-beta.2", | ||
| "jimp": "0.2.28", |
Contributor
There was a problem hiding this comment.
Update to latest 0.3.2
stoffeastrom
suggested changes
Aug 9, 2018
| When using the preset-env option. A screenshot assertion plugin is added to Chai. This allows comparisons of images. | ||
|
|
||
| ```javascript | ||
| describe('screenshot', () => { |
stoffeastrom
approved these changes
Aug 9, 2018
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This PR makes the chai assertion
matchImageOfavailable for all test runners.takeImageOfshould work as before. But is on a TODO to remove at some point.matchImageOfstill takes 3 parameters, but the second param can now be an object or a string to allow the artifact path to be set.Status
Information
To-do list