-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Upgrade to karma-jasmine
5.1.0 and fix unit tests
#5503
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5503 +/- ##
==========================================
+ Coverage 53.25% 53.46% +0.21%
==========================================
Files 594 594
Lines 22684 22684
Branches 2049 2049
==========================================
+ Hits 12080 12128 +48
+ Misses 10028 9980 -48
Partials 576 576
*This pull request uses carry forward flags. Click here to find out more.
Continue to review full report at Codecov.
|
Co-authored-by: unlikelyzero <[email protected]>
* Installed gauge plugin by default * Make gauge part of standard install in e2e suite and add restrictednotebook Co-authored-by: Andrew Henry <[email protected]>
Co-authored-by: Andrew Henry <[email protected]> Co-authored-by: Shefali Joshi <[email protected]>
* Rename stacked plot interceptor and move to folder Co-authored-by: Andrew Henry <[email protected]>
* Fix timer test * be explicit about the warnings text * add full suite to CI to enable CircleCI Checks * add back in devtool=false for CI env so firefox tests run * add framework suite * Don't install webpack HMR in CI * Fix playwright version installs * exclude HMR if running tests in any environment - use NODE_ENV=TEST to exclude webpack HMR - deparameterize some of the playwright configs * use lower-case 'test' * timer hover fix * conditionally skip for firefox due to missing console events * increase timeouts to give time for mutation * no need to close save banner * remove devtool setting * revert * update snapshots * disable video to save some resources * use one worker * more timeouts :) * Remove `browser.close()` and `page.close()` as it was breaking other tests * Remove unnecessary awaits and fix func call syntax * Fix image reset test * fix restrictedNotebook tests * revert playwright-ci.config settings * increase timeout for polling imagery test * remove unnecessary waits * disable notebook lock test for chrome-beta as its unreliable - remove some unnecessary 'wait for save banner' logic - remove unused await - mark imagery test as slow in chrome-beta * LINT!! *shakes fist* * don't run full e2e suite per commit * disable video in all configs * add flakey zoom comment * exclude webpack HMR in non-development modes Co-authored-by: Jesse Mazzella <[email protected]> Co-authored-by: Jesse Mazzella <[email protected]>
7fc7a24
to
ef49a6e
Compare
@unlikelyzero ...alright. pretty sure I rebased this correctly. |
Closes #5405
Describe your changes:
Upgrade
karma-jasmine
version to 5.1.0 and update unit tests to be compatible.All Submissions:
Author Checklist
Reviewer Checklist