2019-07-19 10:18:51 +03:00
|
|
|
# POA TokenBridge / E2E-Commons
|
2019-06-03 16:53:29 +03:00
|
|
|
|
|
|
|
Common scripts and configuration for the end-to-end tests.
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
2019-06-04 16:18:49 +03:00
|
|
|
Spin up parity networks, redis, rabbit, e2e container needed for end-to-end tests:
|
|
|
|
|
2019-06-03 16:53:29 +03:00
|
|
|
```
|
|
|
|
./up.sh [components]
|
|
|
|
```
|
2019-06-04 16:18:49 +03:00
|
|
|
|
|
|
|
Shut down and cleans up containers, networks, services, running scripts:
|
2019-06-03 16:53:29 +03:00
|
|
|
|
2019-06-04 11:51:34 +03:00
|
|
|
```
|
|
|
|
./down.sh
|
|
|
|
```
|
|
|
|
|
2019-06-03 16:53:29 +03:00
|
|
|
### Components
|
|
|
|
|
|
|
|
| Component | Description |
|
|
|
|
| --- | --- |
|
|
|
|
| deploy | Deploys the Smart Contracts |
|
2019-06-04 16:18:49 +03:00
|
|
|
| oracle | Launches Oracle containers |
|
|
|
|
| ui | Launches UI containers |
|
|
|
|
| blocks | Auto mines blocks |
|
2019-07-17 11:14:58 +03:00
|
|
|
| native-to-erc | Creates infrastructure for ultimate e2e testing, for native-to-erc type of bridge |
|
2019-07-26 11:14:25 +03:00
|
|
|
|
|
|
|
#### Ultimate e2e testing
|
|
|
|
|
|
|
|
For more information on the Ultimate e2e testing, please refer to [Ultimate](./ULTIMATE.md).
|