tokenbridge/e2e-commons/README.md
Przemyslaw Rzad c9d100491c
Ultimate E2E tests (#158)
* Ultimate e2e for native to erc type of bridge

* One job

* Try to run the tests

* Run on CI

* Docs

* Cosmetics

* Final changes

* Revert the changes

* Networks

* Waiting for Oracle

* One job

* Initialize the contracts submodule

* Run on ci

* comment

* Sleep.

* ultimate network

* Docker localhost no longer needed

* Final changes

* Timeout

* Naming

* Sleep task.
2019-07-26 10:14:25 +02:00

32 lines
735 B
Markdown

# 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](./ULTIMATE.md).