-
Notifications
You must be signed in to change notification settings - Fork 45
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
[WIP] Testing setup #596
Open
bertuss
wants to merge
10
commits into
electricbookworks:master
Choose a base branch
from
bertuss:testing-setup
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[WIP] Testing setup #596
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
✔️ Deploy Preview for electric-book ready! 🔨 Explore the source changes: 3220a70 🔍 Inspect the deploy log: https://app.netlify.com/sites/electric-book/deploys/61478bf41f6f6900073d31e7 😎 Browse the preview: https://deploy-preview-596--electric-book.netlify.app/samples/text/01-10-questions |
End to end testing$ npm run test:e2e
> [email protected] test:e2e
> scripts/test.sh --config=./test/e2e/jest.config.js
Building Jekyll output for tests
Done
Running Jest tests
PASS test/e2e/html_output.test.js
HTML output
✓ Files listed in meta.yml should exist (10 ms)
Test Suites: 1 passed, 1 total
Tests: 1 passed, 1 total
Snapshots: 0 total
Time: 0.281 s, estimated 1 s
Ran all test suites.
Done
Visual regression$ npm run test:visual_regression
> [email protected] test:visual_regression
> scripts/test.sh --config=./test/e2e/visual_regression/jest.config.js
Building Jekyll output for tests
Done
Running Jest tests
PASS browser: chromium test/e2e/visual_regression/html_visual_regression.test.js (185.87 s)
HTML output visual regression
✓ Should look the same (184423 ms)
Test Suites: 1 passed, 1 total
Tests: 1 passed, 1 total
Snapshots: 16 passed, 16 total
Time: 186.275 s
Ran all test suites.
Done |
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.
Basic testing setup, end to end and visual regression tests.