mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-26 19:09:32 -06:00
* avoid throwing error if reporter is not found * make it safe to call `empty` when no element is found * don't set up reporter without reporter root el * expose "no command log" in window config object * set up noCommandLog in runner ui store * handle noCommandLog in open mode * handle noCommandLog in Run Mode * handle noCommandLog in runner styles * don't clean up reporter if there's no reporter * remove left 1px border in run mode always, not just for screenshots * fix missing export * add run mode test * add open mode tests * tweak comment * minor test updates * change variable name * don't render reporter-related elements if hidden * allow runner to still be cleaned up * fix resizable panel assertion * swith back to v-show for panels * update tests