status-go/e2e
Ewetumo Alexander 2159711fa3 Refactoring/blockchain sync#246 (#271)
PR adds a new API changes to the NodeManager to provide simple methods to validate the completed synchonization of the blockchain.
2017-10-17 01:36:36 +03:00
..
accounts Extract e2e tests to a separate package (#375) 2017-10-11 17:20:51 +03:00
api Refactoring/blockchain sync#246 (#271) 2017-10-17 01:36:36 +03:00
jail Refactoring/blockchain sync#246 (#271) 2017-10-17 01:36:36 +03:00
node Refactoring/blockchain sync#246 (#271) 2017-10-17 01:36:36 +03:00
rpc Extract e2e tests to a separate package (#375) 2017-10-11 17:20:51 +03:00
transactions Refactoring/blockchain sync#246 (#271) 2017-10-17 01:36:36 +03:00
whisper Extract e2e tests to a separate package (#375) 2017-10-11 17:20:51 +03:00
README.md Extract e2e tests to a separate package (#375) 2017-10-11 17:20:51 +03:00
suites.go Refactoring/blockchain sync#246 (#271) 2017-10-17 01:36:36 +03:00
testing.go Extract e2e tests to a separate package (#375) 2017-10-11 17:20:51 +03:00

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