Evaluate e2e testing tooling landscape #1134
Labels
S: Productivity
Productivity: Developer tooling, infrastructure improvements enabling future growth
scope: testing
Code review, testing, making sure the code is following the specification.
type: tech-debt
Slows down development in the long run
More context in #877
Evaluate:
IBC-go uses interchaintest to bootstrap chains and a normal go testing suite setup. The approach is quite similar to current state of ICS e2e since it also executes CLI commands using
docker exec <binary> tx ...
Starship could be a great fit for longer running tests that are only run in the CI.
Notable mentions:
Nice resources:
The text was updated successfully, but these errors were encountered: