dd9add50a0
* Started monitor-e2e rewrite * axios * Implemented tests * Monitor start * First deploy * Wait for monitor * Removed redundant files * Tests. * TODO * Links to minitor in constants * Typo. * [PR-into-PR] Monitor E2E rewrite - balance (#191) * Test run for more monitor-e2e tests * macos/docker * timeout * Little refactor * Trying to test balances in other types of bridges. * Utils. * test * check all * erc to erc try * Final tests * typo * All jobs * Lint * Roll back docker in docker * WaitUntil * Axios version * New validator checks (#192) |
||
---|---|---|
.. | ||
envs | ||
scripts | ||
constants.json | ||
docker-compose.yml | ||
down.sh | ||
README.md | ||
ULTIMATE.md | ||
ultimate.png | ||
up.sh | ||
utils.js |
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.