Skip to content

๐Ÿฆ VS Code Checkly Extension

License

Notifications You must be signed in to change notification settings

ndom91/checkly-vscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

48 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿฆ Checkly VS Code Extension

Run your local Playwright/Puppeteer E2E tests through your Checkly Account directly from VS Code!

Now using the new checkly CLI package!

๐Ÿ“ฑ Features

  • Adds a ๐Ÿฆ Run in Checkly button and command palette option to VS Code
  • Will report the adhoc test result directly in VS Code

๐Ÿ“Œ Installation

A. Search 'Checkly' on the VS Code Extension Sidebar B. Or you can install it manually by downloading the .vsix file from the latest Github Release and choosing "install from a vsix"

๐Ÿ—๏ธ Usage

  1. When attempting to start an adhoc check run for the very first time, it will ask you for two config options:
    1. A Checkly Account ID (found in your Checkly "Settings" page)
    2. A Checkly API Key (Also found in "Settings" -> "User API Keys")
  2. Then there are two ways to initiate a check run:
    1. You can use the ๐Ÿฆ Run Current File button in the bottom status bar in VS Code
    2. The command palette command Checkly: Run Current File

The check will be run with the checkly CLI command checkly test --record ${file}

๐Ÿ‹๏ธโ€โ™€๏ธ Contributing

We're open to most contributions, please stick to the contributing guidelines and formatting settings!

๐Ÿ“ License

MIT