status-go/e2e
b00ris e911666b5d Fix make lint warnings (#417)
fixed make lint warnings
cleared linter_exclude_list.txt
removed some commented code
fixed comments from #388
2017-10-20 12:06:22 +03:00
..
accounts Extract e2e tests to a separate package (#375) 2017-10-11 17:20:51 +03:00
api Fix make lint warnings (#417) 2017-10-20 12:06:22 +03:00
jail Fix make lint warnings (#417) 2017-10-20 12:06:22 +03:00
node Fix make lint warnings (#417) 2017-10-20 12:06:22 +03:00
rpc Fix make lint warnings (#417) 2017-10-20 12:06:22 +03:00
transactions Fix make lint warnings (#417) 2017-10-20 12:06:22 +03:00
whisper Fix make lint warnings (#417) 2017-10-20 12:06:22 +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 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