Add test scripts.

This commit is contained in:
Arijit Das
2021-06-14 10:26:10 +05:30
parent 491d779d58
commit e7744cce4b
5 changed files with 36 additions and 18 deletions
+10 -1
View File
@@ -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
```