-
Notifications
You must be signed in to change notification settings - Fork 534
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
feat: add rawDataEditor #1601
feat: add rawDataEditor #1601
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1601 +/- ##
==========================================
+ Coverage 72.32% 73.70% +1.38%
==========================================
Files 134 87 -47
Lines 5647 2620 -3027
Branches 651 665 +14
==========================================
- Hits 4084 1931 -2153
+ Misses 1319 689 -630
+ Partials 244 0 -244
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
also cc @guoqqqi to review |
web/cypress/integration/rawDataEditor/test-rawDataEditor.spec.js
Outdated
Show resolved
Hide resolved
cc @LiteSun to check |
const domSelector = this.domSelector; | ||
menuList.forEach(function (item) { | ||
cy.visit('/'); | ||
cy.contains(item).click(); |
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.
get
is faster than contain
? @guoqqqi
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.
No, after many tests I found that it is not.
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.
why?
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.
also cc @guoqqqi to review this PR (feature & test)
Thanks to all the reviewers ~ |
Please answer these questions before submitting a pull request
Why submit this pull request?
Bugfix
New feature provided
Improve performance
Backport patches
Related issues
Resolves support to show raw data for Route, Upstream, Service and so on #1399
Bugfix
Description
How to fix?
New feature or improvement
Please add the corresponding test cases if necessary.
Backport patches
Why need to backport?
Source branch
Related commits and pull requests
Target branch