mirror of
https://github.com/status-im/status-react.git
synced 2025-01-09 18:46:19 +00:00
Jakub Sokołowski
1f7fd17ff1
This way the name of the repo makes at least some sense and matches the `status-desktop` repo naming. Also updated `status-jenkins-lib` since it also contained references to `status-react` repo and job names. Signed-off-by: Jakub Sokołowski <jakub@status.im>
16 lines
497 B
Markdown
16 lines
497 B
Markdown
Status Mobile protocol tests
|
|
=====================
|
|
|
|
## Run the tests
|
|
|
|
To run the tests with `docker-compose`, execute:
|
|
```
|
|
docker-compose run tests
|
|
```
|
|
|
|
> It may be required to make your node a swarm manager first. If you see an appropriate error, follow the instructions.
|
|
|
|
This command will start a bootnode and build a Whisper node running the latest `status-go`.
|
|
|
|
For more information about bootnodes see https://github.com/ethereum/go-ethereum/wiki/Setting-up-private-network-or-local-cluster
|