-
Notifications
You must be signed in to change notification settings - Fork 44
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 End-to-End tests for the Miden Node #222
Comments
I think this issue is more about an end-to-end test (E2E) instead of the Rust's integration tests. Here are a few notes that I believe are important for these types of tests:
The rationale of the above is:
Ideally we would also have:
With the above said. I think the best approach here is to have a hand written test runner, that will setup the container environment first, and then call the tests (which can be a rust binary). |
@bobbinth would be glad to have your view and input on end-to-end tests that we could perform on the miden node. Thanks |
Is there something you need to close this issue? Are you actively working on it? |
To be able to close this PR I need this PR to be merged, it has been approved it's a matter of hours before I can continue working on the end-to-end testing: #257 |
What is missing here? Do you need any support? |
More research needs to be done regarding end-to-end testing for the Miden node. Making sure that they provide value in terms of functionality verification. |
We need to define and run integration tests for the Miden Node.
The text was updated successfully, but these errors were encountered: