tokenbridge/e2e-commons
2019-12-05 09:48:55 -03:00
..
components-envs Fix logs and start block parameters in oracle deployment (#235) 2019-11-15 21:31:13 +01:00
contracts-envs Update watcher to be able to skip events 2019-12-04 17:18:14 -03:00
scripts Add support for AMB contracts (#199) 2019-09-18 22:45:13 +03:00
constants.json Update token used in erc-native monitor-e2e 2019-12-05 09:48:55 -03:00
docker-compose.yml Add AMB monitor e2e tests (#231) 2019-11-13 07:51:10 +01:00
down.sh Ultimate E2E tests (#158) 2019-07-26 10:14:25 +02:00
README.md Ultimate E2E tests (#158) 2019-07-26 10:14:25 +02:00
ULTIMATE.md Ultimate E2E tests (#158) 2019-07-26 10:14:25 +02:00
ultimate.png Ultimate E2E tests (#158) 2019-07-26 10:14:25 +02:00
up.sh Add e2e tests two tokens support 2019-12-02 17:20:53 -03:00
utils.js Common generateNewBlock 2019-06-04 10:28:11 +02:00

POA TokenBridge / E2E-Commons

Common scripts and configuration for the end-to-end tests.

Usage

Spin up parity networks, redis, rabbit, e2e container needed for end-to-end tests:

./up.sh [components]

Shut down and cleans up containers, networks, services, running scripts:

./down.sh

Components

Component Description
deploy Deploys the Smart Contracts
oracle Launches Oracle containers
ui Launches UI containers
blocks Auto mines blocks
native-to-erc Creates infrastructure for ultimate e2e testing, for native-to-erc type of bridge

Ultimate e2e testing

For more information on the Ultimate e2e testing, please refer to Ultimate.