Skip to content

Releases: checkly/checkly-cli

v4.0.5

09 May 11:22
e1b75b6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.4...v4.0.5

v4.0.4

05 May 16:53
209ae15
Compare
Choose a tag to compare

What's Changed

  • feat: show shortlinks for failed checks and test-session summary by @nahuelon in #680
  • feat: support "create" on existing projects by @maxigimenez in #675
  • chore: update the canary release package name by @clample in #687
  • docs: document create-checkly release process by @clample in #683
  • test: add integration test for checkly trigger by @clample in #684
  • fix: print checks for 'checkly test --list' by @clample and @tnolet in #681
  • fix(examples): update docs-search.spec.ts to match docs updates by @clample in #691
  • feat: change handling for 'checkly trigger' no matching checks by @clample in #692
  • chore: rename env var and move api url to the config by @umutuzgur in #694
  • chore(examples): remove check-group.ts file from advanced example by @clample in #696
  • fix: setup/teardown checkgroup scripts by @nahuelon and @tnolet in #695
  • chore: increase timeout for flaky e2e tests by @clample in #699
  • chore: handle concurrent e2e test runs for env tests by @clample in #698
  • feat: release CLI v4.0.4 by @clample in #700

Full Changelog: v4.0.3...v4.0.4

v4.0.3

28 Apr 16:03
6c83cfb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.2...v4.0.3

v4.0.2

28 Apr 14:34
9463cc8
Compare
Choose a tag to compare

What's Changed

  • feat: update references to @checkly/cli package by @clample in #668
  • fix: remove another reference to @checkly/cli by @clample in #671
  • feat: update default runtime IDs to 2023.02 by @clample in #670

Full Changelog: v4.0.1...v4.0.2-2

v4.0.1

28 Apr 13:30
84b5634
Compare
Choose a tag to compare

What's Changed

  • feat: introduce checkly trigger command [sc-14206] by @clample in #609
  • feat: migrate @checkly/create-cli to new package by @clample in #666
  • fix: don't run oclif manifest for create-cli package by @clample in #667
  • fix: continue reading config for @checkly/cli by @clample in #669

Full Changelog: v4.0.0...v4.0.1

v4.0.0

28 Apr 09:49
125b363
Compare
Choose a tag to compare

What's Changed

  • refactor: prepare reporters for checkly trigger command [sc-14206] by @clample in #662
  • feat: change CLI package name by @clample in #665

The Checkly CLI will now be published to checkly on NPM rather than @checkly/cli. Since the checkly package was previously used, the version of the CLI is increased to 4.0.0 to avoid any conflicts.

Full Changelog: v0.4.13...v4.0.0

v0.4.13

26 Apr 11:28
c69f33b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.12...v0.4.13

v0.4.12

13 Apr 14:48
6a4f919
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.11...v0.4.12

v0.4.11

06 Apr 13:24
da9530c
Compare
Choose a tag to compare

What's Changed

  • fix: set timeouts before the run command [gh-0] by @umutuzgur in #630

Full Changelog: v0.4.10...v0.4.11

v0.4.10

05 Apr 14:17
365a643
Compare
Choose a tag to compare

What's Changed

This release introduces the following core upgrades:

  • You can now store a full test session report with logs, videos and traces in the Checkly UI by appending the --record flag to the test command. This feature is now in preview and you can enable it in your Checkly account in the Labs section.

  • We have introduced the setupScript and tearDownScript properties on the ApiCheck construct. This will replace the localSetupScript and localTearDownScript properties (now marked as "deprecated") soon. The new properties follow the same pattern for including file dependencies as the BrowserCheck by referencing code using the entrypoint or content properties.

  • You will not get full setup & teardown script logging in your terminal

  • You can now sign up for a Checkly account right from the CLI using npx checkly login

  • You can now get a markdown-based test report in GitHub Actions using npx checkly test --reporter=github

Detailed commits

  • feat: add git info into project [sc-14207] by @nahuelon in #563

  • feat: release CLI v0.4.10 by @tnolet in #627

  • feat: allows file dependencies for setup / teardown scripts by @tnolet in #621

  • feat: add github reporter [gh-554] by @nahuelon in #601

  • feat: updates example with clearer naming, groups example, descriptions and typo fixes by @tnolet in #605

  • feat: add test sessions url [sc-14214] by @nahuelon in #606

  • feat: allow choosing auth mode when logging in by @kiroushi in #610

  • feat: log scheduling errors by @tnolet in #618

  • fix: remove typo from home.check.ts description [sc-00] by @shiini2 in #626

  • fix: restore default reporter behaviour by @clample in #604

  • fix: update assertion in advanced example by @clample in #603

  • fix: 582 bug no log information is provided for failing api check setup scripts 2 by @tnolet in #608

  • chore: use test sessions endpoint by @clample in #561

  • chore: add engines property to cli package.json by @stefanjudis in #612

  • chore: add account id to whoami output [sc-00] by @ianaya89 in #613

  • chore: use the import syntax for chalk [sc-0] by @umutuzgur in #622

  • chore: add stage to runtimes command [sc-00] by @ianaya89 in #623

New Contributors

Full Changelog: v0.4.9...v0.4.10