Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

kavod-io/vscode-jest-test-adapter

 
 

Repository files navigation

This repo is no longer maintained. Use the Jest extension instead.

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.

About

Jest Test Adapter for the VS Code Test Explorer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.9%
  • JavaScript 0.1%