-
Notifications
You must be signed in to change notification settings - Fork 6
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
TINY-11177: Vastly improve remote testing #145
Draft
TheSpyder
wants to merge
29
commits into
master
Choose a base branch
from
feature/TINY-11177
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.
Draft
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
fb898e4
TINY-11177: Add an empty favicon to prevent the browser requesting `f…
TheSpyder 56b5985
TINY-11177: Add keep-alive header to stop weird 502 bad gateway errors
TheSpyder e3e659f
TINY-11177: Send significantly less reports from the client. Don't wa…
TheSpyder 57a42a4
TINY-11177: Reverted TINY-10708 which was a server-side fix. We neede…
TheSpyder ad4b260
TINY-11177: Re-implemented skip reports, we have enough of them that …
TheSpyder 9ea95a3
TINY-11177: Updated reporter test for logical changes. Fixed a bug wi…
TheSpyder 070c20a
TINY-11177: Removed @ephox/wrap-promise-polyfill
TheSpyder bcb63b7
TINY-11177: Rewriting the entire report system to support batch resul…
TheSpyder 980c3b9
TINY-11177: Delete route that accepts a single test result
TheSpyder e80663d
TINY-11177: Changelog
TheSpyder 625a2ce
TINY-11177: Fixed test
TheSpyder b0dc184
TINY-11177: Improved test failure reporting
TheSpyder c4359e8
TINY-11177: The test wasn't broken, my code was. Messages sent close …
TheSpyder 5e55c44
TINY-11177: Only update the HUD once for batch results, instead of on…
TheSpyder 7b0d367
TINY-11177: Setup remote testing
jscasca 93d8408
TINY-11177: Fixed issue where it was not clear test failures must be …
TheSpyder 0cbc33f
TINY-11177: Send start once, not once per page
TheSpyder 0287158
TINY-11177: Fix HUD test count now that we are sending all results
TheSpyder 5cd5c77
TINY-11177: Only record results if there are results
TheSpyder 73b5391
TINY-11177: Add extra warning for duplicate tests
TheSpyder 4094f6d
TINY-11177: Post current results before reloading the browser for eit…
TheSpyder 07f61f8
TINY-11177: Fixed test waiting for done to decide to post results
TheSpyder f025e1d
alpha 3
TheSpyder 801e908
TINY-11177: Warn for skipped tests as well
TheSpyder 51533cd
TINY-11177: Revert failed attempt to fix sending the final result batch
TheSpyder 40d2402
TINY-11177: Extend HUD limit to the terminal width. Disable the limit…
TheSpyder 7778c70
TINY-11177: Reduce confusion with test reports and error messaging
TheSpyder eaab339
TINY-11177: Fail webdriver errors properly, don't generate new errors…
TheSpyder 8afd4d5
TINY-11177: Alpha 4
TheSpyder 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 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 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 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 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 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 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 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 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we remove the polyfills now since we are running on browsers that support Promise and Symbol?