-
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
First attempt at DeploySentinel and fix couchdb notebook tests #6398
Conversation
Current Playwright Test Results Summary✅ 117 Passing - ❌ 1 Failing - Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 04/04/2023 11:50:04pm UTC) ❌ Failures📄 framework/baseFixtures.e2e.spec.js • 1 FailureTest Case Results
|
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Restricted Notebook with a page locked and with an embed @addinit Disallows embeds to be deleted if page locked @addinit
Retry 1 • Initial Attempt |
0% (0)0 / 3 runsfailed over last 7 days |
33.33% (1)1 / 3 runflaked over last 7 days |
📄 functional/plugins/plot/overlayPlot.e2e.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Overlay Plot Clicking on an item in the elements pool brings up the plot preview with data points
Retry 1 • Initial Attempt |
0% (0)0 / 3 runsfailed over last 7 days |
100% (3)3 / 3 runsflaked over last 7 days |
Codecov Report
@@ Coverage Diff @@
## master #6398 +/- ##
==========================================
- Coverage 54.90% 54.77% -0.14%
==========================================
Files 628 628
Lines 26805 26805
Branches 2422 2422
==========================================
- Hits 14718 14682 -36
- Misses 11426 11457 +31
- Partials 661 666 +5
*This pull request uses carry forward flags. Click here to find out more. see 13 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
package.json
Outdated
@@ -84,6 +85,7 @@ | |||
"build:watch": "webpack --config ./.webpack/webpack.dev.js --watch", | |||
"info": "npx envinfo --system --browsers --npmPackages --binaries --languages --markdown", | |||
"test": "karma start", | |||
"test:clean": "rm -rf ./coverage ./html-test-results ./test-results ./nyc_output/", |
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.
driveby
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.
should be ./.nyc_output
?
…s-in-notebook-are-lost' into deploysentinel
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.
Looks good overall! Just have a few small suggestions
e2e/tests/functional/plugins/notebook/notebookWithCouchDB.e2e.spec.js
Outdated
Show resolved
Hide resolved
e2e/tests/functional/plugins/notebook/notebookWithCouchDB.e2e.spec.js
Outdated
Show resolved
Hide resolved
e2e/tests/functional/plugins/notebook/notebookWithCouchDB.e2e.spec.js
Outdated
Show resolved
Hide resolved
e2e/tests/functional/plugins/notebook/notebookWithCouchDB.e2e.spec.js
Outdated
Show resolved
Hide resolved
e2e/tests/functional/plugins/notebook/notebookWithCouchDB.e2e.spec.js
Outdated
Show resolved
Hide resolved
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.
LGTM
* First attempt * Remove commented pattern * Add deploysentinel to github action * drive by * Stablization * remove only * entries now selected on creation * select previous entry on deletion * add deletion test * wip * fix adding focus selection * remove previous entry selection logic * null check for event * address review comments * address review comments * refactor tests a bit * typo * Add some determinism to avoid console errors * refactor and use methods * stabilize * remove debug * remove only * combine clean commands * comments * change to expects * test: await toBeHidden() assertion * test: use `myItemsFolderName` instead of 'My Items' --------- Co-authored-by: Scott Bell <[email protected]> Co-authored-by: Jesse Mazzella <[email protected]>
WAIT FOR #6525
Closes #6399
Describe your changes:
Adds deploysentinel to our CI configs
a quick driveby for cleaning up test files from gitignore
driveby documentation
driveby stability fixed for couchdb tests
All Submissions:
Author Checklist
Reviewer Checklist