status-go/e2e
Alexander Ewetumo a98238ad97 Add GetNetworkID function for tests 2017-10-23 14:56:47 +01:00
..
accounts Made all tests run on StatusChain instead of Rinkeby or Ropsten (#426) 2017-10-23 14:05:52 +03:00
api Made all tests run on StatusChain instead of Rinkeby or Ropsten (#426) 2017-10-23 14:05:52 +03:00
jail Made all tests run on StatusChain instead of Rinkeby or Ropsten (#426) 2017-10-23 14:05:52 +03:00
node Made all tests run on StatusChain instead of Rinkeby or Ropsten (#426) 2017-10-23 14:05:52 +03:00
rpc Made all tests run on StatusChain instead of Rinkeby or Ropsten (#426) 2017-10-23 14:05:52 +03:00
transactions Made all tests run on StatusChain instead of Rinkeby or Ropsten (#426) 2017-10-23 14:05:52 +03:00
whisper Made all tests run on StatusChain instead of Rinkeby or Ropsten (#426) 2017-10-23 14:05:52 +03:00
README.md Extract e2e tests to a separate package (#375) 2017-10-11 17:20:51 +03:00
suites.go Ensuring node synchronisation to avoid "no suitable peers available" errors (#410) 2017-10-21 20:04:07 +03:00
testing.go Add GetNetworkID function for tests 2017-10-23 14:56:47 +01: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