You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently integration testing of scaffold functionality (debug-ui, hooks) is done manually and takes a tremendous amount of time. We would like a mechanism where we can automatically test new changes with frontend <-> contract interactions without breaking existing ones. Solution is preferably CI-able.
Proposed Solutions or Ideas
Feel free to discuss or think of your own approach, but be sure to communicate to the team about it
Brainstorm whether to use react-testing-library or browser based libraries like playwright.
The flow of the job should be of the following:
Bring over the v3-bulletproof-contracts branch to the job scope.
Set up the appropriate environment (note that if you are planning to test on sepolia you might need to take into account using
third party wallets or set up a wallet programatically).
Write the test suites
The text was updated successfully, but these errors were encountered:
Issue Overview
Currently integration testing of scaffold functionality (debug-ui, hooks) is done manually and takes a tremendous amount of time. We would like a mechanism where we can automatically test new changes with frontend <-> contract interactions without breaking existing ones. Solution is preferably CI-able.
Proposed Solutions or Ideas
Feel free to discuss or think of your own approach, but be sure to communicate to the team about it
react-testing-library
or browser based libraries likeplaywright
.v3-bulletproof-contracts
branch to the job scope.third party wallets or set up a wallet programatically).
The text was updated successfully, but these errors were encountered: