mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-21 14:47:46 -04:00
* feat: log request testing results and return them to the main renderer * fix: lint error * fix: install chai with unified version across packages * chore: restore package-lock * chore: restore package-lock * feat(GUI): enable test results pane (#7737) * feat: enable the test result pane * test: bring back tests and cleanups * chore: replace tabitem with tabpanel * chore: useMemo for test result counts * refactor: abstract RequestTestResultRows as a component * chore: cleanup package lock * chore: restore package lock * feat: enable collection runner * fix: cli test failed * fix: lint error * fix: race condition in canceling runner * fix: runner is not canceled when there's an exception * fix: lint error * 1.fix after response iteration and eventname issue * chore: disable the flaky test --------- Co-authored-by: Kent Wang <kent.wang@konghq.com>
40 lines
1001 B
JSON
40 lines
1001 B
JSON
{
|
|
"private": true,
|
|
"name": "insomnia-sdk",
|
|
"version": "9.3.4-beta.1",
|
|
"description": "",
|
|
"main": "src/objects/index.ts",
|
|
"types": "src/objects/index.ts",
|
|
"scripts": {
|
|
"test": "vitest run",
|
|
"type-check": "tsc --noEmit --project tsconfig.json"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Kong/insomnia.git",
|
|
"directory": "packages/insomnia-testing"
|
|
},
|
|
"author": "Kong <office@konghq.com>",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/Kong/insomnia/issues"
|
|
},
|
|
"homepage": "https://github.com/Kong/insomnia#readme",
|
|
"dependencies": {
|
|
"@types/deep-equal": "^1.0.4",
|
|
"@types/tv4": "^1.2.33",
|
|
"@types/xml2js": "^0.4.14",
|
|
"ajv": "^8.12.0",
|
|
"chai": "^4.3.4",
|
|
"cheerio": "^1.0.0-rc.12",
|
|
"crypto-js": "^4.2.0",
|
|
"csv-parse": "^5.5.5",
|
|
"deep-equal": "^2.2.3",
|
|
"lodash": "^4.17.21",
|
|
"moment": "^2.30.1",
|
|
"tv4": "^1.3.0",
|
|
"uuid": "^9.0.1",
|
|
"xml2js": "^0.6.2"
|
|
}
|
|
}
|