hashport-validator icon indicating copy to clipboard operation
hashport-validator copied to clipboard

E2E tests refactoring

Open svetlio8 opened this issue 2 years ago • 0 comments

At the moment the e2e/e2e_test.go file is more than 2k rows and it is growing. We can try to split the logic and make the file more readable. We can:

  • use helpers for some of the functions
  • split the tests into different files
  • etc.

svetlio8 avatar Mar 15 '22 15:03 svetlio8