You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be super nice to have a driver with multiple backends: like system tests, Starship, interchain tests; for spinning up the infra.
Test cases does not care about the infra it is running against, so a driver can help us run the same tests against multiple backends.
Proposal
Need to define a driver interface, can start with e2e tests of cosmos-sdk and the testutil that is used to spin up system chains.
Run a single test against current testutil and also Starship backend.
The text was updated successfully, but these errors were encountered:
Overview
It would be super nice to have a driver with multiple backends: like system tests, Starship, interchain tests; for spinning up the infra.
Test cases does not care about the infra it is running against, so a driver can help us run the same tests against multiple backends.
Proposal
Need to define a driver interface, can start with
e2e
tests of cosmos-sdk and thetestutil
that is used to spin up system chains.Run a single test against current testutil and also Starship backend.
The text was updated successfully, but these errors were encountered: