26fcfda87c
1. A new private testing network (StatusChain) is introduced. 2. An example test case implemented (TestSendEtherOnStatusChainTx) 3. Genesis file added static/config/status-chain-genesis.json |
||
---|---|---|
.. | ||
accounts | ||
api | ||
jail | ||
node | ||
rpc | ||
transactions | ||
whisper | ||
README.md | ||
suites.go | ||
testing.go |
README.md
e2e
This package contains all e2e tests divided into subpackages which represents (or should represent) business domains like transactions, chat etc.
These tests are run against public testnets: Ropsten and Rinkeby.
e2e package contains a few utilities which are described in a godoc.
Run
make test-e2e