-
Notifications
You must be signed in to change notification settings - Fork 482
E2E: Add runtime Call #1736
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
E2E: Add runtime Call #1736
Conversation
|
Thanks. Can you please add an example to |
SkymanOne
left a comment
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.
Thanks for this PR! This is definitely useful in E2E testing.
Apologies for the late review.
cmichi
left a comment
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.
Thank you, Pierre!
HCastano
left a comment
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.
Nice!
Added
runtime_callto E2E in order to call any pallet call form the testing environment.It is needed to test specific use cases (especially for chain-extensions e2e tests).