Skip to content

v0.4.10

Choose a tag to compare

@tnolet tnolet released this 05 Apr 14:17
· 605 commits to main since this release
365a643

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