mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-04 06:10:30 -06:00
* misc: report protocol capture afterSpec duration to cloud * WIP: collecting afterSpec durations, TODO: system test scaffolding * push all afterSpec timings to cloud * push afterSpecTotal instead of afterSpec property * changelog * fix trailing slash in readme * fix afterspec duration unit test * correct return signature of afterSpec; add debug * changelog * Update packages/server/lib/cloud/api/index.ts Co-authored-by: Ryan Manuel <ryanm@cypress.io> * Update packages/server/lib/cloud/protocol.ts * fix ts check * fix unit tests re: expected afterSpec sig * fix return sig of protocol afterSpec stub for system tests * use env var directly in tests for capture error codepath, rather than override var * rm unused param * bump cache * changelog * remove pending runnables duration from afterspec report --------- Co-authored-by: Ryan Manuel <ryanm@cypress.io> Co-authored-by: Jennifer Shehane <jennifer@cypress.io>