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>