This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
insomnia
Watch
1
Star
0
Fork
0
You've already forked insomnia
mirror of
https://github.com/Kong/insomnia
synced
2024-11-08 14:49:53 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
24a28dcda8
insomnia
/
packages
/
insomnia-inso
/
bin
/
inso
5 lines
72 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Headless CLI POC (#2258)
2020-06-11 23:44:12 +00:00
#!/usr/bin/env node
POC to get Insomnia networking available outside of app (#2329) * Hacked insomnia lib package to get Insomnia's networking in tests * Some small tweaks * Got it mostly working * Tweak * Fix * Fix pkg * Fix some things * Add comment * Comment out log * Some tweaks after doing a self code review * Fix test * Update app name for `insomnia-send-request` * Update package-lock * Update package-locks * Fix tests * Add gitignore * Fix tests hopefully * Fix accidental dep deletions * Fix tests again * Mock for all tests * Update tests again * Don't compile for Electron for tests * Update release scripts to disable tests
2020-06-30 19:36:15 +00:00
global.require = require;
require('../dist').go();
Reference in New Issue
Copy Permalink