Skip to content

Releases: checkly/checkly-cli

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

v0.4.9

22 Mar 10:13
df24596
Compare
Choose a tag to compare

What's Changed

When migrating to this version, change any uses of the skipSsl property for API check constructs to skipSSL.

Full Changelog: v0.4.8...v0.4.9

v0.4.8

16 Mar 15:42
029d418
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.7...v0.4.8

v0.4.7

13 Mar 12:42
3945953
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.6...v0.4.7

v0.4.6

07 Mar 14:56
bf37946
Compare
Choose a tag to compare

What's Changed

  • fix: export BodyType and migrate enums to string literals [sc-0] by @umutuzgur in #569
  • chore: add integration testing on Windows by @clample in #562
  • chore: lint enum usage by @clample in #570
  • fix: parse file with extension other than .js or .ts [sc-0] by @nahuelon in #571
  • fix: transform all path to POSIX [sc-0] by @nahuelon in #573
  • feat: release version 0.4.6 of CLI by @nahuelon in #575

Full Changelog: v0.4.5...v0.4.6

v0.4.5

28 Feb 12:46
c2f0797
Compare
Choose a tag to compare

What's Changed

  • chore: remove browserCheckDefaults from groups [sc-0] by @nahuelon in #532
  • docs: update readme with beta mention by @tnolet in #557
  • feat: log error message when no resources in deploy preview by @clample in #553
  • fix: dependencies path separator in Windows [sc-0] by @nahuelon in #556
  • chore: remove project/milestone from story template [sc-0] by @nahuelon in #558
  • chore: move checkly package to devDependencies [sc-0] by @nahuelon in #559
  • feat: release version 0.4.5 of CLI by @clample in #560

Full Changelog: v0.4.4...v0.4.5

v0.4.4

23 Feb 09:29
881b9bb
Compare
Choose a tag to compare

What's Changed

  • fix: log clear error in case of internet connection issues by @clample in #546
  • feat: allow setting check group without calling ref() by @clample in #547
  • feat: release @checkly/cli v0.4.4 by @clample in #548

Full Changelog: v0.4.3...v0.4.4

v0.4.3

21 Feb 16:36
f8ac506
Compare
Choose a tag to compare

What's Changed

  • feat: add improved output for checkly deploy --preview by @clample in #542
  • feat: use latest checkly/cli version in examples by @clample in #543
  • feat: release @checkly/cli v0.4.3 by @clample in #544

Full Changelog: v0.4.2...v0.4.3

v0.4.2

20 Feb 15:54
ed0aabe
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.4.2

v0.4.1

20 Feb 11:22
0da50d6
Compare
Choose a tag to compare

What's Changed

  • feat: adds docs links to constructors, updates docs links in create-c… by @tnolet in #535
  • feat: add doubleCheck support for groups [sc-0] by @umutuzgur in #537

Full Changelog: v0.4.0...v0.4.1