Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Jest Test ExplorerNew to Visual Studio Code? Get it now.
Jest Test Explorer

Jest Test Explorer

Preview

kavod.io

|
139,514 installs
| (16) | Free
Run your Jest tests in the Sidebar of Visual Studio Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Jest Test Explorer for Visual Studio Code

Run your Jest tests using the Test Explorer UI.

Forked and adopted from rtbenfield/vscode-jest-test-adapter where it appeared abandoned. The project had a lot of potential, so it was adopted here.

Build Status

Getting Started

  • Install the extension and restart VS Code
  • Open a project with Jest tests
    • Currently limited to Jest being available from the ./node_modules/.bin/jest path from the VS Code workspace directory. We are working to make this more flexible.
  • Open the Test view
  • Run / Debug your tests in the Test Explorer
  • Check your test failures in the the VS Code Output Window
    • Note there is one Output Window per project named: Jest ([project name])

Project setup

  • Azure DevOps is used to build and test master branch and pull requests.
  • GitHub is used to host the source code and manage user issues.
  • Azure Boards are used to manage development tasks.
  • Pre-release versions of the extension are published to GitHub releases.
  • Release versions will be published to GitHub releases and the marketplace.

Contributions are welcome. This project was partially an attempt to increase my devops and software delivery skills.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft