-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Clean up legacy test framework #5655
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
Merged
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
4575fd0
Hide squiggles
compulim 0df54d4
Remove obsoleted screenshots
compulim 59bfaee
Clean up legacy test framework
compulim 0162a7d
Fix append ID
compulim 00f74b5
Update localization doc
compulim e037ab7
Merge LOCALIZATION.md
compulim 7c40f70
Move back to 18
compulim 7b4bc76
Fix path
compulim cfadd5e
Default to html2
compulim b9600b0
Add entry
compulim de42dbd
Add achievement
compulim 0a74226
Revert missing snapshot
compulim 76f4d6e
Put Babel config inside esbuild profiling config
compulim b906c41
Hide squiggles
compulim 3e948d7
Revert "Put Babel config inside esbuild profiling config"
compulim a0ede07
Rename
compulim 528df4f
Set eslint-env
compulim 82a2d87
Clean up
compulim 578b539
Remove jest-junit and jest-trx-results-processor
compulim File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-51.4 KB
__tests__/__image_snapshots__/chrome-docker/basic-js-setup-1-snap.png
Binary file not shown.
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
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| module.exports = { | ||
| displayName: { color: 'cyan', name: 'html2' }, | ||
| globals: { npm_package_version: '0.0.0-0.jest' }, | ||
| moduleFileExtensions: ['html', 'js'], // Will cause fail validation error if 'js' is not included. | ||
| rootDir: '../html2/', | ||
| setupFilesAfterEnv: [ | ||
| '<rootDir>/../html2.setup/setupFiles/setupImageSnapshot.js', | ||
| '<rootDir>/../html2.setup/setupFiles/setupTestNightly.js', | ||
| '<rootDir>/../html2.setup/setupFiles/setupTimeout.js' | ||
| ], | ||
| testEnvironment: '<rootDir>/../../packages/test/harness/src/host/jest/WebDriverEnvironment.js', // Cannot load environment in HTML file due to syntax requirements. Jest also ignores environment comment in transformed file. | ||
| testMatch: ['<rootDir>/../html2/**/*.html'], | ||
| testPathIgnorePatterns: ['/node_modules/', '<rootDir>/packages/', '<rootDir>/samples/'], // Jest will warn obsoleted snapshots outside of "testMatch", need "testPathIgnorePatterns" to skip checking obsoleted snapshots. | ||
| transform: { | ||
| '\\.html$': '<rootDir>/../html2.setup/transformer/htmlTransformer.js' | ||
| } | ||
| }; |
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.