2021-05-27 07:12:21 +00:00
|
|
|
{
|
|
|
|
"name": "dbgate-integration-tests",
|
2022-05-19 18:52:43 +00:00
|
|
|
"version": "5.0.0-alpha.1",
|
2021-05-27 07:12:21 +00:00
|
|
|
"homepage": "https://dbgate.org/",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/dbgate/dbgate.git"
|
|
|
|
},
|
|
|
|
"author": "Jan Prochazka",
|
2024-06-26 18:41:14 +00:00
|
|
|
"license": "GPL-3.0",
|
2021-05-27 07:12:21 +00:00
|
|
|
"scripts": {
|
2021-05-27 11:07:58 +00:00
|
|
|
"wait:local": "cross-env DEVMODE=1 LOCALTEST=1 node wait.js",
|
2021-05-27 13:51:54 +00:00
|
|
|
"wait:ci": "cross-env DEVMODE=1 CITEST=1 node wait.js",
|
2021-05-27 11:07:58 +00:00
|
|
|
"test:local": "cross-env DEVMODE=1 LOCALTEST=1 jest",
|
2023-02-25 12:33:33 +00:00
|
|
|
"test:local:path": "cross-env DEVMODE=1 LOCALTEST=1 jest --runTestsByPath __tests__/data-duplicator.spec.js",
|
2021-05-28 13:10:02 +00:00
|
|
|
"test:ci": "cross-env DEVMODE=1 CITEST=1 jest --runInBand --json --outputFile=result.json --testLocationInResults",
|
2021-05-27 11:07:58 +00:00
|
|
|
"run:local": "docker-compose down && docker-compose up -d && yarn wait:local && yarn test:local"
|
2021-05-27 07:12:21 +00:00
|
|
|
},
|
2021-09-04 19:06:42 +00:00
|
|
|
"jest": {
|
|
|
|
"testTimeout": 5000
|
|
|
|
},
|
2021-05-27 07:12:21 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"cross-env": "^7.0.3",
|
2024-09-12 06:24:50 +00:00
|
|
|
"jest": "^27.0.1",
|
|
|
|
"pino-pretty": "^11.2.2"
|
|
|
|
}
|
2021-05-27 07:12:21 +00:00
|
|
|
}
|