mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-07 15:09:48 -06:00
* commit previous changes made by @bahmutov for #1573 * Pass '--run-from-cli' flag through ping test in order to prevent warning from printing * woops, require 'argsUntil' * 'headed' was changed to 'interactiveMode' * fix duplicate misspelled require * tighten up args utils and cleanup decaf garbage * cleanup errors.log to take a cb and conditionally be async * remove extraneous --run-from-cli argument, consolidate to use --cli - update tests * fixes tests, ensure that record.createRun() always returns a promise * refactor tests to handle new errors.logException interface * make logException always return a promise, cleanup interface, add test * fix linting errors Co-authored-by: Brian Mann <brian.mann86@gmail.com>