-
Notifications
You must be signed in to change notification settings - Fork 919
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
Add example demo plugins for cross compatibility and functional tests #5896
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5896 +/- ##
==========================================
+ Coverage 66.98% 67.00% +0.02%
==========================================
Files 3304 3305 +1
Lines 63569 63574 +5
Branches 10153 10153
==========================================
+ Hits 42580 42597 +17
+ Misses 18521 18509 -12
Partials 2468 2468
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
44caab2
to
01c4de3
Compare
Signed-off-by: Manasvini B Suryanarayana <manasvis@amazon.com>
01c4de3
to
a889fe2
Compare
Hi @manasvinibs , are we targeting this PR for future releases? |
These being "examples", we needn't tie it to a release but since it also adds tests, I would love to have it in sooner rather than later. @manasvinibs I haven't gone through the PR yet but could you please lowercase the file names? A rebase would be great too. |
Hey @manasvinibs, I see the |
Convert to draft due to no progress. |
Description
This change adds 3 Developer example plugins for demonstrating Cross compatibility core service use cases.
yarn start --run-examples
Cross compatibility Core service details - #4903
Adds functional tests for 3 use cases of plugins:
show
in the side navigation. Also plugins can make API calls on button click and degrade themselves if they find the dependencies are incompatible.hide
from the menu list.disabled
.Issues Resolved
#5889
Screenshot
Testing the changes
Check List
yarn test:jest
yarn test:jest_integration