Skip to content

Latest commit

 

History

History
136 lines (80 loc) · 8.6 KB

CHANGELOG.md

File metadata and controls

136 lines (80 loc) · 8.6 KB

1.4.4 (2023-03-10)

Bug Fixes

  • no multiple warning for loading config file (#74) (a87ffc7), closes #68
  • publish readme on npm (e9b3f55)

1.4.3 (2023-03-10)

Bug Fixes

  • use local @commander-js/extra-typings (#73) (1c51d66), closes #71

1.4.2 (2023-03-10)

Bug Fixes

  • fix TS and CJS exports for published package (1d3eb57)
  • use release script (8f29211)

1.4.1 (2023-03-09)

  • Fix documentation for npm

1.4.0 (2023-03-09)

Bug Fixes

  • capture output (007cf96)
  • report results to sorry-cypress (7d68b1c)
  • screenshots and upload queue (ac89d74)
  • unit test -- use color (636f3bf)

Features

1.3.2 (2022-12-29)

Bug Fixes

  • restore capturing stdout (8c98609)

1.3.1 (2022-12-29)

1.3.0 (2022-12-29)

Bug Fixes

  • remove CYPRESS_RECORD_KEY from env vars (3fbcb51)
  • use run params everywhere (133d135)

Features

  • add more info about script params (#57) (929f3c9)

1.2.6 (2022-12-18)

1.2.5 (2022-12-16)

Bug Fixes

1.2.4 (2022-12-16)

1.2.2 (2022-12-16)

1.2.1 (2022-12-16)

1.2.0 (2022-12-16)

Bug Fixes

  • hadle errors and warnings (d7c7c04), closes #4

Features

1.1.2 (2022-12-15)

1.1.1 (2022-12-15)

1.1.0 (2022-12-15)

Bug Fixes

  • add CURRENTS_API_URL env var (9635424)
  • capture uploads stdout (6489278)
  • cypress start commands (f79e9fd)
  • get projectRoot from resolved cypress config (7ada7c3)

Features

  • add CURRENTS_API_URL to be able to change base URL (b6b7980)
  • add initial capture to uploaded results (b064cfc), closes #37 #23
  • debug and logging (34570be)

1.0.7 (2022-12-14)

Features

  • return cypress run results & exit with the expected code (7460781)

1.0.6 (2022-12-14)

1.0.5 (2022-12-14)

Bug Fixes

  • currens hostname (b7a211a)
  • fix cli e2e vs component tests (27e519f)
  • set the correct precedence when using axios config (7d2da9a)
  • turborepo env variables (9c4abc6)

Features

  • add CI provider info (403be98)
  • capture projectId from config or from env variable (f0910ed)
  • guess browser (ad11a40)
  • implement generic http client with retries (a9711bd)
  • improve setup steps (9bf16fe)
  • separate stdout per spec file (a9d01c3)
  • setup github actions (d439f56)