optimism-v2
optimism-v2 copied to clipboard
improving testing
Add unit tests for boba packages:
- contracts
- gas price oracle
- message relayer fast
Add a functional test (with CI hook) for wallet frontend:
- Perhaps use Robotframework https://medium.com/@joonasvenlinen/ui-regression-testing-with-robot-framework-part-1-578f2f50b721
As per https://github.com/omgnetwork/optimism-v2/pull/25#issuecomment-937719719
When we write integration tests, we need to look and double check if certain contract interactions change the state so that we re-deploy them on every run (clean slate).
@InoMurko have we started on this or it's in plan to implement the integration testing with Robot Framework?
I would be happy to contribute on this, I have also work on this in my previous project.
We haven't started yet, contributions are super duper welcome!