Adds E2E tests. The idea is to create a docker container into which we can SSH and execute mina commands on it. I added three specs which are ran in this order:
call mina deploy before calling mina setup first (it fails)
call mina setup (it passes)
call mina deploy (it passes since setup has been run)
I'll add more tests later, this was just initially added to make it work.
Adds E2E tests. The idea is to create a docker container into which we can SSH and execute mina commands on it. I added three specs which are ran in this order:
mina deploy
before callingmina setup
first (it fails)mina setup
(it passes)mina deploy
(it passes since setup has been run) I'll add more tests later, this was just initially added to make it work.