mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-06 06:29:45 -06:00
* move specs store to server * customize spec directory in store * share plugins via project base * shared updated config * share spec finding logic * fix test * share spec store code * remove comment * try fixing test * move code around * move more code * share sendSpecList * comment out line * comments * logs * stub chokidar * remove stub * move spec watcher to later in the lifecycle * refactor watcher * stub out chikidar * remove old code * refactor * update server-ct * fix implementation * fix implementation * fix test * update types * add back check for config * add comment * make server base abstract * fix type * export interface * move routes to TS * update types * types * fix types * correctly pass specs store in test Co-authored-by: Barthélémy Ledoux <bart@cypress.io>