integratyion tests WIP

This commit is contained in:
Jan Prochazka
2021-05-27 09:12:21 +02:00
parent 08fc3ffce4
commit 0413075af6
10 changed files with 1824 additions and 27 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "dbgate-integration-tests",
"version": "4.1.1",
"homepage": "https://dbgate.org/",
"repository": {
"type": "git",
"url": "https://github.com/dbgate/dbgate.git"
},
"author": "Jan Prochazka",
"license": "MIT",
"scripts": {
"prepare": "cross-env DEVMODE=1 node prepare.js",
"test": "cross-env DEVMODE=1 jest --runInBand",
"start": "docker-compose down && docker-compose up -d && node wait.js && yarn prepare && yarn test"
},
"devDependencies": {
"cross-env": "^7.0.3",
"jest": "^27.0.1"
},
"dependencies": {}
}