insomnia/packages/insomnia-app/config/config.designer.json
Gregory Schier 3883dc6feb
POC for Unit Test UI (#2315)
* Start working on insomnia-testing package to generate Mocha code

* Moved some things around

* Integration tests and ability to run multiple files

* Fix integration tests

* Rename runSuite to runMochaTests

* Add types for test results

* Fix lint errors

* Play with Chia assertions

* insomnia and chai globals, plus a bunch of improvements

* Stub chai and axios Flow types

* Ability to reference requests by ID

* Fix chai flow-typed location

* Address PR comments (small tweaks)

* Basic UI going

* Lots and lots and lots

* Pretty-much done with the unit test UI

* Minor CSS tweak

* Activity bar triple toggle and more

* Minor tweak

* Unit Test and Suite deletion

* Bump Designer version

* Fix eslint stuff

* Fix insomnia-testing tests

* Fix tests

* lib@2.2.9

* Remove tests tab from response pane

* Hook up Insomnia networking

* Fix linting

* Bump version for alpha

* Remove extra ActivityToggleSwitch

* Remove unused import

* Add test:pre-release script that excludes CLI tests

* Less repetition

* Clean some things up

* Tweaks after self-cr

* Undo request ID tag

* Swap out switch for new activity toggle component

* Extra check

* Remove dead code

* Delete dead test

* Oops, revert example code

* PR feedback

* More PR comment addresses
2020-07-01 14:17:14 -07:00

34 lines
1.1 KiB
JSON

{
"version": "2020.3.0-alpha.2",
"name": "insomnia-designer",
"executableName": "insomnia-designer",
"appId": "com.insomnia.designer",
"userDataFolder": "Insomnia Designer",
"productName": "Insomnia Designer",
"binaryPrefix": "Insomnia.Designer",
"longName": "Insomnia Designer",
"synopsis": "The Collaborative API Design Tool",
"icon": "https://github.com/getinsomnia/insomnia/blob/master/packages/insomnia-app/app/icons/icon.ico?raw=true",
"changelogBaseUrl": "https://insomnia.rest/changelog/designer",
"theme": "studio-light",
"main": "main.min.js",
"githubOrg": "Kong",
"githubRepo": "insomnia",
"gaId": "UA-8499472-35",
"gaLocation": "https://designer.lytics.insomnia.rest",
"gravatarEmail": "avatar.designer@insomnia.rest",
"plugins": [
"insomnia-plugin-base64",
"insomnia-plugin-hash",
"insomnia-plugin-file",
"insomnia-plugin-now",
"insomnia-plugin-uuid",
"insomnia-plugin-prompt",
"insomnia-plugin-request",
"insomnia-plugin-response",
"insomnia-plugin-jsonpath",
"insomnia-plugin-cookie-jar",
"insomnia-plugin-core-themes"
]
}