package
0.0.0-20181026122453-b7e984262a79
Repository: https://github.com/kowala-tech/kusd.git
Documentation: pkg.go.dev
# README
E2E
This project contains all the e2e testing suite for all kowala related projects.
Config
set the following env variables for a better control of how things run
DOCKER_HOST
with the docker host. Usuallytcp://docker:2375
DOCKER_PUBLIC_IP
it's the IP address to be used to connect to services running in that docker host. Usuallydocker
.
How it works
The e2e tests are written using gherkin and runs using godog
Each scenario starts with a simple private kcoin netork (bootnode, genesis validator and rpc).
The services are usually built using the public docker image of each service using the tag :dev
.