Releases: checkly/checkly-cli
v0.4.10
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 thetest
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
andtearDownScript
properties on theApiCheck
construct. This will replace thelocalSetupScript
andlocalTearDownScript
properties (now marked as "deprecated") soon. The new properties follow the same pattern for including file dependencies as theBrowserCheck
by referencing code using theentrypoint
orcontent
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: allows file dependencies for setup / teardown scripts by @tnolet in #621
-
feat: updates example with clearer naming, groups example, descriptions and typo fixes by @tnolet in #605
-
feat: allow choosing auth mode when logging in by @kiroushi in #610
-
fix: remove typo from
home.check.ts
description [sc-00] by @shiini2 in #626 -
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: 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
What's Changed
- feat: allow Auth0 signup via CLI by @kiroushi in #592
- feat: add --reporter flag [gh-554] by @nahuelon in #598
- fix: add correct skipSSL property [gh-597] by @nahuelon in #599
- feat: release CLI v0.4.9 by @clample in #602
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
What's Changed
- feat: allow --config with absolute path (#589) by @nahuelon in #589
- feat: add --force flag to destroy command (#587) by @nahuelon in #587
- feat: add --config flag for test and deploy commands (#580) by @nahuelon in #580
- refactor: clarify "existing session" prompt when logging in (#586) by @kiroushi in #586
- feat: add privateLocations to global config (#583) by @nahuelon in #583
- fix: clean up TS warnings if PWT types are available (#585) by @stefanjudis in #585
Full Changelog: v0.4.7...v0.4.8
v0.4.7
What's Changed
- feat: add the destroy command [sc-0] by @umutuzgur in #578
- feat: release v0.4.7 [sc-0] by @umutuzgur in #579
Full Changelog: v0.4.6...v0.4.7
v0.4.6
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
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
v0.4.3
v0.4.2
v0.4.1
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