status-go/e2e
Ivan Tomilov 39cc60b8a7 Fixed make lint 2017-10-24 19:48:31 +03:00
..
accounts Fixed make lint 2017-10-24 19:48:31 +03:00
api Made EnsureNodeSync() throws a panic instead of returning an error (#431) 2017-10-24 00:39:13 +03:00
jail Made EnsureNodeSync() throws a panic instead of returning an error (#431) 2017-10-24 00:39:13 +03:00
node Made EnsureNodeSync() throws a panic instead of returning an error (#431) 2017-10-24 00:39:13 +03:00
rpc Made EnsureNodeSync() throws a panic instead of returning an error (#431) 2017-10-24 00:39:13 +03:00
transactions Fixed make lint 2017-10-24 19:48:31 +03:00
whisper Feature/integrate linters into ci#387 (#427) 2017-10-24 19:36:52 +03:00
README.md Extract e2e tests to a separate package (#375) 2017-10-11 17:20:51 +03:00
suites.go fix linters warnings 2017-10-23 13:41:41 +03:00
testing.go Fix make lint warnings (#417) 2017-10-20 12:06:22 +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