Merge pull request #7 from cupcakearmy/testing

use docker-compose
This commit is contained in:
Nicco 2021-05-14 14:48:56 +02:00 committed by GitHub
commit a18e9bcc88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"dev:backend": "cargo watch -x 'run --bin cryptgeon'",
"dev:front": "npm --prefix client run dev",
"dev": "run-p dev:*",
"test:server": "docker compose up --build",
"test:server": "docker-compose up --build",
"test:cypress": "cypress run --headless",
"test:run": "start-server-and-test test:server http://localhost:5000 test:cypress"
},