Interchain Security is an open sourced IBC application which allows cosmos blockchains to lease their proof-of-stake security to one another.
154
stars
124
forks
source link
EPIC: Refactor existing e2e testing framework #877
Open
MSalopek opened 1 year ago
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: