Skip to content

Latest commit

 

History

History
296 lines (168 loc) · 18.1 KB

CHANGELOG.md

File metadata and controls

296 lines (168 loc) · 18.1 KB

1.9.0 (2023-07-04)

Features

1.8.2 (2023-06-29)

Bug Fixes

  • support custom network headers (12ba9f4), closes #139

1.8.1 (2023-06-27)

Bug Fixes

  • specify content-disposition header (b021296)

1.8.0 (2023-06-27)

Features

  • add --cloud-config-file (e301df5)
  • support --headed mode (2e8c6e2)
  • report specs early via spec:before (4a3da39)

Bug Fixes

1.8.0-beta.6 (2023-06-21)

Bug Fixes

  • merge default and fs config (474471b)

1.8.0-beta.5 (2023-06-13)

Bug Fixes

1.8.0-beta.4 (2023-06-13)

Bug Fixes

1.8.0-beta.3 (2023-06-12)

Bug Fixes

1.8.0-beta.2 (2023-06-05)

1.8.0-beta.1 (2023-06-02)

1.8.0-beta.0 (2023-06-01)

Bug Fixes

  • report results for cypress crashes (eac06a4)

Features

  • report specs early via spec:before (4a3da39)
  • use ws to send spec results asap (e521048)

1.7.4 (2023-04-28)

Bug Fixes

1.7.3 (2023-04-12)

Dependencies

  • chore(deps): bump vm2 from 3.9.15 to 3.9.16 (#122)

1.7.2 (2023-04-09)

Bug Fixes

  • Add cypress as a peerDependency for yarn/pnpm (#116) (97f9465), closes #117

1.7.1 (2023-04-06)

Bug Fixes

1.7.0 (2023-04-04)

Bug Fixes

  • prevent crashes for missing screenshotsUrl (3cd4cbc)
  • respect project root (#115) (0aadfea)

Features

1.6.0 (2023-03-31)

Bug Fixes

  • add ts reference cypress (a153bd7)

Features

1.5.6 (2023-03-24)

Bug Fixes

1.5.5 (2023-03-22)

Bug Fixes

1.5.4 (2023-03-21)

Bug Fixes

  • use proper content types for uploads (#103) (8be81df)
  • use video/mp4 for video uploads (90a8569)

1.5.3 (2023-03-21)

1.5.2 (2023-03-21)

Bug Fixes

  • Use ESM-friendly require across the board (#99) (2b36692)

1.5.1 (2023-03-20)

Bug Fixes

  • parse env variables with spaces (633c7d8)

1.5.0 (2023-03-20)

Bug Fixes

  • support and test ESM consumers (#94) (78d5709)
  • use execa to fix windows exec logic (#86) (40b99f8)
  • validate params and show verbose errors (#91) (cc8bfd8)
  • esm + cjs exports. Resovle #80. (1e9ba34)
  • prevent side effects on import... (3c4c794)
  • remove bg color for pending tests in summary (6f93815)

Features

  • Standardize config resolution and API types (#93) (38abad1)

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)