tokenbridge/e2e-commons
Przemyslaw Rzad 2be0e9f363
Fix flaky UI-E2E (#178)
* Change user

* jobs

* Revert "Change user"

5fa7084f06e743f2981035d254a5ca287c41b02b

* Trying to use block generator address

* jobs

* Fixed

* 5 jobs

* 10 jobs

* all jobs

* finish

* Removed jobs

* Add funds for block generator in block genesis
2019-08-05 14:13:16 +02:00
..
envs Trying to introduce common deploy 2019-06-04 09:11:56 +02:00
scripts Fix flaky UI-E2E (#178) 2019-08-05 14:13:16 +02:00
constants.json Fix flaky UI-E2E (#178) 2019-08-05 14:13:16 +02:00
docker-compose.yml Extending monitor-e2e with 3 types of bridge (#170) 2019-08-01 10:26:20 +02: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 Extending monitor-e2e with 3 types of bridge (#170) 2019-08-01 10:26:20 +02: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.