insomnia/packages/insomnia-testing
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
..
flow-typed Add unit testing to CLI, configurable Mocha reporter (#2311) 2020-06-30 09:54:12 +12:00
src POC for Unit Test UI (#2315) 2020-07-01 14:17:14 -07:00
.babelrc Unit Test Generation and Running PoC (#2232) 2020-06-18 12:21:52 +12:00
.flowconfig Add unit testing to CLI, configurable Mocha reporter (#2311) 2020-06-30 09:54:12 +12:00
.gitignore Unit Test Generation and Running PoC (#2232) 2020-06-18 12:21:52 +12:00
.npmignore Unit Test Generation and Running PoC (#2232) 2020-06-18 12:21:52 +12:00
index.js CLI linting + exit codes (#2318) 2020-06-30 12:00:33 +12:00
package-lock.json POC to get Insomnia networking available outside of app (#2329) 2020-06-30 12:36:15 -07:00
package.json Add unit testing to CLI, configurable Mocha reporter (#2311) 2020-06-30 09:54:12 +12:00
webpack.config.js POC to get Insomnia networking available outside of app (#2329) 2020-06-30 12:36:15 -07:00