optimism-v2 icon indicating copy to clipboard operation
optimism-v2 copied to clipboard

improving testing

Open InoMurko opened this issue 4 years ago • 3 comments

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

InoMurko avatar Oct 08 '21 07:10 InoMurko

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 avatar Oct 08 '21 08:10 InoMurko

@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.

sk-enya avatar Oct 19 '21 06:10 sk-enya

We haven't started yet, contributions are super duper welcome!

InoMurko avatar Oct 19 '21 11:10 InoMurko