-
Notifications
You must be signed in to change notification settings - Fork 405
feat: add tessera
, the gno.land E2E testing harness
#4068
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
base: master
Are you sure you want to change the base?
Conversation
🛠 PR Checks SummaryAll Automated Checks passed. ✅ Manual Checks (for Reviewers):
Read More🤖 This bot helps streamline PR reviews by verifying automated checks and providing guidance for contributors and reviewers. ✅ Automated Checks (for Contributors):No automated checks match this pull request. ☑️ Contributor Actions:
☑️ Reviewer Actions:
📚 Resources:Debug
|
Codecov ReportAll modified and coverable lines are covered by tests ✅ 📢 Thoughts on this report? Let us know! |
Did you look into deterministic simulation testing? If yes why not attempt that? (It's already awesome to have proper e2e testing btw <3) |
Description
Closes #2530
The PR introduces
tessera
, an E2E testing harness for gno.land, without the in-memory node bullshit.It is built on the concept of "recipes" and "scenarios" that can be stacked on top of a fully customizable node cluster.
From the README:
Important points:
tessera
handle the rest. We will document all of this intessera/docs
.tessera
generates artifacts in the form of logs, which can be saved by tools like Dagger and served to end-developers to understand what went wrong with the cluster test. The idea is to combinetessera
with something like Dagger CI to create canary deployment workflows that we can trust.Example recipe: