44 lines
1.4 KiB
JSON
44 lines
1.4 KiB
JSON
{
|
|
"name": "@budibase/qa-core",
|
|
"email": "hi@budibase.com",
|
|
"version": "0.0.1",
|
|
"main": "index.js",
|
|
"description": "Budibase Integration Test Suite",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Budibase/budibase.git"
|
|
},
|
|
"scripts": {
|
|
"setup": "yarn && node scripts/createEnv.js",
|
|
"test": "jest --runInBand --json --outputFile=testResults.json --forceExit",
|
|
"test:watch": "yarn run test --watch",
|
|
"test:debug": "DEBUG=1 yarn run test",
|
|
"test:notify": "node scripts/testResultsWebhook",
|
|
"test:smoke": "yarn run test --testPathIgnorePatterns=/.+\\.integration\\.spec\\.ts",
|
|
"test:ci": "start-server-and-test dev:built http://localhost:4001/health test:smoke",
|
|
"serve": "start-server-and-test dev:built http://localhost:4001/health",
|
|
"dev:built": "cd ../ && yarn dev:built"
|
|
},
|
|
"devDependencies": {
|
|
"@budibase/types": "^2.3.17",
|
|
"@trendyol/jest-testcontainers": "^2.1.1",
|
|
"@types/jest": "29.0.0",
|
|
"@types/node-fetch": "2.6.2",
|
|
"chance": "1.1.8",
|
|
"dotenv": "16.0.1",
|
|
"jest": "29.0.0",
|
|
"prettier": "2.7.1",
|
|
"start-server-and-test": "1.14.0",
|
|
"timekeeper": "2.2.0",
|
|
"ts-jest": "29.0.0",
|
|
"ts-node": "10.8.1",
|
|
"tsconfig-paths": "4.0.0",
|
|
"typescript": "4.7.3"
|
|
},
|
|
"dependencies": {
|
|
"@budibase/backend-core": "^2.3.17",
|
|
"form-data": "^4.0.0",
|
|
"node-fetch": "2"
|
|
}
|
|
}
|