hashport-validator
hashport-validator copied to clipboard
E2E tests refactoring
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.