EPIC: Refactor existing e2e testing framework #877
Labels
admin: epic
An EPIC -- meta issue used to track a body of work
scope: testing
Code review, testing, making sure the code is following the specification.
type: tech-debt
Slows down development in the long run
Problem
ICS e2e testing uses a long bash script to initialize the testing environment.
Although there is nothing wrong with using bash scripts they quickly become poorly maintained due to their imperative and verbose nature.
Besides that, in the current setup it is difficult to achieve the following:
Closing criteria
At minimum the new test initialization should become declarative and allow easier running in the CI and allow arbitrary chain binaries to be used.
Related:
Tasks
The text was updated successfully, but these errors were encountered: