Add test scripts.
This commit is contained in:
+10
-1
@@ -1,6 +1,15 @@
|
||||
|
||||
Spin up services:
|
||||
```
|
||||
docker-compose -f docker-compose.test.yml -f ../docker-compose.yml up contract
|
||||
docker-compose -f docker-compose.test.yml -f docker-compose.yml up -d db dapptools contract eth-server
|
||||
```
|
||||
|
||||
Running unit tests:
|
||||
```bash
|
||||
make test_local
|
||||
```
|
||||
|
||||
Running intrgration test:
|
||||
```bash
|
||||
make integrationtest_local
|
||||
```
|
||||
Reference in New Issue
Block a user