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
Currently in e2e tests, babylon is run in process with babylond command. A better and more consistent approach would be to use a docker container. This goes hand in hand with this issue
The text was updated successfully, but these errors were encountered:
Instead of managing babylond as a process, we run it in a Docker
container.
This will make e2e tests more consistent as bitcoind is also running in
Docker and will enable us to run tests in parallel with `t.Parallel`
(next PR).
[References
issue](#25)
The text was updated successfully, but these errors were encountered: