status-go/e2e
screwyprof 26fcfda87c Introduced a private Ethereum network for testing purposes (#397)
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
2017-10-17 00:54:56 +03:00
..
accounts Extract e2e tests to a separate package (#375) 2017-10-11 17:20:51 +03:00
api Jail.RemoveCells before logout and switching account (#382) 2017-10-17 00:07:42 +03:00
jail Jail.RemoveCells before logout and switching account (#382) 2017-10-17 00:07:42 +03:00
node Extract e2e tests to a separate package (#375) 2017-10-11 17:20:51 +03:00
rpc Extract e2e tests to a separate package (#375) 2017-10-11 17:20:51 +03:00
transactions Introduced a private Ethereum network for testing purposes (#397) 2017-10-17 00:54:56 +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 Extract e2e tests to a separate package (#375) 2017-10-11 17:20:51 +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