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
2020-07-01 14:17:14 -07:00
2020-07-01 14:17:14 -07:00
2019-04-17 17:50:03 -07:00
2020-06-12 11:44:12 +12:00
2020-06-13 16:56:15 +12:00
2017-10-10 22:55:22 +02:00
2019-04-17 17:50:03 -07:00
2020-05-28 10:09:51 -07:00
2020-06-12 11:44:12 +12:00
2018-01-26 14:39:27 +08:00
2020-04-26 13:33:39 -07:00
2020-06-29 10:51:46 -07:00
2019-05-20 11:24:55 -04:00
2020-04-26 13:33:39 -07:00
2020-04-30 13:24:34 -07:00

Insomnia REST Client

Travis Slack Channel license CodeFund

Insomnia is a cross-platform REST client, built on top of Electron.

Insomnia REST Client Screenshot

Download

Insomnia is available for Mac, Windows, and Linux and can be downloaded from the website.

https://insomnia.rest/download

Bugs and Feature Requests

Have a bug or a feature request? First, read the issue guidelines and search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.

For more generic product questions and feedback, join the Slack Team or email support@insomnia.rest

Contributing

Please read through our contributing guidelines and code of conduct. Included are directions for opening issues, coding standards, and notes on development.

Editor preferences are available in the editor config for easy use in common text editors. Read more and download plugins at editorconfig.org.

Developing

Development on Insomnia can be done on Mac, Windows, or Linux as long as you have NodeJS and Git. See the .nvmrc file located in the project for the correct Node version.

Initial Dev Setup

This repository is structured as a monorepo and contains many Node.JS packages. Each package has its own set of commands, but the most common commands are available from the root [package.json](package.json) and can be accessed using the npm run ... command. Here are the only three commands you should need to start developing on the app.

# Install and Link Dependencies
npm run bootstrap

# Run Tests
npm test

# Start App with Live Reload
npm run app-start

If you are on Linux and have problems, you may need to install libfontconfig-dev

# Install libfontconfig-dev
sudo apt-get install libfontconfig-dev

If you are on Windows and have problems, you may need to install Windows Build Tools

Editor Requirements

You can use any editor you'd like, but make sure to have support/plugins for the following tools:

  • ESLint For catching syntax problems and common errors
  • JSX Syntax For React components
  • Flow For type annotations

Plugins

Search, discover, and install plugins from the Insomnia Plugin Hub!

Community Projects

  • Insomnia Documenter Generate beautiful API documentation pages using your Insomnia export file.
  • GitHub API Spec Importer A complete set of GitHub REST API route specifications that can be imported straight into Insomnia
  • Swaggymnia Generate Swagger documentation for your existing API in Insomnia.

License

MIT © Insomnia

Description
No description provided
Readme Apache-2.0 219 MiB
Languages
TypeScript 57%
JavaScript 41.7%
CSS 0.9%
MDX 0.2%
C++ 0.1%